Skip to content

Commit

Permalink
Automated commit 'Merge pull request #1752 from sailpoint/fix/v3Gener…
Browse files Browse the repository at this point in the history
…icRuleToTransformRule

update generic rule to now be transform rule' by github action: 10251661791
tyler-mairose-sp committed Aug 5, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent 0b245ab commit 8aee5fc
Showing 3 changed files with 11 additions and 13 deletions.
2 changes: 1 addition & 1 deletion idn/v3/schemas/transforms/Rule.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
title: rule
oneOf:
- $ref: './rules/GenericRule.yaml'
- $ref: './rules/TransformRule.yaml'
- $ref: './rules/GenerateRandomString.yaml'
- $ref: './rules/GetReferenceIdentityAttribute.yaml'
12 changes: 0 additions & 12 deletions idn/v3/schemas/transforms/rules/GenericRule.yaml

This file was deleted.

10 changes: 10 additions & 0 deletions idn/v3/schemas/transforms/rules/TransformRule.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
type: object
required:
- name
properties:
name:
type: string
description: This is the name of the Transform rule that needs to be invoked by the transform
example: 'Transform Calculation Rule'
requiresPeriodicRefresh:
$ref: '../RequiresPeriodicRefresh.yaml'

0 comments on commit 8aee5fc

Please sign in to comment.