Data Source: oci_file_storage_outbound_connectors
This data source provides the list of Outbound Connectors in Oracle Cloud Infrastructure File Storage service.
Lists the outbound connector resources in the specified compartment.
Example Usage
data "oci_file_storage_outbound_connectors" "test_outbound_connectors" {
#Required
availability_domain = var.outbound_connector_availability_domain
compartment_id = var.compartment_id
#Optional
display_name = var.outbound_connector_display_name
id = var.outbound_connector_id
state = var.outbound_connector_state
}
Argument Reference
The following arguments are supported:
availability_domain
- (Required) The name of the availability domain. Example:Uocm:PHX-AD-1
compartment_id
- (Required) The OCID of the compartment.display_name
- (Optional) A user-friendly name. It does not have to be unique, and it is changeable. Example:My resource
id
- (Optional) Filter results by OCID. Must be an OCID of the correct type for the resouce type.state
- (Optional) Filter results by the specified lifecycle state. Must be a valid state for the resource type.
Attributes Reference
The following attributes are exported:
outbound_connectors
- The list of outbound_connectors.
OutboundConnector Reference
The following attributes are exported:
availability_domain
- The availability domain the outbound connector is in. May be unset as a blank or NULL value. Example:Uocm:PHX-AD-1
bind_distinguished_name
- The LDAP Distinguished Name of the account.compartment_id
- The OCID of the compartment that contains the outbound connector.connector_type
- The account type of this outbound connector.defined_tags
- Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example:{"Operations.CostCenter": "42"}
display_name
- A user-friendly name. It does not have to be unique, and it is changeable. Avoid entering confidential information. Example:My outbound connector
endpoints
- Array of server endpoints to use when connecting with the LDAP bind account.hostname
- Name of the DNS server.port
- Port of the DNS server.
freeform_tags
- 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"}
id
- The OCID of the outbound connector.locks
- Locks associated with this resource.message
- A message added by the creator of the lock. This is typically used to give an indication of why the resource is locked.related_resource_id
- The ID of the resource that is locking this resource. Indicates that deleting this resource will remove the lock.time_created
- When the lock was created.type
- Type of the lock.
password_secret_id
- The OCID of the password for the LDAP bind account in the Vault.password_secret_version
- Version of the password secret in the Vault to use.state
- The current state of this outbound connector.time_created
- The date and time the outbound connector was created in RFC 3339 timestamp format. Example:2016-08-25T21:10:29.600Z