Skip to content

Latest commit

 

History

History
21 lines (17 loc) · 1.48 KB

RoleImpl.md

File metadata and controls

21 lines (17 loc) · 1.48 KB

RoleImpl

Represents a role.

A role is a grouping of rights and responsibilities (permissions) that is assigned to individual users or user groups.

Collibra DGC distinguishes between global roles and resource roles.

Properties

Name Type Description Notes
id str The id of the represented object (entity).
created_by str The id of the user that created this resource. [optional]
created_on int The timestamp (in UTC time standard) of the creation of this resource. [optional]
last_modified_by str The id of the user who modified this resource the last time. [optional]
last_modified_on int The timestamp (in UTC time standard) of the last modification of this resource. [optional]
system bool Whether this is a system resource or not. [optional]
resource_type str The type of this resource, i.e. [Community, Asset, Domain, Attribute, Relation, WorkflowInstance].
name str The name of the resource. [optional]
description str The description of the resource. [optional]
permissions list[str] The list of permissions this role will provide to the user. [optional]
_global bool Whether the role is global. [optional]

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