OrganizationRoleResponse
Defines the properties of the organization role response.
{
"createdBy": "string",
"createdDate": "string",
"displayName": "string",
"expiresAt": "string",
"lastUpdatedDate": "string",
"membershipType": "string",
"name": "string",
"resource": "string"
}
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).
The timestamp the role was updated at (measured in number of seconds since 1/1/1970 UTC).
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.
The name of the role.
The resource in which the role is scoped to.