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.

Uses RFC 3339, where generated output will always be Z-normalized and uses 0, 3, 6 or 9 fractional digits. Offsets other than "Z" are also accepted. Examples: "2014-10-02T15:01:23Z", "2014-10-02T15:01:23.045123456Z" or "2014-10-02T15:01:23+05:30".

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.