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
object
_links
Optional
The resource HATEOAS links. Usually includes a "self" link for this resource