mirror of
https://github.com/LukeHagar/api-specs.git
synced 2025-12-06 12:27:48 +00:00
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:
@@ -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:
|
||||
|
||||
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user