REST Resource: projects.locations.keyRings

Resource: KeyRing

A KeyRing is a toplevel logical grouping of CryptoKeys.

JSON representation
{
  "name": string,
  "createTime": string
}
Fields
name

string

Output only. The resource name for the KeyRing in the format projects/*/locations/*/keyRings/*.

createTime

string (Timestamp format)

Output only. The time at which this KeyRing was created.

A timestamp in RFC3339 UTC "Zulu" format, with nanosecond resolution and up to nine fractional digits. Examples: "2014-10-02T15:01:23Z" and "2014-10-02T15:01:23.045123456Z".

Methods

create

Create a new KeyRing in a given Project and Location.

get

Returns metadata for a given KeyRing.

getIamPolicy

Gets the access control policy for a resource.

list

Lists KeyRings.

setIamPolicy

Sets the access control policy on the specified resource.

testIamPermissions

Returns permissions that a caller has on the specified resource.