Update to powershell SDK docs: 13590494573

This commit is contained in:
developer-relations-sp
2025-02-28 14:46:13 +00:00
parent 605196fdc5
commit 72c854f333
724 changed files with 6148 additions and 7108 deletions

View File

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

View File

@@ -39,7 +39,7 @@ $AccessProfileEntitlement = Initialize-PSSailpoint.V2024AccessProfileEntitlement
-Type ENTITLEMENT `
-Privileged false `
-Attribute memberOf `
-Value CN=Buyer,OU=Groups,OU=Demo,DC=seri,DC=sailpointdemo,DC=com `
-Value CN=Buyer,OU=Groups,OU=Demo,DC=seri,DC=sailpointdemo,DC=com `
-Standalone false
```

View File

@@ -29,9 +29,9 @@ $AccessProfileUpdateItem = Initialize-PSSailpoint.V2024AccessProfileUpdateItem
-Requestable false `
-Status 201 `
-Description
> Access profile is updated successfully.
> Access profile is updated successfully.
> Referenced Access profile with Id "2c7180a46faadee4016fb4e018c20642" was not found.
> Referenced Access profile with Id "2c7180a46faadee4016fb4e018c20642" was not found.
```

View File

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

View File

@@ -68,7 +68,7 @@ $AccessRequestAdminItemStatus = Initialize-PSSailpoint.V2024AccessRequestAdminIt
-Cancelable true `
-ReauthorizationRequired true `
-AccessRequestId 2b838de9-db9b-abcf-e646-d4f274ad4238 `
-ClientMetadata {key1=value1, key2=value2}
-ClientMetadata {key1=value1, key2=value2}
```
- Convert the resource to JSON

View File

@@ -29,7 +29,7 @@ Name | Type | Description | Notes
$AccessRequestItem = Initialize-PSSailpoint.V2024AccessRequestItem -Type ACCESS_PROFILE `
-Id 2c9180835d2e5168015d32f890ca1581 `
-Comment Requesting access profile for John Doe `
-ClientMetadata {requestedAppName=test-app, requestedAppId=2c91808f7892918f0178b78da4a305a1} `
-ClientMetadata {requestedAppName=test-app, requestedAppId=2c91808f7892918f0178b78da4a305a1} `
-RemoveDate 2020-07-11T21:23:15Z
```

View File

@@ -36,7 +36,7 @@ $AccessRequestItemResponse = Initialize-PSSailpoint.V2024AccessRequestItemRespon
-Description The role descrition `
-SourceId 8a80828f643d484f01643e14202e206f `
-SourceName Source1 `
-ApprovalInfos [{name=John Snow, id=8a80828f643d484f01643e14202e2000, status=Approved}]
-ApprovalInfos [{name=John Snow, id=8a80828f643d484f01643e14202e2000, status=Approved}]
```
- Convert the resource to JSON

View File

@@ -35,7 +35,7 @@ $AccessRequestPostApprovalRequestedItemsStatusInner = Initialize-PSSailpoint.V20
-Type ACCESS_PROFILE `
-Operation Add `
-Comment William needs this access to do his job. `
-ClientMetadata {applicationName=My application} `
-ClientMetadata {applicationName=My application} `
-ApprovalInfo null
```

View File

@@ -1,45 +0,0 @@
---
id: v2024-access-request-recommendation-config-dto
title: AccessRequestRecommendationConfigDto
pagination_label: AccessRequestRecommendationConfigDto
sidebar_label: AccessRequestRecommendationConfigDto
sidebar_class_name: powershellsdk
keywords: ['powershell', 'PowerShell', 'sdk', 'AccessRequestRecommendationConfigDto', 'V2024AccessRequestRecommendationConfigDto']
slug: /tools/sdk/powershell/v2024/models/access-request-recommendation-config-dto
tags: ['SDK', 'Software Development Kit', 'AccessRequestRecommendationConfigDto', 'V2024AccessRequestRecommendationConfigDto']
---
# AccessRequestRecommendationConfigDto
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**ScoreThreshold** | **Double** | The value that internal calculations need to exceed for recommendations to be made. | [required]
**StartDateAttribute** | **String** | Use to map an attribute name for determining identities' start date. | [optional]
**RestrictionAttribute** | **String** | Use to only give recommendations based on this attribute. | [optional]
**MoverAttribute** | **String** | Use to map an attribute name for determining whether identities are movers. | [optional]
**JoinerAttribute** | **String** | Use to map an attribute name for determining whether identities are joiners. | [optional]
**UseRestrictionAttribute** | **Boolean** | Use only the attribute named in restrictionAttribute to make recommendations. | [optional] [default to $false]
## Examples
- Prepare the resource
```powershell
$AccessRequestRecommendationConfigDto = Initialize-PSSailpoint.V2024AccessRequestRecommendationConfigDto -ScoreThreshold 0.5 `
-StartDateAttribute startDate `
-RestrictionAttribute location `
-MoverAttribute isMover `
-JoinerAttribute isJoiner `
-UseRestrictionAttribute true
```
- Convert the resource to JSON
```powershell
$AccessRequestRecommendationConfigDto | ConvertTo-JSON
```
[[Back to top]](#)

View File

@@ -34,7 +34,7 @@ $AccessRequestRecommendationItemDetail = Initialize-PSSailpoint.V2024AccessReque
-Requested true `
-Viewed true `
-Messages null `
-TranslationMessages [{key=recommender-api.V2_WEIGHT_FEATURE_PRODUCT_INTERPRETATION_HIGH, values=[75, department]}]
-TranslationMessages [{key=recommender-api.V2_WEIGHT_FEATURE_PRODUCT_INTERPRETATION_HIGH, values=[75, department]}]
```
- Convert the resource to JSON

View File

@@ -23,8 +23,8 @@ Name | Type | Description | Notes
- Prepare the resource
```powershell
$AccessRequestResponse = Initialize-PSSailpoint.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]}]
$AccessRequestResponse = Initialize-PSSailpoint.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]}]
```
- Convert the resource to JSON

View File

@@ -26,7 +26,7 @@ Name | Type | Description | Notes
```powershell
$AccessRequestResponse1 = Initialize-PSSailpoint.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}]}]
-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}]}]
```
- Convert the resource to JSON

View File

@@ -27,8 +27,8 @@ Name | Type | Description | Notes
```powershell
$AccessRequestTracking = Initialize-PSSailpoint.V2024AccessRequestTracking -RequestedFor 2c918084660f45d6016617daa9210584 `
-RequestedItemsDetails {
"type": "ENTITLEMENT",
"id": "779c6fd7171540bba1184e5946112c28"
"type": "ENTITLEMENT",
"id": "779c6fd7171540bba1184e5946112c28"
} `
-AttributesHash -1928438224 `
-AccessRequestIds [5d3118c518a44ec7805450d53479ccdb]

View File

@@ -61,7 +61,7 @@ $Account = Initialize-PSSailpoint.V2024Account -Id id12345 `
-ConnectionType direct `
-IsMachine true `
-Recommendation null `
-Attributes {firstName=SailPoint, lastName=Support, displayName=SailPoint Support} `
-Attributes {firstName=SailPoint, lastName=Support, displayName=SailPoint Support} `
-Authoritative false `
-Description null `
-Disabled false `

View File

@@ -48,7 +48,7 @@ $AccountActivity = Initialize-PSSailpoint.V2024AccountActivity -Id 2c9180835d2e
-Warnings [Some warning, another warning] `
-Items null `
-ExecutionStatus null `
-ClientMetadata {customKey1=custom value 1, customKey2=custom value 2}
-ClientMetadata {customKey1=custom value 1, customKey2=custom value 2}
```
- Convert the resource to JSON

View File

@@ -51,7 +51,7 @@ $AccountActivityItem = Initialize-PSSailpoint.V2024AccountActivityItem -Id 48c5
-NativeIdentity Sandie.Camero `
-SourceId 2c91808363ef85290164000587130c0c `
-AccountRequestInfo null `
-ClientMetadata {customKey1=custom value 1, customKey2=custom value 2} `
-ClientMetadata {customKey1=custom value 1, customKey2=custom value 2} `
-RemoveDate 2020-07-11T00:00Z
```

View File

@@ -35,10 +35,10 @@ $AccountAttribute = Initialize-PSSailpoint.V2024AccountAttribute -SourceName Wo
-AccountSortAttribute created `
-AccountSortDescending false `
-AccountReturnFirstLink false `
-AccountFilter !(nativeIdentity.startsWith("*DELETED*")) `
-AccountPropertyFilter (groups.containsAll({'Admin'}) || location == 'Austin') `
-AccountFilter !(nativeIdentity.startsWith("*DELETED*")) `
-AccountPropertyFilter (groups.containsAll({'Admin'}) || location == 'Austin') `
-RequiresPeriodicRefresh false `
-VarInput {type=accountAttribute, attributes={attributeName=first_name, sourceName=Source}}
-VarInput {type=accountAttribute, attributes={attributeName=first_name, sourceName=Source}}
```
- Convert the resource to JSON

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-PSSailpoint.V2024AccountAttributes -Attributes {city=Austin, displayName=John Doe, userName=jdoe, sAMAccountName=jDoe, mail=john.doe@sailpoint.com}
```
- Convert the resource to JSON

View File

@@ -29,7 +29,7 @@ Name | Type | Description | Notes
$AccountAttributesChangedAccount = Initialize-PSSailpoint.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 `
-NativeIdentity cn=john.doe,ou=users,dc=acme,dc=com `
-Type ACCOUNT
```

View File

@@ -29,7 +29,7 @@ Name | Type | Description | Notes
$AccountCorrelated = Initialize-PSSailpoint.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]} `
-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]} `
-EntitlementCount 0
```

View File

@@ -29,7 +29,7 @@ Name | Type | Description | Notes
$AccountCorrelatedAccount = Initialize-PSSailpoint.V2024AccountCorrelatedAccount -Type ACCOUNT `
-Id 98da47c31df444558c211f9b205184f6 `
-Name Brian Mendoza `
-NativeIdentity cn=john.doe,ou=users,dc=acme,dc=com `
-NativeIdentity cn=john.doe,ou=users,dc=acme,dc=com `
-Uuid 1cb1f07d-3e5a-4431-becd-234fa4306108
```

View File

@@ -24,7 +24,7 @@ Name | Type | Description | Notes
- Prepare the resource
```powershell
$AccountInfoDto = Initialize-PSSailpoint.V2024AccountInfoDto -NativeIdentity CN=Abby Smith,OU=Austin,OU=Americas,OU=Demo,DC=seri,DC=acme,DC=com `
$AccountInfoDto = Initialize-PSSailpoint.V2024AccountInfoDto -NativeIdentity CN=Abby Smith,OU=Austin,OU=Americas,OU=Demo,DC=seri,DC=acme,DC=com `
-DisplayName Abby.Smith `
-Uuid {ad9fc391-246d-40af-b248-b6556a2b7c01}
```

View File

@@ -29,7 +29,7 @@ Name | Type | Description | Notes
$AccountUncorrelatedAccount = Initialize-PSSailpoint.V2024AccountUncorrelatedAccount -Type ACCOUNT `
-Id 4dd497e3723e439991cb6d0e478375dd `
-Name Sadie Jensen `
-NativeIdentity cn=john.doe,ou=users,dc=acme,dc=com `
-NativeIdentity cn=john.doe,ou=users,dc=acme,dc=com `
-Uuid 1cb1f07d-3e5a-4431-becd-234fa4306108
```

View File

@@ -23,7 +23,7 @@ Name | Type | Description | Notes
- Prepare the resource
```powershell
$AccountUsage = Initialize-PSSailpoint.V2024AccountUsage -Date Fri Apr 21 00:00:00 UTC 2023 `
$AccountUsage = Initialize-PSSailpoint.V2024AccountUsage -Date Thu Apr 20 20:00:00 EDT 2023 `
-Count 10
```

View File

@@ -23,7 +23,7 @@ Name | Type | Description | Notes
- Prepare the resource
```powershell
$AggregationResult = Initialize-PSSailpoint.V2024AggregationResult -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-PSSailpoint.V2024AggregationResult -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
```

View File

@@ -27,7 +27,7 @@ Name | Type | Description | Notes
- Prepare the resource
```powershell
$AppAccountDetailsSourceAccount = Initialize-PSSailpoint.V2024AppAccountDetailsSourceAccount -Id fbf4f72280304f1a8bc808fc2a3bcf7b `
-NativeIdentity CN=Abby Smith,OU=Austin,OU=Americas,OU=Demo,DC=seri,DC=acme,DC=com `
-NativeIdentity CN=Abby Smith,OU=Austin,OU=Americas,OU=Demo,DC=seri,DC=acme,DC=com `
-DisplayName Abby Smith `
-SourceId 10efa58ea3954883b52bf74f489ce8f9 `
-SourceDisplayName ODS-AD-SOURCE

View File

@@ -24,7 +24,7 @@ Name | Type | Description | Notes
- Prepare the resource
```powershell
$AppAllOfAccount = Initialize-PSSailpoint.V2024AppAllOfAccount -Id 2c9180837dfe6949017e21f3d8cd6d49 `
-AccountId CN=Carol Adams,OU=Austin,OU=Americas,OU=Demo,DC=seri,DC=sailpointdemo,DC=com
-AccountId CN=Carol Adams,OU=Austin,OU=Americas,OU=Demo,DC=seri,DC=sailpointdemo,DC=com
```
- Convert the resource to JSON

View File

@@ -43,17 +43,17 @@ $Approval = Initialize-PSSailpoint.V2024Approval -ApprovalId 38453251-6be2-5f8f
-CreatedDate 2023-04-12T23:20:50.52Z `
-Type ENTITLEMENT_DESCRIPTIONS `
-Name null `
-BatchRequest {batchId=38453251-6be2-5f8f-df93-5ce19e295837, batchSize=100} `
-BatchRequest {batchId=38453251-6be2-5f8f-df93-5ce19e295837, batchSize=100} `
-Description null `
-Priority HIGH `
-Requester {id=85d173e7d57e496569df763231d6deb6a, type=IDENTITY, name=John Doe} `
-Requester {id=85d173e7d57e496569df763231d6deb6a, type=IDENTITY, name=John Doe} `
-Comments null `
-ApprovedBy null `
-RejectedBy null `
-CompletedDate 2023-04-12T23:20:50.52Z `
-ApprovalCriteria SINGLE `
-Status PENDING `
-AdditionalAttributes { "llm_description": "generated description" } `
-AdditionalAttributes { "llm_description": "generated description" } `
-ReferenceData null
```

View File

@@ -24,7 +24,7 @@ Name | Type | Description | Notes
- Prepare the resource
```powershell
$AttrSyncSourceConfig = Initialize-PSSailpoint.V2024AttrSyncSourceConfig -Source null `
-Attributes [{name=email, displayName=Email, enabled=true, target=mail}, {name=firstname, displayName=First Name, enabled=false, target=givenName}]
-Attributes [{name=email, displayName=Email, enabled=true, target=mail}, {name=firstname, displayName=First Name, enabled=false, target=givenName}]
```
- Convert the resource to JSON

View File

@@ -22,7 +22,7 @@ Name | Type | Description | Notes
- Prepare the resource
```powershell
$AttributeDTOList = Initialize-PSSailpoint.V2024AttributeDTOList -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-PSSailpoint.V2024AttributeDTOList -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

View File

@@ -24,7 +24,7 @@ Name | Type | Description | Notes
- Prepare the resource
```powershell
$BackupOptions = Initialize-PSSailpoint.V2024BackupOptions -IncludeTypes null `
-ObjectOptions {TRIGGER_SUBSCRIPTION={includedNames=[Trigger Subscription name]}}
-ObjectOptions {TRIGGER_SUBSCRIPTION={includedNames=[Trigger Subscription name]}}
```
- Convert the resource to JSON

View File

@@ -24,7 +24,7 @@ Name | Type | Description | Notes
- Prepare the resource
```powershell
$Base64Decode = Initialize-PSSailpoint.V2024Base64Decode -RequiresPeriodicRefresh false `
-VarInput {type=accountAttribute, attributes={attributeName=first_name, sourceName=Source}}
-VarInput {type=accountAttribute, attributes={attributeName=first_name, sourceName=Source}}
```
- Convert the resource to JSON

View File

@@ -24,7 +24,7 @@ Name | Type | Description | Notes
- Prepare the resource
```powershell
$Base64Encode = Initialize-PSSailpoint.V2024Base64Encode -RequiresPeriodicRefresh false `
-VarInput {type=accountAttribute, attributes={attributeName=first_name, sourceName=Source}}
-VarInput {type=accountAttribute, attributes={attributeName=first_name, sourceName=Source}}
```
- Convert the resource to JSON

View File

@@ -43,10 +43,10 @@ $BaseAccount = Initialize-PSSailpoint.V2024BaseAccount -Id 2c91808568c529c60168
-Privileged false `
-ManuallyCorrelated false `
-PasswordLastSet 2018-06-25T20:22:28.104Z `
-EntitlementAttributes {moderator=true, admin=true, trust_level=4} `
-EntitlementAttributes {moderator=true, admin=true, trust_level=4} `
-Created 2018-06-25T20:22:28.104Z `
-SupportsPasswordChange false `
-AccountAttributes {type=global, admin=true, trust_level=4}
-AccountAttributes {type=global, admin=true, trust_level=4}
```
- Convert the resource to JSON

View File

@@ -32,11 +32,11 @@ Name | Type | Description | Notes
$BaseEntitlement = Initialize-PSSailpoint.V2024BaseEntitlement -HasPermissions false `
-Description Cloud engineering `
-Attribute memberOf `
-Value CN=Cloud Engineering,DC=sailpoint,DC=COM `
-Value CN=Cloud Engineering,DC=sailpoint,DC=COM `
-Schema group `
-Privileged false `
-Id 2c918084575812550157589064f33b89 `
-Name CN=Cloud Engineering,DC=sailpoint,DC=COM
-Name CN=Cloud Engineering,DC=sailpoint,DC=COM
```
- Convert the resource to JSON

View File

@@ -26,7 +26,7 @@ Name | Type | Description | Notes
```powershell
$BulkIdentitiesAccountsResponse = Initialize-PSSailpoint.V2024BulkIdentitiesAccountsResponse -Id 2c9180858082150f0180893dbaf553fe `
-StatusCode 404 `
-Message Referenced identity "2c9180858082150f0180893dbaf553fe" was not found.
-Message Referenced identity "2c9180858082150f0180893dbaf553fe" was not found.
```
- Convert the resource to JSON

View File

@@ -30,10 +30,10 @@ Name | Type | Description | Notes
```powershell
$CampaignFilterDetails = Initialize-PSSailpoint.V2024CampaignFilterDetails -Id 5ec18cef39020d6fd7a60ad3970aba61 `
-Name Identity Attribute Campaign Filter `
-Description Campaign filter to certify data based on an identity attribute's specified property. `
-Description Campaign filter to certify data based on an identity attribute's specified property. `
-Owner SailPoint Support `
-Mode INCLUSION `
-CriteriaList [{type=IDENTITY_ATTRIBUTE, property=displayName, value=support, operation=CONTAINS, negateResult=false, shortCircuit=false, recordChildMatches=false, id=null, suppressMatchedItems=false, children=null}] `
-CriteriaList [{type=IDENTITY_ATTRIBUTE, property=displayName, value=support, operation=CONTAINS, negateResult=false, shortCircuit=false, recordChildMatches=false, id=null, suppressMatchedItems=false, children=null}] `
-IsSystemFilter false
```

View File

@@ -35,7 +35,7 @@ $CertificationTask = Initialize-PSSailpoint.V2024CertificationTask -Id 2c918086
-TargetId 2c918086719eec070171a7e3355a834c `
-Status QUEUED `
-Errors null `
-ReassignmentTrailDTOs {previousOwner=ef38f94347e94562b5bb8424a56397d8, newOwner=ef38f94347e94562b5bb8424a56397a3, reassignmentType=AUTOMATIC_REASSIGNMENT} `
-ReassignmentTrailDTOs {previousOwner=ef38f94347e94562b5bb8424a56397d8, newOwner=ef38f94347e94562b5bb8424a56397a3, reassignmentType=AUTOMATIC_REASSIGNMENT} `
-Created 2020-09-24T18:10:47.693Z
```

View File

@@ -26,7 +26,7 @@ Name | Type | Description | Notes
```powershell
$CompleteInvocation = Initialize-PSSailpoint.V2024CompleteInvocation -Secret 0f11f2a4-7c94-4bf3-a2bd-742580fe3bde `
-VarError Access request is denied. `
-Output {approved=false}
-Output {approved=false}
```
- Convert the resource to JSON

View File

@@ -24,7 +24,7 @@ Name | Type | Description | Notes
- Prepare the resource
```powershell
$CompleteInvocationInput = Initialize-PSSailpoint.V2024CompleteInvocationInput -LocalizedError null `
-Output {approved=false}
-Output {approved=false}
```
- Convert the resource to JSON

View File

@@ -66,7 +66,7 @@ $CompletedApproval = Initialize-PSSailpoint.V2024CompletedApproval -Id id12345
-CurrentRemoveDate 2020-07-11T00:00Z `
-SodViolationContext null `
-PreApprovalTriggerResult null `
-ClientMetadata {requestedAppName=test-app, requestedAppId=2c91808f7892918f0178b78da4a305a1}
-ClientMetadata {requestedAppName=test-app, requestedAppId=2c91808f7892918f0178b78da4a305a1}
```
- Convert the resource to JSON

View File

@@ -26,7 +26,7 @@ Name | Type | Description | Notes
```powershell
$Concatenation = Initialize-PSSailpoint.V2024Concatenation -Values [John, , Smith] `
-RequiresPeriodicRefresh false `
-VarInput {type=accountAttribute, attributes={attributeName=first_name, sourceName=Source}}
-VarInput {type=accountAttribute, attributes={attributeName=first_name, sourceName=Source}}
```
- Convert the resource to JSON

View File

@@ -30,7 +30,7 @@ $Conditional = Initialize-PSSailpoint.V2024Conditional -Expression ValueA eq Va
-PositiveCondition true `
-NegativeCondition false `
-RequiresPeriodicRefresh false `
-VarInput {type=accountAttribute, attributes={attributeName=first_name, sourceName=Source}}
-VarInput {type=accountAttribute, attributes={attributeName=first_name, sourceName=Source}}
```
- Convert the resource to JSON

View File

@@ -41,68 +41,68 @@ $ConnectorDetail = Initialize-PSSailpoint.V2024ConnectorDetail -Name name `
-Type ServiceNow `
-ClassName class name `
-ScriptName servicenow `
-ApplicationXml <?xml version='1.0' encoding='UTF-8'?>
<!DOCTYPE Application PUBLIC "sailpoint.dtd" "sailpoint.dtd">
<Application connector="sailpoint.connector.OpenConnectorAdapter" name="custom Atlassian Suite - Cloud" type="custom Atlassian Suite - Cloud"/>
-ApplicationXml <?xml version='1.0' encoding='UTF-8'?>
<!DOCTYPE Application PUBLIC "sailpoint.dtd" "sailpoint.dtd">
<Application connector="sailpoint.connector.OpenConnectorAdapter" name="custom Atlassian Suite - Cloud" type="custom Atlassian Suite - Cloud"/>
`
-CorrelationConfigXml &lt;?xml version&#x3D;&#39;1.0&#39; encoding&#x3D;&#39;UTF-8&#39;?&gt;
&lt;!-- Copyright (C) 2021 SailPoint Technologies, Inc. All rights reserved. --&gt;
-CorrelationConfigXml <?xml version='1.0' encoding='UTF-8'?>
<!-- Copyright (C) 2021 SailPoint Technologies, Inc. All rights reserved. -->
&lt;!DOCTYPE CorrelationConfig PUBLIC &quot;sailpoint.dtd&quot; &quot;sailpoint.dtd&quot;&gt;
<!DOCTYPE CorrelationConfig PUBLIC "sailpoint.dtd" "sailpoint.dtd">
&lt;CorrelationConfig name&#x3D;&quot;custom Atlassian Suite - Cloud Account Correlation Config&quot;&gt;
&lt;AttributeAssignments&gt;
&lt;Filter operation&#x3D;&quot;EQ&quot; property&#x3D;&quot;email&quot; value&#x3D;&quot;mail&quot;/&gt;
&lt;Filter operation&#x3D;&quot;EQ&quot; property&#x3D;&quot;empId&quot; value&#x3D;&quot;employeeNumber&quot;/&gt;
&lt;Filter operation&#x3D;&quot;EQ&quot; property&#x3D;&quot;displayName&quot; value&#x3D;&quot;cn&quot;/&gt;
&lt;/AttributeAssignments&gt;
&lt;/CorrelationConfig&gt;
<CorrelationConfig name="custom Atlassian Suite - Cloud Account Correlation Config">
<AttributeAssignments>
<Filter operation="EQ" property="email" value="mail"/>
<Filter operation="EQ" property="empId" value="employeeNumber"/>
<Filter operation="EQ" property="displayName" value="cn"/>
</AttributeAssignments>
</CorrelationConfig>
`
-SourceConfigXml &lt;?xml version&#x3D;&quot;1.0&quot; encoding&#x3D;&quot;UTF-8&quot; standalone&#x3D;&quot;no&quot;?&gt;&lt;!-- Copyright (C) 2023 SailPoint Technologies, Inc. All rights reserved. --&gt;&lt;Form xmlns&#x3D;&quot;http://www.sailpoint.com/xsd/sailpoint_form_2_0.xsd&quot; connectorName&#x3D;&quot;custom Atlassian Suite - Cloud&quot; directConnect&#x3D;&quot;true&quot; fileUpload&#x3D;&quot;true&quot; name&#x3D;&quot;Custom Atlassian Suite - Cloud&quot; status&#x3D;&quot;released&quot; type&#x3D;&quot;SourceConfig&quot;&gt;
&lt;BaseConfig&gt;
&lt;Field maxFiles&#x3D;&quot;10&quot; maxSize&#x3D;&quot;300&quot; name&#x3D;&quot;fileUpload&quot; supportedExtensions&#x3D;&quot;jar&quot; type&#x3D;&quot;fileupload&quot; validateJSON&#x3D;&quot;false&quot;/&gt;
&lt;/BaseConfig&gt;
-SourceConfigXml <?xml version="1.0" encoding="UTF-8" standalone="no"?><!-- Copyright (C) 2023 SailPoint Technologies, Inc. All rights reserved. --><Form xmlns="http://www.sailpoint.com/xsd/sailpoint_form_2_0.xsd" connectorName="custom Atlassian Suite - Cloud" directConnect="true" fileUpload="true" name="Custom Atlassian Suite - Cloud" status="released" type="SourceConfig">
<BaseConfig>
<Field maxFiles="10" maxSize="300" name="fileUpload" supportedExtensions="jar" type="fileupload" validateJSON="false"/>
</BaseConfig>
&lt;/Form&gt; `
-SourceConfig &lt;?xml version&#x3D;&quot;1.0&quot; encoding&#x3D;&quot;UTF-8&quot; standalone&#x3D;&quot;no&quot;?&gt;&lt;!-- Copyright (C) 2023 SailPoint Technologies, Inc. All rights reserved. --&gt;&lt;Form xmlns&#x3D;&quot;http://www.sailpoint.com/xsd/sailpoint_form_2_0.xsd&quot; connectorName&#x3D;&quot;custom Atlassian Suite - Cloud&quot; directConnect&#x3D;&quot;true&quot; fileUpload&#x3D;&quot;true&quot; name&#x3D;&quot;Custom Atlassian Suite - Cloud&quot; status&#x3D;&quot;released&quot; type&#x3D;&quot;SourceConfig&quot;&gt;
&lt;BaseConfig&gt;
&lt;Field maxFiles&#x3D;&quot;10&quot; maxSize&#x3D;&quot;300&quot; name&#x3D;&quot;fileUpload&quot; supportedExtensions&#x3D;&quot;jar&quot; type&#x3D;&quot;fileupload&quot; validateJSON&#x3D;&quot;false&quot;/&gt;
&lt;/BaseConfig&gt;
</Form> `
-SourceConfig <?xml version="1.0" encoding="UTF-8" standalone="no"?><!-- Copyright (C) 2023 SailPoint Technologies, Inc. All rights reserved. --><Form xmlns="http://www.sailpoint.com/xsd/sailpoint_form_2_0.xsd" connectorName="custom Atlassian Suite - Cloud" directConnect="true" fileUpload="true" name="Custom Atlassian Suite - Cloud" status="released" type="SourceConfig">
<BaseConfig>
<Field maxFiles="10" maxSize="300" name="fileUpload" supportedExtensions="jar" type="fileupload" validateJSON="false"/>
</BaseConfig>
&lt;/Form&gt; `
</Form> `
-SourceConfigFrom sp-connect `
-S3Location custom-connector/scriptname `
-UploadedFiles [pod/org/connectorFiles/testconnector/test1.jar] `
-FileUpload true `
-DirectConnect true `
-TranslationProperties {de&#x3D;# Copyright (C) 2024 SailPoint Technologies, Inc. All rights reserved.
# DO NOT EDIT. This file is generated by &quot;sailpointTranslate&quot; command.
menuLabel_ConnectionSettings&#x3D;Verbindungseinstellungen
menuLabel_AggregationSettings&#x3D;Aggregationseinstellungen
sectionLabel_AuthenticationSettings&#x3D;Verbindungseinstellungen
sectionLabel_AggregationSettings&#x3D;Aggregationseinstellungen
sectionInfo_AuthenticationSettings&#x3D;Konfigurieren Sie eine direkte Verbindung zwischen der Quelle Delinea Secret Server On-Premise und IdentityNow.&lt;br&gt;&lt;br&gt;Geben Sie bei &lt;strong&gt;Zeit\u00fcberschreitung bei Verbindung&lt;/strong&gt; die maximal erlaubte Zeitdauer (in Minuten) f\u00fcr die Verbindung von IdentityNow mit der Quelle ein.&lt;br&gt;&lt;br&gt;Geben Sie die &lt;strong&gt;Host-URL&lt;/strong&gt; der Delinea-SCIM-Serverquelle ein.&lt;br&gt;&lt;br&gt;Geben Sie den &lt;strong&gt;API-Token&lt;/strong&gt; der Quelle zur Authentifizierung ein.
sectionInfo_AggregationSettings&#x3D;Geben Sie die Einstellungen f\u00fcr Ihre Aggregation an.&lt;br&gt;&lt;br&gt;Geben Sie in das Feld &lt;strong&gt;Seitengr\u00f6\u00dfe&lt;/strong&gt; die Anzahl an Kontoeintr\u00e4gen ein, die auf einer einzelnen Seite aggregiert werden sollen, wenn gro\u00dfe Datens\u00e4tze durchlaufen werden.&lt;br&gt;\n&lt;br&gt;Geben Sie im &lt;strong&gt;Kontofilter&lt;/strong&gt; die Bedingungen f\u00fcr den Kontofilter an. Beispiel: userName sw &quot;S&quot;&lt;br&gt;&lt;br&gt;Geben Sie im &lt;strong&gt;Gruppenfilter&lt;/strong&gt; die Gruppenfilterbedingungen an. Beispiel: displayName sw &quot;S&quot;.
placeHolder_accAggregation&#x3D;userName sw &quot;S&quot;
placeHolder_grpAggregation&#x3D;displayName sw &quot;S&quot;
placeHolder_host&#x3D;https://{Delinea_SCIM_Server_host}/v2
docLinkLabel_AuthenticationSettings&#x3D;Mehr \u00fcber Verbindungseinstellungen
docLinkLabel_Filters&#x3D;Mehr \u00fcber Konto- und Gruppenfilter
HostURL&#x3D;Host-URL
ConnectionTimeout&#x3D;Zeit\u00fcberschreitung bei Verbindung
API_TOKEN&#x3D;API-Token
JSONPathMapping&#x3D;JSON-Path-Attribut-Mapping
FilterConditionForAccounts&#x3D;Kontofilter
FilterConditionForGroups&#x3D;Gruppenfilter
Page_Size&#x3D;Seitengr\u00f6\u00dfe
SchemaAttribute&#x3D;Schema-Attribut
JSONpath&#x3D;JSON-Pfad
ShortDesc&#x3D;Das Integrationsmodul IdentityNow f\u00fcr Delinea Secret Server On-Premise bietet die M\u00f6glichkeit einer tiefen Governance f\u00fcr Konten und Gruppen. Es unterst\u00fctzt au\u00dferdem das End-to-End-Lebenszyklus-Management.} `
-ConnectorMetadata {supportedUI&#x3D;EXTJS, platform&#x3D;ccg, shortDesc&#x3D;connector description} `
-TranslationProperties {de=# Copyright (C) 2024 SailPoint Technologies, Inc. All rights reserved.
# DO NOT EDIT. This file is generated by "sailpointTranslate" command.
menuLabel_ConnectionSettings=Verbindungseinstellungen
menuLabel_AggregationSettings=Aggregationseinstellungen
sectionLabel_AuthenticationSettings=Verbindungseinstellungen
sectionLabel_AggregationSettings=Aggregationseinstellungen
sectionInfo_AuthenticationSettings=Konfigurieren Sie eine direkte Verbindung zwischen der Quelle Delinea Secret Server On-Premise und IdentityNow.<br><br>Geben Sie bei <strong>Zeit\u00fcberschreitung bei Verbindung</strong> die maximal erlaubte Zeitdauer (in Minuten) f\u00fcr die Verbindung von IdentityNow mit der Quelle ein.<br><br>Geben Sie die <strong>Host-URL</strong> der Delinea-SCIM-Serverquelle ein.<br><br>Geben Sie den <strong>API-Token</strong> der Quelle zur Authentifizierung ein.
sectionInfo_AggregationSettings=Geben Sie die Einstellungen f\u00fcr Ihre Aggregation an.<br><br>Geben Sie in das Feld <strong>Seitengr\u00f6\u00dfe</strong> die Anzahl an Kontoeintr\u00e4gen ein, die auf einer einzelnen Seite aggregiert werden sollen, wenn gro\u00dfe Datens\u00e4tze durchlaufen werden.<br>\n<br>Geben Sie im <strong>Kontofilter</strong> die Bedingungen f\u00fcr den Kontofilter an. Beispiel: userName sw "S"<br><br>Geben Sie im <strong>Gruppenfilter</strong> die Gruppenfilterbedingungen an. Beispiel: displayName sw "S".
placeHolder_accAggregation=userName sw "S"
placeHolder_grpAggregation=displayName sw "S"
placeHolder_host=https://{Delinea_SCIM_Server_host}/v2
docLinkLabel_AuthenticationSettings=Mehr \u00fcber Verbindungseinstellungen
docLinkLabel_Filters=Mehr \u00fcber Konto- und Gruppenfilter
HostURL=Host-URL
ConnectionTimeout=Zeit\u00fcberschreitung bei Verbindung
API_TOKEN=API-Token
JSONPathMapping=JSON-Path-Attribut-Mapping
FilterConditionForAccounts=Kontofilter
FilterConditionForGroups=Gruppenfilter
Page_Size=Seitengr\u00f6\u00dfe
SchemaAttribute=Schema-Attribut
JSONpath=JSON-Pfad
ShortDesc=Das Integrationsmodul IdentityNow f\u00fcr Delinea Secret Server On-Premise bietet die M\u00f6glichkeit einer tiefen Governance f\u00fcr Konten und Gruppen. Es unterst\u00fctzt au\u00dferdem das End-to-End-Lebenszyklus-Management.} `
-ConnectorMetadata {supportedUI=EXTJS, platform=ccg, shortDesc=connector description} `
-Status RELEASED
```

View File

@@ -29,13 +29,13 @@ Name | Type | Description | Notes
- Prepare the resource
```powershell
$ConnectorDetail1 = Initialize-PSSailpoint.V2024ConnectorDetail1 -Name JDBC `
-SourceConfigXml &lt;Form connectorName&#x3D;&#39;Active Directory - Direct&#39; directConnect&#x3D;&#39;true&#39; name&#x3D;&#39;Active Directory&#39; status&#x3D;&#39;released&#39; type&#x3D;&#39;SourceConfig&#39; xmlns&#x3D;&#39;http://www.sailpoint.com/xsd/sailpoint_form_1_0.xsd&#39;&gt;
&lt;Field defaultValue&#x3D;&#39;true&#39; hidden&#x3D;&#39;true&#39; name&#x3D;&#39;cloudAuthEnabled&#39; type&#x3D;&#39;boolean&#39; value&#x3D;&#39;true&#39;&gt; &lt;/Field&gt; &lt;/Form&gt; `
-SourceConfig {Form&#x3D;{Field&#x3D;{_defaultValue&#x3D;true, _hidden&#x3D;true, _name&#x3D;cloudAuthEnabled, _type&#x3D;boolean, _value&#x3D;true}, _xmlns&#x3D;http://www.sailpoint.com/xsd/sailpoint_form_1_0.xsd, _connectorName&#x3D;Active Directory - Direct, _directConnect&#x3D;true, _name&#x3D;Active Directory, _status&#x3D;released, _type&#x3D;SourceConfig, __text&#x3D;\n\t}} `
-SourceConfigXml <Form connectorName='Active Directory - Direct' directConnect='true' name='Active Directory' status='released' type='SourceConfig' xmlns='http://www.sailpoint.com/xsd/sailpoint_form_1_0.xsd'>
<Field defaultValue='true' hidden='true' name='cloudAuthEnabled' type='boolean' value='true'> </Field> </Form> `
-SourceConfig {Form={Field={_defaultValue=true, _hidden=true, _name=cloudAuthEnabled, _type=boolean, _value=true}, _xmlns=http://www.sailpoint.com/xsd/sailpoint_form_1_0.xsd, _connectorName=Active Directory - Direct, _directConnect=true, _name=Active Directory, _status=released, _type=SourceConfig, __text=\n\t}} `
-DirectConnect true `
-FileUpload false `
-UploadedFiles [] `
-ConnectorMetadata {supportedUI&#x3D;EXTJS}
-ConnectorMetadata {supportedUI=EXTJS}
```
- Convert the resource to JSON

View File

@@ -32,8 +32,8 @@ $CorrelatedGovernanceEvent = Initialize-PSSailpoint.V2024CorrelatedGovernanceEve
-Dt 2019-03-08T22:37:33.901Z `
-Type certification `
-GovernanceId 2c91808a77ff216301782327a50f09bf `
-Owners [{id&#x3D;8a80828f643d484f01643e14202e206f, displayName&#x3D;John Snow}] `
-Reviewers [{id&#x3D;8a80828f643d484f01643e14202e206f, displayName&#x3D;John Snow}] `
-Owners [{id=8a80828f643d484f01643e14202e206f, displayName=John Snow}] `
-Reviewers [{id=8a80828f643d484f01643e14202e206f, displayName=John Snow}] `
-DecisionMaker null
```

View File

@@ -34,7 +34,7 @@ $CorrelationConfigAttributeAssignmentsInner = Initialize-PSSailpoint.V2024Correl
-Complex false `
-IgnoreCase false `
-MatchMode ANYWHERE `
-FilterString first_name &#x3D;&#x3D; &quot;John&quot;
-FilterString first_name == "John"
```
- Convert the resource to JSON

View File

@@ -22,7 +22,7 @@ Name | Type | Description | Notes
- Prepare the resource
```powershell
$CreateExternalExecuteWorkflowRequest = Initialize-PSSailpoint.V2024CreateExternalExecuteWorkflowRequest -VarInput {customAttribute1&#x3D;value1, customAttribute2&#x3D;value2}
$CreateExternalExecuteWorkflowRequest = Initialize-PSSailpoint.V2024CreateExternalExecuteWorkflowRequest -VarInput {customAttribute1=value1, customAttribute2=value2}
```
- Convert the resource to JSON

View File

@@ -32,7 +32,7 @@ Name | Type | Description | Notes
$CreateFormInstanceRequest = Initialize-PSSailpoint.V2024CreateFormInstanceRequest -CreatedBy null `
-Expire 2023-08-12T20:14:57.74486Z `
-FormDefinitionId 00000000-0000-0000-0000-000000000000 `
-FormInput {input1&#x3D;Sales} `
-FormInput {input1=Sales} `
-Recipients null `
-StandAloneForm false `
-State ASSIGNED `

View File

@@ -37,10 +37,10 @@ $CreateSavedSearchRequest = Initialize-PSSailpoint.V2024CreateSavedSearchRequest
-Created 2018-06-25T20:22:28.104Z `
-Modified 2018-06-25T20:22:28.104Z `
-Indices [identities] `
-Columns {identity&#x3D;[{field&#x3D;displayName, header&#x3D;Display Name}, {field&#x3D;e-mail, header&#x3D;Work Email}]} `
-Columns {identity=[{field=displayName, header=Display Name}, {field=e-mail, header=Work Email}]} `
-Query @accounts(disabled:true) `
-Fields [disabled] `
-OrderBy {identity&#x3D;[lastName, firstName], role&#x3D;[name]} `
-OrderBy {identity=[lastName, firstName], role=[name]} `
-Sort [displayName] `
-Filters null
```

View File

@@ -29,7 +29,7 @@ Name | Type | Description | Notes
```powershell
$CreateWorkflowRequest = Initialize-PSSailpoint.V2024CreateWorkflowRequest -Name Send Email `
-Owner null `
-Description Send an email to the identity who&#39;s attributes changed. `
-Description Send an email to the identity who's attributes changed. `
-Definition null `
-Enabled false `
-Trigger null

View File

@@ -37,8 +37,8 @@ $DataSegment = Initialize-PSSailpoint.V2024DataSegment -Id 0f11f2a4-7c94-4bf3-a
-Created 2020-01-01T00:00Z `
-Modified 2020-01-01T00:00Z `
-Description This segment represents xyz `
-Scopes [{scope&#x3D;ENTITLEMENT, visibility&#x3D;SELECTION, scopeFilter&#x3D;null, scopeSelection&#x3D;[{type&#x3D;ENTITLEMENT, id&#x3D;34d73f611449463ea4fdcf02cda0c397}]}] `
-MemberSelection [{type&#x3D;IDENTITY, id&#x3D;29cb6c061da843ea8be4b3125f248f2a}, {type&#x3D;IDENTITY, id&#x3D;f7b1b8a35fed4fd4ad2982014e137e19}] `
-Scopes [{scope=ENTITLEMENT, visibility=SELECTION, scopeFilter=null, scopeSelection=[{type=ENTITLEMENT, id=34d73f611449463ea4fdcf02cda0c397}]}] `
-MemberSelection [{type=IDENTITY, id=29cb6c061da843ea8be4b3125f248f2a}, {type=IDENTITY, id=f7b1b8a35fed4fd4ad2982014e137e19}] `
-MemberFilter null `
-Membership null `
-Enabled true `

View File

@@ -34,7 +34,7 @@ $DateCompare = Initialize-PSSailpoint.V2024DateCompare -FirstDate null `
-PositiveCondition true `
-NegativeCondition false `
-RequiresPeriodicRefresh false `
-VarInput {type&#x3D;accountAttribute, attributes&#x3D;{attributeName&#x3D;first_name, sourceName&#x3D;Source}}
-VarInput {type=accountAttribute, attributes={attributeName=first_name, sourceName=Source}}
```
- Convert the resource to JSON

View File

@@ -37,10 +37,10 @@ $DateCompareFirstDate = Initialize-PSSailpoint.V2024DateCompareFirstDate -Sourc
-AccountSortAttribute created `
-AccountSortDescending false `
-AccountReturnFirstLink false `
-AccountFilter !(nativeIdentity.startsWith(&quot;*DELETED*&quot;)) `
-AccountPropertyFilter (groups.containsAll({&#39;Admin&#39;}) || location &#x3D;&#x3D; &#39;Austin&#39;) `
-AccountFilter !(nativeIdentity.startsWith("*DELETED*")) `
-AccountPropertyFilter (groups.containsAll({'Admin'}) || location == 'Austin') `
-RequiresPeriodicRefresh false `
-VarInput {type&#x3D;accountAttribute, attributes&#x3D;{attributeName&#x3D;first_name, sourceName&#x3D;Source}} `
-VarInput {type=accountAttribute, attributes={attributeName=first_name, sourceName=Source}} `
-InputFormat null `
-OutputFormat null
```

View File

@@ -37,10 +37,10 @@ $DateCompareSecondDate = Initialize-PSSailpoint.V2024DateCompareSecondDate -Sou
-AccountSortAttribute created `
-AccountSortDescending false `
-AccountReturnFirstLink false `
-AccountFilter !(nativeIdentity.startsWith(&quot;*DELETED*&quot;)) `
-AccountPropertyFilter (groups.containsAll({&#39;Admin&#39;}) || location &#x3D;&#x3D; &#39;Austin&#39;) `
-AccountFilter !(nativeIdentity.startsWith("*DELETED*")) `
-AccountPropertyFilter (groups.containsAll({'Admin'}) || location == 'Austin') `
-RequiresPeriodicRefresh false `
-VarInput {type&#x3D;accountAttribute, attributes&#x3D;{attributeName&#x3D;first_name, sourceName&#x3D;Source}} `
-VarInput {type=accountAttribute, attributes={attributeName=first_name, sourceName=Source}} `
-InputFormat null `
-OutputFormat null
```

View File

@@ -28,7 +28,7 @@ Name | Type | Description | Notes
$DateFormat = Initialize-PSSailpoint.V2024DateFormat -InputFormat null `
-OutputFormat null `
-RequiresPeriodicRefresh false `
-VarInput {type&#x3D;accountAttribute, attributes&#x3D;{attributeName&#x3D;first_name, sourceName&#x3D;Source}}
-VarInput {type=accountAttribute, attributes={attributeName=first_name, sourceName=Source}}
```
- Convert the resource to JSON

View File

@@ -28,7 +28,7 @@ Name | Type | Description | Notes
$DateMath = Initialize-PSSailpoint.V2024DateMath -Expression now+1w `
-RoundUp false `
-RequiresPeriodicRefresh false `
-VarInput {type&#x3D;accountAttribute, attributes&#x3D;{attributeName&#x3D;first_name, sourceName&#x3D;Source}}
-VarInput {type=accountAttribute, attributes={attributeName=first_name, sourceName=Source}}
```
- Convert the resource to JSON

View File

@@ -24,7 +24,7 @@ Name | Type | Description | Notes
- Prepare the resource
```powershell
$DecomposeDiacriticalMarks = Initialize-PSSailpoint.V2024DecomposeDiacriticalMarks -RequiresPeriodicRefresh false `
-VarInput {type&#x3D;accountAttribute, attributes&#x3D;{attributeName&#x3D;first_name, sourceName&#x3D;Source}}
-VarInput {type=accountAttribute, attributes={attributeName=first_name, sourceName=Source}}
```
- Convert the resource to JSON

View File

@@ -26,7 +26,7 @@ Name | Type | Description | Notes
```powershell
$E164phone = Initialize-PSSailpoint.V2024E164phone -DefaultRegion US `
-RequiresPeriodicRefresh false `
-VarInput {type&#x3D;accountAttribute, attributes&#x3D;{attributeName&#x3D;first_name, sourceName&#x3D;Source}}
-VarInput {type=accountAttribute, attributes={attributeName=first_name, sourceName=Source}}
```
- Convert the resource to JSON

View File

@@ -38,15 +38,15 @@ Name | Type | Description | Notes
$Entitlement = Initialize-PSSailpoint.V2024Entitlement -Id 2c91808874ff91550175097daaec161c `
-Name LauncherTest2 `
-Attribute memberOf `
-Value CN&#x3D;LauncherTest2,OU&#x3D;LauncherTestOrg,OU&#x3D;slpt-automation,DC&#x3D;TestAutomationAD,DC&#x3D;local `
-Value CN=LauncherTest2,OU=LauncherTestOrg,OU=slpt-automation,DC=TestAutomationAD,DC=local `
-SourceSchemaObjectType group `
-Description CN&#x3D;LauncherTest2,OU&#x3D;LauncherTestOrg,OU&#x3D;slpt-automation,DC&#x3D;TestAutomationAD,DC&#x3D;local `
-Description CN=LauncherTest2,OU=LauncherTestOrg,OU=slpt-automation,DC=TestAutomationAD,DC=local `
-Privileged true `
-CloudGoverned true `
-Created 2020-10-08T18:33:52.029Z `
-Modified 2020-10-08T18:33:52.029Z `
-Source null `
-Attributes {fieldName&#x3D;fieldValue} `
-Attributes {fieldName=fieldValue} `
-Segments [f7b1b8a3-5fed-4fd4-ad29-82014e137e19, 29cb6c06-1da8-43ea-8be4-b3125f248f2a] `
-DirectPermissions null
```

View File

@@ -44,13 +44,13 @@ $Entitlement1 = Initialize-PSSailpoint.V2024Entitlement1 -Id 2c91808874ff915501
-Created 2020-10-08T18:33:52.029Z `
-Modified 2020-10-08T18:33:52.029Z `
-Attribute memberOf `
-Value CN&#x3D;LauncherTest2,OU&#x3D;LauncherTestOrg,OU&#x3D;slpt-automation,DC&#x3D;TestAutomationAD,DC&#x3D;local `
-Value CN=LauncherTest2,OU=LauncherTestOrg,OU=slpt-automation,DC=TestAutomationAD,DC=local `
-SourceSchemaObjectType group `
-Privileged true `
-CloudGoverned true `
-Description CN&#x3D;LauncherTest2,OU&#x3D;LauncherTestOrg,OU&#x3D;slpt-automation,DC&#x3D;TestAutomationAD,DC&#x3D;local `
-Description CN=LauncherTest2,OU=LauncherTestOrg,OU=slpt-automation,DC=TestAutomationAD,DC=local `
-Requestable true `
-Attributes {fieldName&#x3D;fieldValue} `
-Attributes {fieldName=fieldValue} `
-Source null `
-Owner null `
-DirectPermissions null `

View File

@@ -22,7 +22,7 @@ Name | Type | Description | Notes
- Prepare the resource
```powershell
$Entitlement1AccessModelMetadata = Initialize-PSSailpoint.V2024Entitlement1AccessModelMetadata -Attributes [{key&#x3D;iscPrivacy, name&#x3D;Privacy, multiselect&#x3D;false, status&#x3D;active, type&#x3D;governance, objectTypes&#x3D;[all], description&#x3D;Specifies the level of privacy associated with an access item., values&#x3D;[{value&#x3D;public, name&#x3D;Public, status&#x3D;active}]}]
$Entitlement1AccessModelMetadata = Initialize-PSSailpoint.V2024Entitlement1AccessModelMetadata -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

View File

@@ -24,7 +24,7 @@ Name | Type | Description | Notes
- Prepare the resource
```powershell
$EntitlementBulkUpdateRequest = Initialize-PSSailpoint.V2024EntitlementBulkUpdateRequest -EntitlementIds [2c91808a7624751a01762f19d665220d, 2c91808a7624751a01762f19d67c220e, 2c91808a7624751a01762f19d692220f] `
-JsonPatch [{op&#x3D;replace, path&#x3D;/privileged, value&#x3D;false}, {op&#x3D;replace, path&#x3D;/requestable, value&#x3D;false}]
-JsonPatch [{op=replace, path=/privileged, value=false}, {op=replace, path=/requestable, value=false}]
```
- Convert the resource to JSON

View File

@@ -38,9 +38,9 @@ $EntitlementDto = Initialize-PSSailpoint.V2024EntitlementDto -Id id12345 `
-Created 2015-05-28T14:07:17Z `
-Modified 2015-05-28T14:07:17Z `
-Attribute authorizationType `
-Value CN&#x3D;Users,dc&#x3D;sailpoint,dc&#x3D;com `
-Value CN=Users,dc=sailpoint,dc=com `
-Description Active Directory DC `
-Attributes {GroupType&#x3D;Security, sAMAccountName&#x3D;Buyer} `
-Attributes {GroupType=Security, sAMAccountName=Buyer} `
-SourceSchemaObjectType group `
-Privileged false `
-CloudGoverned false `

View File

@@ -26,7 +26,7 @@ Name | Type | Description | Notes
```powershell
$EntitlementRef = Initialize-PSSailpoint.V2024EntitlementRef -Type ENTITLEMENT `
-Id 2c91809773dee32014e13e122092014e `
-Name CN&#x3D;entitlement.490efde5,OU&#x3D;OrgCo,OU&#x3D;ServiceDept,DC&#x3D;HQAD,DC&#x3D;local
-Name CN=entitlement.490efde5,OU=OrgCo,OU=ServiceDept,DC=HQAD,DC=local
```
- Convert the resource to JSON

View File

@@ -26,7 +26,7 @@ Name | Type | Description | Notes
```powershell
$EntitlementRef1 = Initialize-PSSailpoint.V2024EntitlementRef1 -Type ENTITLEMENT `
-Id 2c91809773dee32014e13e122092014e `
-Name CN&#x3D;entitlement.490efde5,OU&#x3D;OrgCo,OU&#x3D;ServiceDept,DC&#x3D;HQAD,DC&#x3D;local
-Name CN=entitlement.490efde5,OU=OrgCo,OU=ServiceDept,DC=HQAD,DC=local
```
- Convert the resource to JSON

View File

@@ -39,7 +39,7 @@ $EntitlementSummary = Initialize-PSSailpoint.V2024EntitlementSummary -Id 2c9180
-Type ENTITLEMENT `
-Privileged false `
-Attribute memberOf `
-Value CN&#x3D;Buyer,OU&#x3D;Groups,OU&#x3D;Demo,DC&#x3D;seri,DC&#x3D;sailpointdemo,DC&#x3D;com `
-Value CN=Buyer,OU=Groups,OU=Demo,DC=seri,DC=sailpointdemo,DC=com `
-Standalone false
```

View File

@@ -50,7 +50,7 @@ $ModelEvent = Initialize-PSSailpoint.V2024ModelEvent -Id 2c91808375d8e80a0175e1
-TrackingNumber 63f891e0735f4cc8bf1968144a1e7440 `
-IpAddress 52.52.97.85 `
-Details 73b65dfbed1842548c207432a18c84b0 `
-Attributes {pod&#x3D;stg03-useast1, org&#x3D;acme, sourceName&#x3D;SailPoint} `
-Attributes {pod=stg03-useast1, org=acme, sourceName=SailPoint} `
-Objects null `
-Operation ADD `
-Status PASSED `

View File

@@ -26,8 +26,8 @@ Name | Type | Description | Notes
- Prepare the resource
```powershell
$EventAttributes = Initialize-PSSailpoint.V2024EventAttributes -Id idn:identity-attributes-changed `
-VarFilter $.changes[?(@.attribute &#x3D;&#x3D; &#39;manager&#39;)] `
-Description Triggered when an identity&#39;s manager attribute changes `
-VarFilter $.changes[?(@.attribute == 'manager')] `
-Description Triggered when an identity's manager attribute changes `
-AttributeToFilter LifecycleState
```

View File

@@ -50,7 +50,7 @@ $EventDocument = Initialize-PSSailpoint.V2024EventDocument -Id 2c91808375d8e80a
-TrackingNumber 63f891e0735f4cc8bf1968144a1e7440 `
-IpAddress 52.52.97.85 `
-Details 73b65dfbed1842548c207432a18c84b0 `
-Attributes {pod&#x3D;stg03-useast1, org&#x3D;acme, sourceName&#x3D;SailPoint} `
-Attributes {pod=stg03-useast1, org=acme, sourceName=SailPoint} `
-Objects null `
-Operation ADD `
-Status PASSED `

View File

@@ -22,7 +22,7 @@ Name | Type | Description | Notes
- Prepare the resource
```powershell
$ExceptionCriteria = Initialize-PSSailpoint.V2024ExceptionCriteria -CriteriaList [{type&#x3D;ENTITLEMENT, id&#x3D;2c9180866166b5b0016167c32ef31a66, existing&#x3D;true}, {type&#x3D;ENTITLEMENT, id&#x3D;2c9180866166b5b0016167c32ef31a67, existing&#x3D;false}]
$ExceptionCriteria = Initialize-PSSailpoint.V2024ExceptionCriteria -CriteriaList [{type=ENTITLEMENT, id=2c9180866166b5b0016167c32ef31a66, existing=true}, {type=ENTITLEMENT, id=2c9180866166b5b0016167c32ef31a67, existing=false}]
```
- Convert the resource to JSON

View File

@@ -27,7 +27,7 @@ Name | Type | Description | Notes
```powershell
$ExceptionCriteriaAccess = Initialize-PSSailpoint.V2024ExceptionCriteriaAccess -Type null `
-Id 2c91808568c529c60168cca6f90c1313 `
-Name CN&#x3D;HelpDesk,OU&#x3D;test,OU&#x3D;test-service,DC&#x3D;TestAD,DC&#x3D;local `
-Name CN=HelpDesk,OU=test,OU=test-service,DC=TestAD,DC=local `
-Existing true
```

View File

@@ -27,7 +27,7 @@ Name | Type | Description | Notes
```powershell
$ExceptionCriteriaCriteriaListInner = Initialize-PSSailpoint.V2024ExceptionCriteriaCriteriaListInner -Type ENTITLEMENT `
-Id 2c91808568c529c60168cca6f90c1313 `
-Name CN&#x3D;HelpDesk,OU&#x3D;test,OU&#x3D;test-service,DC&#x3D;TestAD,DC&#x3D;local `
-Name CN=HelpDesk,OU=test,OU=test-service,DC=TestAD,DC=local `
-Existing true
```

View File

@@ -26,7 +26,7 @@ Name | Type | Description | Notes
```powershell
$ExportOptions = Initialize-PSSailpoint.V2024ExportOptions -ExcludeTypes null `
-IncludeTypes null `
-ObjectOptions {TRIGGER_SUBSCRIPTION&#x3D;{includedIds&#x3D;[be9e116d-08e1-49fc-ab7f-fa585e96c9e4], includedNames&#x3D;[Test 2]}}
-ObjectOptions {TRIGGER_SUBSCRIPTION={includedIds=[be9e116d-08e1-49fc-ab7f-fa585e96c9e4], includedNames=[Test 2]}}
```
- Convert the resource to JSON

View File

@@ -28,7 +28,7 @@ Name | Type | Description | Notes
$ExportPayload = Initialize-PSSailpoint.V2024ExportPayload -Description Export Job 1 Test `
-ExcludeTypes null `
-IncludeTypes null `
-ObjectOptions {TRIGGER_SUBSCRIPTION&#x3D;{includedIds&#x3D;[be9e116d-08e1-49fc-ab7f-fa585e96c9e4], includedNames&#x3D;[Test 2]}}
-ObjectOptions {TRIGGER_SUBSCRIPTION={includedIds=[be9e116d-08e1-49fc-ab7f-fa585e96c9e4], includedNames=[Test 2]}}
```
- Convert the resource to JSON

View File

@@ -28,8 +28,8 @@ Name | Type | Description | Notes
- Prepare the resource
```powershell
$FieldDetailsDto = Initialize-PSSailpoint.V2024FieldDetailsDto -Name userName `
-Transform {type&#x3D;rule, attributes&#x3D;{name&#x3D;Create Unique LDAP Attribute}} `
-Attributes {template&#x3D;${firstname}.${lastname}${uniqueCounter}, cloudMaxUniqueChecks&#x3D;50, cloudMaxSize&#x3D;20, cloudRequired&#x3D;true} `
-Transform {type=rule, attributes={name=Create Unique LDAP Attribute}} `
-Attributes {template=${firstname}.${lastname}${uniqueCounter}, cloudMaxUniqueChecks=50, cloudMaxSize=20, cloudRequired=true} `
-IsRequired false `
-Type string `
-IsMultiValued false

View File

@@ -24,7 +24,7 @@ Name | Type | Description | Notes
- Prepare the resource
```powershell
$FirstValid = Initialize-PSSailpoint.V2024FirstValid -Values [{attributes&#x3D;{sourceName&#x3D;Active Directory, attributeName&#x3D;sAMAccountName}, type&#x3D;accountAttribute}, {attributes&#x3D;{sourceName&#x3D;Okta, attributeName&#x3D;login}, type&#x3D;accountAttribute}, {attributes&#x3D;{sourceName&#x3D;HR Source, attributeName&#x3D;employeeID}, type&#x3D;accountAttribute}] `
$FirstValid = Initialize-PSSailpoint.V2024FirstValid -Values [{attributes={sourceName=Active Directory, attributeName=sAMAccountName}, type=accountAttribute}, {attributes={sourceName=Okta, attributeName=login}, type=accountAttribute}, {attributes={sourceName=HR Source, attributeName=employeeID}, type=accountAttribute}] `
-IgnoreErrors false `
-RequiresPeriodicRefresh false
```

View File

@@ -22,7 +22,7 @@ Name | Type | Description | Notes
- Prepare the resource
```powershell
$FormDefinitionDynamicSchemaResponse = Initialize-PSSailpoint.V2024FormDefinitionDynamicSchemaResponse -OutputSchema {outputSchema&#x3D;{$schema&#x3D;https://json-schema.org/draft/2020-12/schema, additionalProperties&#x3D;false, properties&#x3D;{firstName&#x3D;{title&#x3D;First Name, type&#x3D;string}, fullName&#x3D;{title&#x3D;Full Name, type&#x3D;string}, lastName&#x3D;{title&#x3D;Last Name, type&#x3D;string}, startDate&#x3D;{format&#x3D;date-time, title&#x3D;Start Date, type&#x3D;string}}, type&#x3D;object}}
$FormDefinitionDynamicSchemaResponse = Initialize-PSSailpoint.V2024FormDefinitionDynamicSchemaResponse -OutputSchema {outputSchema={$schema=https://json-schema.org/draft/2020-12/schema, additionalProperties=false, properties={firstName={title=First Name, type=string}, fullName={title=Full Name, type=string}, lastName={title=Last Name, type=string}, startDate={format=date-time, title=Start Date, type=string}}, type=object}}
```
- Convert the resource to JSON

View File

@@ -28,7 +28,7 @@ Name | Type | Description | Notes
```powershell
$FormElement = Initialize-PSSailpoint.V2024FormElement -Id 00000000-0000-0000-0000-000000000000 `
-ElementType TEXT `
-Config {label&#x3D;Department} `
-Config {label=Department} `
-Key department `
-Validations null
```

View File

@@ -40,11 +40,11 @@ $FormInstanceResponse = Initialize-PSSailpoint.V2024FormInstanceResponse -Creat
-CreatedBy null `
-Expire 2023-08-12T20:14:57.74486Z `
-FormConditions null `
-FormData {department&#x3D;Engineering} `
-FormData {department=Engineering} `
-FormDefinitionId 49841cb8-00a5-4fbd-9888-8bbb28d48331 `
-FormElements null `
-FormErrors null `
-FormInput {input1&#x3D;Sales} `
-FormInput {input1=Sales} `
-Id 06a2d961-07fa-44d1-8d0a-2f6470e30fd2 `
-Modified 2023-07-12T20:14:57.744860Z `
-Recipients null `

View File

@@ -46,8 +46,8 @@ $GetHistoricalIdentityEvents200ResponseInner = Initialize-PSSailpoint.V2024GetHi
-CertificationId 2c91808a77ff216301782327a50f09bf `
-CertificationName Cert name `
-SignedDate 2019-03-08T22:37:33.901Z `
-Certifiers [{id&#x3D;8a80828f643d484f01643e14202e206f, displayName&#x3D;John Snow}] `
-Reviewers [{id&#x3D;8a80828f643d484f01643e14202e206f, displayName&#x3D;John Snow}] `
-Certifiers [{id=8a80828f643d484f01643e14202e206f, displayName=John Snow}] `
-Reviewers [{id=8a80828f643d484f01643e14202e206f, displayName=John Snow}] `
-Signer null `
-Account null `
-StatusChange null

View File

@@ -32,10 +32,10 @@ Name | Type | Description | Notes
```powershell
$GetRoleAssignments200ResponseInner = Initialize-PSSailpoint.V2024GetRoleAssignments200ResponseInner -Id 1cbb0705b38c4226b1334eadd8874086 `
-Role null `
-Comments I&#39;m a new Engineer and need this role to do my work `
-Comments I'm a new Engineer and need this role to do my work `
-AssignmentSource UI `
-Assigner null `
-AssignedDimensions [{id&#x3D;1acc8ffe5fcf457090de28bee2af36ee, type&#x3D;DIMENSION, name&#x3D;Northeast region}] `
-AssignedDimensions [{id=1acc8ffe5fcf457090de28bee2af36ee, type=DIMENSION, name=Northeast region}] `
-AssignmentContext null `
-AccountTargets null `
-RemoveDate Wed Feb 14 10:58:42

View File

@@ -26,7 +26,7 @@ Name | Type | Description | Notes
```powershell
$ISO3166 = Initialize-PSSailpoint.V2024ISO3166 -Format alpha2 `
-RequiresPeriodicRefresh false `
-VarInput {type&#x3D;accountAttribute, attributes&#x3D;{attributeName&#x3D;first_name, sourceName&#x3D;Source}}
-VarInput {type=accountAttribute, attributes={attributeName=first_name, sourceName=Source}}
```
- Convert the resource to JSON

View File

@@ -45,7 +45,7 @@ $Identity = Initialize-PSSailpoint.V2024Identity -Id 01f04e428c484542a241dc89c3
-ManagerRef null `
-IsManager true `
-LastRefresh 2020-11-22T15:42:31.123Z `
-Attributes {uid&#x3D;86754, firstname&#x3D;Walter, cloudStatus&#x3D;UNREGISTERED, displayName&#x3D;Walter White, identificationNumber&#x3D;86754, lastSyncDate&#x3D;1470348809380, email&#x3D;walter.white@example.com, lastname&#x3D;White} `
-Attributes {uid=86754, firstname=Walter, cloudStatus=UNREGISTERED, displayName=Walter White, identificationNumber=86754, lastSyncDate=1470348809380, email=walter.white@example.com, lastname=White} `
-LifecycleState null
```

View File

@@ -44,7 +44,7 @@ $IdentityAccess = Initialize-PSSailpoint.V2024IdentityAccess -Id 2c91808568c529
-Revocable null `
-Privileged false `
-Attribute memberOf `
-Value CN&#x3D;Buyer,OU&#x3D;Groups,OU&#x3D;Demo,DC&#x3D;seri,DC&#x3D;sailpointdemo,DC&#x3D;com `
-Value CN=Buyer,OU=Groups,OU=Demo,DC=seri,DC=sailpointdemo,DC=com `
-Standalone false `
-Disabled null
```

View File

@@ -24,7 +24,7 @@ Name | Type | Description | Notes
- Prepare the resource
```powershell
$IdentityAssociationDetailsAssociationDetailsInner = Initialize-PSSailpoint.V2024IdentityAssociationDetailsAssociationDetailsInner -AssociationType CAMPAIGN_OWNER `
-Entities {id&#x3D;b660a232f05b4e04812ca974b3011e0f, name&#x3D;Gaston.800ddf9640a, type&#x3D;CAMPAIGN_CAMPAIGNER}
-Entities {id=b660a232f05b4e04812ca974b3011e0f, name=Gaston.800ddf9640a, type=CAMPAIGN_CAMPAIGNER}
```
- Convert the resource to JSON

View File

@@ -26,7 +26,7 @@ Name | Type | Description | Notes
```powershell
$IdentityAttribute1 = Initialize-PSSailpoint.V2024IdentityAttribute1 -Name email `
-RequiresPeriodicRefresh false `
-VarInput {type&#x3D;accountAttribute, attributes&#x3D;{attributeName&#x3D;first_name, sourceName&#x3D;Source}}
-VarInput {type=accountAttribute, attributes={attributeName=first_name, sourceName=Source}}
```
- Convert the resource to JSON

View File

@@ -16,7 +16,7 @@ tags: ['SDK', 'Software Development Kit', 'IdentityAttributeConfig', 'V2024Ident
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**Enabled** | **Boolean** | Backend will only promote values if the profile/mapping is enabled. | [optional] [default to $false]
**Enabled** | **Boolean** | The backend will only promote values if the profile/mapping is enabled. | [optional] [default to $false]
**AttributeTransforms** | [**[]IdentityAttributeTransform**](identity-attribute-transform) | | [optional]
## Examples

View File

@@ -16,7 +16,7 @@ tags: ['SDK', 'Software Development Kit', 'IdentityAttributeTransform', 'V2024Id
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**IdentityAttributeName** | **String** | Identity attribute's name. | [optional]
**IdentityAttributeName** | **String** | Name of the identity attribute. | [optional]
**TransformDefinition** | [**TransformDefinition**](transform-definition) | | [optional]
## Examples

View File

@@ -32,8 +32,8 @@ Name | Type | Description | Notes
$IdentityCertified = Initialize-PSSailpoint.V2024IdentityCertified -CertificationId 2c91808a77ff216301782327a50f09bf `
-CertificationName Cert name `
-SignedDate 2019-03-08T22:37:33.901Z `
-Certifiers [{id&#x3D;8a80828f643d484f01643e14202e206f, displayName&#x3D;John Snow}] `
-Reviewers [{id&#x3D;8a80828f643d484f01643e14202e206f, displayName&#x3D;John Snow}] `
-Certifiers [{id=8a80828f643d484f01643e14202e206f, displayName=John Snow}] `
-Reviewers [{id=8a80828f643d484f01643e14202e206f, displayName=John Snow}] `
-Signer null `
-EventType IdentityCertified `
-Dt 2019-03-08T22:37:33.901Z

View File

@@ -24,7 +24,7 @@ Name | Type | Description | Notes
- Prepare the resource
```powershell
$IdentityCreated = Initialize-PSSailpoint.V2024IdentityCreated -Identity null `
-Attributes {firstname&#x3D;John}
-Attributes {firstname=John}
```
- Convert the resource to JSON

View File

@@ -24,7 +24,7 @@ Name | Type | Description | Notes
- Prepare the resource
```powershell
$IdentityDeleted = Initialize-PSSailpoint.V2024IdentityDeleted -Identity null `
-Attributes {firstname&#x3D;John}
-Attributes {firstname=John}
```
- Convert the resource to JSON

View File

@@ -77,7 +77,7 @@ $IdentityDocument = Initialize-PSSailpoint.V2024IdentityDocument -Id 2c91808568
-IsManager false `
-IdentityProfile null `
-Source null `
-Attributes {country&#x3D;US, firstname&#x3D;Carol, cloudStatus&#x3D;UNREGISTERED} `
-Attributes {country=US, firstname=Carol, cloudStatus=UNREGISTERED} `
-Disabled false `
-Locked false `
-ProcessingState ERROR `

View File

@@ -16,8 +16,8 @@ tags: ['SDK', 'Software Development Kit', 'IdentityExceptionReportReference', 'V
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**TaskResultId** | **String** | Task result ID. | [optional]
**ReportName** | **String** | Report name. | [optional]
**TaskResultId** | **String** | The id of the task result. | [optional]
**ReportName** | **String** | The name of the report. | [optional]
## Examples

View File

@@ -31,8 +31,8 @@ $IdentityHistoryResponse = Initialize-PSSailpoint.V2024IdentityHistoryResponse
-DisplayName Adam Zampa `
-Snapshot 2007-03-01T13:00:00.000Z `
-DeletedDate 2007-03-01T13:00:00.000Z `
-AccessItemCount {app&#x3D;0, role&#x3D;2, entitlement&#x3D;4, accessProfile&#x3D;3, account&#x3D;1} `
-Attributes {jobTitle&#x3D;HR Manager, location&#x3D;NYC, firstname&#x3D;Adam, lastname&#x3D;Zampa, department&#x3D;HR}
-AccessItemCount {app=0, role=2, entitlement=4, accessProfile=3, account=1} `
-Attributes {jobTitle=HR Manager, location=NYC, firstname=Adam, lastname=Zampa, department=HR}
```
- Convert the resource to JSON

View File

@@ -24,7 +24,7 @@ Name | Type | Description | Notes
- Prepare the resource
```powershell
$IdentityOwnershipAssociationDetailsAssociationDetailsInner = Initialize-PSSailpoint.V2024IdentityOwnershipAssociationDetailsAssociationDetailsInner -AssociationType ROLE_OWNER `
-Entities {id&#x3D;b660a232f05b4e04812ca974b3011e0f, name&#x3D;Gaston.800ddf9640a, type&#x3D;ROLE}
-Entities {id=b660a232f05b4e04812ca974b3011e0f, name=Gaston.800ddf9640a, type=ROLE}
```
- Convert the resource to JSON

View File

@@ -20,15 +20,15 @@ Name | Type | Description | Notes
**Name** | **String** | Name of the Object | [required]
**Created** | **System.DateTime** | Creation date of the Object | [optional] [readonly]
**Modified** | **System.DateTime** | Last modification date of the Object | [optional] [readonly]
**Description** | **String** | Identity profile's description. | [optional]
**Description** | **String** | The description of the Identity Profile. | [optional]
**Owner** | [**IdentityProfileAllOfOwner**](identity-profile-all-of-owner) | | [optional]
**Priority** | **Int64** | Identity profile's priority. | [optional]
**Priority** | **Int64** | The priority for an Identity Profile. | [optional]
**AuthoritativeSource** | [**IdentityProfileAllOfAuthoritativeSource**](identity-profile-all-of-authoritative-source) | | [required]
**IdentityRefreshRequired** | **Boolean** | Set this value to 'True' if an identity refresh is necessary. You would typically want to trigger an identity refresh when a change has been made on the source. | [optional] [default to $false]
**IdentityCount** | **Int32** | Number of identities belonging to the identity profile. | [optional]
**IdentityRefreshRequired** | **Boolean** | True if a identity refresh is needed. Typically triggered when a change on the source has been made. | [optional] [default to $false]
**IdentityCount** | **Int32** | The number of identities that belong to the Identity Profile. | [optional]
**IdentityAttributeConfig** | [**IdentityAttributeConfig**](identity-attribute-config) | | [optional]
**IdentityExceptionReportReference** | [**IdentityExceptionReportReference**](identity-exception-report-reference) | | [optional]
**HasTimeBasedAttr** | **Boolean** | Indicates the value of `requiresPeriodicRefresh` attribute for the identity profile. | [optional] [default to $false]
**HasTimeBasedAttr** | **Boolean** | Indicates the value of requiresPeriodicRefresh attribute for the Identity Profile. | [optional] [default to $false]
## Examples

View File

@@ -16,9 +16,9 @@ tags: ['SDK', 'Software Development Kit', 'IdentityProfileAllOfAuthoritativeSour
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**Type** | **Enum** [ "SOURCE" ] | Authoritative source's object type. | [optional]
**Id** | **String** | Authoritative source's ID. | [optional]
**Name** | **String** | Authoritative source's name. | [optional]
**Type** | **Enum** [ "SOURCE" ] | Type of the object to which this reference applies | [optional]
**Id** | **String** | ID of the object to which this reference applies | [optional]
**Name** | **String** | Human-readable display name of the object to which this reference applies | [optional]
## Examples

View File

@@ -16,9 +16,9 @@ tags: ['SDK', 'Software Development Kit', 'IdentityProfileAllOfOwner', 'V2024Ide
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**Type** | **Enum** [ "IDENTITY" ] | Owner's object type. | [optional]
**Id** | **String** | Owner's ID. | [optional]
**Name** | **String** | Owner's name. | [optional]
**Type** | **Enum** [ "IDENTITY" ] | Type of the object to which this reference applies | [optional]
**Id** | **String** | ID of the object to which this reference applies | [optional]
**Name** | **String** | Human-readable display name of the object to which this reference applies | [optional]
## Examples

View File

@@ -24,7 +24,7 @@ Name | Type | Description | Notes
- Prepare the resource
```powershell
$IdentitySyncPayload = Initialize-PSSailpoint.V2024IdentitySyncPayload -Type SYNCHRONIZE_IDENTITY_ATTRIBUTES `
-DataJson {&quot;identityId&quot;:&quot;2c918083746f642c01746f990884012a&quot;}
-DataJson {"identityId":"2c918083746f642c01746f990884012a"}
```
- Convert the resource to JSON

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