19 lines
575 B
YAML
19 lines
575 B
YAML
- help_text:
|
|
brief: Get the IAM policy for a Cloud Build connection.
|
|
description: |
|
|
Get the IAM policy for a Cloud Build connection.
|
|
examples: |
|
|
To print the IAM policy for a Connection named 'my-conn',
|
|
run the following command:
|
|
|
|
$ {command} my-conn --region=us-central1
|
|
|
|
request:
|
|
collection: cloudbuild.projects.locations.connections
|
|
api_version: v2
|
|
|
|
arguments:
|
|
resource:
|
|
help_text: Cloud Build Connection from which to get IAM policy.
|
|
spec: !REF googlecloudsdk.command_lib.cloudbuild.resources_v2:connection
|