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"
}
}
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.