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

UpdatePopulation overview

CLI command for updating an existing PingOne population with optional name and description fields.

Added in v0.0.1


Table of contents


utils

updatePopulationCommand

Command to update a PingOne population.

Signature

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

Added in v0.0.1