[{"label":"Latest (1.0)","version":"latest"}]
cloud-partner-navigator

CpnOrgOauthAppResponse

The organization OAuth Application response.


Properties

integer as int32
accessTokenTTL Optional

The organization OAuth Application access token time to live in seconds.


allowedScopes Optional

The allowed general, organization and service scopes of access.


integer as int64
createdAt Optional

Timestamp indicating when the organization OAuth Application was created.


string
description Optional

The description of organization OAuth Application.


string
displayName Optional

The organization OAuth Application display name.


array of string
grantTypes Optional

The list of OAuth grant types.


string
id Optional

The unique identifier of the OAuth Application.


integer as int64
lastUpdatedAt Optional

Timestamp indicating when the organization OAuth Application was updated.


boolean
ownerOnlySecretRotation Optional

When set to ’true’, the client is not allowed to rotate its own secret.By default, client is enabled to self-rotate its secret


integer as int32
secretRotationExpirationInSeconds Optional

The secret rotation expiration in seconds. The old OAuth Application secret will expire after it.

JSON Example

{
	"accessTokenTTL": 0,
	"allowedScopes": {
		"generalScopes": [
			"string"
		],
		"organizationScopes": {
			"roles": [
				{
					"name": "string"
				}
			]
		},
		"servicesScopes": [
			{
				"allRoles": false,
				"roles": [
					{
						"name": "string"
					}
				],
				"serviceDefinitionId": "string"
			}
		]
	},
	"createdAt": 0,
	"description": "string",
	"displayName": "string",
	"grantTypes": [
		"string"
	],
	"id": "string",
	"lastUpdatedAt": 0,
	"ownerOnlySecretRotation": false,
	"secretRotationExpirationInSeconds": 0
}

Feedback

Was this page helpful?