Options
All
  • Public
  • Public/Protected
  • All
Menu

Namespace AppScopes

Scopes defined by this App. Used when this App acts as an OAuth Resource.

Properties

Optional description

description: undefined | string

OAuth scope description

*SCIM++ Properties:** - caseExact: false - idcsSearchable: false - multiValued: false - mutability: readWrite - required: false - returned: default - type: string - uniqueness: none

Optional displayName

displayName: undefined | string

OAuth scope display name

*Added In:** 19.2.1

*SCIM++ Properties:** - caseExact: false - idcsSearchable: false - multiValued: false - mutability: readWrite - required: false - returned: default - type: string - uniqueness: none

Optional fqs

fqs: undefined | string

The fully qualified value of this scope within this App. A fully qualified scope combines the 'value' of each scope with the value of 'audience'. Each value of 'fqs' must be unique across the system. Used only when this App acts as an OAuth Resource.

*SCIM++ Properties:** - caseExact: true - idcsSearchable: true - multiValued: false - mutability: readOnly - required: false - returned: default - type: string - uniqueness: server

Optional readOnly

readOnly: undefined | false | true

If true, indicates that this value must be protected.

*Added In:** 18.2.2

*SCIM++ Properties:** - idcsSearchable: false - multiValued: false - mutability: readOnly - required: false - returned: request - type: boolean - uniqueness: none

Optional requiresConsent

requiresConsent: undefined | false | true

If true, indicates that a user must provide consent to access this scope. Note: Used only when this App acts as an OAuth Resource.

*SCIM++ Properties:** - caseExact: false - idcsSearchable: false - multiValued: false - mutability: readWrite - required: false - returned: default - type: boolean - uniqueness: none

value

value: string

OAuth scope.

*SCIM++ Properties:** - caseExact: true - idcsSearchable: true - multiValued: false - mutability: readWrite - required: true - returned: default - type: string - uniqueness: none

Functions

getDeserializedJsonObj

  • getDeserializedJsonObj(obj: AppScopes): object

getJsonObj