ServiceRoleDto

ServiceRoleDto
ServiceRoleDto

List of roles to be given to the service owners

JSON Example
{
    "refLink": "string",
    "name": "string",
    "displayName": "string",
    "status": "string",
    "isDefault": false,
    "isHidden": false,
    "type": "string",
    "description": "string",
    "isComposable": false,
    "isBundled": false,
    "subRoles": [
        "SubRolesDto Object"
    ],
    "disallowedResourceTypes": [
        "string"
    ]
}
string
refLink
Optional

The reflink of the service role

string
name
Required

The name of the service role

string
displayName
Required

The service role display name

string
status
Optional

The service role status value

Possible values are : IN_DELETION_PROCESS, ACTIVE,
boolean
isDefault
Optional

Specify whether this is the default service role

boolean
isHidden
Optional

Specify whether this service role is hidden

string
type
Optional

The type of the service role

Possible values are : SERVICE_ONLY, CUSTOMER, OPERATOR, PARTNER_OPERATOR, CUSTOMER, SERVICE_ONLY,
string
description
Optional

The description for this role

boolean
isComposable
Optional

Specify whether this role can be part of a bundle role or not

boolean
isBundled
Optional

Specify whether this role is a bundled role

array of SubRolesDto
subRoles
Optional

Sub roles of the bundle role

array of string
disallowedResourceTypes
Optional

Specify disallowed resource types

Possible values are : ORG, PROJECT,