» Data Source: oci_identity_tag_namespaces

This data source provides the list of Tag Namespaces in Oracle Cloud Infrastructure Identity service.

Lists the tag namespaces in the specified compartment.

» Example Usage

data "oci_identity_tag_namespaces" "test_tag_namespaces" {
    #Required
    compartment_id = "${var.compartment_id}"

    #Optional
    include_subcompartments = "${var.tag_namespace_include_subcompartments}"
}

» Argument Reference

The following arguments are supported:

  • compartment_id - (Required) The OCID of the compartment (remember that the tenancy is simply the root compartment).
  • include_subcompartments - (Optional) An optional boolean parameter indicating whether to retrieve all tag namespaces in subcompartments. If this parameter is not specified, only the tag namespaces defined in the specified compartment are retrieved.

» Attributes Reference

The following attributes are exported:

» TagNamespace Reference

The following attributes are exported:

  • compartment_id - The OCID of the compartment that contains the tag namespace.
  • 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"}
  • description - The description you assign to the tag namespace.
  • 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 tag namespace.
  • is_retired - Whether the tag namespace is retired. For more information, see Retiring Key Definitions and Namespace Definitions.
  • name - The name of the tag namespace. It must be unique across all tag namespaces in the tenancy and cannot be changed.
  • time_created - Date and time the tag namespace was created, in the format defined by RFC3339. Example: 2016-08-25T21:10:29.600Z