mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-07 04:19:34 +00:00
Update to powershell SDK docs: 14886132815
This commit is contained in:
@@ -25,7 +25,7 @@ Name | Type | Description | Notes
|
||||
|
||||
- Prepare the resource
|
||||
```powershell
|
||||
$Access = Initialize-PSSailpoint.V3Access -Id 2c91808568c529c60168cca6f90c1313 `
|
||||
$Access = Initialize-Access -Id 2c91808568c529c60168cca6f90c1313 `
|
||||
-Name John Doe `
|
||||
-DisplayName John Q. Doe `
|
||||
-Description null
|
||||
|
||||
@@ -25,7 +25,7 @@ Name | Type | Description | Notes
|
||||
|
||||
- Prepare the resource
|
||||
```powershell
|
||||
$AccessApps = Initialize-PSSailpoint.V3AccessApps -Id 2c91808568c529c60168cca6f90c1313 `
|
||||
$AccessApps = Initialize-AccessApps -Id 2c91808568c529c60168cca6f90c1313 `
|
||||
-Name Travel and Expense `
|
||||
-Description Travel and Expense Application `
|
||||
-Owner null
|
||||
|
||||
@@ -25,7 +25,7 @@ Name | Type | Description | Notes
|
||||
|
||||
- Prepare the resource
|
||||
```powershell
|
||||
$AccessAppsOwner = Initialize-PSSailpoint.V3AccessAppsOwner -Type IDENTITY `
|
||||
$AccessAppsOwner = Initialize-AccessAppsOwner -Type IDENTITY `
|
||||
-Id 2c9180a46faadee4016fb4e018c20639 `
|
||||
-Name John Doe `
|
||||
-Email john.doe@sailpoint.com
|
||||
|
||||
@@ -24,7 +24,7 @@ Name | Type | Description | Notes
|
||||
|
||||
- Prepare the resource
|
||||
```powershell
|
||||
$AccessConstraint = Initialize-PSSailpoint.V3AccessConstraint -Type ENTITLEMENT `
|
||||
$AccessConstraint = Initialize-AccessConstraint -Type ENTITLEMENT `
|
||||
-Ids [2c90ad2a70ace7d50170acf22ca90010] `
|
||||
-Operator SELECTED
|
||||
```
|
||||
|
||||
@@ -23,7 +23,7 @@ Name | Type | Description | Notes
|
||||
|
||||
- Prepare the resource
|
||||
```powershell
|
||||
$AccessCriteria = Initialize-PSSailpoint.V3AccessCriteria -Name money-in `
|
||||
$AccessCriteria = Initialize-AccessCriteria -Name money-in `
|
||||
-CriteriaList [{type=ENTITLEMENT, id=2c9180866166b5b0016167c32ef31a66, name=Administrator}, {type=ENTITLEMENT, id=2c9180866166b5b0016167c32ef31a67, name=Administrator}]
|
||||
```
|
||||
|
||||
|
||||
@@ -24,7 +24,7 @@ Name | Type | Description | Notes
|
||||
|
||||
- Prepare the resource
|
||||
```powershell
|
||||
$AccessCriteriaCriteriaListInner = Initialize-PSSailpoint.V3AccessCriteriaCriteriaListInner -Type ENTITLEMENT `
|
||||
$AccessCriteriaCriteriaListInner = Initialize-AccessCriteriaCriteriaListInner -Type ENTITLEMENT `
|
||||
-Id 2c91808568c529c60168cca6f90c1313 `
|
||||
-Name Administrator
|
||||
```
|
||||
|
||||
@@ -24,7 +24,7 @@ Name | Type | Description | Notes
|
||||
|
||||
- Prepare the resource
|
||||
```powershell
|
||||
$AccessItemRequestedFor = Initialize-PSSailpoint.V3AccessItemRequestedFor -Type IDENTITY `
|
||||
$AccessItemRequestedFor = Initialize-AccessItemRequestedFor -Type IDENTITY `
|
||||
-Id 2c4180a46faadee4016fb4e018c20626 `
|
||||
-Name Robert Robinson
|
||||
```
|
||||
|
||||
@@ -24,7 +24,7 @@ Name | Type | Description | Notes
|
||||
|
||||
- Prepare the resource
|
||||
```powershell
|
||||
$AccessItemRequester = Initialize-PSSailpoint.V3AccessItemRequester -Type IDENTITY `
|
||||
$AccessItemRequester = Initialize-AccessItemRequester -Type IDENTITY `
|
||||
-Id 2c7180a46faadee4016fb4e018c20648 `
|
||||
-Name William Wilson
|
||||
```
|
||||
|
||||
@@ -24,7 +24,7 @@ Name | Type | Description | Notes
|
||||
|
||||
- Prepare the resource
|
||||
```powershell
|
||||
$AccessItemReviewedBy = Initialize-PSSailpoint.V3AccessItemReviewedBy -Type IDENTITY `
|
||||
$AccessItemReviewedBy = Initialize-AccessItemReviewedBy -Type IDENTITY `
|
||||
-Id 2c3780a46faadee4016fb4e018c20652 `
|
||||
-Name Allen Albertson
|
||||
```
|
||||
|
||||
@@ -29,7 +29,7 @@ Name | Type | Description | Notes
|
||||
|
||||
- Prepare the resource
|
||||
```powershell
|
||||
$AccessModelMetadata = Initialize-PSSailpoint.V3AccessModelMetadata -Key iscCsp `
|
||||
$AccessModelMetadata = Initialize-AccessModelMetadata -Key iscCsp `
|
||||
-Name CSP `
|
||||
-Multiselect true `
|
||||
-Status active `
|
||||
|
||||
@@ -24,7 +24,7 @@ Name | Type | Description | Notes
|
||||
|
||||
- Prepare the resource
|
||||
```powershell
|
||||
$AccessModelMetadataValuesInner = Initialize-PSSailpoint.V3AccessModelMetadataValuesInner -Value development `
|
||||
$AccessModelMetadataValuesInner = Initialize-AccessModelMetadataValuesInner -Value development `
|
||||
-Name Development `
|
||||
-Status active
|
||||
```
|
||||
|
||||
@@ -35,7 +35,7 @@ Name | Type | Description | Notes
|
||||
|
||||
- Prepare the resource
|
||||
```powershell
|
||||
$AccessProfile = Initialize-PSSailpoint.V3AccessProfile -Id 2c91808a7190d06e01719938fcd20792 `
|
||||
$AccessProfile = Initialize-AccessProfile -Id 2c91808a7190d06e01719938fcd20792 `
|
||||
-Name Employee-database-read-write `
|
||||
-Description Collection of entitlements to read/write the employee database `
|
||||
-Created 2021-03-01T22:32:58.104Z `
|
||||
|
||||
@@ -23,7 +23,7 @@ Name | Type | Description | Notes
|
||||
|
||||
- Prepare the resource
|
||||
```powershell
|
||||
$AccessProfileApprovalScheme = Initialize-PSSailpoint.V3AccessProfileApprovalScheme -ApproverType GOVERNANCE_GROUP `
|
||||
$AccessProfileApprovalScheme = Initialize-AccessProfileApprovalScheme -ApproverType GOVERNANCE_GROUP `
|
||||
-ApproverId 46c79819-a69f-49a2-becb-12c971ae66c6
|
||||
```
|
||||
|
||||
|
||||
@@ -23,7 +23,7 @@ Name | Type | Description | Notes
|
||||
|
||||
- Prepare the resource
|
||||
```powershell
|
||||
$AccessProfileBulkDeleteRequest = Initialize-PSSailpoint.V3AccessProfileBulkDeleteRequest -AccessProfileIds [2c9180847812e0b1017817051919ecca, 2c9180887812e0b201781e129f151816] `
|
||||
$AccessProfileBulkDeleteRequest = Initialize-AccessProfileBulkDeleteRequest -AccessProfileIds [2c9180847812e0b1017817051919ecca, 2c9180887812e0b201781e129f151816] `
|
||||
-BestEffortOnly true
|
||||
```
|
||||
|
||||
|
||||
@@ -24,7 +24,7 @@ Name | Type | Description | Notes
|
||||
|
||||
- Prepare the resource
|
||||
```powershell
|
||||
$AccessProfileBulkDeleteResponse = Initialize-PSSailpoint.V3AccessProfileBulkDeleteResponse -TaskId 2c9180867817ac4d017817c491119a20 `
|
||||
$AccessProfileBulkDeleteResponse = Initialize-AccessProfileBulkDeleteResponse -TaskId 2c9180867817ac4d017817c491119a20 `
|
||||
-Pending [2c91808876438bbb017668c21919ecca, 2c91808876438bb201766e129f151816] `
|
||||
-InUse null
|
||||
```
|
||||
|
||||
@@ -38,7 +38,7 @@ Name | Type | Description | Notes
|
||||
|
||||
- Prepare the resource
|
||||
```powershell
|
||||
$AccessProfileDocument = Initialize-PSSailpoint.V3AccessProfileDocument -Description Admin access `
|
||||
$AccessProfileDocument = Initialize-AccessProfileDocument -Description Admin access `
|
||||
-Created 2018-06-25T20:22:28.104Z `
|
||||
-Modified 2018-06-25T20:22:28.104Z `
|
||||
-Synced 2018-06-25T20:22:33.104Z `
|
||||
|
||||
@@ -23,7 +23,7 @@ Name | Type | Description | Notes
|
||||
|
||||
- Prepare the resource
|
||||
```powershell
|
||||
$AccessProfileDocumentAllOfSource = Initialize-PSSailpoint.V3AccessProfileDocumentAllOfSource -Id ff8081815757d4fb0157588f3d9d008f `
|
||||
$AccessProfileDocumentAllOfSource = Initialize-AccessProfileDocumentAllOfSource -Id ff8081815757d4fb0157588f3d9d008f `
|
||||
-Name Employees
|
||||
```
|
||||
|
||||
|
||||
@@ -31,7 +31,7 @@ Name | Type | Description | Notes
|
||||
|
||||
- Prepare the resource
|
||||
```powershell
|
||||
$AccessProfileEntitlement = Initialize-PSSailpoint.V3AccessProfileEntitlement -Id 2c91808568c529c60168cca6f90c1313 `
|
||||
$AccessProfileEntitlement = Initialize-AccessProfileEntitlement -Id 2c91808568c529c60168cca6f90c1313 `
|
||||
-Name John Doe `
|
||||
-DisplayName John Q. Doe `
|
||||
-Description null `
|
||||
|
||||
@@ -24,7 +24,7 @@ Name | Type | Description | Notes
|
||||
|
||||
- Prepare the resource
|
||||
```powershell
|
||||
$AccessProfileRef = Initialize-PSSailpoint.V3AccessProfileRef -Id ff808081751e6e129f1518161919ecca `
|
||||
$AccessProfileRef = Initialize-AccessProfileRef -Id ff808081751e6e129f1518161919ecca `
|
||||
-Type ACCESS_PROFILE `
|
||||
-Name Access Profile 2567
|
||||
```
|
||||
|
||||
@@ -29,7 +29,7 @@ Name | Type | Description | Notes
|
||||
|
||||
- Prepare the resource
|
||||
```powershell
|
||||
$AccessProfileRole = Initialize-PSSailpoint.V3AccessProfileRole -Id 2c91808568c529c60168cca6f90c1313 `
|
||||
$AccessProfileRole = Initialize-AccessProfileRole -Id 2c91808568c529c60168cca6f90c1313 `
|
||||
-Name John Doe `
|
||||
-DisplayName John Q. Doe `
|
||||
-Description null `
|
||||
|
||||
@@ -24,7 +24,7 @@ Name | Type | Description | Notes
|
||||
|
||||
- Prepare the resource
|
||||
```powershell
|
||||
$AccessProfileSourceRef = Initialize-PSSailpoint.V3AccessProfileSourceRef -Id 2c91809773dee3610173fdb0b6061ef4 `
|
||||
$AccessProfileSourceRef = Initialize-AccessProfileSourceRef -Id 2c91809773dee3610173fdb0b6061ef4 `
|
||||
-Type SOURCE `
|
||||
-Name ODS-AD-SOURCE
|
||||
```
|
||||
|
||||
@@ -29,7 +29,7 @@ Name | Type | Description | Notes
|
||||
|
||||
- Prepare the resource
|
||||
```powershell
|
||||
$AccessProfileSummary = Initialize-PSSailpoint.V3AccessProfileSummary -Id 2c91808568c529c60168cca6f90c1313 `
|
||||
$AccessProfileSummary = Initialize-AccessProfileSummary -Id 2c91808568c529c60168cca6f90c1313 `
|
||||
-Name John Doe `
|
||||
-DisplayName John Q. Doe `
|
||||
-Description null `
|
||||
|
||||
@@ -23,7 +23,7 @@ Name | Type | Description | Notes
|
||||
|
||||
- Prepare the resource
|
||||
```powershell
|
||||
$AccessProfileUsage = Initialize-PSSailpoint.V3AccessProfileUsage -AccessProfileId 2c91808876438bbb017668c21919ecca `
|
||||
$AccessProfileUsage = Initialize-AccessProfileUsage -AccessProfileId 2c91808876438bbb017668c21919ecca `
|
||||
-UsedBy null
|
||||
```
|
||||
|
||||
|
||||
@@ -24,7 +24,7 @@ Name | Type | Description | Notes
|
||||
|
||||
- Prepare the resource
|
||||
```powershell
|
||||
$AccessProfileUsageUsedByInner = Initialize-PSSailpoint.V3AccessProfileUsageUsedByInner -Type ROLE `
|
||||
$AccessProfileUsageUsedByInner = Initialize-AccessProfileUsageUsedByInner -Type ROLE `
|
||||
-Id 2c8180857a9b3da0017aa03418480f9d `
|
||||
-Name Manager Role
|
||||
```
|
||||
|
||||
@@ -26,7 +26,7 @@ Name | Type | Description | Notes
|
||||
|
||||
- Prepare the resource
|
||||
```powershell
|
||||
$AccessRequest = Initialize-PSSailpoint.V3AccessRequest -RequestedFor 2c918084660f45d6016617daa9210584 `
|
||||
$AccessRequest = Initialize-AccessRequest -RequestedFor 2c918084660f45d6016617daa9210584 `
|
||||
-RequestType null `
|
||||
-RequestedItems null `
|
||||
-ClientMetadata {requestedAppId=2c91808f7892918f0178b78da4a305a1, requestedAppName=test-app} `
|
||||
|
||||
@@ -27,7 +27,7 @@ Name | Type | Description | Notes
|
||||
|
||||
- Prepare the resource
|
||||
```powershell
|
||||
$AccessRequestConfig = Initialize-PSSailpoint.V3AccessRequestConfig -ApprovalsMustBeExternal true `
|
||||
$AccessRequestConfig = Initialize-AccessRequestConfig -ApprovalsMustBeExternal true `
|
||||
-AutoApprovalEnabled true `
|
||||
-ReauthorizationEnabled true `
|
||||
-RequestOnBehalfOfConfig null `
|
||||
|
||||
@@ -28,7 +28,7 @@ Name | Type | Description | Notes
|
||||
|
||||
- Prepare the resource
|
||||
```powershell
|
||||
$AccessRequestItem = Initialize-PSSailpoint.V3AccessRequestItem -Type ACCESS_PROFILE `
|
||||
$AccessRequestItem = Initialize-AccessRequestItem -Type ACCESS_PROFILE `
|
||||
-Id 2c9180835d2e5168015d32f890ca1581 `
|
||||
-Comment Requesting access profile for John Doe `
|
||||
-ClientMetadata {requestedAppName=test-app, requestedAppId=2c91808f7892918f0178b78da4a305a1} `
|
||||
|
||||
@@ -27,7 +27,7 @@ Name | Type | Description | Notes
|
||||
|
||||
- Prepare the resource
|
||||
```powershell
|
||||
$AccessRequestPhases = Initialize-PSSailpoint.V3AccessRequestPhases -Started 2020-07-11T00:00Z `
|
||||
$AccessRequestPhases = Initialize-AccessRequestPhases -Started 2020-07-11T00:00Z `
|
||||
-Finished 2020-07-12T00:00Z `
|
||||
-Name APPROVAL_PHASE `
|
||||
-State COMPLETED `
|
||||
|
||||
@@ -23,7 +23,7 @@ Name | Type | Description | Notes
|
||||
|
||||
- Prepare the resource
|
||||
```powershell
|
||||
$AccessRequestResponse = Initialize-PSSailpoint.V3AccessRequestResponse -NewRequests [{requestedFor=899fd612ecfc4cf3bf48f14d0afdef89, requestedItemsDetails=[{type=ENTITLEMENT, id=779c6fd7171540bba1184e5946112c28}], attributesHash=-1928438224, accessRequestIds=[5d3118c518a44ec7805450d53479ccdb]}] `
|
||||
$AccessRequestResponse = Initialize-AccessRequestResponse -NewRequests [{requestedFor=899fd612ecfc4cf3bf48f14d0afdef89, requestedItemsDetails=[{type=ENTITLEMENT, id=779c6fd7171540bba1184e5946112c28}], attributesHash=-1928438224, accessRequestIds=[5d3118c518a44ec7805450d53479ccdb]}] `
|
||||
-ExistingRequests [{requestedFor=899fd612ecfc4cf3bf48f14d0afdef89, requestedItemsDetails=[{type=ROLE, id=779c6fd7171540bbc1184e5946112c28}], attributesHash=2843118224, accessRequestIds=[5d3118c518a44ec7805450d53479ccdc]}]
|
||||
```
|
||||
|
||||
|
||||
@@ -25,7 +25,7 @@ Name | Type | Description | Notes
|
||||
|
||||
- Prepare the resource
|
||||
```powershell
|
||||
$AccessRequestTracking = Initialize-PSSailpoint.V3AccessRequestTracking -RequestedFor 2c918084660f45d6016617daa9210584 `
|
||||
$AccessRequestTracking = Initialize-AccessRequestTracking -RequestedFor 2c918084660f45d6016617daa9210584 `
|
||||
-RequestedItemsDetails {
|
||||
"type": "ENTITLEMENT",
|
||||
"id": "779c6fd7171540bba1184e5946112c28"
|
||||
|
||||
@@ -28,7 +28,7 @@ Name | Type | Description | Notes
|
||||
|
||||
- Prepare the resource
|
||||
```powershell
|
||||
$AccessReviewItem = Initialize-PSSailpoint.V3AccessReviewItem -AccessSummary null `
|
||||
$AccessReviewItem = Initialize-AccessReviewItem -AccessSummary null `
|
||||
-IdentitySummary null `
|
||||
-Id ef38f94347e94562b5bb8424a56397d8 `
|
||||
-Completed false `
|
||||
|
||||
@@ -24,7 +24,7 @@ Name | Type | Description | Notes
|
||||
|
||||
- Prepare the resource
|
||||
```powershell
|
||||
$AccessReviewReassignment = Initialize-PSSailpoint.V3AccessReviewReassignment -Reassign null `
|
||||
$AccessReviewReassignment = Initialize-AccessReviewReassignment -Reassign null `
|
||||
-ReassignTo ef38f94347e94562b5bb8424a56397d8 `
|
||||
-Reason reassigned for some reason
|
||||
```
|
||||
|
||||
@@ -25,7 +25,7 @@ Name | Type | Description | Notes
|
||||
|
||||
- Prepare the resource
|
||||
```powershell
|
||||
$AccessSummary = Initialize-PSSailpoint.V3AccessSummary -Access null `
|
||||
$AccessSummary = Initialize-AccessSummary -Access null `
|
||||
-Entitlement null `
|
||||
-AccessProfile null `
|
||||
-Role null
|
||||
|
||||
@@ -24,7 +24,7 @@ Name | Type | Description | Notes
|
||||
|
||||
- Prepare the resource
|
||||
```powershell
|
||||
$AccessSummaryAccess = Initialize-PSSailpoint.V3AccessSummaryAccess -Type null `
|
||||
$AccessSummaryAccess = Initialize-AccessSummaryAccess -Type null `
|
||||
-Id 2c9180867160846801719932c5153fb7 `
|
||||
-Name Entitlement for Company Database
|
||||
```
|
||||
|
||||
@@ -49,7 +49,7 @@ Name | Type | Description | Notes
|
||||
|
||||
- Prepare the resource
|
||||
```powershell
|
||||
$Account = Initialize-PSSailpoint.V3Account -Id id12345 `
|
||||
$Account = Initialize-Account -Id id12345 `
|
||||
-Name aName `
|
||||
-Created 2015-05-28T14:07:17Z `
|
||||
-Modified 2015-05-28T14:07:17Z `
|
||||
|
||||
@@ -23,7 +23,7 @@ Name | Type | Description | Notes
|
||||
|
||||
- Prepare the resource
|
||||
```powershell
|
||||
$AccountAction = Initialize-PSSailpoint.V3AccountAction -Action ENABLE `
|
||||
$AccountAction = Initialize-AccountAction -Action ENABLE `
|
||||
-SourceIds [2c918084660f45d6016617daa9210584, 2c918084660f45d6016617daa9210500]
|
||||
```
|
||||
|
||||
|
||||
@@ -35,7 +35,7 @@ Name | Type | Description | Notes
|
||||
|
||||
- Prepare the resource
|
||||
```powershell
|
||||
$AccountActivity = Initialize-PSSailpoint.V3AccountActivity -Id 2c9180835d2e5168015d32f890ca1581 `
|
||||
$AccountActivity = Initialize-AccountActivity -Id 2c9180835d2e5168015d32f890ca1581 `
|
||||
-Name 2c9180835d2e5168015d32f890ca1581 `
|
||||
-Created 2017-07-11T18:45:37.098Z `
|
||||
-Modified 2018-06-25T20:22:28.104Z `
|
||||
|
||||
@@ -38,7 +38,7 @@ Name | Type | Description | Notes
|
||||
|
||||
- Prepare the resource
|
||||
```powershell
|
||||
$AccountActivityDocument = Initialize-PSSailpoint.V3AccountActivityDocument -Id 2c91808375d8e80a0175e1f88a575222 `
|
||||
$AccountActivityDocument = Initialize-AccountActivityDocument -Id 2c91808375d8e80a0175e1f88a575222 `
|
||||
-Action Identity Refresh. `
|
||||
-Created 2018-06-25T20:22:28.104Z `
|
||||
-Modified 2018-06-25T20:22:28.104Z `
|
||||
|
||||
@@ -37,7 +37,7 @@ Name | Type | Description | Notes
|
||||
|
||||
- Prepare the resource
|
||||
```powershell
|
||||
$AccountActivityItem = Initialize-PSSailpoint.V3AccountActivityItem -Id 48c545831b264409a81befcabb0e3c5a `
|
||||
$AccountActivityItem = Initialize-AccountActivityItem -Id 48c545831b264409a81befcabb0e3c5a `
|
||||
-Name 48c545831b264409a81befcabb0e3c5a `
|
||||
-Requested 2017-07-11T18:45:37.098Z `
|
||||
-ApprovalStatus null `
|
||||
|
||||
@@ -38,7 +38,7 @@ Name | Type | Description | Notes
|
||||
|
||||
- Prepare the resource
|
||||
```powershell
|
||||
$AccountActivitySearchedItem = Initialize-PSSailpoint.V3AccountActivitySearchedItem -Id 2c91808375d8e80a0175e1f88a575222 `
|
||||
$AccountActivitySearchedItem = Initialize-AccountActivitySearchedItem -Id 2c91808375d8e80a0175e1f88a575222 `
|
||||
-Action Identity Refresh. `
|
||||
-Created 2018-06-25T20:22:28.104Z `
|
||||
-Modified 2018-06-25T20:22:28.104Z `
|
||||
|
||||
@@ -24,7 +24,7 @@ Name | Type | Description | Notes
|
||||
|
||||
- Prepare the resource
|
||||
```powershell
|
||||
$AccountAllOfIdentity = Initialize-PSSailpoint.V3AccountAllOfIdentity -Id 2c918084660f45d6016617daa9210584 `
|
||||
$AccountAllOfIdentity = Initialize-AccountAllOfIdentity -Id 2c918084660f45d6016617daa9210584 `
|
||||
-Type IDENTITY `
|
||||
-Name John Doe
|
||||
```
|
||||
|
||||
@@ -24,7 +24,7 @@ Name | Type | Description | Notes
|
||||
|
||||
- Prepare the resource
|
||||
```powershell
|
||||
$AccountAllOfOwnerIdentity = Initialize-PSSailpoint.V3AccountAllOfOwnerIdentity -Type null `
|
||||
$AccountAllOfOwnerIdentity = Initialize-AccountAllOfOwnerIdentity -Type null `
|
||||
-Id 2c91808568c529c60168cca6f90c1313 `
|
||||
-Name William Wilson
|
||||
```
|
||||
|
||||
@@ -23,7 +23,7 @@ Name | Type | Description | Notes
|
||||
|
||||
- Prepare the resource
|
||||
```powershell
|
||||
$AccountAllOfRecommendation = Initialize-PSSailpoint.V3AccountAllOfRecommendation -Type MACHINE `
|
||||
$AccountAllOfRecommendation = Initialize-AccountAllOfRecommendation -Type MACHINE `
|
||||
-Method DISCOVERY
|
||||
```
|
||||
|
||||
|
||||
@@ -24,7 +24,7 @@ Name | Type | Description | Notes
|
||||
|
||||
- Prepare the resource
|
||||
```powershell
|
||||
$AccountAllOfSourceOwner = Initialize-PSSailpoint.V3AccountAllOfSourceOwner -Id 2c918084660f45d6016617daa9210584 `
|
||||
$AccountAllOfSourceOwner = Initialize-AccountAllOfSourceOwner -Id 2c918084660f45d6016617daa9210584 `
|
||||
-Type IDENTITY `
|
||||
-Name Adam Kennedy
|
||||
```
|
||||
|
||||
@@ -30,7 +30,7 @@ Name | Type | Description | Notes
|
||||
|
||||
- Prepare the resource
|
||||
```powershell
|
||||
$AccountAttribute = Initialize-PSSailpoint.V3AccountAttribute -SourceName Workday `
|
||||
$AccountAttribute = Initialize-AccountAttribute -SourceName Workday `
|
||||
-AttributeName DEPARTMENT `
|
||||
-AccountSortAttribute created `
|
||||
-AccountSortDescending false `
|
||||
|
||||
@@ -22,7 +22,7 @@ Name | Type | Description | Notes
|
||||
|
||||
- Prepare the resource
|
||||
```powershell
|
||||
$AccountAttributes = Initialize-PSSailpoint.V3AccountAttributes -Attributes {city=Austin, displayName=John Doe, userName=jdoe, sAMAccountName=jDoe, mail=john.doe@sailpoint.com}
|
||||
$AccountAttributes = Initialize-AccountAttributes -Attributes {city=Austin, displayName=John Doe, userName=jdoe, sAMAccountName=jDoe, mail=john.doe@sailpoint.com}
|
||||
```
|
||||
|
||||
- Convert the resource to JSON
|
||||
|
||||
@@ -22,7 +22,7 @@ Name | Type | Description | Notes
|
||||
|
||||
- Prepare the resource
|
||||
```powershell
|
||||
$AccountAttributesCreate = Initialize-PSSailpoint.V3AccountAttributesCreate -Attributes null
|
||||
$AccountAttributesCreate = Initialize-AccountAttributesCreate -Attributes null
|
||||
```
|
||||
|
||||
- Convert the resource to JSON
|
||||
|
||||
@@ -22,7 +22,7 @@ Name | Type | Description | Notes
|
||||
|
||||
- Prepare the resource
|
||||
```powershell
|
||||
$AccountAttributesCreateAttributes = Initialize-PSSailpoint.V3AccountAttributesCreateAttributes -SourceId 34bfcbe116c9407464af37acbaf7a4dc
|
||||
$AccountAttributesCreateAttributes = Initialize-AccountAttributesCreateAttributes -SourceId 34bfcbe116c9407464af37acbaf7a4dc
|
||||
```
|
||||
|
||||
- Convert the resource to JSON
|
||||
|
||||
@@ -23,7 +23,7 @@ Name | Type | Description | Notes
|
||||
|
||||
- Prepare the resource
|
||||
```powershell
|
||||
$AccountItemRef = Initialize-PSSailpoint.V3AccountItemRef -AccountUuid {fab7119e-004f-4822-9c33-b8d570d6c6a6} `
|
||||
$AccountItemRef = Initialize-AccountItemRef -AccountUuid {fab7119e-004f-4822-9c33-b8d570d6c6a6} `
|
||||
-NativeIdentity CN=Glen 067da3248e914,OU=YOUROU,OU=org-data-service,DC=YOURDC,DC=local
|
||||
```
|
||||
|
||||
|
||||
@@ -27,7 +27,7 @@ Name | Type | Description | Notes
|
||||
|
||||
- Prepare the resource
|
||||
```powershell
|
||||
$AccountRequest = Initialize-PSSailpoint.V3AccountRequest -AccountId John.Doe `
|
||||
$AccountRequest = Initialize-AccountRequest -AccountId John.Doe `
|
||||
-AttributeRequests null `
|
||||
-Op Modify `
|
||||
-ProvisioningTarget null `
|
||||
|
||||
@@ -24,7 +24,7 @@ Name | Type | Description | Notes
|
||||
|
||||
- Prepare the resource
|
||||
```powershell
|
||||
$AccountRequestInfo = Initialize-PSSailpoint.V3AccountRequestInfo -RequestedObjectId 2c91808563ef85690164001c31140c0c `
|
||||
$AccountRequestInfo = Initialize-AccountRequestInfo -RequestedObjectId 2c91808563ef85690164001c31140c0c `
|
||||
-RequestedObjectName Treasury Analyst `
|
||||
-RequestedObjectType null
|
||||
```
|
||||
|
||||
@@ -24,7 +24,7 @@ Name | Type | Description | Notes
|
||||
|
||||
- Prepare the resource
|
||||
```powershell
|
||||
$AccountRequestResult = Initialize-PSSailpoint.V3AccountRequestResult -Errors null `
|
||||
$AccountRequestResult = Initialize-AccountRequestResult -Errors null `
|
||||
-Status failed `
|
||||
-TicketId null
|
||||
```
|
||||
|
||||
@@ -24,7 +24,7 @@ Name | Type | Description | Notes
|
||||
|
||||
- Prepare the resource
|
||||
```powershell
|
||||
$AccountSource = Initialize-PSSailpoint.V3AccountSource -Id 2c91808568c529c60168cca6f90c1313 `
|
||||
$AccountSource = Initialize-AccountSource -Id 2c91808568c529c60168cca6f90c1313 `
|
||||
-Name John Doe `
|
||||
-Type Delimited File
|
||||
```
|
||||
|
||||
@@ -23,7 +23,7 @@ Name | Type | Description | Notes
|
||||
|
||||
- Prepare the resource
|
||||
```powershell
|
||||
$AccountToggleRequest = Initialize-PSSailpoint.V3AccountToggleRequest -ExternalVerificationId 3f9180835d2e5168015d32f890ca1581 `
|
||||
$AccountToggleRequest = Initialize-AccountToggleRequest -ExternalVerificationId 3f9180835d2e5168015d32f890ca1581 `
|
||||
-ForceProvisioning false
|
||||
```
|
||||
|
||||
|
||||
@@ -24,7 +24,7 @@ Name | Type | Description | Notes
|
||||
|
||||
- Prepare the resource
|
||||
```powershell
|
||||
$AccountUnlockRequest = Initialize-PSSailpoint.V3AccountUnlockRequest -ExternalVerificationId 3f9180835d2e5168015d32f890ca1581 `
|
||||
$AccountUnlockRequest = Initialize-AccountUnlockRequest -ExternalVerificationId 3f9180835d2e5168015d32f890ca1581 `
|
||||
-UnlockIDNAccount false `
|
||||
-ForceProvisioning false
|
||||
```
|
||||
|
||||
@@ -23,7 +23,7 @@ Name | Type | Description | Notes
|
||||
|
||||
- Prepare the resource
|
||||
```powershell
|
||||
$AccountUsage = Initialize-PSSailpoint.V3AccountUsage -Date Fri Apr 21 00:00:00 UTC 2023 `
|
||||
$AccountUsage = Initialize-AccountUsage -Date Thu Apr 20 20:00:00 EDT 2023 `
|
||||
-Count 10
|
||||
```
|
||||
|
||||
|
||||
@@ -22,7 +22,7 @@ Name | Type | Description | Notes
|
||||
|
||||
- Prepare the resource
|
||||
```powershell
|
||||
$AccountsAsyncResult = Initialize-PSSailpoint.V3AccountsAsyncResult -Id 2c91808474683da6017468693c260195
|
||||
$AccountsAsyncResult = Initialize-AccountsAsyncResult -Id 2c91808474683da6017468693c260195
|
||||
```
|
||||
|
||||
- Convert the resource to JSON
|
||||
|
||||
@@ -23,7 +23,7 @@ Name | Type | Description | Notes
|
||||
|
||||
- Prepare the resource
|
||||
```powershell
|
||||
$AccountsExportReportArguments = Initialize-PSSailpoint.V3AccountsExportReportArguments -Application 2c9180897eSourceIde781782f705b9 `
|
||||
$AccountsExportReportArguments = Initialize-AccountsExportReportArguments -Application 2c9180897eSourceIde781782f705b9 `
|
||||
-SourceName Active Directory
|
||||
```
|
||||
|
||||
|
||||
@@ -22,7 +22,7 @@ Name | Type | Description | Notes
|
||||
|
||||
- Prepare the resource
|
||||
```powershell
|
||||
$ActivateCampaignOptions = Initialize-PSSailpoint.V3ActivateCampaignOptions -TimeZone -05:00
|
||||
$ActivateCampaignOptions = Initialize-ActivateCampaignOptions -TimeZone -05:00
|
||||
```
|
||||
|
||||
- Convert the resource to JSON
|
||||
|
||||
@@ -24,7 +24,7 @@ Name | Type | Description | Notes
|
||||
|
||||
- Prepare the resource
|
||||
```powershell
|
||||
$ActivityIdentity = Initialize-PSSailpoint.V3ActivityIdentity -Id 2c91808568c529c60168cca6f90c1313 `
|
||||
$ActivityIdentity = Initialize-ActivityIdentity -Id 2c91808568c529c60168cca6f90c1313 `
|
||||
-Name John Doe `
|
||||
-Type Identity
|
||||
```
|
||||
|
||||
@@ -24,7 +24,7 @@ Name | Type | Description | Notes
|
||||
|
||||
- Prepare the resource
|
||||
```powershell
|
||||
$ActivityInsights = Initialize-PSSailpoint.V3ActivityInsights -AccountID c4ddd5421d8549f0abd309162cafd3b1 `
|
||||
$ActivityInsights = Initialize-ActivityInsights -AccountID c4ddd5421d8549f0abd309162cafd3b1 `
|
||||
-UsageDays 45 `
|
||||
-UsageDaysState COMPLETE
|
||||
```
|
||||
|
||||
@@ -24,7 +24,7 @@ Name | Type | Description | Notes
|
||||
|
||||
- Prepare the resource
|
||||
```powershell
|
||||
$AdminReviewReassign = Initialize-PSSailpoint.V3AdminReviewReassign -CertificationIds [af3859464779471211bb8424a563abc1, af3859464779471211bb8424a563abc2, af3859464779471211bb8424a563abc3] `
|
||||
$AdminReviewReassign = Initialize-AdminReviewReassign -CertificationIds [af3859464779471211bb8424a563abc1, af3859464779471211bb8424a563abc2, af3859464779471211bb8424a563abc3] `
|
||||
-ReassignTo null `
|
||||
-Reason reassigned for some reason
|
||||
```
|
||||
|
||||
@@ -23,7 +23,7 @@ Name | Type | Description | Notes
|
||||
|
||||
- Prepare the resource
|
||||
```powershell
|
||||
$AdminReviewReassignReassignTo = Initialize-PSSailpoint.V3AdminReviewReassignReassignTo -Id ef38f94347e94562b5bb8424a56397d8 `
|
||||
$AdminReviewReassignReassignTo = Initialize-AdminReviewReassignReassignTo -Id ef38f94347e94562b5bb8424a56397d8 `
|
||||
-Type IDENTITY
|
||||
```
|
||||
|
||||
|
||||
@@ -23,7 +23,7 @@ Name | Type | Description | Notes
|
||||
|
||||
- Prepare the resource
|
||||
```powershell
|
||||
$AggregationResult = Initialize-PSSailpoint.V3AggregationResult -Aggregations {Identity Locations={buckets=[{key=Austin, doc_count=109}, {key=London, doc_count=64}, {key=San Jose, doc_count=27}, {key=Brussels, doc_count=26}, {key=Sao Paulo, doc_count=24}, {key=Munich, doc_count=23}, {key=Singapore, doc_count=22}, {key=Tokyo, doc_count=20}, {key=Taipei, doc_count=16}]}} `
|
||||
$AggregationResult = Initialize-AggregationResult -Aggregations {Identity Locations={buckets=[{key=Austin, doc_count=109}, {key=London, doc_count=64}, {key=San Jose, doc_count=27}, {key=Brussels, doc_count=26}, {key=Sao Paulo, doc_count=24}, {key=Munich, doc_count=23}, {key=Singapore, doc_count=22}, {key=Tokyo, doc_count=20}, {key=Taipei, doc_count=16}]}} `
|
||||
-Hits null
|
||||
```
|
||||
|
||||
|
||||
@@ -25,7 +25,7 @@ Name | Type | Description | Notes
|
||||
|
||||
- Prepare the resource
|
||||
```powershell
|
||||
$Aggregations = Initialize-PSSailpoint.V3Aggregations -Nested null `
|
||||
$Aggregations = Initialize-Aggregations -Nested null `
|
||||
-Metric null `
|
||||
-VarFilter null `
|
||||
-Bucket null
|
||||
|
||||
@@ -25,7 +25,7 @@ Name | Type | Description | Notes
|
||||
|
||||
- Prepare the resource
|
||||
```powershell
|
||||
$App = Initialize-PSSailpoint.V3App -Id 2c91808568c529c60168cca6f90c1313 `
|
||||
$App = Initialize-App -Id 2c91808568c529c60168cca6f90c1313 `
|
||||
-Name John Doe `
|
||||
-Source null `
|
||||
-Account null
|
||||
|
||||
@@ -23,7 +23,7 @@ Name | Type | Description | Notes
|
||||
|
||||
- Prepare the resource
|
||||
```powershell
|
||||
$AppAllOfAccount = Initialize-PSSailpoint.V3AppAllOfAccount -Id 2c9180837dfe6949017e21f3d8cd6d49 `
|
||||
$AppAllOfAccount = Initialize-AppAllOfAccount -Id 2c9180837dfe6949017e21f3d8cd6d49 `
|
||||
-AccountId CN=Carol Adams,OU=Austin,OU=Americas,OU=Demo,DC=seri,DC=sailpointdemo,DC=com
|
||||
```
|
||||
|
||||
|
||||
@@ -27,7 +27,7 @@ Name | Type | Description | Notes
|
||||
|
||||
- Prepare the resource
|
||||
```powershell
|
||||
$Approval = Initialize-PSSailpoint.V3Approval -Comments null `
|
||||
$Approval = Initialize-Approval -Comments null `
|
||||
-Modified 2018-06-25T20:22:28.104Z `
|
||||
-Owner null `
|
||||
-Result Finished `
|
||||
|
||||
@@ -24,7 +24,7 @@ Name | Type | Description | Notes
|
||||
|
||||
- Prepare the resource
|
||||
```powershell
|
||||
$ApprovalComment = Initialize-PSSailpoint.V3ApprovalComment -Comment This request was autoapproved by our automated ETS subscriber. `
|
||||
$ApprovalComment = Initialize-ApprovalComment -Comment This request was autoapproved by our automated ETS subscriber. `
|
||||
-Commenter Automated AR Approval `
|
||||
-Date 2018-06-25T20:22:28.104Z
|
||||
```
|
||||
|
||||
@@ -27,7 +27,7 @@ Name | Type | Description | Notes
|
||||
|
||||
- Prepare the resource
|
||||
```powershell
|
||||
$ApprovalForwardHistory = Initialize-PSSailpoint.V3ApprovalForwardHistory -OldApproverName Frank Mir `
|
||||
$ApprovalForwardHistory = Initialize-ApprovalForwardHistory -OldApproverName Frank Mir `
|
||||
-NewApproverName Al Volta `
|
||||
-Comment Forwarding from Frank to Al `
|
||||
-Modified 2019-08-23T18:52:57.398Z `
|
||||
|
||||
@@ -28,7 +28,7 @@ Name | Type | Description | Notes
|
||||
|
||||
- Prepare the resource
|
||||
```powershell
|
||||
$ApprovalItemDetails = Initialize-PSSailpoint.V3ApprovalItemDetails -Id 2c9180835d2e5168015d32f890ca1581 `
|
||||
$ApprovalItemDetails = Initialize-ApprovalItemDetails -Id 2c9180835d2e5168015d32f890ca1581 `
|
||||
-Account john.smith `
|
||||
-Application Active Directory `
|
||||
-Name emailAddress `
|
||||
|
||||
@@ -28,7 +28,7 @@ Name | Type | Description | Notes
|
||||
|
||||
- Prepare the resource
|
||||
```powershell
|
||||
$ApprovalItems = Initialize-PSSailpoint.V3ApprovalItems -Id 2c9180835d2e5168015d32f890ca1581 `
|
||||
$ApprovalItems = Initialize-ApprovalItems -Id 2c9180835d2e5168015d32f890ca1581 `
|
||||
-Account john.smith `
|
||||
-Application Active Directory `
|
||||
-Name emailAddress `
|
||||
|
||||
@@ -25,7 +25,7 @@ Name | Type | Description | Notes
|
||||
|
||||
- Prepare the resource
|
||||
```powershell
|
||||
$ApprovalReminderAndEscalationConfig = Initialize-PSSailpoint.V3ApprovalReminderAndEscalationConfig -DaysUntilEscalation 0 `
|
||||
$ApprovalReminderAndEscalationConfig = Initialize-ApprovalReminderAndEscalationConfig -DaysUntilEscalation 0 `
|
||||
-DaysBetweenReminders 0 `
|
||||
-MaxReminders 1 `
|
||||
-FallbackApproverRef null
|
||||
|
||||
@@ -23,7 +23,7 @@ Name | Type | Description | Notes
|
||||
|
||||
- Prepare the resource
|
||||
```powershell
|
||||
$ApprovalSchemeForRole = Initialize-PSSailpoint.V3ApprovalSchemeForRole -ApproverType GOVERNANCE_GROUP `
|
||||
$ApprovalSchemeForRole = Initialize-ApprovalSchemeForRole -ApproverType GOVERNANCE_GROUP `
|
||||
-ApproverId 46c79819-a69f-49a2-becb-12c971ae66c6
|
||||
```
|
||||
|
||||
|
||||
@@ -31,7 +31,7 @@ Name | Type | Description | Notes
|
||||
|
||||
- Prepare the resource
|
||||
```powershell
|
||||
$ApprovalStatusDto = Initialize-PSSailpoint.V3ApprovalStatusDto -ApprovalId 2c9180877b2b6ea4017b2c545f971429 `
|
||||
$ApprovalStatusDto = Initialize-ApprovalStatusDto -ApprovalId 2c9180877b2b6ea4017b2c545f971429 `
|
||||
-Forwarded false `
|
||||
-OriginalOwner null `
|
||||
-CurrentOwner null `
|
||||
|
||||
@@ -24,7 +24,7 @@ Name | Type | Description | Notes
|
||||
|
||||
- Prepare the resource
|
||||
```powershell
|
||||
$ApprovalStatusDtoCurrentOwner = Initialize-PSSailpoint.V3ApprovalStatusDtoCurrentOwner -Type IDENTITY `
|
||||
$ApprovalStatusDtoCurrentOwner = Initialize-ApprovalStatusDtoCurrentOwner -Type IDENTITY `
|
||||
-Id 2c3780a46faadee4016fb4e018c20652 `
|
||||
-Name Allen Albertson
|
||||
```
|
||||
|
||||
@@ -24,7 +24,7 @@ Name | Type | Description | Notes
|
||||
|
||||
- Prepare the resource
|
||||
```powershell
|
||||
$ApprovalStatusDtoOriginalOwner = Initialize-PSSailpoint.V3ApprovalStatusDtoOriginalOwner -Type IDENTITY `
|
||||
$ApprovalStatusDtoOriginalOwner = Initialize-ApprovalStatusDtoOriginalOwner -Type IDENTITY `
|
||||
-Id 2c7180a46faadee4016fb4e018c20642 `
|
||||
-Name Michael Michaels
|
||||
```
|
||||
|
||||
@@ -24,7 +24,7 @@ Name | Type | Description | Notes
|
||||
|
||||
- Prepare the resource
|
||||
```powershell
|
||||
$ApprovalSummary = Initialize-PSSailpoint.V3ApprovalSummary -Pending 0 `
|
||||
$ApprovalSummary = Initialize-ApprovalSummary -Pending 0 `
|
||||
-Approved 0 `
|
||||
-Rejected 0
|
||||
```
|
||||
|
||||
@@ -21,7 +21,7 @@ Name | Type | Description | Notes
|
||||
|
||||
- Prepare the resource
|
||||
```powershell
|
||||
$ArrayInner = Initialize-PSSailpoint.V3ArrayInner
|
||||
$ArrayInner = Initialize-ArrayInner
|
||||
```
|
||||
|
||||
- Convert the resource to JSON
|
||||
|
||||
@@ -29,7 +29,7 @@ Name | Type | Description | Notes
|
||||
|
||||
- Prepare the resource
|
||||
```powershell
|
||||
$AttributeDTO = Initialize-PSSailpoint.V3AttributeDTO -Key iscPrivacy `
|
||||
$AttributeDTO = Initialize-AttributeDTO -Key iscPrivacy `
|
||||
-Name Privacy `
|
||||
-Multiselect false `
|
||||
-Status active `
|
||||
|
||||
@@ -22,7 +22,7 @@ Name | Type | Description | Notes
|
||||
|
||||
- Prepare the resource
|
||||
```powershell
|
||||
$AttributeDTOList = Initialize-PSSailpoint.V3AttributeDTOList -Attributes [{key=iscPrivacy, name=Privacy, multiselect=false, status=active, type=governance, objectTypes=[all], description=Specifies the level of privacy associated with an access item., values=[{value=public, name=Public, status=active}]}]
|
||||
$AttributeDTOList = Initialize-AttributeDTOList -Attributes [{key=iscPrivacy, name=Privacy, multiselect=false, status=active, type=governance, objectTypes=[all], description=Specifies the level of privacy associated with an access item., values=[{value=public, name=Public, status=active}]}]
|
||||
```
|
||||
|
||||
- Convert the resource to JSON
|
||||
|
||||
@@ -28,7 +28,7 @@ Name | Type | Description | Notes
|
||||
|
||||
- Prepare the resource
|
||||
```powershell
|
||||
$AttributeDefinition = Initialize-PSSailpoint.V3AttributeDefinition -Name sAMAccountName `
|
||||
$AttributeDefinition = Initialize-AttributeDefinition -Name sAMAccountName `
|
||||
-Type null `
|
||||
-Schema null `
|
||||
-Description SAM Account Name `
|
||||
|
||||
@@ -24,7 +24,7 @@ Name | Type | Description | Notes
|
||||
|
||||
- Prepare the resource
|
||||
```powershell
|
||||
$AttributeDefinitionSchema = Initialize-PSSailpoint.V3AttributeDefinitionSchema -Type CONNECTOR_SCHEMA `
|
||||
$AttributeDefinitionSchema = Initialize-AttributeDefinitionSchema -Type CONNECTOR_SCHEMA `
|
||||
-Id 2c91808568c529c60168cca6f90c1313 `
|
||||
-Name group
|
||||
```
|
||||
|
||||
@@ -24,7 +24,7 @@ Name | Type | Description | Notes
|
||||
|
||||
- Prepare the resource
|
||||
```powershell
|
||||
$AttributeRequest = Initialize-PSSailpoint.V3AttributeRequest -Name groups `
|
||||
$AttributeRequest = Initialize-AttributeRequest -Name groups `
|
||||
-Op Add `
|
||||
-Value null
|
||||
```
|
||||
|
||||
@@ -21,7 +21,7 @@ Name | Type | Description | Notes
|
||||
|
||||
- Prepare the resource
|
||||
```powershell
|
||||
$AttributeRequestValue = Initialize-PSSailpoint.V3AttributeRequestValue
|
||||
$AttributeRequestValue = Initialize-AttributeRequestValue
|
||||
```
|
||||
|
||||
- Convert the resource to JSON
|
||||
|
||||
@@ -24,7 +24,7 @@ Name | Type | Description | Notes
|
||||
|
||||
- Prepare the resource
|
||||
```powershell
|
||||
$AttributeValueDTO = Initialize-PSSailpoint.V3AttributeValueDTO -Value public `
|
||||
$AttributeValueDTO = Initialize-AttributeValueDTO -Value public `
|
||||
-Name Public `
|
||||
-Status active
|
||||
```
|
||||
|
||||
@@ -39,7 +39,7 @@ Name | Type | Description | Notes
|
||||
|
||||
- Prepare the resource
|
||||
```powershell
|
||||
$AuthUser = Initialize-PSSailpoint.V3AuthUser -Tenant test-tenant `
|
||||
$AuthUser = Initialize-AuthUser -Tenant test-tenant `
|
||||
-Id 2c91808458ae7a4f0158b1bbf8af0628 `
|
||||
-Uid will.smith `
|
||||
-VarProfile 2c91808458ae7a4f0158b1bbf8af0756 `
|
||||
|
||||
@@ -23,7 +23,7 @@ Name | Type | Description | Notes
|
||||
|
||||
- Prepare the resource
|
||||
```powershell
|
||||
$BackupOptions = Initialize-PSSailpoint.V3BackupOptions -IncludeTypes null `
|
||||
$BackupOptions = Initialize-BackupOptions -IncludeTypes null `
|
||||
-ObjectOptions {TRIGGER_SUBSCRIPTION={includedNames=[Trigger Subscription name]}}
|
||||
```
|
||||
|
||||
|
||||
@@ -38,7 +38,7 @@ Name | Type | Description | Notes
|
||||
|
||||
- Prepare the resource
|
||||
```powershell
|
||||
$BackupResponse = Initialize-PSSailpoint.V3BackupResponse -JobId 3469b87d-48ca-439a-868f-2160001da8c1 `
|
||||
$BackupResponse = Initialize-BackupResponse -JobId 3469b87d-48ca-439a-868f-2160001da8c1 `
|
||||
-Status COMPLETE `
|
||||
-Type BACKUP `
|
||||
-Tenant tenant-name `
|
||||
|
||||
@@ -23,7 +23,7 @@ Name | Type | Description | Notes
|
||||
|
||||
- Prepare the resource
|
||||
```powershell
|
||||
$Base64Decode = Initialize-PSSailpoint.V3Base64Decode -RequiresPeriodicRefresh false `
|
||||
$Base64Decode = Initialize-Base64Decode -RequiresPeriodicRefresh false `
|
||||
-VarInput {type=accountAttribute, attributes={attributeName=first_name, sourceName=Source}}
|
||||
```
|
||||
|
||||
|
||||
@@ -23,7 +23,7 @@ Name | Type | Description | Notes
|
||||
|
||||
- Prepare the resource
|
||||
```powershell
|
||||
$Base64Encode = Initialize-PSSailpoint.V3Base64Encode -RequiresPeriodicRefresh false `
|
||||
$Base64Encode = Initialize-Base64Encode -RequiresPeriodicRefresh false `
|
||||
-VarInput {type=accountAttribute, attributes={attributeName=first_name, sourceName=Source}}
|
||||
```
|
||||
|
||||
|
||||
@@ -29,7 +29,7 @@ Name | Type | Description | Notes
|
||||
|
||||
- Prepare the resource
|
||||
```powershell
|
||||
$BaseAccess = Initialize-PSSailpoint.V3BaseAccess -Description Admin access `
|
||||
$BaseAccess = Initialize-BaseAccess -Description Admin access `
|
||||
-Created 2018-06-25T20:22:28.104Z `
|
||||
-Modified 2018-06-25T20:22:28.104Z `
|
||||
-Synced 2018-06-25T20:22:33.104Z `
|
||||
|
||||
@@ -25,7 +25,7 @@ Name | Type | Description | Notes
|
||||
|
||||
- Prepare the resource
|
||||
```powershell
|
||||
$BaseAccessOwner = Initialize-PSSailpoint.V3BaseAccessOwner -Type IDENTITY `
|
||||
$BaseAccessOwner = Initialize-BaseAccessOwner -Type IDENTITY `
|
||||
-Id 2c9180a46faadee4016fb4e018c20639 `
|
||||
-Name Support `
|
||||
-Email cloud-support@sailpoint.com
|
||||
|
||||
@@ -23,7 +23,7 @@ Name | Type | Description | Notes
|
||||
|
||||
- Prepare the resource
|
||||
```powershell
|
||||
$BaseAccessProfile = Initialize-PSSailpoint.V3BaseAccessProfile -Id 2c91809c6faade77016fb4f0b63407ae `
|
||||
$BaseAccessProfile = Initialize-BaseAccessProfile -Id 2c91809c6faade77016fb4f0b63407ae `
|
||||
-Name Admin Access
|
||||
```
|
||||
|
||||
|
||||
@@ -34,7 +34,7 @@ Name | Type | Description | Notes
|
||||
|
||||
- Prepare the resource
|
||||
```powershell
|
||||
$BaseAccount = Initialize-PSSailpoint.V3BaseAccount -Id 2c91808568c529c60168cca6f90c1313 `
|
||||
$BaseAccount = Initialize-BaseAccount -Id 2c91808568c529c60168cca6f90c1313 `
|
||||
-Name John Doe `
|
||||
-AccountId John.Doe `
|
||||
-Source null `
|
||||
|
||||
@@ -25,7 +25,7 @@ Name | Type | Description | Notes
|
||||
|
||||
- Prepare the resource
|
||||
```powershell
|
||||
$BaseCommonDto = Initialize-PSSailpoint.V3BaseCommonDto -Id id12345 `
|
||||
$BaseCommonDto = Initialize-BaseCommonDto -Id id12345 `
|
||||
-Name aName `
|
||||
-Created 2015-05-28T14:07:17Z `
|
||||
-Modified 2015-05-28T14:07:17Z
|
||||
|
||||
@@ -23,7 +23,7 @@ Name | Type | Description | Notes
|
||||
|
||||
- Prepare the resource
|
||||
```powershell
|
||||
$BaseDocument = Initialize-PSSailpoint.V3BaseDocument -Id 2c91808375d8e80a0175e1f88a575222 `
|
||||
$BaseDocument = Initialize-BaseDocument -Id 2c91808375d8e80a0175e1f88a575222 `
|
||||
-Name john.doe
|
||||
```
|
||||
|
||||
|
||||
@@ -29,7 +29,7 @@ Name | Type | Description | Notes
|
||||
|
||||
- Prepare the resource
|
||||
```powershell
|
||||
$BaseEntitlement = Initialize-PSSailpoint.V3BaseEntitlement -HasPermissions false `
|
||||
$BaseEntitlement = Initialize-BaseEntitlement -HasPermissions false `
|
||||
-Description Cloud engineering `
|
||||
-Attribute memberOf `
|
||||
-Value CN=Cloud Engineering,DC=sailpoint,DC=COM `
|
||||
|
||||
@@ -24,7 +24,7 @@ Name | Type | Description | Notes
|
||||
|
||||
- Prepare the resource
|
||||
```powershell
|
||||
$BaseReferenceDto = Initialize-PSSailpoint.V3BaseReferenceDto -Type null `
|
||||
$BaseReferenceDto = Initialize-BaseReferenceDto -Type null `
|
||||
-Id 2c91808568c529c60168cca6f90c1313 `
|
||||
-Name William Wilson
|
||||
```
|
||||
|
||||
@@ -23,7 +23,7 @@ Name | Type | Description | Notes
|
||||
|
||||
- Prepare the resource
|
||||
```powershell
|
||||
$BaseSegment = Initialize-PSSailpoint.V3BaseSegment -Id b009b6e3-b56d-41d9-8735-cb532ea0b017 `
|
||||
$BaseSegment = Initialize-BaseSegment -Id b009b6e3-b56d-41d9-8735-cb532ea0b017 `
|
||||
-Name Test Segment
|
||||
```
|
||||
|
||||
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user