removeMachineSecret method
ResponseFuture<RemoveMachineSecretResponse>
removeMachineSecret(
- RemoveMachineSecretRequest request, {
- CallOptions? options,
Delete Secret of Service Account
Deprecated: use user service v2 RemoveSecret instead.
Delete a secret of a service account. The user will not be able to authenticate with the secret afterward.
Implementation
$grpc.ResponseFuture<$0.RemoveMachineSecretResponse> removeMachineSecret(
$0.RemoveMachineSecretRequest request, {
$grpc.CallOptions? options,
}) {
return $createUnaryCall(_$removeMachineSecret, request, options: options);
}