LdapBindAccountSummary¶
-
class
oci.file_storage.models.
LdapBindAccountSummary
(**kwargs)¶ Bases:
oci.file_storage.models.outbound_connector_summary.OutboundConnectorSummary
Summary information for the LDAP bind account used by the outbound connector.
Attributes
LIFECYCLE_STATE_ACTIVE
str(object=’’) -> str LIFECYCLE_STATE_CREATING
str(object=’’) -> str LIFECYCLE_STATE_DELETED
str(object=’’) -> str LIFECYCLE_STATE_DELETING
str(object=’’) -> str availability_domain
Gets the availability_domain of this OutboundConnectorSummary. bind_distinguished_name
[Required] Gets the bind_distinguished_name of this LdapBindAccountSummary. compartment_id
[Required] Gets the compartment_id of this OutboundConnectorSummary. connector_type
[Required] Gets the connector_type of this OutboundConnectorSummary. defined_tags
Gets the defined_tags of this OutboundConnectorSummary. display_name
[Required] Gets the display_name of this OutboundConnectorSummary. endpoints
[Required] Gets the endpoints of this LdapBindAccountSummary. freeform_tags
Gets the freeform_tags of this OutboundConnectorSummary. id
[Required] Gets the id of this OutboundConnectorSummary. lifecycle_state
[Required] Gets the lifecycle_state of this OutboundConnectorSummary. locks
Gets the locks of this OutboundConnectorSummary. time_created
[Required] Gets the time_created of this OutboundConnectorSummary. Methods
__init__
(**kwargs)Initializes a new LdapBindAccountSummary object with values from keyword arguments. get_subtype
(object_dictionary)Given the hash representation of a subtype of this class, use the info in the hash to return the class of the subtype. -
LIFECYCLE_STATE_ACTIVE
= 'ACTIVE'¶
-
LIFECYCLE_STATE_CREATING
= 'CREATING'¶
-
LIFECYCLE_STATE_DELETED
= 'DELETED'¶
-
LIFECYCLE_STATE_DELETING
= 'DELETING'¶
-
__init__
(**kwargs)¶ Initializes a new LdapBindAccountSummary object with values from keyword arguments. The default value of the
connector_type
attribute of this class isLDAPBIND
and it should not be changed. The following keyword arguments are supported (corresponding to the getters/setters of this class):Parameters: - availability_domain (str) – The value to assign to the availability_domain property of this LdapBindAccountSummary.
- compartment_id (str) – The value to assign to the compartment_id property of this LdapBindAccountSummary.
- id (str) – The value to assign to the id property of this LdapBindAccountSummary.
- lifecycle_state (str) – The value to assign to the lifecycle_state property of this LdapBindAccountSummary. Allowed values for this property are: “CREATING”, “ACTIVE”, “DELETING”, “DELETED”
- display_name (str) – The value to assign to the display_name property of this LdapBindAccountSummary.
- time_created (datetime) – The value to assign to the time_created property of this LdapBindAccountSummary.
- locks (list[oci.file_storage.models.ResourceLock]) – The value to assign to the locks property of this LdapBindAccountSummary.
- connector_type (str) – The value to assign to the connector_type property of this LdapBindAccountSummary.
- freeform_tags (dict(str, str)) – The value to assign to the freeform_tags property of this LdapBindAccountSummary.
- defined_tags (dict(str, dict(str, object))) – The value to assign to the defined_tags property of this LdapBindAccountSummary.
- endpoints (list[oci.file_storage.models.Endpoint]) – The value to assign to the endpoints property of this LdapBindAccountSummary.
- bind_distinguished_name (str) – The value to assign to the bind_distinguished_name property of this LdapBindAccountSummary.
-
availability_domain
¶ Gets the availability_domain of this OutboundConnectorSummary. The availability domain the outbound connector is in. May be unset as a blank or NULL value.
Example: Uocm:PHX-AD-1
Returns: The availability_domain of this OutboundConnectorSummary. Return type: str
-
bind_distinguished_name
¶ [Required] Gets the bind_distinguished_name of this LdapBindAccountSummary. The LDAP Distinguished Name of the account.
Returns: The bind_distinguished_name of this LdapBindAccountSummary. Return type: str
-
compartment_id
¶ [Required] Gets the compartment_id of this OutboundConnectorSummary. The OCID of the compartment that contains the outbound connector.
Returns: The compartment_id of this OutboundConnectorSummary. Return type: str
-
connector_type
¶ [Required] Gets the connector_type of this OutboundConnectorSummary. The account type of this outbound connector.
Returns: The connector_type of this OutboundConnectorSummary. Return type: str
Gets the defined_tags of this OutboundConnectorSummary. Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example: {“Operations”: {“CostCenter”: “42”}}
Returns: The defined_tags of this OutboundConnectorSummary. Return type: dict(str, dict(str, object))
-
display_name
¶ [Required] Gets the display_name of this OutboundConnectorSummary. A user-friendly name. It does not have to be unique, and it is changeable. Avoid entering confidential information.
Example: My outbound connector
Returns: The display_name of this OutboundConnectorSummary. Return type: str
-
endpoints
¶ [Required] Gets the endpoints of this LdapBindAccountSummary. Array of server endpoints to use when connecting with the LDAP bind account.
Returns: The endpoints of this LdapBindAccountSummary. Return type: list[oci.file_storage.models.Endpoint]
Gets the freeform_tags of this OutboundConnectorSummary. Free-form tags for this resource. Each tag is a simple key-value pair
with no predefined name, type, or namespace.For more information, see Resource Tags. Example: {“Department”: “Finance”}
Returns: The freeform_tags of this OutboundConnectorSummary. Return type: dict(str, str)
-
static
get_subtype
(object_dictionary)¶ Given the hash representation of a subtype of this class, use the info in the hash to return the class of the subtype.
-
id
¶ [Required] Gets the id of this OutboundConnectorSummary. The OCID of the outbound connector.
Returns: The id of this OutboundConnectorSummary. Return type: str
-
lifecycle_state
¶ [Required] Gets the lifecycle_state of this OutboundConnectorSummary. The current state of this outbound connector.
Allowed values for this property are: “CREATING”, “ACTIVE”, “DELETING”, “DELETED”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
Returns: The lifecycle_state of this OutboundConnectorSummary. Return type: str
-
locks
¶ Gets the locks of this OutboundConnectorSummary. Locks associated with this resource.
Returns: The locks of this OutboundConnectorSummary. Return type: list[oci.file_storage.models.ResourceLock]
-