[{"label":"Latest (v1)","version":"latest"}]
cloud-partner-navigator
ServiceRole
Defines the properties of the Service Role.
Properties
array of
string
associatedResources
Optional
The list of the associated resources.
boolean
defaultRole
Optional
The flag to identify the default role.
string
displayName
Optional
The display name of the service role.
boolean
enabled
Optional
The flag to enable the service roles.
boolean
hidden
Optional
The flag to hide/ expose the service role.
memberType
Optional
Defines the properties of the member type.
Possible values are: DIRECT , GROUP
boolean
mspDefaultRole
Optional
The flag to identify the default msp role.
boolean
mspDefaultRoleOfProviderAtTenant
Optional
The flag to set msp default role of provider at tenant
string
name
Optional
The name of the service role.
string
resource
Optional
The resource of the service role.
string
roleId
Optional
The ID of the service role.
string
status
Optional
The status of the service role.
JSON Example
{
"associatedResources": [
"...",
"..."
],
"defaultRole": true,
"displayName": "...",
"enabled": true,
"hidden": true,
"memberType": "GROUP",
"mspDefaultRole": true,
"mspDefaultRoleOfProviderAtTenant": true,
"name": "...",
"resource": "...",
"roleId": "...",
"status": "..."
}