ServiceDef

ServiceDef
ServiceDef

The service name, display name and roles.

JSON Example
{
    "serviceDisplayName": "string",
    "serviceName": "string",
    "serviceRoles": [
        "string"
    ],
    "refLink": "string",
    "roles": [
        {
            "createdBy": "string",
            "lastUpdatedBy": "string",
            "name": "string",
            "lastUpdatedDate": "string",
            "expiresAt": 3609941597,
            "membershipType": "string",
            "resource": "string",
            "createdDate": "string"
        }
    ]
}
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).

string
refLink
Optional

The reference link to the service.

roles
Optional

List of services roles objects.

Property Of