Update to powershell SDK docs: 13123805130

This commit is contained in:
developer-relations-sp
2025-02-03 22:09:17 +00:00
parent bdb088c15d
commit 3e9d359da1
2608 changed files with 14669 additions and 14876 deletions

View File

@@ -16,23 +16,23 @@ tags: ['SDK', 'Software Development Kit', 'AuthUser', 'AuthUser']
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**Tenant** | Pointer to **String** | Tenant name. | [optional]
**Id** | Pointer to **String** | Identity ID. | [optional]
**Uid** | Pointer to **String** | Identity's unique identitifier. | [optional]
**VarProfile** | Pointer to **String** | ID of the auth profile associated with the auth user. | [optional]
**IdentificationNumber** | Pointer to **String** | Auth user's employee number. | [optional]
**Email** | Pointer to **String** | Auth user's email. | [optional]
**Phone** | Pointer to **String** | Auth user's phone number. | [optional]
**WorkPhone** | Pointer to **String** | Auth user's work phone number. | [optional]
**PersonalEmail** | Pointer to **String** | Auth user's personal email. | [optional]
**Firstname** | Pointer to **String** | Auth user's first name. | [optional]
**Lastname** | Pointer to **String** | Auth user's last name. | [optional]
**DisplayName** | Pointer to **String** | Auth user's name in displayed format. | [optional]
**Alias** | Pointer to **String** | Auth user's alias. | [optional]
**LastPasswordChangeDate** | Pointer to **String** | Date of last password change. | [optional]
**LastLoginTimestamp** | Pointer to **Int64** | Timestamp of the last login (long type value). | [optional]
**CurrentLoginTimestamp** | Pointer to **Int64** | Timestamp of the current login (long type value). | [optional]
**Capabilities** | Pointer to **[]String** | Array of the auth user's capabilities. | [optional]
**Tenant** | **String** | Tenant name. | [optional]
**Id** | **String** | Identity ID. | [optional]
**Uid** | **String** | Identity's unique identitifier. | [optional]
**VarProfile** | **String** | ID of the auth profile associated with the auth user. | [optional]
**IdentificationNumber** | **String** | Auth user's employee number. | [optional]
**Email** | **String** | Auth user's email. | [optional]
**Phone** | **String** | Auth user's phone number. | [optional]
**WorkPhone** | **String** | Auth user's work phone number. | [optional]
**PersonalEmail** | **String** | Auth user's personal email. | [optional]
**Firstname** | **String** | Auth user's first name. | [optional]
**Lastname** | **String** | Auth user's last name. | [optional]
**DisplayName** | **String** | Auth user's name in displayed format. | [optional]
**Alias** | **String** | Auth user's alias. | [optional]
**LastPasswordChangeDate** | **String** | Date of last password change. | [optional]
**LastLoginTimestamp** | **Int64** | Timestamp of the last login (long type value). | [optional]
**CurrentLoginTimestamp** | **Int64** | Timestamp of the current login (long type value). | [optional]
**Capabilities** | **[]String** | Array of the auth user's capabilities. | [optional]
## Examples