mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-06 12:27:46 +00:00
1.7 KiB
1.7 KiB
id, title, pagination_label, sidebar_label, sidebar_class_name, keywords, slug, tags
| id | title | pagination_label | sidebar_label | sidebar_class_name | keywords | slug | tags | |||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| v2025-machine-identity-user-entitlement-response | MachineIdentityUserEntitlementResponse | MachineIdentityUserEntitlementResponse | MachineIdentityUserEntitlementResponse | powershellsdk |
|
/tools/sdk/powershell/v2025/models/machine-identity-user-entitlement-response |
|
MachineIdentityUserEntitlementResponse
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| Id | String | System-generated unique ID of the Object | [optional] |
| MachineIdentityId | String | System-generated unique ID of the Machine Identity | [optional] |
| Source | MachineIdentityUserEntitlementResponseSource | [optional] | |
| Entitlement | MachineIdentityUserEntitlementResponseEntitlement | [optional] | |
| Created | System.DateTime | Creation date of the Object | [optional] [readonly] |
Examples
- Prepare the resource
$MachineIdentityUserEntitlementResponse = Initialize-V2025MachineIdentityUserEntitlementResponse -Id 8886e5e3-63d0-462f-a195-d98da885b8dc `
-MachineIdentityId 8886e5e3-63d0-462f-a195-d98da885b8dc `
-Source null `
-Entitlement null `
-Created 2015-05-28T14:07:17Z
- Convert the resource to JSON
$MachineIdentityUserEntitlementResponse | ConvertTo-JSON