Class EdgeCacheKeysetValidationSharedKey
- java.lang.Object
-
- com.pulumi.gcp.networkservices.outputs.EdgeCacheKeysetValidationSharedKey
-
public final class EdgeCacheKeysetValidationSharedKey extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
EdgeCacheKeysetValidationSharedKey.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static EdgeCacheKeysetValidationSharedKey.Builder
builder()
static EdgeCacheKeysetValidationSharedKey.Builder
builder(EdgeCacheKeysetValidationSharedKey defaults)
java.lang.String
secretVersion()
-
-
-
Method Detail
-
secretVersion
public java.lang.String secretVersion()
- Returns:
- The name of the secret version in Secret Manager. The resource name of the secret version must be in the format `projects/*/secrets/*/versions/*` where the `*` values are replaced by the secrets themselves. The secrets must be at least 16 bytes large. The recommended secret size depends on the signature algorithm you are using. * If you are using HMAC-SHA1, we suggest 20-byte secrets. * If you are using HMAC-SHA256, we suggest 32-byte secrets. See RFC 2104, Section 3 for more details on these recommendations.
-
builder
public static EdgeCacheKeysetValidationSharedKey.Builder builder()
-
builder
public static EdgeCacheKeysetValidationSharedKey.Builder builder(EdgeCacheKeysetValidationSharedKey defaults)
-
-