Automated commit 'Merge pull request #21 from sailpoint/NEROCKET-474

[NEROCKET-474] add isc synced boolean to profile type POST schema' by github action: 7699783529
This commit is contained in:
developer-relations-sp
2024-01-29 17:08:52 +00:00
parent 053928aec0
commit 10b1989572
2 changed files with 10 additions and 0 deletions

View File

@@ -24,6 +24,11 @@ properties:
format: uuid
description: The role ids that are permitted for this profile type.
example: ['33f072dd-13b4-41e1-8ea0-16f2a59b57c8']
isc_synced:
type: boolean
default: false
description: Is this profile type synced with ics
example: false
profile_type_dup_attributes:
type: array
items:

View File

@@ -26,6 +26,11 @@ properties:
format: uuid
description: The role ids that are permitted for this profile type.
example: ['33f072dd-13b4-41e1-8ea0-16f2a59b57c8']
isc_synced:
type: boolean
default: false
description: Is this profile type synced with ics
example: false
profile_type_dup_attributes:
type: array
items: