Attributes object for an Okta account.

Hierarchy

  • OktaAccountAttributes

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
apiKey?: string

The API key of the Okta account.

authMethod: string

The authorization method for an Okta account.

clientId?: string

The Client ID of an Okta app integration.

clientSecret?: string

The client secret of an Okta app integration.

domain: string

The domain of the Okta account.

name: string

The name of the Okta account.

Generated using TypeDoc