[{"label":"Latest (v1.0)","version":"latest"}]
csp

ExpandedAuthClientDto

Defines the expanded authentication properties of the client.


Properties

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).


organizationRoles Optional

List of organization role objects.


serviceRoles Optional

List of services roles objects.


sourceOrg Optional

The source organization of the OAuth Application.

JSON Example

{
	"customRoles": [
		{
			"createdBy": "string",
			"createdDate": "string",
			"expiresAt": 3609941597,
			"lastUpdatedBy": "string",
			"lastUpdatedDate": "string",
			"membershipType": "DIRECT",
			"name": "string",
			"resource": "string"
		}
	],
	"description": "string",
	"displayName": "string",
	"id": "string",
	"organizationRoles": [
		{
			"createdBy": "string",
			"createdDate": "string",
			"displayName": "string",
			"expiresAt": 3609941597,
			"lastUpdatedBy": "string",
			"lastUpdatedDate": "string",
			"membershipType": "DIRECT",
			"name": "string",
			"resource": "string"
		}
	],
	"serviceRoles": [
		{
			"serviceDefinitionId": "string",
			"serviceRoleNames": [
				"string"
			],
			"serviceRoles": [
				{
					"createdBy": "string",
					"createdDate": "string",
					"expiresAt": 3609941597,
					"lastUpdatedBy": "string",
					"lastUpdatedDate": "string",
					"membershipType": "DIRECT",
					"name": "string",
					"resource": "string"
				}
			]
		}
	],
	"sourceOrg": {
		"displayName": "string",
		"orgId": "string",
		"shortId": "string"
	}
}
[{"label":"Latest (v1.0)","version":"latest"}]
csp
Property Of

PagedPostResponseExpandedAuthClientDto
PagedResponseExpandedAuthClientDto

Feedback

Was this page helpful?