Skip to main content

AccountactionrequestdtoAccountDetails

Properties

NameTypeDescriptionNotes
IdStringunique id of this object[optional]
NameString[optional]
AccountIdString[optional]
DescriptionString[optional]
NativeIdentityString[optional]
UuidString[optional]
DisplayNameString[optional]
DisabledBoolean[optional]
LockedBoolean[optional]
UncorrelatedBoolean[optional]
SystemAccountBoolean[optional]
AuthoritativeBoolean[optional]
SupportsPasswordChangeBoolean[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

[Back to top]