SubRoleMedia

SubRoleMedia
SubRoleMedia

Represents a sub-role within a main role

JSON Example
{
    "type": "nsx",
    "names": [
        {
            "name": "moderator",
            "display_name": "Moderator"
        }
    ],
    "_links": {
        "self": {
            "href": "https://example.com/path-to-self"
        }
    }
}
string As ^[a-zA-Z-_]*$
type
Required
Constraints: minLength: 0 maxLength: 20

The type of the sub-role

names
Required

The names of the sub-roles

object
_links
Optional

The resource HATEOAS links. Usually includes a "self" link for this resource

Property Of