public sealed class DeleteAttestorRequest : IMessage<DeleteAttestorRequest>, IEquatable<DeleteAttestorRequest>, IDeepCloneable<DeleteAttestorRequest>, IBufferMessage, IMessage
Request message for [BinauthzManagementService.DeleteAttestor][].
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-04-02 UTC."],[[["This document provides information on the `DeleteAttestorRequest` class, which is used to request the deletion of an attestor in Google Cloud Binary Authorization's v1beta1 API."],["The `DeleteAttestorRequest` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, allowing it to work within the Google Protocol Buffers framework."],["The class includes properties like `AttestorName` and `Name`, with `Name` being a required string representing the attestor to be deleted in the format `projects/*/attestors/*`."],["There are multiple versions available, with `2.0.0-beta08` being the latest, and `1.0.0-beta05` is the version of the documentation being displayed on the page."]]],[]]