RoleDto
RoleDto
Defines the properties of the role.
JSON Example
{
"createdBy": "string",
"createdDate": "string",
"displayName": "string",
"expiresAt": 0,
"lastUpdatedBy": "string",
"lastUpdatedDate": "string",
"name": "string",
"organizationLink": "string",
"resource": "string",
"visible": false
}
string
createdBy
Optional
The Creator of the role.
string
createdDate
Optional
The timestamp the role was created at (measured in number of seconds since 1/1/1970 UTC).
string
displayName
Optional
The organization role display name.
integer As int64 As int64
expiresAt
Optional
The timestamp the role expires at (measured in number of seconds since 1/1/1970 UTC).
string
lastUpdatedBy
Optional
Last Updated time of the role.
string
lastUpdatedDate
Optional
The timestamp the role was updated at (measured in number of seconds since 1/1/1970 UTC).
string
name
Required
The name of the role.
string
organizationLink
Required
The link to the organization.
string
resource
Optional
Case 2. Delete all role assignments for members which have resource.
boolean
visible
Optional
Indicates if the role is visible.