enableServiceAccountKey method
ResponseFuture<Empty>
enableServiceAccountKey(
- EnableServiceAccountKeyRequest request, {
- CallOptions? options,
Enable a google.iam.admin.v1.ServiceAccountKey.
Implementation
$grpc.ResponseFuture<$1.Empty> enableServiceAccountKey(
$0.EnableServiceAccountKeyRequest request, {
$grpc.CallOptions? options,
}) {
return $createUnaryCall(_$enableServiceAccountKey, request,
options: options);
}