gcloud beta compute backend-services delete-signed-url-key

NAME
gcloud beta compute backend-services delete-signed-url-key - delete Cloud CDN Signed URL key from a backend service
SYNOPSIS
gcloud beta compute backend-services delete-signed-url-keyBACKEND_SERVICE_NAME--key-name=KEY_NAME[GCLOUD_WIDE_FLAG]
DESCRIPTION
(BETA)gcloud beta compute backend-servicesdelete-signed-url-key is used to delete an existing Cloud CDN Signed URLkey from a backend service.

Cloud CDN Signed URLs give you a way to serve responses from the globallydistributed CDN cache, even if the request needs to be authorized.

Signed URLs are a mechanism to temporarily give a client access to a privateresource without requiring additional authorization. To achieve this, the fullrequest URL that should be allowed is hashed and cryptographically signed. Byusing the signed URL you give it, that one request will be considered authorizedto receive the requested content.

Generally, a signed URL can be used by anyone who has it. However, it is usuallyonly intended to be used by the client that was directly given the URL. Tomitigate this, they expire at a time chosen by the issuer. To minimize the riskof a signed URL being shared, it is recommended that the signed URL be set toexpire as soon as possible.

A 128-bit secret key is used for signing the URLs.

POSITIONAL ARGUMENTS
BACKEND_SERVICE_NAME
Name of the backend service to operate on.
REQUIRED FLAGS
--key-name=KEY_NAME
Name of the Cloud CDN Signed URL key.
GCLOUD WIDE FLAGS
These flags are available to all commands:--access-token-file,--account,--billing-project,--configuration,--flags-file,--flatten,--format,--help,--impersonate-service-account,--log-http,--project,--quiet,--trace-token,--user-output-enabled,--verbosity.

Run$gcloud help for details.

NOTES
This command is currently in beta and might change without notice. Thesevariants are also available:
gcloudcomputebackend-servicesdelete-signed-url-key
gcloudalphacomputebackend-servicesdelete-signed-url-key

Except as otherwise noted, the content of this page is licensed under theCreative Commons Attribution 4.0 License, and code samples are licensed under theApache 2.0 License. For details, see theGoogle Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025-05-07 UTC.