Show / Hide Table of Contents

Class ProjectsResource.CryptoKeysResource

The "cryptoKeys" collection of methods.

Inheritance
object
ProjectsResource.CryptoKeysResource
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Kmsinventory.v1
Assembly: Google.Apis.Kmsinventory.v1.dll
Syntax
public class ProjectsResource.CryptoKeysResource

Constructors

CryptoKeysResource(IClientService)

Constructs a new resource.

Declaration
public CryptoKeysResource(IClientService service)
Parameters
Type Name Description
IClientService service

Methods

List(string)

Returns cryptographic keys managed by Cloud KMS in a given Cloud project. Note that this data is sourced from snapshots, meaning it may not completely reflect the actual state of key metadata at call time.

Declaration
public virtual ProjectsResource.CryptoKeysResource.ListRequest List(string parent)
Parameters
Type Name Description
string parent

Required. The Google Cloud project for which to retrieve key metadata, in the format projects/*

Returns
Type Description
ProjectsResource.CryptoKeysResource.ListRequest
In this article
Back to top Generated by DocFX