RolesForPath

RolesForPath
RolesForPath

The roles that are limited only to the path specified. In case the path is null, the roles apply everywhere.

JSON Example
{
    "delete_path": false,
    "path": "string",
    "roles": [
        {
            "role": "string",
            "role_display_name": "string"
        }
    ]
}
boolean
delete_path
Optional

Flag to delete the path in role-binding update operation. If false then path will not be deleted while updating the role-binding. If true then path will be deleted while updating the role-binding. Please note: This flag will be used only in role-binding PUT api.

string
path
Required

Path of the entity in parent hierarchy.

array of Role
roles
Required

Applicable roles.

Property Of