Skip to main content Link Search Menu Expand Document (external link)

CreateApplication overview

Command to create a new PingOne application.

Added in v0.0.1


Table of contents


utils

createApplicationCommand

Command to create a new PingOne application.

Signature

export declare const createApplicationCommand: Command.Command<
  "create_application",
  OAuthService | HttpClient | CredentialService,
  PingOneValidationError | PingOneAuthError,
  {
    readonly name: string
    readonly environmentId: Option<string>
    readonly pingoneToken: Option<Redacted<string>>
    readonly description: Option<string>
    readonly type: string
    readonly protocol: string
    readonly enabled: boolean
  }
>

Added in v0.0.1