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 documentation page covers the `UpdateAttestorRequest` class within the Google Cloud Binary Authorization v1 API, specifically version 2.1.0, and also lists other versions from 1.0.0 to 2.5.0."],["`UpdateAttestorRequest` is a request message utilized for updating an attestor via the `BinauthzManagementService.UpdateAttestor` method."],["The class implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from `Object`."],["The `UpdateAttestorRequest` class has two constructors, a default one, and another that copies the properties of an existing `UpdateAttestorRequest`."],["The class has one main property, `Attestor`, which is required and represents the updated `Attestor` value that the service uses to overwrite the existing attestor."]]],[]]