Files
developer.sailpoint.com/static/api-specs/idn/beta/schemas/trigger/example-input/IdentityDeleted.yaml
2022-09-26 21:59:54 -04:00

27 lines
626 B
YAML

title: Identity Deleted
type: object
required:
- identity
- attributes
properties:
identity:
required:
- id
- type
- name
allOf:
- $ref: '../../../../v3/schemas/BaseReferenceDto.yaml'
description: The identity that was deleted.
properties:
type:
enum:
- "IDENTITY"
example: "IDENTITY"
description: The type of object that is referenced
attributes:
type: object
description: The attributes assigned to the identity. Attributes are determined by the identity profile.
additionalProperties: true
example: {
"firstname": "John"
}