[{"label":"Latest (1.0)","version":"latest"}]
cloud-partner-navigator

ServiceRoles

Defines the properties of service roles.


Properties

array of string
resourceTypes Optional

The list of resource types.


array of Resource
resources Optional

Defines the list of resources.


array of ServiceRole
roles Optional

The list of role objects.


string
serviceDisplayName Optional

The display name of the service.


string
serviceId Optional

The service definition id (without “external” prefix.)

JSON Example

{
    "resourceTypes": [
        "...",
        "..."
    ],
    "resources": [
        {
            "id": "...",
            "name": "..."
        },
        {
            "id": "...",
            "name": "..."
        }
    ],
    "roles": [
        {
            "associatedResources": [
                "...",
                "..."
            ],
            "defaultRole": true,
            "displayName": "...",
            "enabled": true,
            "hidden": true,
            "memberType": "DIRECT",
            "mspDefaultRole": true,
            "mspDefaultRoleOfProviderAtTenant": true,
            "name": "...",
            "resource": "...",
            "roleId": "...",
            "status": "..."
        },
        {
            "associatedResources": [
                "...",
                "..."
            ],
            "defaultRole": true,
            "displayName": "...",
            "enabled": true,
            "hidden": true,
            "memberType": "GROUP",
            "mspDefaultRole": true,
            "mspDefaultRoleOfProviderAtTenant": true,
            "name": "...",
            "resource": "...",
            "roleId": "...",
            "status": "..."
        }
    ],
    "serviceDisplayName": "...",
    "serviceId": "..."
}

Feedback

Was this page helpful?