OrganizationRoleResponse

OrganizationRoleResponse
OrganizationRoleResponse

Defines the properties of the organization role response.

JSON Example
{
    "createdBy": "string",
    "createdDate": "string",
    "displayName": "string",
    "expiresAt": "string",
    "lastUpdatedDate": "string",
    "membershipType": "string",
    "name": "string",
    "resource": "string"
}
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.

string As date-time As date-time
expiresAt
Optional

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

string
lastUpdatedDate
Optional

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

string
membershipType
Optional

Membership type of the member in the organization. DIRECT: if the member roles were assigned directly. GROUP: if the member roles were assigned through custom or enterprise group.

Possible values are : DIRECT, GROUP, NESTED,
string
name
Optional

The name of the role.

string
resource
Optional

The resource in which the role is scoped to.