ServiceDef

ServiceDef
ServiceDef

The service name, display name and roles.

JSON Example
{
    "refLink": "string",
    "roles": [
        {
            "createdBy": "string",
            "createdDate": "string",
            "expiresAt": 3609941597,
            "lastUpdatedBy": "string",
            "lastUpdatedDate": "string",
            "membershipType": "string",
            "name": "string",
            "resource": "string"
        }
    ],
    "serviceDisplayName": "string",
    "serviceName": "string",
    "serviceRoles": [
        "string"
    ]
}
string
refLink
Optional

The reference link to the service.

roles
Optional

List of services roles objects.

string
serviceDisplayName
Optional

The human readable display name of the service.

string
serviceName
Optional

The service name.

array of string
serviceRoles
Optional

Deprecated: The service roles (use roles instead).

Property Of