SetPassword overview
Set password command for PingOne CLI
Added in v0.0.1
Table of contents
utils
setPassword
Command to set a user’s password in PingOne.
Signature
export declare const setPassword: Command.Command<
"set_password",
OAuthService | HttpClient | CredentialService,
PingOneValidationError | PingOneAuthError | PingOneApiError | HttpClientError | ParseError | HttpBodyError,
{
readonly userId: string
readonly password: Redacted.Redacted<string>
readonly environmentId: Option<string>
readonly pingoneToken: Option<Redacted.Redacted<string>>
readonly forceChange: boolean
}
>
Added in v0.0.1