Google Cloud Key Management Service v1 API - Class AutokeyAdmin (3.23.0)

public static class AutokeyAdmin

Reference documentation and code samples for the Google Cloud Key Management Service v1 API class AutokeyAdmin.

Provides interfaces for managing Cloud KMS Autokey folder-level or project-level configurations. A configuration is inherited by all descendent folders and projects. A configuration at a folder or project overrides any other configurations in its ancestry. Setting a configuration on a folder is a prerequisite for Cloud KMS Autokey, so that users working in a descendant project can request provisioned [CryptoKeys][google.cloud.kms.v1.CryptoKey], ready for Customer Managed Encryption Key (CMEK) use, on-demand when using the dedicated key project mode. This is not required when using the delegated key management mode for same-project keys.

Inheritance

object > AutokeyAdmin

Namespace

Google.Cloud.Kms.V1

Assembly

Google.Cloud.Kms.V1.dll

Methods

BindService(AutokeyAdminBase)

public static ServerServiceDefinition BindService(AutokeyAdmin.AutokeyAdminBase serviceImpl)

Creates service definition that can be registered with a server

Parameter
Name Description
serviceImpl AutokeyAdminAutokeyAdminBase

An object implementing the server-side handling logic.

Returns
Type Description
ServerServiceDefinition

BindService(ServiceBinderBase, AutokeyAdminBase)

public static void BindService(ServiceBinderBase serviceBinder, AutokeyAdmin.AutokeyAdminBase serviceImpl)

Register service method with a service binder with or without implementation. Useful when customizing the service binding logic. Note: this method is part of an experimental API that can change or be removed without any prior notice.

Parameters
Name Description
serviceBinder ServiceBinderBase

Service methods will be bound by calling AddMethod on this object.

serviceImpl AutokeyAdminAutokeyAdminBase

An object implementing the server-side handling logic.