mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-07 12:27:47 +00:00
Update PowerShell SDK docs: 17244470042
This commit is contained in:
@@ -0,0 +1,43 @@
|
||||
---
|
||||
id: v2025-machine-identity-user-entitlement-response
|
||||
title: MachineIdentityUserEntitlementResponse
|
||||
pagination_label: MachineIdentityUserEntitlementResponse
|
||||
sidebar_label: MachineIdentityUserEntitlementResponse
|
||||
sidebar_class_name: powershellsdk
|
||||
keywords: ['powershell', 'PowerShell', 'sdk', 'MachineIdentityUserEntitlementResponse', 'V2025MachineIdentityUserEntitlementResponse']
|
||||
slug: /tools/sdk/powershell/v2025/models/machine-identity-user-entitlement-response
|
||||
tags: ['SDK', 'Software Development Kit', 'MachineIdentityUserEntitlementResponse', 'V2025MachineIdentityUserEntitlementResponse']
|
||||
---
|
||||
|
||||
|
||||
# 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**](machine-identity-user-entitlement-response-source) | | [optional]
|
||||
**Entitlement** | [**MachineIdentityUserEntitlementResponseEntitlement**](machine-identity-user-entitlement-response-entitlement) | | [optional]
|
||||
**Created** | **System.DateTime** | Creation date of the Object | [optional] [readonly]
|
||||
|
||||
## Examples
|
||||
|
||||
- Prepare the resource
|
||||
```powershell
|
||||
$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
|
||||
```powershell
|
||||
$MachineIdentityUserEntitlementResponse | ConvertTo-JSON
|
||||
```
|
||||
|
||||
|
||||
[[Back to top]](#)
|
||||
|
||||
Reference in New Issue
Block a user