1
0
Fork 0
mirror of https://github.com/imjasonh/gcloud-help synced 2026-07-16 12:22:03 +00:00

gcloud: Wed Oct 11 10:37:28 UTC 2023

This commit is contained in:
Automated 2023-10-11 10:37:28 +00:00
parent 9641ff6585
commit c30bb7b4ce
137 changed files with 3139 additions and 267 deletions

View file

@ -9,11 +9,11 @@ SYNOPSIS
DESCRIPTION
(ALPHA) Describe a Cloud Security Command Center (SCC) posture.
By default, the latest created revision of the posture is described. Users
By default, the latest updated revision of the posture is described. Users
must provide revision ID to describe a specific revision.
EXAMPLES
Describe the latest revision of a posture named
Describe the latest updated revision of a posture named
organizations/123/locations/global/postures/posture-foo-1 (i.e. a posture
in organization 123, location global, with id posture-foo-1):

View file

@ -15,7 +15,7 @@ DESCRIPTION
EXAMPLES
List all postures in organization 123. If location is omitted, this returns
postures from location 'global'. For a posture with multiple revisions,
only the latest revision of the posture is returned in the output.
only the latest updated revision of the posture is returned in the output.
$ gcloud alpha scc postures list organizations/123