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,19 +16,19 @@ tags: ['SDK', 'Software Development Kit', 'Identity', 'BetaIdentity']
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**Id** | Pointer to **String** | System-generated unique ID of the identity | [optional] [readonly]
**Name** | **String** | The identity's name is equivalent to its Display Name attribute. | [required]
**Created** | Pointer to **System.DateTime** | Creation date of the identity | [optional] [readonly]
**Modified** | Pointer to **System.DateTime** | Last modification date of the identity | [optional] [readonly]
**Alias** | Pointer to **String** | The identity's alternate unique identifier is equivalent to its Account Name on the authoritative source account schema. | [optional]
**EmailAddress** | Pointer to **String** | The email address of the identity | [optional]
**ProcessingState** | Pointer to **Enum** [ "ERROR", "OK" ] | The processing state of the identity | [optional]
**IdentityStatus** | Pointer to **Enum** [ "UNREGISTERED", "REGISTERED", "PENDING", "WARNING", "DISABLED", "ACTIVE", "DEACTIVATED", "TERMINATED", "ERROR", "LOCKED" ] | The identity's status in the system | [optional]
**ManagerRef** | Pointer to [**IdentityManagerRef**](identity-manager-ref) | | [optional]
**IsManager** | Pointer to **Boolean** | Whether this identity is a manager of another identity | [optional] [default to $false]
**LastRefresh** | Pointer to **System.DateTime** | The last time the identity was refreshed by the system | [optional]
**Attributes** | Pointer to [**SystemCollectionsHashtable**]https://learn.microsoft.com/en-us/dotnet/api/system.collections.hashtable?view=net-9.0 | A map with the identity attributes for the identity | [optional]
**LifecycleState** | Pointer to [**IdentityLifecycleState**](identity-lifecycle-state) | | [optional]
**Id** | **String** | System-generated unique ID of the identity | [optional] [readonly]
**Name** | **String** | The identity's name is equivalent to its Display Name attribute. | [required]
**Created** | **System.DateTime** | Creation date of the identity | [optional] [readonly]
**Modified** | **System.DateTime** | Last modification date of the identity | [optional] [readonly]
**Alias** | **String** | The identity's alternate unique identifier is equivalent to its Account Name on the authoritative source account schema. | [optional]
**EmailAddress** | **String** | The email address of the identity | [optional]
**ProcessingState** | **Enum** [ "ERROR", "OK" ] | The processing state of the identity | [optional]
**IdentityStatus** | **Enum** [ "UNREGISTERED", "REGISTERED", "PENDING", "WARNING", "DISABLED", "ACTIVE", "DEACTIVATED", "TERMINATED", "ERROR", "LOCKED" ] | The identity's status in the system | [optional]
**ManagerRef** | [**IdentityManagerRef**](identity-manager-ref) | | [optional]
**IsManager** | **Boolean** | Whether this identity is a manager of another identity | [optional] [default to $false]
**LastRefresh** | **System.DateTime** | The last time the identity was refreshed by the system | [optional]
**Attributes** | [**SystemCollectionsHashtable**]https://learn.microsoft.com/en-us/dotnet/api/system.collections.hashtable?view=net-9.0 | A map with the identity attributes for the identity | [optional]
**LifecycleState** | [**IdentityLifecycleState**](identity-lifecycle-state) | | [optional]
## Examples