mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-08 12:27:47 +00:00
850 B
850 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 | pythonsdk |
|
/tools/sdk/python/beta/models/token-auth-response |
|
TokenAuthResponse
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| status | Enum [ 'PENDING', 'SUCCESS', 'FAILED', 'LOCKOUT', 'NOT_ENOUGH_DATA' ] | MFA Authentication status | [optional] |
| } |
Example
from sailpoint.beta.models.token_auth_response import TokenAuthResponse
token_auth_response = TokenAuthResponse(
status='PENDING'
)