mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-08 12:27:47 +00:00
1.2 KiB
1.2 KiB
id, title, pagination_label, sidebar_label, sidebar_class_name, keywords, slug, tags
| id | title | pagination_label | sidebar_label | sidebar_class_name | keywords | slug | tags | |||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| v2024-attribute-definition-schema | AttributeDefinitionSchema | AttributeDefinitionSchema | AttributeDefinitionSchema | pythonsdk |
|
/tools/sdk/python/v2024/models/attribute-definition-schema |
|
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.v2024.models.attribute_definition_schema import AttributeDefinitionSchema
attribute_definition_schema = AttributeDefinitionSchema(
type='CONNECTOR_SCHEMA',
id='2c91808568c529c60168cca6f90c1313',
name='group'
)