ListMfaDevices overview
List MFA devices command for PingOne CLI
Added in v0.0.1
Table of contents
utils
listMfaDevices
Command to list MFA devices for a user in PingOne.
Signature
export declare const listMfaDevices: Command.Command<
"list_mfa_devices",
OAuthService | HttpClient | CredentialService | CacheService,
PingOneValidationError | PingOneAuthError | PingOneApiError | HttpClientError | ParseError,
{
readonly userId: string
readonly environmentId: Option<string>
readonly pingoneToken: Option<Redacted<string>>
readonly limit: Option<number>
}
>
Added in v0.0.1