mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-06 20:37:46 +00:00
898 B
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 |
|
/tools/sdk/powershell/v3/models/token-auth-response |
|
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