ConnectedObject
Properties
Name | Type | Description | Notes |
---|---|---|---|
type | ConnectedObjectType | [optional] | |
id | str | ID of the object to which this reference applies | [optional] |
name | str | Human-readable name of Connected object | [optional] |
description | str | Description of the Connected object. | [optional] |
} |
Example
from sailpoint.beta.models.connected_object import ConnectedObject
connected_object = ConnectedObject(
type='ACCESS_PROFILE',
id='2c91808568c529c60168cca6f90c1313',
name='Employee-database-read-write',
description='Collection of entitlements to read/write the employee database.'
)