HEX
Server: Apache/2.4.68 (Debian)
System: Linux as-cs-widget-demo-us-central1 6.1.0-44-cloud-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.1.164-1 (2026-03-09) x86_64
User: root (0)
PHP: 8.2.32
Disabled: NONE
Upload Files
File: //lib/google-cloud-sdk/lib/surface/beyondcorp/app/connectors/list.yaml
- release_tracks: [ALPHA, BETA]
  help_text:
    brief: |
      List Beyondcorp connector Resources.
    description: |
      List Beyondcorp connector resources based on project and location.

    examples: |
      To list all connectors in a project for location us-central1 in table form, run:

        $ {command} --project=projectId \
            --location=us-central1

      To list all connectors in a project for location us-central1 in json form, run:

        $ {command} --project=projectId \
            --location=us-central1 \
            --format=json(displayName, name, state, principalInfo.serviceAccount.email,createTime,updateTime,labels)

  request:
    collection: beyondcorp.projects.locations.appConnectors
    ALPHA:
      api_version: v1alpha
    BETA:
      api_version: v1

  response:
    modify_response_hooks:
    - googlecloudsdk.command_lib.beyondcorp.app.connectors.hooks:PrintMessageInResponse

  arguments:
    resource:
      help_text: |
        Arguments and flags that define the Beyondcorp connector you want to list.
      spec: !REF googlecloudsdk.command_lib.beyondcorp.app.resources:location

  output:
    format: |
        table(
          name.basename():label=NAME,
          displayName:label=DISPLAY_NAME,
          state:label=CONNECTOR_STATE,
          principalInfo.serviceAccount.email:label=MEMBER,
          createTime.date():label=CREATE_TIME,
          updateTime.date():label=UPDATE_TIME,
          labels.list():label=LABELS
        )