Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 1009 Bytes

AccessPolicyDTO.md

File metadata and controls

24 lines (17 loc) · 1009 Bytes

AccessPolicyDTO

Properties

Name Type Description Notes
id String The id of the component. [optional]
parentGroupId String The id of parent process group of this component if applicable. [optional]
position PositionDTO The position of this component in the UI if applicable. [optional]
resource String The resource for this access policy. [optional]
action ActionEnum The action associated with this access policy. [optional]
users List<TenantEntity> The set of user IDs associated with this access policy. [optional]
userGroups List<TenantEntity> The set of user group IDs associated with this access policy. [optional]

Enum: ActionEnum

Name Value
READ "READ"
WRITE "WRITE"