| Id |
String |
System-generated unique ID of the Object |
[optional] [readonly] |
| Name |
String |
Name of the Object |
[required] |
| Created |
System.DateTime |
Creation date of the Object |
[optional] [readonly] |
| Modified |
System.DateTime |
Last modification date of the Object |
[optional] [readonly] |
| Description |
String |
A description of the machine account |
[optional] |
| NativeIdentity |
String |
The unique ID of the machine account generated by the source system |
[required] |
| Uuid |
String |
The unique ID of the account as determined by the account schema |
[optional] |
| ClassificationMethod |
Enum [ "SOURCE", "CRITERIA", "DISCOVERY", "MANUAL" ] |
Classification Method |
[required] |
| MachineIdentity |
[SystemCollectionsHashtable]https://learn.microsoft.com/en-us/dotnet/api/system.collections.hashtable?view=net-9.0 |
The machine identity this account is associated with |
[optional] |
| OwnerIdentity |
[SystemCollectionsHashtable]https://learn.microsoft.com/en-us/dotnet/api/system.collections.hashtable?view=net-9.0 |
The identity who owns this account. |
[optional] |
| AccessType |
String |
The connection type of the source this account is from |
[optional] |
| Subtype |
String |
The sub-type |
[optional] |
| Environment |
String |
Environment |
[optional] |
| Attributes |
[map[string]AnyType]https://learn.microsoft.com/en-us/powershell/scripting/lang-spec/chapter-04?view=powershell-7.4 |
Custom attributes specific to the machine account |
[optional] |
| ConnectorAttributes |
[map[string]AnyType]https://learn.microsoft.com/en-us/powershell/scripting/lang-spec/chapter-04?view=powershell-7.4 |
The connector attributes for the account |
[required] |
| ManuallyCorrelated |
Boolean |
Indicates if the account has been manually correlated to an identity |
[optional] [default to $false] |
| ManuallyEdited |
Boolean |
Indicates if the account has been manually edited |
[required][default to $false] |
| Locked |
Boolean |
Indicates if the account is currently locked |
[required] |
| Enabled |
Boolean |
Indicates if the account is enabled |
[required][default to $false] |
| HasEntitlements |
Boolean |
Indicates if the account has entitlements |
[required][default to $true] |
| Source |
[SystemCollectionsHashtable]https://learn.microsoft.com/en-us/dotnet/api/system.collections.hashtable?view=net-9.0 |
The source this machine account belongs to. |
[required] |