Skip to content

Latest commit

 

History

History
30 lines (18 loc) · 1.86 KB

AccessGroupScope.md

File metadata and controls

30 lines (18 loc) · 1.86 KB

AccessGroupScope

An Access group scope allows a role to be granted to accounts in the Access group.

Properties

Name Type Description Notes
id String The Access group scope ID. [optional] [readonly]
name String The Access group scope name. [optional]
roleId String The Access group role id.
scopeType ScopeTypeEnum Specifies the type of the scope. Scope of type SIMPLE would grant access to all DCT objects. Scope of type SCOPED would grant access to all objects based on objects and object-tags and permissions defined in linked role. Scope of type ADVANCED would grant access to DCT objects based on objects and object-tags and the individual permissions. [optional]
objectTags List<ScopeTag> The permissions in this access group scope will be granted to all DCT objects tagged with tags matching this property. This is cumulative with objects defined in the 'objects' property, and mutually exclusive with scope_type 'SIMPLE'. [optional]
objects List<ScopedObjectItem> The permissions in this access group scope will be granted to all DCT objects with matching object id and object type, mutually exclusive with scope_type 'SIMPLE'. [optional]
alwaysAllowedPermissions List<AlwaysAllowedPermission> An array of always allowed permissions which can be used to specify object type and permission. An object with same object type and permission can not be added in 'objects' array. [optional]

Enum: ScopeTypeEnum

Name Value
SIMPLE "SIMPLE"
SCOPED "SCOPED"
ADVANCED "ADVANCED"