mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-10 04:19:42 +00:00
Automated commit by github action: 3321431584
This commit is contained in:
@@ -5,6 +5,7 @@ properties:
|
||||
description: Specifies whether this configuration is used to manage provisioning requests for all sources from the org. If true, no managedResourceRefs are allowed.
|
||||
type: boolean
|
||||
readOnly: true
|
||||
example: true
|
||||
managedResourceRefs:
|
||||
description: References to sources for the Service Desk integration template. May only be specified if universalManager is false.
|
||||
type: array
|
||||
@@ -12,6 +13,7 @@ properties:
|
||||
$ref: '../../v3/schemas/BaseReferenceDto.yaml'
|
||||
default:
|
||||
type: SOURCE
|
||||
example: []
|
||||
planInitializerScript:
|
||||
description: This is a reference to a plan initializer script.
|
||||
type: object
|
||||
@@ -19,3 +21,4 @@ properties:
|
||||
source:
|
||||
description: This is a Rule that allows provisioning instruction changes.
|
||||
type: string
|
||||
example: <rule code>
|
||||
|
||||
@@ -15,6 +15,7 @@ allOf:
|
||||
description: Type of the Service Desk integration
|
||||
type: string
|
||||
default: ServiceNowSDIM
|
||||
example: ServiceNowSDIM
|
||||
ownerRef:
|
||||
description: Reference to the identity that is the owner of this Service Desk integration
|
||||
$ref: '../../v3/schemas/BaseReferenceDto.yaml'
|
||||
@@ -36,6 +37,9 @@ allOf:
|
||||
items:
|
||||
type: string
|
||||
deprecated: true
|
||||
example:
|
||||
- 2c9180835d191a86015d28455b4a2329
|
||||
- 2c5680835d191a85765d28455b4a9823
|
||||
provisioningConfig:
|
||||
description: The 'provisioningConfig' property specifies the configuration used to provision integrations.
|
||||
$ref: './ProvisioningConfig.yaml'
|
||||
@@ -43,8 +47,16 @@ allOf:
|
||||
description: Attributes of the Service Desk integration. Validation constraints enforced by the implementation.
|
||||
type: object
|
||||
additionalProperties: true
|
||||
example: {
|
||||
property: "value",
|
||||
key: "value"
|
||||
}
|
||||
beforeProvisioningRule:
|
||||
description: Reference to beforeProvisioningRule for this Service Desk integration
|
||||
$ref: '../../v3/schemas/BaseReferenceDto.yaml'
|
||||
default:
|
||||
type: RULE
|
||||
example:
|
||||
type: "RULE"
|
||||
id: "2c918085708c274401708c2a8a760001"
|
||||
name: "Example Rule"
|
||||
|
||||
@@ -31,6 +31,10 @@ properties:
|
||||
description: >-
|
||||
Reference to a Rule that can do COMPLEX the correlation, should only be used when accountCorrelationConfig can't
|
||||
be used.
|
||||
example:
|
||||
type: "RULE"
|
||||
id: "2c918085708c274401708c2a8a760001"
|
||||
name: "Example Rule"
|
||||
managerCorrelationMapping:
|
||||
$ref: './ManagerCorrelationMapping.yaml'
|
||||
description: >-
|
||||
@@ -40,10 +44,18 @@ properties:
|
||||
$ref: '../../v3/schemas/BaseReferenceDto.yaml'
|
||||
description: >-
|
||||
Reference to the ManagerCorrelationRule, only used when a simple filter isn't sufficient.
|
||||
example:
|
||||
type: "RULE"
|
||||
id: "2c918085708c274401708c2a8a760001"
|
||||
name: "Example Rule"
|
||||
beforeProvisioningRule:
|
||||
$ref: '../../v3/schemas/BaseReferenceDto.yaml'
|
||||
description: >-
|
||||
Rule that runs on the CCG and allows for customization of provisioning plans before the connector is called.
|
||||
example:
|
||||
type: "RULE"
|
||||
id: "2c918085708c274401708c2a8a760001"
|
||||
name: "Example Rule"
|
||||
schemas:
|
||||
type: array
|
||||
items:
|
||||
|
||||
@@ -13,6 +13,7 @@ properties:
|
||||
$ref: '../../v3/schemas/BaseReferenceDto.yaml'
|
||||
default:
|
||||
type: SOURCE
|
||||
example: []
|
||||
planInitializerScript:
|
||||
description: This is a reference to a plan initializer script.
|
||||
type: object
|
||||
|
||||
@@ -56,3 +56,7 @@ allOf:
|
||||
$ref: '../../v3/schemas/BaseReferenceDto.yaml'
|
||||
default:
|
||||
type: RULE
|
||||
example:
|
||||
type: "RULE"
|
||||
id: "2c918085708c274401708c2a8a760001"
|
||||
name: "Example Rule"
|
||||
|
||||
@@ -31,6 +31,10 @@ properties:
|
||||
description: >-
|
||||
Reference to a Rule that can do COMPLEX the correlation, should only be used when accountCorrelationConfig can't
|
||||
be used.
|
||||
example:
|
||||
type: "RULE"
|
||||
id: "2c918085708c274401708c2a8a760001"
|
||||
name: "Example Rule"
|
||||
managerCorrelationMapping:
|
||||
$ref: '../../v3/schemas/ManagerCorrelationMapping.yaml'
|
||||
description: >-
|
||||
@@ -40,10 +44,18 @@ properties:
|
||||
$ref: '../../v3/schemas/BaseReferenceDto.yaml'
|
||||
description: >-
|
||||
Reference to the ManagerCorrelationRule, only used when a simple filter isn't sufficient.
|
||||
example:
|
||||
type: "RULE"
|
||||
id: "2c918085708c274401708c2a8a760001"
|
||||
name: "Example Rule"
|
||||
beforeProvisioningRule:
|
||||
$ref: '../../v3/schemas/BaseReferenceDto.yaml'
|
||||
description: >-
|
||||
Rule that runs on the CCG and allows for customization of provisioning plans before the connector is called.
|
||||
example:
|
||||
type: "RULE"
|
||||
id: "2c918085708c274401708c2a8a760001"
|
||||
name: "Example Rule"
|
||||
schemas:
|
||||
type: array
|
||||
items:
|
||||
|
||||
Reference in New Issue
Block a user