mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-07 12:27:47 +00:00
1.4 KiB
1.4 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-access-item-associated | AccessItemAssociated | AccessItemAssociated | AccessItemAssociated | powershellsdk |
|
/tools/sdk/powershell/beta/models/access-item-associated |
|
AccessItemAssociated
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| AccessItem | Pointer to AccessItemAssociatedAccessItem | [optional] | |
| IdentityId | Pointer to String | the identity id | [optional] |
| EventType | Pointer to String | the event type | [optional] |
| Dt | Pointer to String | the date of event | [optional] |
| GovernanceEvent | Pointer to CorrelatedGovernanceEvent | [optional] |
Examples
- Prepare the resource
$AccessItemAssociated = Initialize-PSSailpoint.BetaAccessItemAssociated -AccessItem null `
-IdentityId 8c190e6787aa4ed9a90bd9d5344523fb `
-EventType AccessItemAssociated `
-Dt 2019-03-08T22:37:33.901Z `
-GovernanceEvent null
- Convert the resource to JSON
$AccessItemAssociated | ConvertTo-JSON