id, title, pagination_label, sidebar_label, sidebar_class_name, keywords, slug, tags
| id |
title |
pagination_label |
sidebar_label |
sidebar_class_name |
keywords |
slug |
tags |
| v2024-access-requested-account |
AccessRequestedAccount |
AccessRequestedAccount |
AccessRequestedAccount |
pythonsdk |
| python |
| Python |
| sdk |
| AccessRequestedAccount |
| V2024AccessRequestedAccount |
|
/tools/sdk/python/v2024/models/access-requested-account |
| SDK |
| Software Development Kit |
| AccessRequestedAccount |
| V2024AccessRequestedAccount |
|
AccessRequestedAccount
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
[Back to top]