Skip to content

Commit

Permalink
Automated commit 'Merge pull request #1488 from sailpoint/devrel-1337
Browse files Browse the repository at this point in the history
Fix AttributeDefinition schema property isMultiValued -> isMulti' by github action: 6749826341
  • Loading branch information
tyler-mairose-sp committed Nov 3, 2023
1 parent cfdd590 commit cf85bb9
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions idn/v3/schemas/AttributeDefinition.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,17 +30,20 @@ properties:
type: string
description: A human-readable description of the attribute.
example: SAM Account Name
isMultiValued:
isMulti:
type: boolean
description: Flag indicating whether or not the attribute is multi-valued.
example: false
default: false
isEntitlement:
type: boolean
description: Flag indicating whether or not the attribute is an entitlement.
example: false
default: false
isGroup:
type: boolean
description: |
Flag indicating whether or not the attribute represents a group.
This can only be `true` if `isEntitlement` is also `true` **and** there is a schema defined for the attribute..
example: false
example: false
default: false

0 comments on commit cf85bb9

Please sign in to comment.