mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-09 04:19:37 +00:00
adding powershell sdk docs back
This commit is contained in:
@@ -0,0 +1,35 @@
|
||||
---
|
||||
id: beta-token-auth-response
|
||||
title: TokenAuthResponse
|
||||
pagination_label: TokenAuthResponse
|
||||
sidebar_label: TokenAuthResponse
|
||||
sidebar_class_name: powershellsdk
|
||||
keywords: ['powershell', 'PowerShell', 'sdk', 'TokenAuthResponse', 'BetaTokenAuthResponse']
|
||||
slug: /tools/sdk/powershell/beta/models/token-auth-response
|
||||
tags: ['SDK', 'Software Development Kit', 'TokenAuthResponse', 'BetaTokenAuthResponse']
|
||||
---
|
||||
|
||||
|
||||
# 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
|
||||
```powershell
|
||||
$TokenAuthResponse = Initialize-PSSailpoint.BetaTokenAuthResponse -Status PENDING
|
||||
```
|
||||
|
||||
- Convert the resource to JSON
|
||||
```powershell
|
||||
$TokenAuthResponse | ConvertTo-JSON
|
||||
```
|
||||
|
||||
|
||||
[[Back to top]](#)
|
||||
|
||||
Reference in New Issue
Block a user