Key Args
data class KeyArgs(val annotations: Output<Map<String, String>>? = null, val displayName: Output<String>? = null, val keyId: Output<String>? = null, val location: Output<String>? = null, val project: Output<String>? = null, val restrictions: Output<V2RestrictionsArgs>? = null) : ConvertibleToJava<KeyArgs>
Creates a new API key. NOTE: Key is a global resource; hence the only supported value for location is global
. Auto-naming is currently not supported for this resource.
Constructors
Functions
Properties
Link copied to clipboard
User specified key id (optional). If specified, it will become the final component of the key resource name. The id must be unique within the project, must conform with RFC-1034, is restricted to lower-cased letters, and has a maximum length of 63 characters. In another word, the id must match the regular expression: [a-z]([a-z0-9-]{0,61}[a-z0-9])?
. The id must NOT be a UUID-like string.
Link copied to clipboard