mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-09 12:27:47 +00:00
17 lines
715 B
YAML
17 lines
715 B
YAML
type: object
|
|
properties:
|
|
attributes:
|
|
type: object
|
|
description: A JSON object that stores the context.
|
|
example: {"productUrl":"https://test-org.identitysoon.com","brandingConfigs":{"default":{"narrowLogoURL":null,"productName":"SailPoint","standardLogoURL":null,"navigationColor":"011E64","actionButtonColor":"20B2DE","emailFromAddress":null,"activeLinkColor":"20B2DE","loginInformationalMessage":null}}}
|
|
created:
|
|
type: string
|
|
description: When the global context was created
|
|
format: 'date-time'
|
|
example: '2020-04-15T16:16:47.525Z'
|
|
modified:
|
|
type: string
|
|
description: When the global context was last modified
|
|
format: 'date-time'
|
|
example: '2020-04-15T16:16:47.525Z'
|