Skip to main content

ListEntitlementConnectionsV1412Response

Properties

NameTypeDescriptionNotes
messageobjectA message describing the error[optional]
}

Example

from sailpoint.entitlement_connections.models.list_entitlement_connections_v1412_response import ListEntitlementConnectionsV1412Response

list_entitlement_connections_v1412_response = ListEntitlementConnectionsV1412Response(
message= API/Feature not enabled for your organization.
)

[Back to top]