Automated commit by github action: 3321431584

This commit is contained in:
GitHub Action Bot
2022-10-25 13:45:23 +00:00
parent 500bbb0b0c
commit 68c69685c6
6 changed files with 44 additions and 0 deletions

View File

@@ -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. 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 type: boolean
readOnly: true readOnly: true
example: true
managedResourceRefs: managedResourceRefs:
description: References to sources for the Service Desk integration template. May only be specified if universalManager is false. description: References to sources for the Service Desk integration template. May only be specified if universalManager is false.
type: array type: array
@@ -12,6 +13,7 @@ properties:
$ref: '../../v3/schemas/BaseReferenceDto.yaml' $ref: '../../v3/schemas/BaseReferenceDto.yaml'
default: default:
type: SOURCE type: SOURCE
example: []
planInitializerScript: planInitializerScript:
description: This is a reference to a plan initializer script. description: This is a reference to a plan initializer script.
type: object type: object
@@ -19,3 +21,4 @@ properties:
source: source:
description: This is a Rule that allows provisioning instruction changes. description: This is a Rule that allows provisioning instruction changes.
type: string type: string
example: <rule code>

View File

@@ -15,6 +15,7 @@ allOf:
description: Type of the Service Desk integration description: Type of the Service Desk integration
type: string type: string
default: ServiceNowSDIM default: ServiceNowSDIM
example: ServiceNowSDIM
ownerRef: ownerRef:
description: Reference to the identity that is the owner of this Service Desk integration description: Reference to the identity that is the owner of this Service Desk integration
$ref: '../../v3/schemas/BaseReferenceDto.yaml' $ref: '../../v3/schemas/BaseReferenceDto.yaml'
@@ -36,6 +37,9 @@ allOf:
items: items:
type: string type: string
deprecated: true deprecated: true
example:
- 2c9180835d191a86015d28455b4a2329
- 2c5680835d191a85765d28455b4a9823
provisioningConfig: provisioningConfig:
description: The 'provisioningConfig' property specifies the configuration used to provision integrations. description: The 'provisioningConfig' property specifies the configuration used to provision integrations.
$ref: './ProvisioningConfig.yaml' $ref: './ProvisioningConfig.yaml'
@@ -43,8 +47,16 @@ allOf:
description: Attributes of the Service Desk integration. Validation constraints enforced by the implementation. description: Attributes of the Service Desk integration. Validation constraints enforced by the implementation.
type: object type: object
additionalProperties: true additionalProperties: true
example: {
property: "value",
key: "value"
}
beforeProvisioningRule: beforeProvisioningRule:
description: Reference to beforeProvisioningRule for this Service Desk integration description: Reference to beforeProvisioningRule for this Service Desk integration
$ref: '../../v3/schemas/BaseReferenceDto.yaml' $ref: '../../v3/schemas/BaseReferenceDto.yaml'
default: default:
type: RULE type: RULE
example:
type: "RULE"
id: "2c918085708c274401708c2a8a760001"
name: "Example Rule"

View File

@@ -31,6 +31,10 @@ properties:
description: >- description: >-
Reference to a Rule that can do COMPLEX the correlation, should only be used when accountCorrelationConfig can't Reference to a Rule that can do COMPLEX the correlation, should only be used when accountCorrelationConfig can't
be used. be used.
example:
type: "RULE"
id: "2c918085708c274401708c2a8a760001"
name: "Example Rule"
managerCorrelationMapping: managerCorrelationMapping:
$ref: './ManagerCorrelationMapping.yaml' $ref: './ManagerCorrelationMapping.yaml'
description: >- description: >-
@@ -40,10 +44,18 @@ properties:
$ref: '../../v3/schemas/BaseReferenceDto.yaml' $ref: '../../v3/schemas/BaseReferenceDto.yaml'
description: >- description: >-
Reference to the ManagerCorrelationRule, only used when a simple filter isn't sufficient. Reference to the ManagerCorrelationRule, only used when a simple filter isn't sufficient.
example:
type: "RULE"
id: "2c918085708c274401708c2a8a760001"
name: "Example Rule"
beforeProvisioningRule: beforeProvisioningRule:
$ref: '../../v3/schemas/BaseReferenceDto.yaml' $ref: '../../v3/schemas/BaseReferenceDto.yaml'
description: >- description: >-
Rule that runs on the CCG and allows for customization of provisioning plans before the connector is called. 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: schemas:
type: array type: array
items: items:

View File

@@ -13,6 +13,7 @@ properties:
$ref: '../../v3/schemas/BaseReferenceDto.yaml' $ref: '../../v3/schemas/BaseReferenceDto.yaml'
default: default:
type: SOURCE type: SOURCE
example: []
planInitializerScript: planInitializerScript:
description: This is a reference to a plan initializer script. description: This is a reference to a plan initializer script.
type: object type: object

View File

@@ -56,3 +56,7 @@ allOf:
$ref: '../../v3/schemas/BaseReferenceDto.yaml' $ref: '../../v3/schemas/BaseReferenceDto.yaml'
default: default:
type: RULE type: RULE
example:
type: "RULE"
id: "2c918085708c274401708c2a8a760001"
name: "Example Rule"

View File

@@ -31,6 +31,10 @@ properties:
description: >- description: >-
Reference to a Rule that can do COMPLEX the correlation, should only be used when accountCorrelationConfig can't Reference to a Rule that can do COMPLEX the correlation, should only be used when accountCorrelationConfig can't
be used. be used.
example:
type: "RULE"
id: "2c918085708c274401708c2a8a760001"
name: "Example Rule"
managerCorrelationMapping: managerCorrelationMapping:
$ref: '../../v3/schemas/ManagerCorrelationMapping.yaml' $ref: '../../v3/schemas/ManagerCorrelationMapping.yaml'
description: >- description: >-
@@ -40,10 +44,18 @@ properties:
$ref: '../../v3/schemas/BaseReferenceDto.yaml' $ref: '../../v3/schemas/BaseReferenceDto.yaml'
description: >- description: >-
Reference to the ManagerCorrelationRule, only used when a simple filter isn't sufficient. Reference to the ManagerCorrelationRule, only used when a simple filter isn't sufficient.
example:
type: "RULE"
id: "2c918085708c274401708c2a8a760001"
name: "Example Rule"
beforeProvisioningRule: beforeProvisioningRule:
$ref: '../../v3/schemas/BaseReferenceDto.yaml' $ref: '../../v3/schemas/BaseReferenceDto.yaml'
description: >- description: >-
Rule that runs on the CCG and allows for customization of provisioning plans before the connector is called. 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: schemas:
type: array type: array
items: items: