Getting Access Policy Details

Get the details of a specific access policy in Service Mesh.

    1. Open the navigation menu and click Developer Services. Under Containers & Artifacts, click Service Mesh.
    2. Click Service Meshes.
    3. On the Service Mesh page, from the list of compartments on the left side, select a compartment.
    4. From the list of meshes, click the mesh name for which you want to view the access policy details.
    5. On the details page of the mesh, under Resources, click Access Policies.
    6. From the Access Policies table, click the access policy for which you want to view the details.
    On the details page of the access policy, you can view the details.
  • To get the details for an access policy, use the service-mesh resource with the access-policy option.

    oci service-mesh access-policy get --access-policy-id <access-policy-id>

    Example:

    oci service-mesh access-policy get --access-policy-id ocid.accesspolicy.oc1.iad.aaaa....

    To see what operations are available for access-policy get use:

    oci service-mesh access-policy get -h
  • Use the GetAccessPolicy operation to view the details an access policy.