disableServiceAccountKey method
ResponseFuture<Empty>
disableServiceAccountKey(
- DisableServiceAccountKeyRequest request, {
- CallOptions? options,
Disable a google.iam.admin.v1.ServiceAccountKey. A disabled service account key can be
re-enabled with google.iam.admin.v1.IAM.EnableServiceAccountKey.
Implementation
$grpc.ResponseFuture<$1.Empty> disableServiceAccountKey(
$0.DisableServiceAccountKeyRequest request, {
$grpc.CallOptions? options,
}) {
return $createUnaryCall(_$disableServiceAccountKey, request,
options: options);
}