mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-08 20:37:46 +00:00
1000 B
1000 B
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-source-schemas-inner | SourceSchemasInner | SourceSchemasInner | SourceSchemasInner | pythonsdk |
|
/tools/sdk/python/v2024/models/source-schemas-inner |
|
SourceSchemasInner
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| type | Enum [ 'CONNECTOR_SCHEMA' ] | Type of object being referenced. | [optional] |
| id | str | Schema ID. | [optional] |
| name | str | Schema's human-readable display name. | [optional] |
| } |
Example
from sailpoint.v2024.models.source_schemas_inner import SourceSchemasInner
source_schemas_inner = SourceSchemasInner(
type='CONNECTOR_SCHEMA',
id='2c91808568c529c60168cca6f90c1777',
name='MySchema'
)