Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
mfriesen committed Jan 4, 2025
1 parent d78430a commit 15b5fef
Show file tree
Hide file tree
Showing 6 changed files with 18 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docs/openapi/openapi-iam.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9051,6 +9051,9 @@
$ref: '#/components/schemas/RuleConditionAttribute'
criterion:
$ref: '#/components/schemas/RuleConditionCriterion'
attributeName:
type: string
description: Rule attribute name (only required for ATTRIBUTE criterion)
fieldName:
type: string
description: Rule field name (only required for FIELD criterion)
Expand Down
3 changes: 3 additions & 0 deletions docs/openapi/openapi-jwt.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9051,6 +9051,9 @@
$ref: '#/components/schemas/RuleConditionAttribute'
criterion:
$ref: '#/components/schemas/RuleConditionCriterion'
attributeName:
type: string
description: Rule attribute name (only required for ATTRIBUTE criterion)
fieldName:
type: string
description: Rule field name (only required for FIELD criterion)
Expand Down
3 changes: 3 additions & 0 deletions docs/openapi/openapi-key.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9051,6 +9051,9 @@
$ref: '#/components/schemas/RuleConditionAttribute'
criterion:
$ref: '#/components/schemas/RuleConditionCriterion'
attributeName:
type: string
description: Rule attribute name (only required for ATTRIBUTE criterion)
fieldName:
type: string
description: Rule field name (only required for FIELD criterion)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9127,6 +9127,9 @@ Resources:
$ref: "#/components/schemas/RuleConditionAttribute"
criterion:
$ref: "#/components/schemas/RuleConditionCriterion"
attributeName:
type: "string"
description: "Rule attribute name (only required for ATTRIBUTE criterion)"
fieldName:
type: "string"
description: "Rule field name (only required for FIELD criterion)"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9127,6 +9127,9 @@ Resources:
$ref: "#/components/schemas/RuleConditionAttribute"
criterion:
$ref: "#/components/schemas/RuleConditionCriterion"
attributeName:
type: "string"
description: "Rule attribute name (only required for ATTRIBUTE criterion)"
fieldName:
type: "string"
description: "Rule field name (only required for FIELD criterion)"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9127,6 +9127,9 @@ Resources:
$ref: "#/components/schemas/RuleConditionAttribute"
criterion:
$ref: "#/components/schemas/RuleConditionCriterion"
attributeName:
type: "string"
description: "Rule attribute name (only required for ATTRIBUTE criterion)"
fieldName:
type: "string"
description: "Rule field name (only required for FIELD criterion)"
Expand Down

0 comments on commit 15b5fef

Please sign in to comment.