deleteServiceAccountKey method
ResponseFuture<Empty>
deleteServiceAccountKey(
- DeleteServiceAccountKeyRequest request, {
- CallOptions? options,
Deletes a google.iam.admin.v1.ServiceAccountKey. Deleting a service account key does not
revoke short-lived credentials that have been issued based on the service
account key.
Implementation
$grpc.ResponseFuture<$1.Empty> deleteServiceAccountKey(
$0.DeleteServiceAccountKeyRequest request, {
$grpc.CallOptions? options,
}) {
return $createUnaryCall(_$deleteServiceAccountKey, request,
options: options);
}