createServiceAccountKey method
ResponseFuture<ServiceAccountKey>
createServiceAccountKey(
- CreateServiceAccountKeyRequest request, {
- CallOptions? options,
Creates a google.iam.admin.v1.ServiceAccountKey.
Implementation
$grpc.ResponseFuture<$0.ServiceAccountKey> createServiceAccountKey(
$0.CreateServiceAccountKeyRequest request, {
$grpc.CallOptions? options,
}) {
return $createUnaryCall(_$createServiceAccountKey, request,
options: options);
}