Files
api-specs/idn/beta/schemas/IdentityAttributeConfig.yaml
GitHub Action Bot 7bdff85618 Automated commit 'PLTIN-3917: Updated API scopes (#1242)
PLTIN-3917: Updated API scopes' by github action: 4810361098
2023-04-26 15:12:47 +00:00

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'