CustomRoleBindingWithGroupsDto
Custom Role Binding With Groups object.
{
"name": "string",
"resource": "string",
"createdBy": "string",
"lastUpdatedBy": "string",
"expiresAt": 3609941597,
"groups": [
{
"domain": "string",
"displayName": "string",
"id": "string",
"ownerOrgId": "string",
"sharedOrgIds": [
"string"
],
"groupType": "string",
"usersCount": 0,
"description": "string"
}
],
"createdDate": "string",
"membershipType": "string",
"groupIds": [
"string"
],
"lastUpdatedDate": "string"
}
The name 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.
The Creator of the role.
Last Updated time of the role.
The timestamp the role expires 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).
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.
List of group unique identifiers related to role.
The timestamp the role was updated at (measured in number of seconds since 1/1/1970 UTC).