Data Source: oci_identity_domains_cloud_gate

This data source provides details about a specific Cloud Gate resource in Oracle Cloud Infrastructure Identity Domains service.

Get a Cloud Gate

Example Usage

data "oci_identity_domains_cloud_gate" "test_cloud_gate" {
    #Required
    cloud_gate_id = oci_identity_domains_cloud_gate.test_cloud_gate.id
    idcs_endpoint = data.oci_identity_domain.test_domain.url

    #Optional
    attribute_sets = ["all"]
    attributes = ""
    authorization = var.cloud_gate_authorization
    resource_type_schema_version = var.cloud_gate_resource_type_schema_version
}

Argument Reference

The following arguments are supported:

Attributes Reference

The following attributes are exported: