mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-10 12:27:47 +00:00
starting point for adding python sdk docs
This commit is contained in:
@@ -0,0 +1,37 @@
|
||||
---
|
||||
id: v2024-identity-ownership-association-details
|
||||
title: IdentityOwnershipAssociationDetails
|
||||
pagination_label: IdentityOwnershipAssociationDetails
|
||||
sidebar_label: IdentityOwnershipAssociationDetails
|
||||
sidebar_class_name: pythonsdk
|
||||
keywords: ['python', 'Python', 'sdk', 'IdentityOwnershipAssociationDetails', 'V2024IdentityOwnershipAssociationDetails']
|
||||
slug: /tools/sdk/python/v2024/models/identity-ownership-association-details
|
||||
tags: ['SDK', 'Software Development Kit', 'IdentityOwnershipAssociationDetails', 'V2024IdentityOwnershipAssociationDetails']
|
||||
---
|
||||
|
||||
# IdentityOwnershipAssociationDetails
|
||||
|
||||
|
||||
## Properties
|
||||
|
||||
Name | Type | Description | Notes
|
||||
------------ | ------------- | ------------- | -------------
|
||||
**association_details** | [**[]IdentityOwnershipAssociationDetailsAssociationDetailsInner**](identity-ownership-association-details-association-details-inner) | list of all the resource associations for the identity | [optional]
|
||||
}
|
||||
|
||||
## Example
|
||||
|
||||
```python
|
||||
from sailpoint.v2024.models.identity_ownership_association_details import IdentityOwnershipAssociationDetails
|
||||
|
||||
identity_ownership_association_details = IdentityOwnershipAssociationDetails(
|
||||
association_details=[
|
||||
sailpoint.v2024.models.identity_ownership_association_details_association_details_inner.IdentityOwnershipAssociationDetails_associationDetails_inner(
|
||||
association_type = 'ROLE_OWNER',
|
||||
entities = {id=b660a232f05b4e04812ca974b3011e0f, name=Gaston.800ddf9640a, type=ROLE}, )
|
||||
]
|
||||
)
|
||||
|
||||
```
|
||||
[[Back to top]](#)
|
||||
|
||||
Reference in New Issue
Block a user