Name of the key. The name must be 1-63 characters long, and comply with RFC1035. Specifically, the name must be 1-63 characters long and match the regular expression [a-z]([-a-z0-9]*[a-z0-9])? which means the first character must be a lowercase letter, and all following characters must be a dash, lowercase letter, or digit, except the last character, which cannot be a dash.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-31 UTC."],[[["This webpage provides documentation for the `SignedUrlKey` class within the `Google.Cloud.Compute.V1` namespace, detailing its implementation and usage for Cloud CDN Signed URLs."],["The `SignedUrlKey` class implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from `Object`."],["The class offers two constructors: a default constructor `SignedUrlKey()` and an overload constructor `SignedUrlKey(SignedUrlKey other)` for creating copies."],["It contains properties `KeyName` and `KeyValue` to manage the key's name and 128-bit signing value, with constraints on the key name's length and format, and the key value's encoding type."],["This page also contains a list of the different versions available for the `SignedUrlKey` class, with the most recent version being 3.6.0 and the oldest version being 1.0.0."]]],[]]