ReadApplication overview
Command to read and display details of a PingOne application.
Added in v0.0.1
Table of contents
utils
readApplicationCommand
Command to read/retrieve a PingOne application by ID.
Signature
export declare const readApplicationCommand: Command.Command<
"read_application",
OAuthService | HttpClient | CredentialService | CacheService,
PingOneAuthError,
{
readonly applicationId: string
readonly environmentId: Option<string>
readonly pingoneToken: Option<Redacted<string>>
}
>
Added in v0.0.1