Files
developer.sailpoint.com/docs/tools/sdk/powershell/refrence/beta/Models/TokenAuthResponse.md
darrell-thobe-sp 39d2297259 update to doc files
2025-01-24 14:40:05 -05:00

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

TokenAuthResponse

Properties

Name Type Description Notes
Status Pointer to 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]