Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 1.21 KB

AccessPolicySummaryEntity.md

File metadata and controls

16 lines (13 loc) · 1.21 KB

IO.Swagger.Model.AccessPolicySummaryEntity

Properties

Name Type Description Notes
Revision RevisionDTO The revision for this request/response. The revision is required for any mutable flow requests and is included in all responses. [optional]
Id string The id of the component. [optional]
Uri string The URI for futures requests to the component. [optional]
Position PositionDTO The position of this component in the UI if applicable. [optional]
Permissions PermissionsDTO The permissions for this component. [optional]
Bulletins List<BulletinEntity> The bulletins for this component. [optional]
DisconnectedNodeAcknowledged bool? Acknowledges that this node is disconnected to allow for mutable requests to proceed. [optional]
Component AccessPolicySummaryDTO [optional]

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