1
0
Fork 0
mirror of https://github.com/imjasonh/gcloud-help synced 2026-07-18 23:08:48 +00:00

gcloud: Thu Sep 7 10:42:28 UTC 2023

This commit is contained in:
Automated 2023-09-07 10:42:28 +00:00
parent f9edf67fe5
commit 6c8d2eb024
307 changed files with 4053 additions and 1615 deletions

View file

@ -117,13 +117,15 @@ FLAGS
--acl-file=ACL_FILE
Path to a local JSON or YAML formatted file containing a valid policy.
The output of gcloud storage [buckets|objects] describe
--format="multi(acl:format=json)" is a valid file and can be edited for
more fine-grained control.
See the ObjectAccessControls resource
(https://cloud.google.com/storage/docs/json_api/v1/objectAccessControls)
for a representation of JSON formatted files. The output of gcloud
storage [buckets|objects] describe --format="multi(acl:format=json)" is
a valid file and can be edited for more fine-grained control.
--add-acl-grant=[ACL_GRANT,...]
Key-value pairs mirroring the JSON accepted by your cloud provider. For
example, for Google Cloud
example, for Cloud
Storage,--add-acl-grant=entity=user-tim@gmail.com,role=OWNER
--canned-acl=PREDEFINED_ACL, --predefined-acl=PREDEFINED_ACL, -a PREDEFINED_ACL
@ -133,9 +135,9 @@ FLAGS
--remove-acl-grant=REMOVE_ACL_GRANT
Key-value pairs mirroring the JSON accepted by your cloud provider. For
example, for Google Cloud Storage, --remove-acl-grant=ENTITY, where
ENTITY has a valid ACL entity format, such as user-tim@gmail.com,
group-admins, allUsers, etc.
example, for Cloud Storage, --remove-acl-grant=ENTITY, where ENTITY has
a valid ACL entity format, such as user-tim@gmail.com, group-admins,
allUsers, etc.
--add-default-object-acl-grant=[DEFAULT_OBJECT_ACL_GRANT,...]
Adds default object ACL grant. See --add-acl-grant help text for more