Files
developer.sailpoint.com/static/api-specs/idn/v3/schemas/RequestableObject.yaml
2022-10-13 20:19:10 +00:00

44 lines
1.3 KiB
YAML

type: object
properties:
id:
type: string
description: Id of the requestable object itself
example: 2c9180835d2e5168015d32f890ca1581
name:
type: string
description: Human-readable display name of the requestable object
example: Applied Research Access
created:
type: string
format: 'date-time'
example: '2017-07-11T18:45:37.098Z'
description: The time when the requestable object was created
modified:
nullable: true
type: string
format: 'date-time'
example: '2018-06-25T20:22:28.104Z'
description: The time when the requestable object was last modified
description:
type: string
description: Description of the requestable object.
example: Access to research information, lab results, and schematics.
type:
$ref: './RequestableObjectType.yaml'
requestStatus:
$ref: './RequestableObjectRequestStatus.yaml'
identityRequestId:
type: string
description: If *requestStatus* is *PENDING*, indicates the id of the associated account activity.
nullable: true
example: null
ownerRef:
$ref: './IdentityReferenceWithNameAndEmail.yaml'
requestCommentsRequired:
type: boolean
description: Whether the requester must provide comments when requesting the object.
example: false