mirror of
https://github.com/LukeHagar/api-specs.git
synced 2025-12-10 04:19:19 +00:00
12 lines
242 B
YAML
12 lines
242 B
YAML
type: object
|
|
properties:
|
|
enabled:
|
|
type: boolean
|
|
description: If the profile or mapping is enabled
|
|
example: true
|
|
default: true
|
|
attributeTransforms:
|
|
type: array
|
|
items:
|
|
$ref: './IdentityAttributeTransform.yaml'
|