Skip to content

Latest commit

 

History

History
18 lines (15 loc) · 1.36 KB

AccessPolicyDTO.md

File metadata and controls

18 lines (15 loc) · 1.36 KB

IO.Swagger.Model.AccessPolicyDTO

Properties

Name Type Description Notes
Id string The id of the component. [optional]
VersionedComponentId string The ID of the corresponding component that is under version control [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 string The action associated with this access policy. [optional]
ComponentReference ComponentReferenceEntity Component this policy references if applicable. [optional]
Configurable bool? Whether this policy is configurable. [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]

[Back to Model list] [Back to API list] [Back to README]