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 documentation for the `DeleteAttestorRequest` class within the Google Cloud Binary Authorization v1 API, specifically for version 2.3.0 of the .NET library."],["`DeleteAttestorRequest` is a request message used to delete an attestor via the `BinauthzManagementService.DeleteAttestor` method."],["The `DeleteAttestorRequest` class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes properties such as `AttestorName` (a typed view) and `Name` (a string), which is a required parameter that represents the full name of the attestor to be deleted."],["There are several versions of this documentation available, ranging from version 1.0.0 up to 2.5.0 (the latest), and you can access documentation for those versions from this same page."]]],[]]