mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-09 20:37:47 +00:00
16 lines
459 B
YAML
16 lines
459 B
YAML
type: object
|
|
description: >-
|
|
Details of up to 5 Identity attributes that will be publicly accessible for all Identities to anyone in the org
|
|
properties:
|
|
attributes:
|
|
type: array
|
|
items:
|
|
$ref: './PublicIdentityAttributeConfig.yaml'
|
|
modifiedBy:
|
|
$ref: '../../v3/schemas/IdentityReference.yaml'
|
|
modified:
|
|
type: string
|
|
description: "the date/time of the modification"
|
|
format: 'date-time'
|
|
example: '2018-06-25T20:22:28.104Z'
|