[{"label":"Latest (1.0)","version":"latest"}]
cloud-partner-navigator
ServiceRole
Defines the properties of service role.
Properties
array of
string
associatedResources
Optional
List of associated resources.
boolean
defaultRole
Optional
Indicates if default role.
string
displayName
Optional
The service role display name.
boolean
enabled
Optional
Indicates if enabled.
boolean
hidden
Optional
Indicates if hidden.
memberType
Optional
Membership type of the member in the organization. DIRECT: if the member roles were assigned directly. GROUP: if the member roles were assigned through custom or enterprise group.
Possible values are: DIRECT , GROUP
boolean
mspDefaultRole
Optional
Indicates if msp default role.
boolean
mspDefaultRoleOfProviderAtTenant
Optional
Indicates if msp default role of provider at tenant.
string
name
Optional
The name of the role.
string
resource
Optional
The resource in which the role is scoped to.
string
roleId
Optional
Unique identifier of the role.
string
status
Optional
The status.
JSON Example
{
"associatedResources": [
"...",
"..."
],
"defaultRole": true,
"displayName": "...",
"enabled": true,
"hidden": true,
"memberType": "GROUP",
"mspDefaultRole": true,
"mspDefaultRoleOfProviderAtTenant": true,
"name": "...",
"resource": "...",
"roleId": "...",
"status": "..."
}