Class ProjectsResource.CryptoKeysResource
The "cryptoKeys" collection of methods.
Inherited Members
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 |
Returns
Type | Description |
---|---|
ProjectsResource.CryptoKeysResource.ListRequest |