Files
developer.sailpoint.com/docs/tools/sdk/powershell/Reference/V3/Models/TokenAuthResponse.md
2025-05-07 14:37:48 +00:00

898 B

id, title, pagination_label, sidebar_label, sidebar_class_name, keywords, slug, tags
id title pagination_label sidebar_label sidebar_class_name keywords slug tags
token-auth-response TokenAuthResponse TokenAuthResponse TokenAuthResponse powershellsdk
powershell
PowerShell
sdk
TokenAuthResponse
TokenAuthResponse
/tools/sdk/powershell/v3/models/token-auth-response
SDK
Software Development Kit
TokenAuthResponse
TokenAuthResponse

TokenAuthResponse

Properties

Name Type Description Notes
Status Enum [ "PENDING", "SUCCESS", "FAILED", "LOCKOUT", "NOT_ENOUGH_DATA" ] MFA Authentication status [optional]

Examples

  • Prepare the resource
$TokenAuthResponse = Initialize-TokenAuthResponse  -Status PENDING
  • Convert the resource to JSON
$TokenAuthResponse | ConvertTo-JSON

[Back to top]