Files
developer.sailpoint.com/docs/tools/sdk/powershell/Reference/Beta/Models/TokenAuthResponse.md
2025-02-03 22:09:17 +00:00

929 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
beta-token-auth-response TokenAuthResponse TokenAuthResponse TokenAuthResponse powershellsdk
powershell
PowerShell
sdk
TokenAuthResponse
BetaTokenAuthResponse
/tools/sdk/powershell/beta/models/token-auth-response
SDK
Software Development Kit
TokenAuthResponse
BetaTokenAuthResponse

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-PSSailpoint.BetaTokenAuthResponse  -Status PENDING
  • Convert the resource to JSON
$TokenAuthResponse | ConvertTo-JSON

[Back to top]