ExpandedAuthClientDto

ExpandedAuthClientDto
ExpandedAuthClientDto

Defines the expanded authentication properties of the client.

JSON Example
{
    "customRoles": [
        {
            "createdBy": "string",
            "createdDate": "string",
            "expiresAt": 3609941597,
            "lastUpdatedBy": "string",
            "lastUpdatedDate": "string",
            "membershipType": "string",
            "name": "string",
            "resource": "string"
        }
    ],
    "description": "string",
    "displayName": "string",
    "id": "string",
    "isHidden": false,
    "organizationRoles": [
        {
            "createdBy": "string",
            "createdDate": "string",
            "displayName": "string",
            "expiresAt": 3609941597,
            "lastUpdatedBy": "string",
            "lastUpdatedDate": "string",
            "membershipType": "string",
            "name": "string",
            "resource": "string"
        }
    ],
    "serviceRoles": [
        {
            "serviceDefinitionId": "string",
            "serviceRoleNames": [
                "string"
            ],
            "serviceRoles": [
                {
                    "createdBy": "string",
                    "createdDate": "string",
                    "expiresAt": 3609941597,
                    "lastUpdatedBy": "string",
                    "lastUpdatedDate": "string",
                    "membershipType": "string",
                    "name": "string",
                    "resource": "string"
                }
            ]
        }
    ],
    "sourceOrg": {
        "displayName": "string",
        "orgId": "string",
        "shortId": "string"
    }
}
customRoles
Optional

List of custom role objects.

string
description
Optional

The organization OAuth Application description.

string
displayName
Optional

The organization OAuth Application display name.

string
id
Optional

The unique identifier of the OAuth Application (client).

boolean
isHidden
Optional

When set to true, this OAuth Application will not be displayed on the UI.

organizationRoles
Optional

List of organization role objects.

serviceRoles
Optional

List of services roles objects.

sourceOrg
Optional

The source organization of the OAuth Application.