mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-07 04:19:34 +00:00
1.5 KiB
1.5 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 | |||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| beta-identity-association-details-association-details-inner | IdentityAssociationDetailsAssociationDetailsInner | IdentityAssociationDetailsAssociationDetailsInner | IdentityAssociationDetailsAssociationDetailsInner | powershellsdk |
|
/tools/sdk/powershell/beta/models/identity-association-details-association-details-inner |
|
IdentityAssociationDetailsAssociationDetailsInner
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| AssociationType | String | association type with the identity | [optional] |
| Entities | []IdentityEntities | the specific resource this identity has ownership on | [optional] |
Examples
- Prepare the resource
$IdentityAssociationDetailsAssociationDetailsInner = Initialize-BetaIdentityAssociationDetailsAssociationDetailsInner -AssociationType CAMPAIGN_OWNER `
-Entities {id=b660a232f05b4e04812ca974b3011e0f, name=Gaston.800ddf9640a, type=CAMPAIGN_CAMPAIGNER}
- Convert the resource to JSON
$IdentityAssociationDetailsAssociationDetailsInner | ConvertTo-JSON