mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-09 12:27:47 +00:00
Update PowerShell SDK docs: 17161070549
This commit is contained in:
@@ -22,10 +22,12 @@ Name | Type | Description | Notes
|
||||
**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]
|
||||
**ManuallyEdited** | **Boolean** | Indicates if the machine identity has been manually edited | [optional] [default to $false]
|
||||
**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**](machine-identity-dto-owners) | | [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]
|
||||
|
||||
## Examples
|
||||
|
||||
@@ -37,10 +39,12 @@ $MachineIdentity = Initialize-V2025MachineIdentity -Id id12345 `
|
||||
-Modified 2015-05-28T14:07:17Z `
|
||||
-BusinessApplication ADService `
|
||||
-Description `
|
||||
-ManuallyEdited true `
|
||||
-Attributes {"Region":"EU"} `
|
||||
-Subtype Application `
|
||||
-Owners null
|
||||
-Owners null `
|
||||
-SourceId 6d28b7c1-620c-49c6-b6d5-cbf81eb4b5fa `
|
||||
-Uuid f5dd23fe-3414-42b7-bb1c-869400ad7a10 `
|
||||
-NativeIdentity abc:123:dddd
|
||||
```
|
||||
|
||||
- Convert the resource to JSON
|
||||
|
||||
Reference in New Issue
Block a user