UpdateApplication overview
Command to update an existing PingOne application.
Added in v0.0.1
Table of contents
utils
updateApplicationCommand
Command to update a PingOne application.
Signature
export declare const updateApplicationCommand: Command.Command<
"update_application",
OAuthService | HttpClient | CredentialService,
PingOneValidationError | PingOneAuthError,
{
readonly applicationId: string
readonly environmentId: Option<string>
readonly pingoneToken: Option<Redacted<string>>
readonly name: Option<string>
readonly description: Option<string>
readonly enabled: Option<boolean>
}
>
Added in v0.0.1