mirror of
https://github.com/LukeHagar/api-specs.git
synced 2025-12-07 20:37:44 +00:00
Automated commit 'Merge pull request #15 from sailpoint/NEROCKET-353
NEROCKET-353 Update API docs to reflect the Profile Type Category wor…' by github action: 7141904115
This commit is contained in:
@@ -4,32 +4,49 @@ properties:
|
|||||||
type: string
|
type: string
|
||||||
format: uuid
|
format: uuid
|
||||||
readOnly: true
|
readOnly: true
|
||||||
|
description: The objects ID
|
||||||
|
example: 33f072dd-13b4-41e1-8ea0-16f2a59b57c8
|
||||||
uid:
|
uid:
|
||||||
type: string
|
type: string
|
||||||
minLength: 32
|
minLength: 32
|
||||||
maxLength: 32
|
maxLength: 32
|
||||||
readOnly: true
|
readOnly: true
|
||||||
|
description: The objects UID
|
||||||
|
example: profileUid
|
||||||
name:
|
name:
|
||||||
type: string
|
type: string
|
||||||
|
description: This is the name of the profile.
|
||||||
|
example: Profile Name
|
||||||
profile_type_id:
|
profile_type_id:
|
||||||
type: string
|
type: string
|
||||||
format: uuid
|
format: uuid
|
||||||
|
description: This is the ID of the profile type the profile belongs to
|
||||||
|
example: 33f072dd-13b4-41e1-8ea0-16f2a59b57c8
|
||||||
status:
|
status:
|
||||||
type: string
|
type: string
|
||||||
enum: [Active, Inactive, On Leave, Terminated]
|
enum: [Active, Inactive, On Leave, Terminated]
|
||||||
|
description: This is the status of the profile
|
||||||
|
example: Active
|
||||||
id_proofing_status:
|
id_proofing_status:
|
||||||
type: string
|
type: string
|
||||||
enum: [pending, pass, fail]
|
enum: [pending, pass, fail]
|
||||||
|
description: This is the ID proofing staus of the profile
|
||||||
|
example: pending
|
||||||
created_at:
|
created_at:
|
||||||
type: string
|
type: string
|
||||||
format: date-time
|
format: date-time
|
||||||
|
description: The date and time the profile was created
|
||||||
|
example: 2023-11-21T14:23:54.256-05:00
|
||||||
updated_at:
|
updated_at:
|
||||||
type: string
|
type: string
|
||||||
format: date-time
|
format: date-time
|
||||||
|
description: The date and time the profile was updated
|
||||||
|
example: 2023-11-21T14:23:54.256-05:00
|
||||||
attributes:
|
attributes:
|
||||||
type: object
|
type: object
|
||||||
additionalProperties:
|
additionalProperties:
|
||||||
type: string
|
type: string
|
||||||
|
description: Attributes that belong to this profile.
|
||||||
example:
|
example:
|
||||||
text_attribute_uid: static text
|
text_attribute_uid: static text
|
||||||
date_attribute_uid: 01/15/2020
|
date_attribute_uid: 01/15/2020
|
||||||
|
|||||||
@@ -17,6 +17,11 @@ properties:
|
|||||||
type: string
|
type: string
|
||||||
description: This is the name of the profile type.
|
description: This is the name of the profile type.
|
||||||
example: Worker
|
example: Worker
|
||||||
|
category:
|
||||||
|
type: string
|
||||||
|
enum: ['employee', 'non-employee', 'organization', 'assignment', 'other']
|
||||||
|
description: This is the category the profile type falls into.
|
||||||
|
example: employee
|
||||||
bypass_dup_protection:
|
bypass_dup_protection:
|
||||||
type: boolean
|
type: boolean
|
||||||
description: Whether or not duplication protection is bypassed.
|
description: Whether or not duplication protection is bypassed.
|
||||||
|
|||||||
@@ -4,6 +4,11 @@ properties:
|
|||||||
type: string
|
type: string
|
||||||
description: This is the name of the profile type.
|
description: This is the name of the profile type.
|
||||||
example: Worker
|
example: Worker
|
||||||
|
category:
|
||||||
|
type: string
|
||||||
|
enum: ['employee', 'non-employee', 'organization', 'assignment', 'other']
|
||||||
|
description: This is the category the profile type falls into.
|
||||||
|
example: employee
|
||||||
bypass_dup_protection:
|
bypass_dup_protection:
|
||||||
type: boolean
|
type: boolean
|
||||||
description: Whether or not duplication protection is bypassed.
|
description: Whether or not duplication protection is bypassed.
|
||||||
|
|||||||
@@ -4,6 +4,11 @@ properties:
|
|||||||
type: string
|
type: string
|
||||||
description: This is the name of the profile type.
|
description: This is the name of the profile type.
|
||||||
example: Worker
|
example: Worker
|
||||||
|
category:
|
||||||
|
type: string
|
||||||
|
enum: ['employee', 'non-employee', 'organization', 'assignment', 'other']
|
||||||
|
description: This is the category the profile type falls into.
|
||||||
|
example: employee
|
||||||
bypass_dup_protection:
|
bypass_dup_protection:
|
||||||
type: boolean
|
type: boolean
|
||||||
default: false
|
default: false
|
||||||
|
|||||||
Reference in New Issue
Block a user