AttributeDefinitionSchema
A reference to the schema on the source to the attribute values map to.
Properties
Name | Type | Description | Notes |
---|---|---|---|
type | Enum [ 'CONNECTOR_SCHEMA' ] | The type of object being referenced | [optional] |
id | str | The object ID this reference applies to. | [optional] |
name | str | The human-readable display name of the object. | [optional] |
} |
Example
from sailpoint.beta.models.attribute_definition_schema import AttributeDefinitionSchema
attribute_definition_schema = AttributeDefinitionSchema(
type='CONNECTOR_SCHEMA',
id='2c91808568c529c60168cca6f90c1313',
name='group'
)