View realm details

This document explains how to view Secure Access Connect realms and realm details.

Required roles

To get the permissions that you need to view realm details, ask your administrator to grant you the Compute Network Viewer (roles/compute.networkViewer) IAM role on project. For more information about granting roles, see Manage access to projects, folders, and organizations.

You might also be able to get the required permissions through custom roles or other predefined roles.

View all realms in a project

To view all realms in a project, run the gcloud beta network-security secure-access-connect realms list command:

gcloud beta network-security secure-access-connect realms list \
    --project=PROJECT_ID

Replace PROJECT_ID with your project ID.

View realm details

To view details about a realm, run the gcloud beta network-security secure-access-connect realms describe command:

gcloud beta network-security secure-access-connect realms describe REALM_ID \
    --project=PROJECT_ID

Replace the following:

  • REALM_ID: the ID of the realm
  • PROJECT_ID: your project ID