AccountactionrequestdtoAccountDetails
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| Id | String | unique id of this object | [optional] |
| Name | String | [optional] | |
| AccountId | String | [optional] | |
| Description | String | [optional] | |
| NativeIdentity | String | [optional] | |
| Uuid | String | [optional] | |
| DisplayName | String | [optional] | |
| Disabled | Boolean | [optional] | |
| Locked | Boolean | [optional] | |
| Uncorrelated | Boolean | [optional] | |
| SystemAccount | Boolean | [optional] | |
| Authoritative | Boolean | [optional] | |
| SupportsPasswordChange | Boolean | [optional] | |
| Attributes | [SystemCollectionsHashtable]https://learn.microsoft.com/en-us/dotnet/api/system.collections.hashtable?view=net-9.0 | [optional] | |
| Application | [SystemCollectionsHashtable]https://learn.microsoft.com/en-us/dotnet/api/system.collections.hashtable?view=net-9.0 | [optional] | |
| Identity | [SystemCollectionsHashtable]https://learn.microsoft.com/en-us/dotnet/api/system.collections.hashtable?view=net-9.0 | [optional] | |
| Schema | [SystemCollectionsHashtable]https://learn.microsoft.com/en-us/dotnet/api/system.collections.hashtable?view=net-9.0 | [optional] | |
| PendingAccessRequestIds | []String | [optional] | |
| Features | []String | [optional] | |
| Meta | [SystemCollectionsHashtable]https://learn.microsoft.com/en-us/dotnet/api/system.collections.hashtable?view=net-9.0 | [optional] |
Examples
- Prepare the resource
$AccountactionrequestdtoAccountDetails = Initialize-AccountactionrequestdtoAccountDetails -Id 2c91808474683da6017468693c260195 `
-Name null `
-AccountId 4191808474683da6017468693c260195 `
-Description null `
-NativeIdentity null `
-Uuid null `
-DisplayName null `
-Disabled null `
-Locked null `
-Uncorrelated null `
-SystemAccount null `
-Authoritative null `
-SupportsPasswordChange null `
-Attributes null `
-Application null `
-Identity null `
-Schema null `
-PendingAccessRequestIds null `
-Features null `
-Meta null
- Convert the resource to JSON
$AccountactionrequestdtoAccountDetails | ConvertTo-JSON