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 configurations. A configuration is inherited by all descendent projects. A configuration at one folder 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.
Namespace
Google.Cloud.Kms.V1Assembly
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 |
serviceImpl |
AutokeyAdminAutokeyAdminBase An object implementing the server-side handling logic. |