Skip to content

Commit

Permalink
Automated commit 'Fixed include/exclude types for SP config WORKFLOW …
Browse files Browse the repository at this point in the history
…(#1407)' by github action: 6160773781
  • Loading branch information
tyler-mairose-sp committed Sep 12, 2023
1 parent de8dec3 commit 0e8525d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion idn/beta/paths/sp-config-export.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ post:
"description": "Export all available objects",
"excludeTypes": [],
"includeTypes":
["ACCESS_PROFILE", "ACCESS_REQUEST_CONFIG", "ATTR_SYNC_SOURCE_CONFIG", "AUTH_ORG", "CAMPAIGN_FILTER", "FORM_DEFINITION", "GOVERNANCE_GROUP", "IDENTITY_OBJECT_CONFIG", "IDENTITY_PROFILE", "LIFECYCLE_STATE", "NOTIFICATION_TEMPLATE", "PASSWORD_POLICY", "PASSWORD_SYNC_GROUP", "PUBLIC_IDENTITIES_CONFIG", "ROLE", "RULE", "SERVICE_DESK_INTEGRATION", "SOD_POLICY", "SOURCE", "TRANSFORM", "TRIGGER_SUBSCRIPTION", "WORKFLOWS"],
["ACCESS_PROFILE", "ACCESS_REQUEST_CONFIG", "ATTR_SYNC_SOURCE_CONFIG", "AUTH_ORG", "CAMPAIGN_FILTER", "FORM_DEFINITION", "GOVERNANCE_GROUP", "IDENTITY_OBJECT_CONFIG", "IDENTITY_PROFILE", "LIFECYCLE_STATE", "NOTIFICATION_TEMPLATE", "PASSWORD_POLICY", "PASSWORD_SYNC_GROUP", "PUBLIC_IDENTITIES_CONFIG", "ROLE", "RULE", "SERVICE_DESK_INTEGRATION", "SOD_POLICY", "SOURCE", "TRANSFORM", "TRIGGER_SUBSCRIPTION", "WORKFLOW"],
"objectOptions": {},
}
Export sources by ID:
Expand Down
4 changes: 2 additions & 2 deletions idn/beta/schemas/ExportOptions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ properties:
- SOURCE
- TRANSFORM
- TRIGGER_SUBSCRIPTION
- WORKFLOWS
- WORKFLOW
example: "SOURCE"
includeTypes:
description: Object type names to be included in an sp-config export command. IncludeTypes takes precedence over excludeTypes.
Expand Down Expand Up @@ -56,7 +56,7 @@ properties:
- SOURCE
- TRANSFORM
- TRIGGER_SUBSCRIPTION
- WORKFLOWS
- WORKFLOW
example: "TRIGGER_SUBSCRIPTION"
objectOptions:
description: Additional options targeting specific objects related to each item in the includeTypes field
Expand Down

0 comments on commit 0e8525d

Please sign in to comment.