Data Source: oci_service_mesh_access_policies

This data source provides the list of Access Policies in Oracle Cloud Infrastructure Service Mesh service.

Returns a list of AccessPolicy objects.

Example Usage

data "oci_service_mesh_access_policies" "test_access_policies" {
	#Required
	compartment_id = var.compartment_id

	#Optional
	id = var.access_policy_id
	mesh_id = oci_service_mesh_mesh.test_mesh.id
	name = var.access_policy_name
	state = var.access_policy_state
}

Argument Reference

The following arguments are supported:

Attributes Reference

The following attributes are exported:

AccessPolicy Reference

The following attributes are exported: