Okta · Schema
OAuth2ScopeConsentGrant
IdentityWorkforce IdentityCustomer IdentityAuthenticationAuthorizationSingle Sign-OnMulti-Factor AuthenticationIdentity GovernancePrivileged AccessAI AgentsCross-App AccessMCPPlatform
Properties
| Name | Type | Description |
|---|---|---|
| _embedded | object | |
| _links | object | |
| clientId | string | |
| created | string | |
| createdBy | object | |
| id | string | |
| issuer | string | |
| lastUpdated | string | |
| scopeId | string | |
| source | object | |
| status | object | |
| userId | string |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/OAuth2ScopeConsentGrant",
"title": "OAuth2ScopeConsentGrant",
"type": "object",
"properties": {
"_embedded": {
"type": "object",
"additionalProperties": {
"type": "object",
"properties": {}
},
"readOnly": true
},
"_links": {
"type": "object",
"additionalProperties": {
"type": "object",
"properties": {}
},
"readOnly": true
},
"clientId": {
"type": "string"
},
"created": {
"type": "string",
"format": "date-time",
"readOnly": true
},
"createdBy": {
"$ref": "#/components/schemas/OAuth2Actor"
},
"id": {
"type": "string",
"readOnly": true
},
"issuer": {
"type": "string"
},
"lastUpdated": {
"type": "string",
"format": "date-time",
"readOnly": true
},
"scopeId": {
"type": "string"
},
"source": {
"$ref": "#/components/schemas/OAuth2ScopeConsentGrantSource"
},
"status": {
"$ref": "#/components/schemas/OAuth2ScopeConsentGrantStatus"
},
"userId": {
"type": "string"
}
},
"x-okta-tags": [
"Application"
]
}