mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-09 12:27:47 +00:00
adding all powershell doc versions back
This commit is contained in:
@@ -0,0 +1,35 @@
|
||||
---
|
||||
id: v2024-identity-ownership-association-details
|
||||
title: IdentityOwnershipAssociationDetails
|
||||
pagination_label: IdentityOwnershipAssociationDetails
|
||||
sidebar_label: IdentityOwnershipAssociationDetails
|
||||
sidebar_class_name: powershellsdk
|
||||
keywords: ['powershell', 'PowerShell', 'sdk', 'IdentityOwnershipAssociationDetails']
|
||||
slug: /tools/sdk/powershell/v2024/models/identity-ownership-association-details
|
||||
tags: ['SDK', 'Software Development Kit', 'IdentityOwnershipAssociationDetails']
|
||||
---
|
||||
|
||||
|
||||
# IdentityOwnershipAssociationDetails
|
||||
|
||||
## Properties
|
||||
|
||||
Name | Type | Description | Notes
|
||||
------------ | ------------- | ------------- | -------------
|
||||
**AssociationDetails** | Pointer to [**[]IdentityOwnershipAssociationDetailsAssociationDetailsInner**](identity-ownership-association-details-association-details-inner) | list of all the resource associations for the identity | [optional]
|
||||
|
||||
## Examples
|
||||
|
||||
- Prepare the resource
|
||||
```powershell
|
||||
$IdentityOwnershipAssociationDetails = Initialize-PSSailpoint.V2024IdentityOwnershipAssociationDetails -AssociationDetails null
|
||||
```
|
||||
|
||||
- Convert the resource to JSON
|
||||
```powershell
|
||||
$IdentityOwnershipAssociationDetails | ConvertTo-JSON
|
||||
```
|
||||
|
||||
|
||||
[[Back to top]](#)
|
||||
|
||||
Reference in New Issue
Block a user