IdentityConnectorDetails

class oci.database.models.IdentityConnectorDetails(**kwargs)

Bases: object

Details of the identity connector

Attributes

CLOUD_PROVIDER_AZURE A constant which can be used with the cloud_provider property of a IdentityConnectorDetails.
cloud_provider Gets the cloud_provider of this IdentityConnectorDetails.
id Gets the id of this IdentityConnectorDetails.

Methods

__init__(**kwargs) Initializes a new IdentityConnectorDetails object with values from keyword arguments.
CLOUD_PROVIDER_AZURE = 'AZURE'

A constant which can be used with the cloud_provider property of a IdentityConnectorDetails. This constant has a value of “AZURE”

__init__(**kwargs)

Initializes a new IdentityConnectorDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):

Parameters:
  • id (str) – The value to assign to the id property of this IdentityConnectorDetails.
  • cloud_provider (str) – The value to assign to the cloud_provider property of this IdentityConnectorDetails. Allowed values for this property are: “AZURE”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
cloud_provider

Gets the cloud_provider of this IdentityConnectorDetails. Cloud provider

Allowed values for this property are: “AZURE”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.

Returns:The cloud_provider of this IdentityConnectorDetails.
Return type:str
id

Gets the id of this IdentityConnectorDetails. The OCID of the identity connector

Returns:The id of this IdentityConnectorDetails.
Return type:str