Key

class Key : KotlinCustomResource

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.

Properties

Link copied to clipboard
val annotations: Output<Map<String, String>>

Annotations is an unstructured key-value map stored with a policy that may be set by external tools to store and retrieve arbitrary metadata. They are not queryable and should be preserved when modifying objects.

Link copied to clipboard
val createTime: Output<String>

A timestamp identifying the time this key was originally created.

Link copied to clipboard
val deleteTime: Output<String>

A timestamp when this key was deleted. If the resource is not deleted, this must be empty.

Link copied to clipboard
val displayName: Output<String>

Human-readable display name of this key that you can modify. The maximum length is 63 characters.

Link copied to clipboard
val etag: Output<String>

A checksum computed by the server based on the current value of the Key resource. This may be sent on update and delete requests to ensure the client has an up-to-date value before proceeding. See https://google.aip.dev/154.

Link copied to clipboard
val id: Output<String>
Link copied to clipboard
val keyId: Output<String>?

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
val keyString: Output<String>

An encrypted and signed value held by this key. This field can be accessed only through the GetKeyString method.

Link copied to clipboard
val location: Output<String>
Link copied to clipboard
val name: Output<String>

The resource name of the key. The name has the form: projects//locations/global/keys/. For example: projects/123456867718/locations/global/keys/b7ff1f9f-8275-410a-94dd-3855ee9b5dd2 NOTE: Key is a global resource; hence the only supported value for location is global.

Link copied to clipboard
val project: Output<String>
Link copied to clipboard
val pulumiChildResources: Set<KotlinResource>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Key restrictions.

Link copied to clipboard
val uid: Output<String>

Unique id in UUID4 format.

Link copied to clipboard
val updateTime: Output<String>

A timestamp identifying the time this key was last updated.

Link copied to clipboard
val urn: Output<String>