RoleDto
Defines the properties of the role.
{
"createdBy": "string",
"createdDate": "string",
"displayName": "string",
"expiresAt": 0,
"lastUpdatedBy": "string",
"lastUpdatedDate": "string",
"name": "string",
"organizationLink": "string",
"resource": "string",
"visible": false
}
The Creator of the role.
The timestamp the role was created at (measured in number of seconds since 1/1/1970 UTC).
The organization role display name.
The timestamp the role expires at (measured in number of seconds since 1/1/1970 UTC).
Last Updated time of the role.
The timestamp the role was updated at (measured in number of seconds since 1/1/1970 UTC).
The name of the role.
The link to the organization.
The resource in which the role is scoped to. The resource will be embedded in the Access Token "perms" claim, as part of the role.
Indicates if the role is visible.