ServiceRoleBindingWithGroups

ServiceRoleBindingWithGroups
ServiceRoleBindingWithGroups

The service roles

JSON Example
{
    "id": "string",
    "name": "string",
    "membershipType": "string",
    "expiresAt": "string",
    "resource": "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
resource
Optional

Identity does not support resource scoped permissions. The resource parameter is ignored.

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.