mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-09 12:27:47 +00:00
14 lines
423 B
YAML
14 lines
423 B
YAML
type: object
|
|
title: Config Object for Export and Import
|
|
description: Config export and import format for individual object configurations.
|
|
properties:
|
|
version:
|
|
type: integer
|
|
description: Current version of configuration object.
|
|
example: 1
|
|
self:
|
|
$ref: '../../v3/schemas/BaseReferenceDto.yaml'
|
|
object:
|
|
description: Object details. Format dependant on the object type.
|
|
additionalProperties: true
|