mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-09 12:27:47 +00:00
starting point for adding python sdk docs
This commit is contained in:
@@ -0,0 +1,45 @@
|
||||
---
|
||||
id: v2024-account-status-changed-account
|
||||
title: AccountStatusChangedAccount
|
||||
pagination_label: AccountStatusChangedAccount
|
||||
sidebar_label: AccountStatusChangedAccount
|
||||
sidebar_class_name: pythonsdk
|
||||
keywords: ['python', 'Python', 'sdk', 'AccountStatusChangedAccount', 'V2024AccountStatusChangedAccount']
|
||||
slug: /tools/sdk/python/v2024/models/account-status-changed-account
|
||||
tags: ['SDK', 'Software Development Kit', 'AccountStatusChangedAccount', 'V2024AccountStatusChangedAccount']
|
||||
---
|
||||
|
||||
# AccountStatusChangedAccount
|
||||
|
||||
|
||||
## Properties
|
||||
|
||||
Name | Type | Description | Notes
|
||||
------------ | ------------- | ------------- | -------------
|
||||
**id** | **str** | the ID of the account in the database | [optional]
|
||||
**native_identity** | **str** | the native identifier of the account | [optional]
|
||||
**display_name** | **str** | the display name of the account | [optional]
|
||||
**source_id** | **str** | the ID of the source for this account | [optional]
|
||||
**source_name** | **str** | the name of the source for this account | [optional]
|
||||
**entitlement_count** | **int** | the number of entitlements on this account | [optional]
|
||||
**access_type** | **str** | this value is always \"account\" | [optional]
|
||||
}
|
||||
|
||||
## Example
|
||||
|
||||
```python
|
||||
from sailpoint.v2024.models.account_status_changed_account import AccountStatusChangedAccount
|
||||
|
||||
account_status_changed_account = AccountStatusChangedAccount(
|
||||
id='',
|
||||
native_identity='',
|
||||
display_name='',
|
||||
source_id='',
|
||||
source_name='',
|
||||
entitlement_count=56,
|
||||
access_type=''
|
||||
)
|
||||
|
||||
```
|
||||
[[Back to top]](#)
|
||||
|
||||
Reference in New Issue
Block a user