ExpandedAuthClientDto
ExpandedAuthClientDto
Defines the expanded authentication properties of the client.
JSON Example
{
"isHidden": false,
"displayName": "string",
"id": "string",
"organizationRoles": [
{
"displayName": "string",
"name": "string",
"expiresAt": 3609941597,
"createdBy": "string",
"lastUpdatedDate": "string",
"resource": "string",
"membershipType": "string",
"createdDate": "string",
"lastUpdatedBy": "string"
}
],
"serviceRoles": [
{
"serviceRoleNames": [
"string"
],
"serviceDefinitionId": "string",
"serviceRoles": [
{
"createdBy": "string",
"lastUpdatedBy": "string",
"name": "string",
"lastUpdatedDate": "string",
"expiresAt": 3609941597,
"membershipType": "string",
"resource": "string",
"createdDate": "string"
}
]
}
],
"sourceOrg": {
"displayName": "string",
"orgId": "string",
"shortId": "string"
},
"customRoles": [
{
"createdBy": "string",
"lastUpdatedBy": "string",
"name": "string",
"lastUpdatedDate": "string",
"expiresAt": 3609941597,
"membershipType": "string",
"resource": "string",
"createdDate": "string"
}
],
"description": "string"
}
boolean
isHidden
Optional
When set to true, this OAuth Application will not be displayed on the UI.
string
displayName
Optional
The organization OAuth Application display name.
string
id
Optional
The unique identifier of the OAuth Application (client).
string
description
Optional
The organization OAuth Application description.