InlineRoleDefinition1
Properties
The creator org related to role definition.
The description of the role.
The unique identifier of the role.
The name of the role.
The nature of the Organization.
Possible values are: ALL_NATURE , MSP , PARTNER , OPS_STOP , DISTRIBUTOR
The organization permissions relate to roles.
The type of the organization.
Possible values are: OPERATOR , PROVIDER , TENANT
The type of role inheritance.
Possible values are: MANUAL , ALL_DESCENDANTS , ALL_PROVIDERS
JSON Example
{
"creatorOrg": "string",
"description": "string",
"id": "string",
"name": "string",
"nature": "ALL_NATURE",
"orgPermissions": {
"key": "string"
},
"orgType": "OPERATOR",
"realm": "CPHUB",
"roleInheritance": "MANUAL"
}