Update to powershell SDK docs: 14886132815

This commit is contained in:
developer-relations-sp
2025-05-07 14:37:48 +00:00
parent 27bb21d885
commit cbd28db300
3627 changed files with 9695 additions and 9695 deletions

View File

@@ -25,7 +25,7 @@ Name | Type | Description | Notes
- Prepare the resource
```powershell
$Access = Initialize-PSSailpoint.V2024Access -Id 2c91808568c529c60168cca6f90c1313 `
$Access = Initialize-V2024Access -Id 2c91808568c529c60168cca6f90c1313 `
-Name John Doe `
-DisplayName John Q. Doe `
-Description null

View File

@@ -25,7 +25,7 @@ Name | Type | Description | Notes
- Prepare the resource
```powershell
$AccessApps = Initialize-PSSailpoint.V2024AccessApps -Id 2c91808568c529c60168cca6f90c1313 `
$AccessApps = Initialize-V2024AccessApps -Id 2c91808568c529c60168cca6f90c1313 `
-Name Travel and Expense `
-Description Travel and Expense Application `
-Owner null

View File

@@ -25,7 +25,7 @@ Name | Type | Description | Notes
- Prepare the resource
```powershell
$AccessAppsOwner = Initialize-PSSailpoint.V2024AccessAppsOwner -Type IDENTITY `
$AccessAppsOwner = Initialize-V2024AccessAppsOwner -Type IDENTITY `
-Id 2c9180a46faadee4016fb4e018c20639 `
-Name John Doe `
-Email john.doe@sailpoint.com

View File

@@ -24,7 +24,7 @@ Name | Type | Description | Notes
- Prepare the resource
```powershell
$AccessConstraint = Initialize-PSSailpoint.V2024AccessConstraint -Type ENTITLEMENT `
$AccessConstraint = Initialize-V2024AccessConstraint -Type ENTITLEMENT `
-Ids [2c90ad2a70ace7d50170acf22ca90010] `
-Operator SELECTED
```

View File

@@ -23,7 +23,7 @@ Name | Type | Description | Notes
- Prepare the resource
```powershell
$AccessCriteria = Initialize-PSSailpoint.V2024AccessCriteria -Name money-in `
$AccessCriteria = Initialize-V2024AccessCriteria -Name money-in `
-CriteriaList [{type=ENTITLEMENT, id=2c9180866166b5b0016167c32ef31a66, name=Administrator}, {type=ENTITLEMENT, id=2c9180866166b5b0016167c32ef31a67, name=Administrator}]
```

View File

@@ -24,7 +24,7 @@ Name | Type | Description | Notes
- Prepare the resource
```powershell
$AccessCriteriaCriteriaListInner = Initialize-PSSailpoint.V2024AccessCriteriaCriteriaListInner -Type ENTITLEMENT `
$AccessCriteriaCriteriaListInner = Initialize-V2024AccessCriteriaCriteriaListInner -Type ENTITLEMENT `
-Id 2c91808568c529c60168cca6f90c1313 `
-Name Administrator
```

View File

@@ -33,7 +33,7 @@ Name | Type | Description | Notes
- Prepare the resource
```powershell
$AccessItemAccessProfileResponse = Initialize-PSSailpoint.V2024AccessItemAccessProfileResponse -AccessType accessProfile `
$AccessItemAccessProfileResponse = Initialize-V2024AccessItemAccessProfileResponse -AccessType accessProfile `
-Id 2c918087763e69d901763e72e97f006f `
-Name sample `
-SourceName DataScienceDataset `

View File

@@ -28,7 +28,7 @@ Name | Type | Description | Notes
- Prepare the resource
```powershell
$AccessItemAccountResponse = Initialize-PSSailpoint.V2024AccessItemAccountResponse -AccessType account `
$AccessItemAccountResponse = Initialize-V2024AccessItemAccountResponse -AccessType account `
-Id 2c918087763e69d901763e72e97f006f `
-NativeIdentity dr.arden.ogahn.d `
-SourceName DataScienceDataset `

View File

@@ -26,7 +26,7 @@ Name | Type | Description | Notes
- Prepare the resource
```powershell
$AccessItemAppResponse = Initialize-PSSailpoint.V2024AccessItemAppResponse -AccessType app `
$AccessItemAppResponse = Initialize-V2024AccessItemAppResponse -AccessType app `
-Id 2c918087763e69d901763e72e97f006f `
-DisplayName Display Name `
-SourceName appName `

View File

@@ -24,7 +24,7 @@ Name | Type | Description | Notes
- Prepare the resource
```powershell
$AccessItemApproverDto = Initialize-PSSailpoint.V2024AccessItemApproverDto -Type IDENTITY `
$AccessItemApproverDto = Initialize-V2024AccessItemApproverDto -Type IDENTITY `
-Id 2c3780a46faadee4016fb4e018c20652 `
-Name Allen Albertson
```

View File

@@ -26,7 +26,7 @@ Name | Type | Description | Notes
- Prepare the resource
```powershell
$AccessItemAssociated = Initialize-PSSailpoint.V2024AccessItemAssociated -AccessItem null `
$AccessItemAssociated = Initialize-V2024AccessItemAssociated -AccessItem null `
-IdentityId 8c190e6787aa4ed9a90bd9d5344523fb `
-EventType AccessItemAssociated `
-Dt 2019-03-08T22:37:33.901Z `

View File

@@ -40,7 +40,7 @@ Name | Type | Description | Notes
- Prepare the resource
```powershell
$AccessItemAssociatedAccessItem = Initialize-PSSailpoint.V2024AccessItemAssociatedAccessItem -AccessType role `
$AccessItemAssociatedAccessItem = Initialize-V2024AccessItemAssociatedAccessItem -AccessType role `
-Id 2c918087763e69d901763e72e97f006f `
-Name sample `
-SourceName Source Name `

View File

@@ -25,7 +25,7 @@ Name | Type | Description | Notes
- Prepare the resource
```powershell
$AccessItemDiff = Initialize-PSSailpoint.V2024AccessItemDiff -Id null `
$AccessItemDiff = Initialize-V2024AccessItemDiff -Id null `
-EventType null `
-DisplayName null `
-SourceName null

View File

@@ -33,7 +33,7 @@ Name | Type | Description | Notes
- Prepare the resource
```powershell
$AccessItemEntitlementResponse = Initialize-PSSailpoint.V2024AccessItemEntitlementResponse -AccessType entitlement `
$AccessItemEntitlementResponse = Initialize-V2024AccessItemEntitlementResponse -AccessType entitlement `
-Id 2c918087763e69d901763e72e97f006f `
-Attribute groups `
-Value Upward mobility access `

View File

@@ -23,7 +23,7 @@ Name | Type | Description | Notes
- Prepare the resource
```powershell
$AccessItemRef = Initialize-PSSailpoint.V2024AccessItemRef -Id 2c938083633d259901633d2623ec0375 `
$AccessItemRef = Initialize-V2024AccessItemRef -Id 2c938083633d259901633d2623ec0375 `
-Type ENTITLEMENT
```

View File

@@ -26,7 +26,7 @@ Name | Type | Description | Notes
- Prepare the resource
```powershell
$AccessItemRemoved = Initialize-PSSailpoint.V2024AccessItemRemoved -AccessItem null `
$AccessItemRemoved = Initialize-V2024AccessItemRemoved -AccessItem null `
-IdentityId 8c190e6787aa4ed9a90bd9d5344523fb `
-EventType AccessItemRemoved `
-Dt 2019-03-08T22:37:33.901Z `

View File

@@ -24,7 +24,7 @@ Name | Type | Description | Notes
- Prepare the resource
```powershell
$AccessItemRequestedFor = Initialize-PSSailpoint.V2024AccessItemRequestedFor -Type IDENTITY `
$AccessItemRequestedFor = Initialize-V2024AccessItemRequestedFor -Type IDENTITY `
-Id 2c4180a46faadee4016fb4e018c20626 `
-Name Robert Robinson
```

View File

@@ -24,7 +24,7 @@ Name | Type | Description | Notes
- Prepare the resource
```powershell
$AccessItemRequestedForDto = Initialize-PSSailpoint.V2024AccessItemRequestedForDto -Type IDENTITY `
$AccessItemRequestedForDto = Initialize-V2024AccessItemRequestedForDto -Type IDENTITY `
-Id 2c4180a46faadee4016fb4e018c20626 `
-Name Robert Robinson
```

View File

@@ -24,7 +24,7 @@ Name | Type | Description | Notes
- Prepare the resource
```powershell
$AccessItemRequester = Initialize-PSSailpoint.V2024AccessItemRequester -Type IDENTITY `
$AccessItemRequester = Initialize-V2024AccessItemRequester -Type IDENTITY `
-Id 2c7180a46faadee4016fb4e018c20648 `
-Name William Wilson
```

View File

@@ -24,7 +24,7 @@ Name | Type | Description | Notes
- Prepare the resource
```powershell
$AccessItemRequesterDto = Initialize-PSSailpoint.V2024AccessItemRequesterDto -Type IDENTITY `
$AccessItemRequesterDto = Initialize-V2024AccessItemRequesterDto -Type IDENTITY `
-Id 2c7180a46faadee4016fb4e018c20648 `
-Name William Wilson
```

View File

@@ -24,7 +24,7 @@ Name | Type | Description | Notes
- Prepare the resource
```powershell
$AccessItemReviewedBy = Initialize-PSSailpoint.V2024AccessItemReviewedBy -Type IDENTITY `
$AccessItemReviewedBy = Initialize-V2024AccessItemReviewedBy -Type IDENTITY `
-Id 2c3780a46faadee4016fb4e018c20652 `
-Name Allen Albertson
```

View File

@@ -28,7 +28,7 @@ Name | Type | Description | Notes
- Prepare the resource
```powershell
$AccessItemRoleResponse = Initialize-PSSailpoint.V2024AccessItemRoleResponse -AccessType role `
$AccessItemRoleResponse = Initialize-V2024AccessItemRoleResponse -AccessType role `
-Id 2c918087763e69d901763e72e97f006f `
-DisplayName sample `
-Description Role - Workday/Citizenship access `

View File

@@ -29,7 +29,7 @@ Name | Type | Description | Notes
- Prepare the resource
```powershell
$AccessModelMetadata = Initialize-PSSailpoint.V2024AccessModelMetadata -Key iscCsp `
$AccessModelMetadata = Initialize-V2024AccessModelMetadata -Key iscCsp `
-Name CSP `
-Multiselect true `
-Status active `

View File

@@ -24,7 +24,7 @@ Name | Type | Description | Notes
- Prepare the resource
```powershell
$AccessModelMetadataValuesInner = Initialize-PSSailpoint.V2024AccessModelMetadataValuesInner -Value development `
$AccessModelMetadataValuesInner = Initialize-V2024AccessModelMetadataValuesInner -Value development `
-Name Development `
-Status active
```

View File

@@ -35,7 +35,7 @@ Name | Type | Description | Notes
- Prepare the resource
```powershell
$AccessProfile = Initialize-PSSailpoint.V2024AccessProfile -Id 2c91808a7190d06e01719938fcd20792 `
$AccessProfile = Initialize-V2024AccessProfile -Id 2c91808a7190d06e01719938fcd20792 `
-Name Employee-database-read-write `
-Description Collection of entitlements to read/write the employee database `
-Created 2021-03-01T22:32:58.104Z `

View File

@@ -23,7 +23,7 @@ Name | Type | Description | Notes
- Prepare the resource
```powershell
$AccessProfileApprovalScheme = Initialize-PSSailpoint.V2024AccessProfileApprovalScheme -ApproverType GOVERNANCE_GROUP `
$AccessProfileApprovalScheme = Initialize-V2024AccessProfileApprovalScheme -ApproverType GOVERNANCE_GROUP `
-ApproverId 46c79819-a69f-49a2-becb-12c971ae66c6
```

View File

@@ -23,7 +23,7 @@ Name | Type | Description | Notes
- Prepare the resource
```powershell
$AccessProfileBulkDeleteRequest = Initialize-PSSailpoint.V2024AccessProfileBulkDeleteRequest -AccessProfileIds [2c9180847812e0b1017817051919ecca, 2c9180887812e0b201781e129f151816] `
$AccessProfileBulkDeleteRequest = Initialize-V2024AccessProfileBulkDeleteRequest -AccessProfileIds [2c9180847812e0b1017817051919ecca, 2c9180887812e0b201781e129f151816] `
-BestEffortOnly true
```

View File

@@ -24,7 +24,7 @@ Name | Type | Description | Notes
- Prepare the resource
```powershell
$AccessProfileBulkDeleteResponse = Initialize-PSSailpoint.V2024AccessProfileBulkDeleteResponse -TaskId 2c9180867817ac4d017817c491119a20 `
$AccessProfileBulkDeleteResponse = Initialize-V2024AccessProfileBulkDeleteResponse -TaskId 2c9180867817ac4d017817c491119a20 `
-Pending [2c91808876438bbb017668c21919ecca, 2c91808876438bb201766e129f151816] `
-InUse null
```

View File

@@ -23,7 +23,7 @@ Name | Type | Description | Notes
- Prepare the resource
```powershell
$AccessProfileBulkUpdateRequestInner = Initialize-PSSailpoint.V2024AccessProfileBulkUpdateRequestInner -Id 464ae7bf-791e-49fd-b746-06a2e4a8 `
$AccessProfileBulkUpdateRequestInner = Initialize-V2024AccessProfileBulkUpdateRequestInner -Id 464ae7bf-791e-49fd-b746-06a2e4a8 `
-Requestable false
```

View File

@@ -44,7 +44,7 @@ Name | Type | Description | Notes
- Prepare the resource
```powershell
$AccessProfileDetails = Initialize-PSSailpoint.V2024AccessProfileDetails -Id 2c91808a7190d06e01719938fcd20792 `
$AccessProfileDetails = Initialize-V2024AccessProfileDetails -Id 2c91808a7190d06e01719938fcd20792 `
-Name Employee-database-read-write `
-Description Collection of entitlements to read/write the employee database `
-Created 2021-03-01T22:32:58.104Z `

View File

@@ -22,7 +22,7 @@ Name | Type | Description | Notes
- Prepare the resource
```powershell
$AccessProfileDetailsAccountSelector = Initialize-PSSailpoint.V2024AccessProfileDetailsAccountSelector -Selectors null
$AccessProfileDetailsAccountSelector = Initialize-V2024AccessProfileDetailsAccountSelector -Selectors null
```
- Convert the resource to JSON

View File

@@ -38,7 +38,7 @@ Name | Type | Description | Notes
- Prepare the resource
```powershell
$AccessProfileDocument = Initialize-PSSailpoint.V2024AccessProfileDocument -Description Admin access `
$AccessProfileDocument = Initialize-V2024AccessProfileDocument -Description Admin access `
-Created 2018-06-25T20:22:28.104Z `
-Modified 2018-06-25T20:22:28.104Z `
-Synced 2018-06-25T20:22:33.104Z `

View File

@@ -23,7 +23,7 @@ Name | Type | Description | Notes
- Prepare the resource
```powershell
$AccessProfileDocumentAllOfSource = Initialize-PSSailpoint.V2024AccessProfileDocumentAllOfSource -Id ff8081815757d4fb0157588f3d9d008f `
$AccessProfileDocumentAllOfSource = Initialize-V2024AccessProfileDocumentAllOfSource -Id ff8081815757d4fb0157588f3d9d008f `
-Name Employees
```

View File

@@ -31,7 +31,7 @@ Name | Type | Description | Notes
- Prepare the resource
```powershell
$AccessProfileEntitlement = Initialize-PSSailpoint.V2024AccessProfileEntitlement -Id 2c91808568c529c60168cca6f90c1313 `
$AccessProfileEntitlement = Initialize-V2024AccessProfileEntitlement -Id 2c91808568c529c60168cca6f90c1313 `
-Name John Doe `
-DisplayName John Q. Doe `
-Description null `

View File

@@ -24,7 +24,7 @@ Name | Type | Description | Notes
- Prepare the resource
```powershell
$AccessProfileRef = Initialize-PSSailpoint.V2024AccessProfileRef -Id ff808081751e6e129f1518161919ecca `
$AccessProfileRef = Initialize-V2024AccessProfileRef -Id ff808081751e6e129f1518161919ecca `
-Type ACCESS_PROFILE `
-Name Access Profile 2567
```

View File

@@ -29,7 +29,7 @@ Name | Type | Description | Notes
- Prepare the resource
```powershell
$AccessProfileRole = Initialize-PSSailpoint.V2024AccessProfileRole -Id 2c91808568c529c60168cca6f90c1313 `
$AccessProfileRole = Initialize-V2024AccessProfileRole -Id 2c91808568c529c60168cca6f90c1313 `
-Name John Doe `
-DisplayName John Q. Doe `
-Description null `

View File

@@ -24,7 +24,7 @@ Name | Type | Description | Notes
- Prepare the resource
```powershell
$AccessProfileSourceRef = Initialize-PSSailpoint.V2024AccessProfileSourceRef -Id 2c91809773dee3610173fdb0b6061ef4 `
$AccessProfileSourceRef = Initialize-V2024AccessProfileSourceRef -Id 2c91809773dee3610173fdb0b6061ef4 `
-Type SOURCE `
-Name ODS-AD-SOURCE
```

View File

@@ -29,7 +29,7 @@ Name | Type | Description | Notes
- Prepare the resource
```powershell
$AccessProfileSummary = Initialize-PSSailpoint.V2024AccessProfileSummary -Id 2c91808568c529c60168cca6f90c1313 `
$AccessProfileSummary = Initialize-V2024AccessProfileSummary -Id 2c91808568c529c60168cca6f90c1313 `
-Name John Doe `
-DisplayName John Q. Doe `
-Description null `

View File

@@ -25,7 +25,7 @@ Name | Type | Description | Notes
- Prepare the resource
```powershell
$AccessProfileUpdateItem = Initialize-PSSailpoint.V2024AccessProfileUpdateItem -Id 2c7180a46faadee4016fb4e018c20642 `
$AccessProfileUpdateItem = Initialize-V2024AccessProfileUpdateItem -Id 2c7180a46faadee4016fb4e018c20642 `
-Requestable false `
-Status 201 `
-Description

View File

@@ -23,7 +23,7 @@ Name | Type | Description | Notes
- Prepare the resource
```powershell
$AccessProfileUsage = Initialize-PSSailpoint.V2024AccessProfileUsage -AccessProfileId 2c91808876438bbb017668c21919ecca `
$AccessProfileUsage = Initialize-V2024AccessProfileUsage -AccessProfileId 2c91808876438bbb017668c21919ecca `
-UsedBy null
```

View File

@@ -24,7 +24,7 @@ Name | Type | Description | Notes
- Prepare the resource
```powershell
$AccessProfileUsageUsedByInner = Initialize-PSSailpoint.V2024AccessProfileUsageUsedByInner -Type ROLE `
$AccessProfileUsageUsedByInner = Initialize-V2024AccessProfileUsageUsedByInner -Type ROLE `
-Id 2c8180857a9b3da0017aa03418480f9d `
-Name Manager Role
```

View File

@@ -22,7 +22,7 @@ Name | Type | Description | Notes
- Prepare the resource
```powershell
$AccessRecommendationMessage = Initialize-PSSailpoint.V2024AccessRecommendationMessage -Interpretation 95% of your peers have this access.
$AccessRecommendationMessage = Initialize-V2024AccessRecommendationMessage -Interpretation 95% of your peers have this access.
```
- Convert the resource to JSON

View File

@@ -26,7 +26,7 @@ Name | Type | Description | Notes
- Prepare the resource
```powershell
$AccessRequest = Initialize-PSSailpoint.V2024AccessRequest -RequestedFor 2c918084660f45d6016617daa9210584 `
$AccessRequest = Initialize-V2024AccessRequest -RequestedFor 2c918084660f45d6016617daa9210584 `
-RequestType null `
-RequestedItems null `
-ClientMetadata {requestedAppId=2c91808f7892918f0178b78da4a305a1, requestedAppName=test-app} `

View File

@@ -46,7 +46,7 @@ Name | Type | Description | Notes
- Prepare the resource
```powershell
$AccessRequestAdminItemStatus = Initialize-PSSailpoint.V2024AccessRequestAdminItemStatus -Id 2c9180926cbfbddd016cbfc7c3b10010 `
$AccessRequestAdminItemStatus = Initialize-V2024AccessRequestAdminItemStatus -Id 2c9180926cbfbddd016cbfc7c3b10010 `
-Name AccessProfile1 `
-Type ACCESS_PROFILE `
-CancelledRequestDetails null `

View File

@@ -26,7 +26,7 @@ Name | Type | Description | Notes
- Prepare the resource
```powershell
$AccessRequestApproversListResponse = Initialize-PSSailpoint.V2024AccessRequestApproversListResponse -Id id12345 `
$AccessRequestApproversListResponse = Initialize-V2024AccessRequestApproversListResponse -Id id12345 `
-Email jdoe@sailpoint.com `
-Name John Doe `
-ApprovalId ap12345 `

View File

@@ -27,7 +27,7 @@ Name | Type | Description | Notes
- Prepare the resource
```powershell
$AccessRequestConfig = Initialize-PSSailpoint.V2024AccessRequestConfig -ApprovalsMustBeExternal true `
$AccessRequestConfig = Initialize-V2024AccessRequestConfig -ApprovalsMustBeExternal true `
-AutoApprovalEnabled true `
-ReauthorizationEnabled true `
-RequestOnBehalfOfConfig null `

View File

@@ -22,7 +22,7 @@ Name | Type | Description | Notes
- Prepare the resource
```powershell
$AccessRequestContext = Initialize-PSSailpoint.V2024AccessRequestContext -ContextAttributes null
$AccessRequestContext = Initialize-V2024AccessRequestContext -ContextAttributes null
```
- Convert the resource to JSON

View File

@@ -25,7 +25,7 @@ Name | Type | Description | Notes
- Prepare the resource
```powershell
$AccessRequestDynamicApprover = Initialize-PSSailpoint.V2024AccessRequestDynamicApprover -AccessRequestId 4b4d982dddff4267ab12f0f1e72b5a6d `
$AccessRequestDynamicApprover = Initialize-V2024AccessRequestDynamicApprover -AccessRequestId 4b4d982dddff4267ab12f0f1e72b5a6d `
-RequestedFor null `
-RequestedItems null `
-RequestedBy null

View File

@@ -24,7 +24,7 @@ Name | Type | Description | Notes
- Prepare the resource
```powershell
$AccessRequestDynamicApprover1 = Initialize-PSSailpoint.V2024AccessRequestDynamicApprover1 -Id 2c91808b6ef1d43e016efba0ce470906 `
$AccessRequestDynamicApprover1 = Initialize-V2024AccessRequestDynamicApprover1 -Id 2c91808b6ef1d43e016efba0ce470906 `
-Name Adam Adams `
-Type IDENTITY
```

View File

@@ -27,7 +27,7 @@ Name | Type | Description | Notes
- Prepare the resource
```powershell
$AccessRequestDynamicApproverRequestedItemsInner = Initialize-PSSailpoint.V2024AccessRequestDynamicApproverRequestedItemsInner -Id 2c91808b6ef1d43e016efba0ce470904 `
$AccessRequestDynamicApproverRequestedItemsInner = Initialize-V2024AccessRequestDynamicApproverRequestedItemsInner -Id 2c91808b6ef1d43e016efba0ce470904 `
-Name Engineering Access `
-Description Engineering Access `
-Type ACCESS_PROFILE `

View File

@@ -28,7 +28,7 @@ Name | Type | Description | Notes
- Prepare the resource
```powershell
$AccessRequestItem = Initialize-PSSailpoint.V2024AccessRequestItem -Type ACCESS_PROFILE `
$AccessRequestItem = Initialize-V2024AccessRequestItem -Type ACCESS_PROFILE `
-Id 2c9180835d2e5168015d32f890ca1581 `
-Comment Requesting access profile for John Doe `
-ClientMetadata {requestedAppName=test-app, requestedAppId=2c91808f7892918f0178b78da4a305a1} `

View File

@@ -29,7 +29,7 @@ Name | Type | Description | Notes
- Prepare the resource
```powershell
$AccessRequestItemResponse = Initialize-PSSailpoint.V2024AccessRequestItemResponse -Operation Add `
$AccessRequestItemResponse = Initialize-V2024AccessRequestItemResponse -Operation Add `
-AccessItemType role `
-Name Role-1 `
-Decision APPROVED `

View File

@@ -27,7 +27,7 @@ Name | Type | Description | Notes
- Prepare the resource
```powershell
$AccessRequestPhases = Initialize-PSSailpoint.V2024AccessRequestPhases -Started 2020-07-11T00:00Z `
$AccessRequestPhases = Initialize-V2024AccessRequestPhases -Started 2020-07-11T00:00Z `
-Finished 2020-07-12T00:00Z `
-Name APPROVAL_PHASE `
-State COMPLETED `

View File

@@ -25,7 +25,7 @@ Name | Type | Description | Notes
- Prepare the resource
```powershell
$AccessRequestPostApproval = Initialize-PSSailpoint.V2024AccessRequestPostApproval -AccessRequestId 2c91808b6ef1d43e016efba0ce470904 `
$AccessRequestPostApproval = Initialize-V2024AccessRequestPostApproval -AccessRequestId 2c91808b6ef1d43e016efba0ce470904 `
-RequestedFor null `
-RequestedItemsStatus null `
-RequestedBy null

View File

@@ -29,7 +29,7 @@ Name | Type | Description | Notes
- Prepare the resource
```powershell
$AccessRequestPostApprovalRequestedItemsStatusInner = Initialize-PSSailpoint.V2024AccessRequestPostApprovalRequestedItemsStatusInner -Id 2c91808b6ef1d43e016efba0ce470904 `
$AccessRequestPostApprovalRequestedItemsStatusInner = Initialize-V2024AccessRequestPostApprovalRequestedItemsStatusInner -Id 2c91808b6ef1d43e016efba0ce470904 `
-Name Engineering Access `
-Description Access to engineering database `
-Type ACCESS_PROFILE `

View File

@@ -25,7 +25,7 @@ Name | Type | Description | Notes
- Prepare the resource
```powershell
$AccessRequestPostApprovalRequestedItemsStatusInnerApprovalInfoInner = Initialize-PSSailpoint.V2024AccessRequestPostApprovalRequestedItemsStatusInnerApprovalInfoInner -ApprovalComment This access looks good. Approved. `
$AccessRequestPostApprovalRequestedItemsStatusInnerApprovalInfoInner = Initialize-V2024AccessRequestPostApprovalRequestedItemsStatusInnerApprovalInfoInner -ApprovalComment This access looks good. Approved. `
-ApprovalDecision APPROVED `
-ApproverName Stephen.Austin `
-Approver null

View File

@@ -24,7 +24,7 @@ Name | Type | Description | Notes
- Prepare the resource
```powershell
$AccessRequestPostApprovalRequestedItemsStatusInnerApprovalInfoInnerApprover = Initialize-PSSailpoint.V2024AccessRequestPostApprovalRequestedItemsStatusInnerApprovalInfoInnerApprover -Type IDENTITY `
$AccessRequestPostApprovalRequestedItemsStatusInnerApprovalInfoInnerApprover = Initialize-V2024AccessRequestPostApprovalRequestedItemsStatusInnerApprovalInfoInnerApprover -Type IDENTITY `
-Id 2c3780a46faadee4016fb4e018c20652 `
-Name Allen Albertson
```

View File

@@ -25,7 +25,7 @@ Name | Type | Description | Notes
- Prepare the resource
```powershell
$AccessRequestPreApproval = Initialize-PSSailpoint.V2024AccessRequestPreApproval -AccessRequestId 2c91808b6ef1d43e016efba0ce470904 `
$AccessRequestPreApproval = Initialize-V2024AccessRequestPreApproval -AccessRequestId 2c91808b6ef1d43e016efba0ce470904 `
-RequestedFor null `
-RequestedItems null `
-RequestedBy null

View File

@@ -24,7 +24,7 @@ Name | Type | Description | Notes
- Prepare the resource
```powershell
$AccessRequestPreApproval1 = Initialize-PSSailpoint.V2024AccessRequestPreApproval1 -Approved false `
$AccessRequestPreApproval1 = Initialize-V2024AccessRequestPreApproval1 -Approved false `
-Comment This access should be denied, because this will cause an SOD violation. `
-Approver AcmeCorpExternalIntegration
```

View File

@@ -27,7 +27,7 @@ Name | Type | Description | Notes
- Prepare the resource
```powershell
$AccessRequestPreApprovalRequestedItemsInner = Initialize-PSSailpoint.V2024AccessRequestPreApprovalRequestedItemsInner -Id 2c91808b6ef1d43e016efba0ce470904 `
$AccessRequestPreApprovalRequestedItemsInner = Initialize-V2024AccessRequestPreApprovalRequestedItemsInner -Id 2c91808b6ef1d43e016efba0ce470904 `
-Name Engineering Access `
-Description Access to engineering database `
-Type ACCESS_PROFILE `

View File

@@ -23,7 +23,7 @@ Name | Type | Description | Notes
- Prepare the resource
```powershell
$AccessRequestRecommendationActionItemDto = Initialize-PSSailpoint.V2024AccessRequestRecommendationActionItemDto -IdentityId 2c91808570313110017040b06f344ec9 `
$AccessRequestRecommendationActionItemDto = Initialize-V2024AccessRequestRecommendationActionItemDto -IdentityId 2c91808570313110017040b06f344ec9 `
-Access null
```

View File

@@ -24,7 +24,7 @@ Name | Type | Description | Notes
- Prepare the resource
```powershell
$AccessRequestRecommendationActionItemResponseDto = Initialize-PSSailpoint.V2024AccessRequestRecommendationActionItemResponseDto -IdentityId 2c91808570313110017040b06f344ec9 `
$AccessRequestRecommendationActionItemResponseDto = Initialize-V2024AccessRequestRecommendationActionItemResponseDto -IdentityId 2c91808570313110017040b06f344ec9 `
-Access null `
-Timestamp 2017-07-11T18:45:37.098Z
```

View File

@@ -27,7 +27,7 @@ Name | Type | Description | Notes
- Prepare the resource
```powershell
$AccessRequestRecommendationConfigDto = Initialize-PSSailpoint.V2024AccessRequestRecommendationConfigDto -ScoreThreshold 0.5 `
$AccessRequestRecommendationConfigDto = Initialize-V2024AccessRequestRecommendationConfigDto -ScoreThreshold 0.5 `
-StartDateAttribute startDate `
-RestrictionAttribute location `
-MoverAttribute isMover `

View File

@@ -23,7 +23,7 @@ Name | Type | Description | Notes
- Prepare the resource
```powershell
$AccessRequestRecommendationItem = Initialize-PSSailpoint.V2024AccessRequestRecommendationItem -Id 2c9180835d2e5168015d32f890ca1581 `
$AccessRequestRecommendationItem = Initialize-V2024AccessRequestRecommendationItem -Id 2c9180835d2e5168015d32f890ca1581 `
-Type null
```

View File

@@ -28,7 +28,7 @@ Name | Type | Description | Notes
- Prepare the resource
```powershell
$AccessRequestRecommendationItemDetail = Initialize-PSSailpoint.V2024AccessRequestRecommendationItemDetail -IdentityId 2c91808570313110017040b06f344ec9 `
$AccessRequestRecommendationItemDetail = Initialize-V2024AccessRequestRecommendationItemDetail -IdentityId 2c91808570313110017040b06f344ec9 `
-Access null `
-Ignored true `
-Requested true `

View File

@@ -25,7 +25,7 @@ Name | Type | Description | Notes
- Prepare the resource
```powershell
$AccessRequestRecommendationItemDetailAccess = Initialize-PSSailpoint.V2024AccessRequestRecommendationItemDetailAccess -Id 2c9180835d2e5168015d32f890ca1581 `
$AccessRequestRecommendationItemDetailAccess = Initialize-V2024AccessRequestRecommendationItemDetailAccess -Id 2c9180835d2e5168015d32f890ca1581 `
-Type null `
-Name Employee-database-read-write `
-Description This item grants an employee read and write access to the database

View File

@@ -23,7 +23,7 @@ Name | Type | Description | Notes
- Prepare the resource
```powershell
$AccessRequestResponse = Initialize-PSSailpoint.V2024AccessRequestResponse -NewRequests [{requestedFor=899fd612ecfc4cf3bf48f14d0afdef89, requestedItemsDetails=[{type=ENTITLEMENT, id=779c6fd7171540bba1184e5946112c28}], attributesHash=-1928438224, accessRequestIds=[5d3118c518a44ec7805450d53479ccdb]}] `
$AccessRequestResponse = Initialize-V2024AccessRequestResponse -NewRequests [{requestedFor=899fd612ecfc4cf3bf48f14d0afdef89, requestedItemsDetails=[{type=ENTITLEMENT, id=779c6fd7171540bba1184e5946112c28}], attributesHash=-1928438224, accessRequestIds=[5d3118c518a44ec7805450d53479ccdb]}] `
-ExistingRequests [{requestedFor=899fd612ecfc4cf3bf48f14d0afdef89, requestedItemsDetails=[{type=ROLE, id=779c6fd7171540bbc1184e5946112c28}], attributesHash=2843118224, accessRequestIds=[5d3118c518a44ec7805450d53479ccdc]}]
```

View File

@@ -24,7 +24,7 @@ Name | Type | Description | Notes
- Prepare the resource
```powershell
$AccessRequestResponse1 = Initialize-PSSailpoint.V2024AccessRequestResponse1 -RequesterId 2c91808a77ff216301782327a50f09bf `
$AccessRequestResponse1 = Initialize-V2024AccessRequestResponse1 -RequesterId 2c91808a77ff216301782327a50f09bf `
-RequesterName Bing C `
-Items [{operation=Add, accessItemType=role, name=Role-1, decision=APPROVED, description=The role descrition, sourceId=8a80828f643d484f01643e14202e206f, sourceName=Source1, approvalInfos=[{name=John Snow, id=8a80828f643d484f01643e14202e2000, status=Approved}]}]
```

View File

@@ -25,7 +25,7 @@ Name | Type | Description | Notes
- Prepare the resource
```powershell
$AccessRequestTracking = Initialize-PSSailpoint.V2024AccessRequestTracking -RequestedFor 2c918084660f45d6016617daa9210584 `
$AccessRequestTracking = Initialize-V2024AccessRequestTracking -RequestedFor 2c918084660f45d6016617daa9210584 `
-RequestedItemsDetails {
"type": "ENTITLEMENT",
"id": "779c6fd7171540bba1184e5946112c28"

View File

@@ -25,7 +25,7 @@ Name | Type | Description | Notes
- Prepare the resource
```powershell
$AccessRequested = Initialize-PSSailpoint.V2024AccessRequested -AccessRequest null `
$AccessRequested = Initialize-V2024AccessRequested -AccessRequest null `
-IdentityId 8a80828f643d484f01643e14202e206f `
-EventType AccessRequested `
-Dt 2019-03-08T22:37:33.901Z

View File

@@ -28,7 +28,7 @@ Name | Type | Description | Notes
- Prepare the resource
```powershell
$AccessReviewItem = Initialize-PSSailpoint.V2024AccessReviewItem -AccessSummary null `
$AccessReviewItem = Initialize-V2024AccessReviewItem -AccessSummary null `
-IdentitySummary null `
-Id ef38f94347e94562b5bb8424a56397d8 `
-Completed false `

View File

@@ -24,7 +24,7 @@ Name | Type | Description | Notes
- Prepare the resource
```powershell
$AccessReviewReassignment = Initialize-PSSailpoint.V2024AccessReviewReassignment -Reassign null `
$AccessReviewReassignment = Initialize-V2024AccessReviewReassignment -Reassign null `
-ReassignTo ef38f94347e94562b5bb8424a56397d8 `
-Reason reassigned for some reason
```

View File

@@ -25,7 +25,7 @@ Name | Type | Description | Notes
- Prepare the resource
```powershell
$AccessSummary = Initialize-PSSailpoint.V2024AccessSummary -Access null `
$AccessSummary = Initialize-V2024AccessSummary -Access null `
-Entitlement null `
-AccessProfile null `
-Role null

View File

@@ -24,7 +24,7 @@ Name | Type | Description | Notes
- Prepare the resource
```powershell
$AccessSummaryAccess = Initialize-PSSailpoint.V2024AccessSummaryAccess -Type null `
$AccessSummaryAccess = Initialize-V2024AccessSummaryAccess -Type null `
-Id 2c9180867160846801719932c5153fb7 `
-Name Entitlement for Company Database
```

View File

@@ -49,7 +49,7 @@ Name | Type | Description | Notes
- Prepare the resource
```powershell
$Account = Initialize-PSSailpoint.V2024Account -Id id12345 `
$Account = Initialize-V2024Account -Id id12345 `
-Name aName `
-Created 2015-05-28T14:07:17Z `
-Modified 2015-05-28T14:07:17Z `

View File

@@ -23,7 +23,7 @@ Name | Type | Description | Notes
- Prepare the resource
```powershell
$AccountAction = Initialize-PSSailpoint.V2024AccountAction -Action ENABLE `
$AccountAction = Initialize-V2024AccountAction -Action ENABLE `
-SourceIds [2c918084660f45d6016617daa9210584, 2c918084660f45d6016617daa9210500]
```

View File

@@ -35,7 +35,7 @@ Name | Type | Description | Notes
- Prepare the resource
```powershell
$AccountActivity = Initialize-PSSailpoint.V2024AccountActivity -Id 2c9180835d2e5168015d32f890ca1581 `
$AccountActivity = Initialize-V2024AccountActivity -Id 2c9180835d2e5168015d32f890ca1581 `
-Name 2c9180835d2e5168015d32f890ca1581 `
-Created 2017-07-11T18:45:37.098Z `
-Modified 2018-06-25T20:22:28.104Z `

View File

@@ -38,7 +38,7 @@ Name | Type | Description | Notes
- Prepare the resource
```powershell
$AccountActivityDocument = Initialize-PSSailpoint.V2024AccountActivityDocument -Id 2c91808375d8e80a0175e1f88a575222 `
$AccountActivityDocument = Initialize-V2024AccountActivityDocument -Id 2c91808375d8e80a0175e1f88a575222 `
-Action Identity Refresh. `
-Created 2018-06-25T20:22:28.104Z `
-Modified 2018-06-25T20:22:28.104Z `

View File

@@ -37,7 +37,7 @@ Name | Type | Description | Notes
- Prepare the resource
```powershell
$AccountActivityItem = Initialize-PSSailpoint.V2024AccountActivityItem -Id 48c545831b264409a81befcabb0e3c5a `
$AccountActivityItem = Initialize-V2024AccountActivityItem -Id 48c545831b264409a81befcabb0e3c5a `
-Name 48c545831b264409a81befcabb0e3c5a `
-Requested 2017-07-11T18:45:37.098Z `
-ApprovalStatus null `

View File

@@ -38,7 +38,7 @@ Name | Type | Description | Notes
- Prepare the resource
```powershell
$AccountActivitySearchedItem = Initialize-PSSailpoint.V2024AccountActivitySearchedItem -Id 2c91808375d8e80a0175e1f88a575222 `
$AccountActivitySearchedItem = Initialize-V2024AccountActivitySearchedItem -Id 2c91808375d8e80a0175e1f88a575222 `
-Action Identity Refresh. `
-Created 2018-06-25T20:22:28.104Z `
-Modified 2018-06-25T20:22:28.104Z `

View File

@@ -28,7 +28,7 @@ Name | Type | Description | Notes
- Prepare the resource
```powershell
$AccountAggregationCompleted = Initialize-PSSailpoint.V2024AccountAggregationCompleted -Source null `
$AccountAggregationCompleted = Initialize-V2024AccountAggregationCompleted -Source null `
-Status Success `
-Started 2020-06-29T22:01:50.474Z `
-Completed 2020-06-29T22:02:04.090Z `

View File

@@ -24,7 +24,7 @@ Name | Type | Description | Notes
- Prepare the resource
```powershell
$AccountAggregationCompletedSource = Initialize-PSSailpoint.V2024AccountAggregationCompletedSource -Type SOURCE `
$AccountAggregationCompletedSource = Initialize-V2024AccountAggregationCompletedSource -Type SOURCE `
-Id 2c9180835d191a86015d28455b4b232a `
-Name HR Active Directory
```

View File

@@ -26,7 +26,7 @@ Name | Type | Description | Notes
- Prepare the resource
```powershell
$AccountAggregationCompletedStats = Initialize-PSSailpoint.V2024AccountAggregationCompletedStats -Scanned 200 `
$AccountAggregationCompletedStats = Initialize-V2024AccountAggregationCompletedStats -Scanned 200 `
-Unchanged 190 `
-Changed 6 `
-Added 4 `

View File

@@ -25,7 +25,7 @@ Name | Type | Description | Notes
- Prepare the resource
```powershell
$AccountAggregationStatus = Initialize-PSSailpoint.V2024AccountAggregationStatus -Start 2021-01-31T14:30:05.104Z `
$AccountAggregationStatus = Initialize-V2024AccountAggregationStatus -Start 2021-01-31T14:30:05.104Z `
-Status ACCOUNTS_COLLECTED `
-TotalAccounts 520 `
-ProcessedAccounts 150

View File

@@ -24,7 +24,7 @@ Name | Type | Description | Notes
- Prepare the resource
```powershell
$AccountAllOfIdentity = Initialize-PSSailpoint.V2024AccountAllOfIdentity -Id 2c918084660f45d6016617daa9210584 `
$AccountAllOfIdentity = Initialize-V2024AccountAllOfIdentity -Id 2c918084660f45d6016617daa9210584 `
-Type IDENTITY `
-Name John Doe
```

View File

@@ -24,7 +24,7 @@ Name | Type | Description | Notes
- Prepare the resource
```powershell
$AccountAllOfOwnerIdentity = Initialize-PSSailpoint.V2024AccountAllOfOwnerIdentity -Type null `
$AccountAllOfOwnerIdentity = Initialize-V2024AccountAllOfOwnerIdentity -Type null `
-Id 2c91808568c529c60168cca6f90c1313 `
-Name William Wilson
```

View File

@@ -23,7 +23,7 @@ Name | Type | Description | Notes
- Prepare the resource
```powershell
$AccountAllOfRecommendation = Initialize-PSSailpoint.V2024AccountAllOfRecommendation -Type MACHINE `
$AccountAllOfRecommendation = Initialize-V2024AccountAllOfRecommendation -Type MACHINE `
-Method DISCOVERY
```

View File

@@ -24,7 +24,7 @@ Name | Type | Description | Notes
- Prepare the resource
```powershell
$AccountAllOfSourceOwner = Initialize-PSSailpoint.V2024AccountAllOfSourceOwner -Id 2c918084660f45d6016617daa9210584 `
$AccountAllOfSourceOwner = Initialize-V2024AccountAllOfSourceOwner -Id 2c918084660f45d6016617daa9210584 `
-Type IDENTITY `
-Name Adam Kennedy
```

View File

@@ -30,7 +30,7 @@ Name | Type | Description | Notes
- Prepare the resource
```powershell
$AccountAttribute = Initialize-PSSailpoint.V2024AccountAttribute -SourceName Workday `
$AccountAttribute = Initialize-V2024AccountAttribute -SourceName Workday `
-AttributeName DEPARTMENT `
-AccountSortAttribute created `
-AccountSortDescending false `

View File

@@ -22,7 +22,7 @@ Name | Type | Description | Notes
- Prepare the resource
```powershell
$AccountAttributes = Initialize-PSSailpoint.V2024AccountAttributes -Attributes {city=Austin, displayName=John Doe, userName=jdoe, sAMAccountName=jDoe, mail=john.doe@sailpoint.com}
$AccountAttributes = Initialize-V2024AccountAttributes -Attributes {city=Austin, displayName=John Doe, userName=jdoe, sAMAccountName=jDoe, mail=john.doe@sailpoint.com}
```
- Convert the resource to JSON

View File

@@ -25,7 +25,7 @@ Name | Type | Description | Notes
- Prepare the resource
```powershell
$AccountAttributesChanged = Initialize-PSSailpoint.V2024AccountAttributesChanged -Identity null `
$AccountAttributesChanged = Initialize-V2024AccountAttributesChanged -Identity null `
-Source null `
-Account null `
-Changes null

View File

@@ -26,7 +26,7 @@ Name | Type | Description | Notes
- Prepare the resource
```powershell
$AccountAttributesChangedAccount = Initialize-PSSailpoint.V2024AccountAttributesChangedAccount -Id 52170a74-ca89-11ea-87d0-0242ac130003 `
$AccountAttributesChangedAccount = Initialize-V2024AccountAttributesChangedAccount -Id 52170a74-ca89-11ea-87d0-0242ac130003 `
-Uuid 1cb1f07d-3e5a-4431-becd-234fa4306108 `
-Name john.doe `
-NativeIdentity cn=john.doe,ou=users,dc=acme,dc=com `

View File

@@ -24,7 +24,7 @@ Name | Type | Description | Notes
- Prepare the resource
```powershell
$AccountAttributesChangedChangesInner = Initialize-PSSailpoint.V2024AccountAttributesChangedChangesInner -Attribute sn `
$AccountAttributesChangedChangesInner = Initialize-V2024AccountAttributesChangedChangesInner -Attribute sn `
-OldValue null `
-NewValue null
```

View File

@@ -21,7 +21,7 @@ Name | Type | Description | Notes
- Prepare the resource
```powershell
$AccountAttributesChangedChangesInnerNewValue = Initialize-PSSailpoint.V2024AccountAttributesChangedChangesInnerNewValue
$AccountAttributesChangedChangesInnerNewValue = Initialize-V2024AccountAttributesChangedChangesInnerNewValue
```
- Convert the resource to JSON

View File

@@ -21,7 +21,7 @@ Name | Type | Description | Notes
- Prepare the resource
```powershell
$AccountAttributesChangedChangesInnerOldValue = Initialize-PSSailpoint.V2024AccountAttributesChangedChangesInnerOldValue
$AccountAttributesChangedChangesInnerOldValue = Initialize-V2024AccountAttributesChangedChangesInnerOldValue
```
- Convert the resource to JSON

View File

@@ -24,7 +24,7 @@ Name | Type | Description | Notes
- Prepare the resource
```powershell
$AccountAttributesChangedIdentity = Initialize-PSSailpoint.V2024AccountAttributesChangedIdentity -Type IDENTITY `
$AccountAttributesChangedIdentity = Initialize-V2024AccountAttributesChangedIdentity -Type IDENTITY `
-Id 2c7180a46faadee4016fb4e018c20642 `
-Name Michael Michaels
```

View File

@@ -24,7 +24,7 @@ Name | Type | Description | Notes
- Prepare the resource
```powershell
$AccountAttributesChangedSource = Initialize-PSSailpoint.V2024AccountAttributesChangedSource -Id 4e4d982dddff4267ab12f0f1e72b5a6d `
$AccountAttributesChangedSource = Initialize-V2024AccountAttributesChangedSource -Id 4e4d982dddff4267ab12f0f1e72b5a6d `
-Type SOURCE `
-Name Corporate Active Directory
```

View File

@@ -22,7 +22,7 @@ Name | Type | Description | Notes
- Prepare the resource
```powershell
$AccountAttributesCreate = Initialize-PSSailpoint.V2024AccountAttributesCreate -Attributes null
$AccountAttributesCreate = Initialize-V2024AccountAttributesCreate -Attributes null
```
- Convert the resource to JSON

View File

@@ -22,7 +22,7 @@ Name | Type | Description | Notes
- Prepare the resource
```powershell
$AccountAttributesCreateAttributes = Initialize-PSSailpoint.V2024AccountAttributesCreateAttributes -SourceId 34bfcbe116c9407464af37acbaf7a4dc
$AccountAttributesCreateAttributes = Initialize-V2024AccountAttributesCreateAttributes -SourceId 34bfcbe116c9407464af37acbaf7a4dc
```
- Convert the resource to JSON

View File

@@ -26,7 +26,7 @@ Name | Type | Description | Notes
- Prepare the resource
```powershell
$AccountCorrelated = Initialize-PSSailpoint.V2024AccountCorrelated -Identity null `
$AccountCorrelated = Initialize-V2024AccountCorrelated -Identity null `
-Source null `
-Account null `
-Attributes {sn=doe, givenName=john, memberOf=[cn=g1,ou=groups,dc=acme,dc=com, cn=g2,ou=groups,dc=acme,dc=com, cn=g3,ou=groups,dc=acme,dc=com]} `

Some files were not shown because too many files have changed in this diff Show More