Update PowerShell SDK docs: 17161070549

This commit is contained in:
developer-relations-sp
2025-08-22 16:52:08 +00:00
parent b34c0d27b4
commit ebf793f17d
7 changed files with 266 additions and 40 deletions

View File

@@ -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