mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-08 12:27:47 +00:00
1.1 KiB
1.1 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 | |||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| beta-multi-host-integrations-owner | MultiHostIntegrationsOwner | MultiHostIntegrationsOwner | MultiHostIntegrationsOwner | pythonsdk |
|
/tools/sdk/python/beta/models/multi-host-integrations-owner |
|
MultiHostIntegrationsOwner
Reference to identity object who owns the source.
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| type | Enum [ 'IDENTITY' ] | Type of object being referenced. | [optional] |
| id | str | Owner identity's ID. | [optional] |
| name | str | Owner identity's human-readable display name. | [optional] |
| } |
Example
from sailpoint.beta.models.multi_host_integrations_owner import MultiHostIntegrationsOwner
multi_host_integrations_owner = MultiHostIntegrationsOwner(
type='IDENTITY',
id='2c91808568c529c60168cca6f90c1313',
name='MyName'
)