Class UpsertOAuthScopesRestrictionDataAttributes

Attributes of an upsert OAuth2 scopes restriction request.

Hierarchy

  • UpsertOAuthScopesRestrictionDataAttributes

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
oidcScopes?: OAuthOidcScope[]

OIDC scopes the client is allowed to request.

permissionScopes?: string[]

Datadog permission scopes the client is allowed to request. Each value must be a valid permission name.

Generated using TypeDoc