[{"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 with role.


boolean
defaultRole Optional

Indicates if role is default.


string
displayName Optional

The service role display name.


boolean
enabled Optional

Indicates if role is enabled.


boolean
hidden Optional

Indicates if the role is 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: DIRECTGROUP


boolean
mspDefaultRole Optional

Indicates if it is msp default role.


boolean
mspDefaultRoleOfProviderAtTenant Optional

Indicates if msp default role of provider at tenant.


string
name Optional

Indicates 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

Defines the status of service role.

JSON Example

{
    "associatedResources": [
        "...",
        "..."
    ],
    "defaultRole": true,
    "displayName": "...",
    "enabled": true,
    "hidden": true,
    "memberType": "GROUP",
    "mspDefaultRole": true,
    "mspDefaultRoleOfProviderAtTenant": true,
    "name": "...",
    "resource": "...",
    "roleId": "...",
    "status": "..."
}
[{"label":"Latest (1.0)","version":"latest"}]
cloud-partner-navigator
Property Of

ServiceRoles

Feedback

Was this page helpful?