Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 1.09 KB

AccessPolicySummaryDTO.md

File metadata and controls

25 lines (18 loc) · 1.09 KB

AccessPolicySummaryDTO

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 ActionEnum The action associated with this access policy. [optional]
componentReference ComponentReferenceEntity Component this policy references if applicable. [optional]
configurable Boolean Whether this policy is configurable. [optional]

Enum: ActionEnum

Name Value
READ "READ"
WRITE "WRITE"