OrganizationRoleBindingWithGroups

OrganizationRoleBindingWithGroups
OrganizationRoleBindingWithGroups
JSON Example
{
    "id": "string",
    "name": "string",
    "membershipType": "string",
    "expiresAt": "string",
    "displayName": "string",
    "orgId": "string",
    "groups": [
        {
            "id": "string",
            "displayName": "string",
            "domain": "string",
            "usersCount": 0,
            "groupType": "string"
        }
    ],
    "groupIds": [
        "string"
    ]
}
string
id
Optional

The identifier of the role.

string
name
Optional

The name of the role.

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 enterprise group.

Possible values are : DIRECT, GROUP,
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). The property is ignored by the identity service.

string
displayName
Optional

The organization role display name

string
orgId
Optional

The organization id in which the role is assigned

array of Group
groups
Optional

List of group objects related to role.

array of string
groupIds
Optional

List of group unique identifiers related to role.