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

CreatePopulation overview

CLI command for creating a new PingOne population with required name and optional description.

Added in v0.0.1


Table of contents


utils

createPopulationCommand

Command to create a new PingOne population.

Signature

export declare const createPopulationCommand: Command.Command<
  "create_population",
  OAuthService | HttpClient | CredentialService,
  PingOneValidationError | PingOneAuthError,
  {
    readonly name: string
    readonly environmentId: Option<string>
    readonly pingoneToken: Option<Redacted<string>>
    readonly description: Option<string>
  }
>

Added in v0.0.1