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."],[[["The latest version available for the `UpdateAttestorRequest` class is 2.0.0-beta08, with 2.0.0-beta07 and 1.0.0-beta05 also available."],["`UpdateAttestorRequest` is a request message used in the Binary Authorization v1beta1 API for updating an attestor, as part of the `BinauthzManagementService.UpdateAttestor`."],["The `UpdateAttestorRequest` class implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, allowing for various functionalities such as deep cloning and equality checks."],["The `UpdateAttestorRequest` class has a constructor that can create a new instance or a copy of an existing `UpdateAttestorRequest` object."],["The `Attestor` property, of type `Attestor`, is a required property, representing the updated attestor value, with the service overwriting the attestor name field with the resource name from the request URL."]]],[]]