public sealed class UpdateAttestorRequest : IMessage<UpdateAttestorRequest>, IEquatable<UpdateAttestorRequest>, IDeepCloneable<UpdateAttestorRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Binary Authorization v1 API class UpdateAttestorRequest.
Request message for [BinauthzManagementService.UpdateAttestor][].
Required. The updated [attestor][google.cloud.binaryauthorization.v1.Attestor] value. The service will
overwrite the [attestor name][google.cloud.binaryauthorization.v1.Attestor.name] field with the resource name
in the request URL, in the format projects/*/attestors/*.
[[["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 page provides reference documentation for the `UpdateAttestorRequest` class within the Binary Authorization v1 API, specifically version 2.3.0 of the .NET library."],["`UpdateAttestorRequest` is a request message used for the `BinauthzManagementService.UpdateAttestor` operation."],["The class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the `object` class."],["The `UpdateAttestorRequest` class has two constructors, one default and one that accepts another `UpdateAttestorRequest` as a parameter."],["It includes one key property, `Attestor`, which is of type `Attestor` and represents the updated attestor value, with the service overwriting the attestor name with the resource name from the URL."]]],[]]