ReadEnvironment overview
Command for reading/retrieving a PingOne environment by ID.
Added in v0.0.1
Table of contents
utils
readEnvironmentCommand
Command to read/retrieve a PingOne environment by ID.
Signature
export declare const readEnvironmentCommand: Command.Command<
"read_environment",
OAuthService | HttpClient | CredentialService | CacheService,
PingOneAuthError,
{ readonly environmentId: string; readonly pingoneToken: Option<Redacted<string>> }
>
Added in v0.0.2