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."],[[["This document provides reference information for the `DeleteAttestorRequest` class within the Google Cloud Binary Authorization v1 API, specifically version 2.2.0."],["The `DeleteAttestorRequest` class is used to create request messages for deleting an attestor in the Binary Authorization service."],["It inherits from `object` and implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing functionalities for message handling, comparison, cloning, and buffer management."],["The `DeleteAttestorRequest` class has properties like `AttestorName` and `Name`, where the `Name` property specifies the resource name of the attestor to be deleted, in the format `projects/*/attestors/*`."],["There are currently 7 versions of the `DeleteAttestorRequest` available, with 2.5.0 being the latest version."]]],[]]