mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-08 12:27:47 +00:00
starting point for adding python sdk docs
This commit is contained in:
@@ -0,0 +1,35 @@
|
||||
---
|
||||
id: beta-password-digit-token
|
||||
title: PasswordDigitToken
|
||||
pagination_label: PasswordDigitToken
|
||||
sidebar_label: PasswordDigitToken
|
||||
sidebar_class_name: pythonsdk
|
||||
keywords: ['python', 'Python', 'sdk', 'PasswordDigitToken', 'BetaPasswordDigitToken']
|
||||
slug: /tools/sdk/python/beta/models/password-digit-token
|
||||
tags: ['SDK', 'Software Development Kit', 'PasswordDigitToken', 'BetaPasswordDigitToken']
|
||||
---
|
||||
|
||||
# PasswordDigitToken
|
||||
|
||||
|
||||
## Properties
|
||||
|
||||
Name | Type | Description | Notes
|
||||
------------ | ------------- | ------------- | -------------
|
||||
**digit_token** | **str** | The digit token for password management | [optional]
|
||||
**request_id** | **str** | The reference ID of the digit token generation request | [optional]
|
||||
}
|
||||
|
||||
## Example
|
||||
|
||||
```python
|
||||
from sailpoint.beta.models.password_digit_token import PasswordDigitToken
|
||||
|
||||
password_digit_token = PasswordDigitToken(
|
||||
digit_token='09087713',
|
||||
request_id='e1267ecd-fcd9-4c73-9c55-12555efad136'
|
||||
)
|
||||
|
||||
```
|
||||
[[Back to top]](#)
|
||||
|
||||
Reference in New Issue
Block a user