Skip to content
This repository has been archived by the owner on May 17, 2018. It is now read-only.

Latest commit

 

History

History
22 lines (15 loc) · 741 Bytes

AccessPolicySummaryDTO.md

File metadata and controls

22 lines (15 loc) · 741 Bytes

AccessPolicySummaryDTO

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]

Enum: ActionEnum

Name Value
READ "READ"
WRITE "WRITE"