RoleDto
Defines the properties of the role.
{
"displayName": "string",
"name": "string",
"expiresAt": 0,
"organizationLink": "string",
"visible": false,
"lastUpdatedBy": "string",
"lastUpdatedDate": "string",
"createdDate": "string",
"createdBy": "string",
"resource": "string"
}
The organization role display name.
The name of the role.
The timestamp the role expires at (measured in number of seconds since 1/1/1970 UTC).
The link to the organization.
Indicates if the role is visible.
Last Updated time of the role.
The timestamp the role was updated at (measured in number of seconds since 1/1/1970 UTC).
The timestamp the role was created at (measured in number of seconds since 1/1/1970 UTC).
The Creator of the role.
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.