Class OAuthScopesRestrictionResponseData

Data object of an OAuth2 client scopes restriction response.

Hierarchy

  • OAuthScopesRestrictionResponseData

Constructors

Properties

additionalProperties?: {
    [key: string]: any;
}

A container for additional, undeclared properties. This is a holder for any undeclared properties as specified with the 'additionalProperties' keyword in the OAS document.

Type declaration

  • [key: string]: any

Attributes of an OAuth2 client scopes restriction.

id: string

UUID of the OAuth2 client this restriction applies to.

JSON:API resource type for an OAuth2 client scopes restriction.

Generated using TypeDoc