RoleDto

RoleDto
RoleDto

Defines the properties of the role.

JSON Example
{
    "displayName": "string",
    "name": "string",
    "expiresAt": 0,
    "organizationLink": "string",
    "visible": false,
    "lastUpdatedBy": "string",
    "lastUpdatedDate": "string",
    "createdDate": "string",
    "createdBy": "string",
    "resource": "string"
}
string
displayName
Optional

The organization role display name.

string
name
Required

The name of the role.

integer As int64 As int64
expiresAt
Optional

The timestamp the role expires at (measured in number of seconds since 1/1/1970 UTC).

string
organizationLink
Required

The link to the organization.

boolean
visible
Optional

Indicates if the role is visible.

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
createdDate
Optional

The timestamp the role was created at (measured in number of seconds since 1/1/1970 UTC).

string
createdBy
Optional

The Creator of the role.

string
resource
Optional
Constraints: minLength: 0 maxLength: 200

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.