Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Get a list of SecurityRole objects. Filter to avoid huge amounts of data (see Filtering for search parameters).

GET /SecurityRole SecurityRole/{key}

Get a single SecurityRole object.

PUT /SecurityRole SecurityRole/{key} 

Update an existing SecurityRole object. 

...

Create a new SecurityRole object. 

DELETE /SecurityRole SecurityRole/{key} 

Delete a specific SecurityRole  object.

...

Property
Type
Length
Mandatory
Description
Comments
roleNameString64Yes  
securityPermissionsArray of /SecurityPermission    
dataControlRoleValuesArray of /DataControlRoleValue    
      

...