TriggerExampleInput
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| AccessRequestId | String | The unique ID of the access request. | [required] |
| RequestedFor | []AccessItemRequestedForDto | Identities access was requested for. | [required] |
| RequestedItems | []AccessRequestPreApprovalRequestedItemsInner | Details of the access items being requested. | [required] |
| RequestedBy | AccessItemRequesterDto | [required] | |
| RequestedItemsStatus | []AccessRequestPostApprovalRequestedItemsStatusInner | Details on the outcome of each access item. | [required] |
| Source | AccountSourceReference | [required] | |
| Status | Enum [ "Success", "Failed", "Terminated" ] | The overall status of the collection. | [required] |
| Started | System.DateTime | The date and time when the account collection started. | [required] |
| Completed | System.DateTime | The date and time when the account collection finished. | [required] |
| Errors | []String | A list of any accumulated error messages that occurred during provisioning. | [required] |
| Warnings | []String | A list of any accumulated warning messages that occurred during provisioning. | [required] |
| Stats | AccountsCollectedForAggregationStats | [required] | |
| Identity | IdentityDeletedIdentity | [required] | |
| Account | AccountV2 | [required] | |
| Changes | []IdentityAttributesChangedChangesInner | A list of one or more identity attributes that changed on the identity. | [required] |
| Attributes | map[string]AnyType | The attributes of the account. The contents of attributes depends on the account schema for the source. | [required] |
| EntitlementCount | Int32 | The number of entitlements associated with this account. | [optional] |
| VarEvent | AccountUpdatedEvent | [required] | |
| AccountChangeTypes | []String | The types of changes that occurred to the account. | [required] |
| SingleValueAttributeChanges | []MachineIdentityUpdatedSingleValueAttributeChangesInner | Details about the single-value attribute changes that occurred. | [required] |
| MultiValueAttributeChanges | []AccountUpdatedMultiValueAttributeChangesInner | Details about the multi-value attribute changes that occurred to the account. | [required] |
| EntitlementChanges | []AccountUpdatedEntitlementChangesInner | Details about the entitlement changes that occurred to the account. | [required] |
| Campaign | CampaignGeneratedCampaign | [required] | |
| Certification | CertificationSignedOffCertification | [required] | |
| EventType | Enum [ "MACHINE_IDENTITY_DELETED" ] | Type of the event. | [required] |
| MachineIdentity | MachineIdentityDeletedMachineIdentity | [required] | |
| MachineIdentityChangeTypes | []String | Types of changes that occurred to the machine identity. | [required] |
| UserEntitlementChanges | MachineIdentityUpdatedUserEntitlementChanges | [required] | |
| OwnerChanges | MachineIdentityUpdatedOwnerChanges | [required] | |
| TrackingNumber | String | The reference number of the provisioning request. Useful for tracking status in the Account Activity search interface. | [required] |
| Sources | String | One or more sources that the provisioning transaction(s) were done against. Sources are comma separated. | [required] |
| Action | String | Origin of where the provisioning request came from. | [optional] |
| Recipient | ProvisioningCompletedRecipient | [required] | |
| Requester | ProvisioningCompletedRequester | [optional] | |
| AccountRequests | []ProvisioningCompletedAccountRequestsInner | A list of provisioning instructions to be executed on a per-account basis. The order in which operations are executed may not always be predictable. | [required] |
| FileName | String | A name for the report file. | [required] |
| OwnerEmail | String | The email address of the identity that owns the saved search. | [required] |
| OwnerName | String | The name of the identity that owns the saved search. | [required] |
| Query | String | The search query that was used to generate the report. | [required] |
| SearchName | String | The name of the saved search. | [required] |
| SearchResults | SavedSearchCompleteSearchResults | [required] | |
| SignedS3Url | String | The Amazon S3 URL to download the report from. | [required] |
| Uuid | String | Source unique identifier for the identity. UUID is generated by the source system. | [optional] |
| Id | String | The unique ID of the source. | [required] |
| NativeIdentifier | String | Unique ID of the account on the source. | [required] |
| SourceId | String | The ID of the source. | [required] |
| SourceName | String | The name of the source. | [required] |
| IdentityId | String | The ID of the identity that is correlated with this account. | [required] |
| IdentityName | String | The name of the identity that is correlated with this account. | [required] |
| Name | String | The user friendly name of the source. | [required] |
| Type | String | The connection type of the source. | [required] |
| Created | System.DateTime | The date and time the status change occurred. | [required] |
| Connector | String | The connector type used to connect to the source. | [required] |
| Actor | SourceUpdatedActor | [required] | |
| Deleted | System.DateTime | The date and time the source was deleted. | [required] |
| Modified | System.DateTime | The date and time the source was modified. | [required] |
| Application | VAClusterStatusChangeEventApplication | [required] | |
| HealthCheckResult | VAClusterStatusChangeEventHealthCheckResult | [required] | |
| PreviousHealthCheckResult | VAClusterStatusChangeEventPreviousHealthCheckResult | [required] |
Examples
- Prepare the resource
$TriggerExampleInput = Initialize-TriggerExampleInput -AccessRequestId 2c91808b6ef1d43e016efba0ce470904 `
-RequestedFor null `
-RequestedItems null `
-RequestedBy null `
-RequestedItemsStatus null `
-Source null `
-Status Success `
-Started 2020-06-29T22:01:50.474Z `
-Completed 2020-06-29T22:02:04.090Z `
-Errors null `
-Warnings null `
-Stats null `
-Identity null `
-Account null `
-Changes null `
-Attributes {firstname=John, lastname=Doe, email=john.doe@gmail.com, department=Sales, displayName=John Doe, created=2020-04-27T16:48:33.597Z, employeeNumber=E009, uid=E009, inactive=true, phone=null, identificationNumber=E009} `
-EntitlementCount 0 `
-VarEvent null `
-AccountChangeTypes null `
-SingleValueAttributeChanges null `
-MultiValueAttributeChanges null `
-EntitlementChanges null `
-Campaign null `
-Certification null `
-EventType MACHINE_IDENTITY_DELETED `
-MachineIdentity null `
-MachineIdentityChangeTypes [ATTRIBUTES_CHANGED, USER_ENTITLEMENTS_ADDED, USER_ENTITLEMENTS_REMOVED, OWNERS_ADDED, OWNERS_REMOVED] `
-UserEntitlementChanges null `
-OwnerChanges null `
-TrackingNumber 4b4d982dddff4267ab12f0f1e72b5a6d `
-Sources Corp AD, Corp LDAP, Corp Salesforce `
-Action IdentityRefresh `
-Recipient null `
-Requester null `
-AccountRequests null `
-FileName Modified.zip `
-OwnerEmail test@sailpoint.com `
-OwnerName Cloud Support `
-Query modified:[now-7y/d TO now] `
-SearchName Modified Activity `
-SearchResults null `
-SignedS3Url https://sptcbu-org-data-useast1.s3.amazonaws.com/arsenal-john/reports/Events%20Export.2020-05-06%2018%2759%20GMT.3e580592-86e4-4953-8aea-49e6ef20a086.zip?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Date=20200506T185919Z&X-Amz-SignedHeaders=host&X-Amz-Expires=899&X-Amz-Credential=AKIAV5E54XOGTS4Q4L7A%2F20200506%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Signature=2e732bb97a12a1fd8a215613e3c31fcdae8ba1fb6a25916843ab5b51d2ddefbc `
-Uuid b7264868-7201-415f-9118-b581d431c688 `
-Id 2c9180866166b5b0016167c32ef31a66 `
-NativeIdentifier E009 `
-SourceId 2c918082814e693601816e09471b29b6 `
-SourceName Active Directory `
-IdentityId ee769173319b41d19ccec6c235423237b `
-IdentityName john.doe `
-Name Corporate Active Directory `
-Type DIRECT_CONNECT `
-Created 2020-06-29T22:01:50.474Z `
-Connector active-directory `
-Actor null `
-Deleted 2021-03-29T22:01:50.474Z `
-Modified 2021-03-29T22:01:50.474Z `
-Application null `
-HealthCheckResult null `
-PreviousHealthCheckResult null
- Convert the resource to JSON
$TriggerExampleInput | ConvertTo-JSON