| 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] |
| BusinessApplication |
String |
The business application that the identity represents |
[required] |
| Description |
String |
Description of machine identity |
[optional] |
| Attributes |
[SystemCollectionsHashtable]https://learn.microsoft.com/en-us/dotnet/api/system.collections.hashtable?view=net-9.0 |
A map of custom machine identity attributes |
[optional] |
| Subtype |
String |
The subtype value associated to the machine identity |
[required] |
| Owners |
MachineIdentityDtoOwners |
|
[optional] |
| SourceId |
String |
The source id associated to the machine identity |
[optional] |
| Uuid |
String |
The UUID associated to the machine identity directly aggregated from a source |
[optional] |
| NativeIdentity |
String |
The native identity associated to the machine identity directly aggregated from a source |
[optional] |
| ManuallyEdited |
Boolean |
Indicates if the machine identity has been manually edited |
[optional] [default to $false] |
| ManuallyCreated |
Boolean |
Indicates if the machine identity has been manually created |
[optional] [default to $false] |
| Source |
[SystemCollectionsHashtable]https://learn.microsoft.com/en-us/dotnet/api/system.collections.hashtable?view=net-9.0 |
The source of the machine identity |
[optional] |
| DatasetId |
String |
The dataset id associated to the source in which the identity was retrieved from |
[optional] |
| UserEntitlements |
[]MachineIdentityResponseUserEntitlements |
The user entitlements associated to the machine identity |
[optional] |