InlineRoleBinding1

InlineRoleBinding1
InlineRoleBinding1
JSON Example
{
    "entity_name": "string",
    "user_type": "string",
    "roles": [
        {
            "role": "string",
            "display_name": "string"
        }
    ]
}
string
entity_name
Required

The user or group being granted roles. For local users this is the user name; for LDAP users and groups this is typically the principal name returned by GET /iam/ldap-identity-sources/search.

user_type
Optional

Identifies whether an identity is a local Installer account, a remote user authenticated through a configured LDAP identity source, or a remote LDAP group.

Enumeration: LOCAL_USER, REMOTE_USER, REMOTE_GROUP
array of Role
roles
Required

The roles to grant to entity_name. On PUT, this list fully replaces the entity's existing roles.