ReadPopulation overview
CLI command for retrieving details of a specific PingOne population by ID.
Added in v0.0.1
Table of contents
utils
readPopulationCommand
Command to read/retrieve a PingOne population by ID.
Signature
export declare const readPopulationCommand: Command.Command<
"read_population",
OAuthService | HttpClient | CredentialService | CacheService,
PingOneAuthError,
{
readonly populationId: string
readonly environmentId: Option<string>
readonly pingoneToken: Option<Redacted<string>>
}
>
Added in v0.0.1