public sealed class DeleteAttestorRequest : IMessage<DeleteAttestorRequest>, IEquatable<DeleteAttestorRequest>, IDeepCloneable<DeleteAttestorRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Binary Authorization v1 API class DeleteAttestorRequest.
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-03-21 UTC."],[[["The `DeleteAttestorRequest` class is part of the Binary Authorization v1 API, specifically used to request the deletion of an attestor."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from `Object`."],["The `DeleteAttestorRequest` class has two constructors, one default and one that takes another `DeleteAttestorRequest` as a parameter."],["The class includes properties `AttestorName`, which offers an `AttestorName`-typed view over the resource name, and `Name`, which is a string representing the name of the attestor to delete and follows the format `projects/*/attestors/*`."],["The most recent version of the documentation for the class is 2.5.0, with available documentation going as far back as version 1.0.0."]]],[]]