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."],[[["The document provides reference information for the `UpdateAttestorRequest` class within the Binary Authorization v1 API, specifically version 2.2.0, and outlines how to use the class."],["The `UpdateAttestorRequest` class is used as a request message for updating an attestor via `BinauthzManagementService.UpdateAttestor`."],["This class inherits from `object` and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["There are two constructors for `UpdateAttestorRequest`: a default constructor and a constructor that takes another `UpdateAttestorRequest` instance as a parameter to create a copy."],["The class has a property, `Attestor`, which represents the updated attestor value and is required for updating attestors."]]],[]]