public sealed class CreateAttestorRequest : IMessage<CreateAttestorRequest>, IEquatable<CreateAttestorRequest>, IDeepCloneable<CreateAttestorRequest>, IBufferMessage, IMessage
Request message for [BinauthzManagementService.CreateAttestor][].
Required. The initial [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 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 document provides details for the `CreateAttestorRequest` class, which is used to send requests for creating an attestor in the Binary Authorization service, specifically within version 1.0.0-beta05."],["`CreateAttestorRequest` implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its role in message handling and object management within the .NET framework."],["The class has properties such as `Attestor`, `AttestorId`, and `Parent` that are required for setting up the initial attestor, specifying its ID, and defining its parent resource within the Binary Authorization service."],["The class is found within the `Google.Cloud.BinaryAuthorization.V1Beta1` namespace and is part of the `Google.Cloud.BinaryAuthorization.V1Beta1.dll` assembly, and has inherited members from `Object` like `GetHashCode()`, `GetType()`, `MemberwiseClone()`, and `ToString()`."],["There are currently 3 available versions, with 2.0.0-beta08 being the latest version."]]],[]]