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-04-17 UTC."],[[["This documentation covers the `UpdateAttestorRequest` class within the Google Cloud Binary Authorization v1beta1 API, specifically version 2.0.0-beta06."],["`UpdateAttestorRequest` is a request message used for updating an attestor, part of the `BinauthzManagementService`, inheriting from `object` and implementing several interfaces."],["The class provides two constructors: a default constructor and one that accepts another `UpdateAttestorRequest` object as a parameter for copying."],["It includes one key property, `Attestor`, which represents the updated attestor value, and the service will overwrite the name field with the resource name from the request URL."],["The `UpdateAttestorRequest` class is found in the namespace `Google.Cloud.BinaryAuthorization.V1Beta1`, within the `Google.Cloud.BinaryAuthorization.V1Beta1.dll` assembly."]]],[]]