public sealed class UpdateAttestorRequest : IMessage<UpdateAttestorRequest>, IEquatable<UpdateAttestorRequest>, IDeepCloneable<UpdateAttestorRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Binary Authorization v1beta1 API class UpdateAttestorRequest.
Request message for [BinauthzManagementService.UpdateAttestor][].
Required. The updated [attestor][google.cloud.binaryauthorization.v1beta1.Attestor] value. The service will
overwrite the [attestor name][google.cloud.binaryauthorization.v1beta1.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 documentation for the `UpdateAttestorRequest` class, which is part of the Binary Authorization v1beta1 API within the Google Cloud platform."],["`UpdateAttestorRequest` serves as the request message for updating an attestor via the `BinauthzManagementService.UpdateAttestor` function, and it implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The latest version of the `UpdateAttestorRequest` class is 2.0.0-beta08, with prior versions 2.0.0-beta07 and 1.0.0-beta05 also documented."],["The class has two constructors: a default `UpdateAttestorRequest()` and another that takes an `UpdateAttestorRequest` object as a parameter for cloning."],["It includes one property called `Attestor`, which represents the updated attestor details, and the service will overwrite the attestor name with the resource name from the request URL."]]],[]]