Binary Authorization v1 API - Class CreateAttestorRequest (2.6.0)

public sealed class CreateAttestorRequest : IMessage<CreateAttestorRequest>, IEquatable<CreateAttestorRequest>, IDeepCloneable<CreateAttestorRequest>, IBufferMessage, IMessage

Reference documentation and code samples for the Binary Authorization v1 API class CreateAttestorRequest.

Request message for [BinauthzManagementService.CreateAttestor][].

Inheritance

object > CreateAttestorRequest

Namespace

Google.Cloud.BinaryAuthorization.V1

Assembly

Google.Cloud.BinaryAuthorization.V1.dll

Constructors

CreateAttestorRequest()

public CreateAttestorRequest()

CreateAttestorRequest(CreateAttestorRequest)

public CreateAttestorRequest(CreateAttestorRequest other)
Parameter
Name Description
other CreateAttestorRequest

Properties

Attestor

public Attestor Attestor { get; set; }

Required. The initial [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 format projects/*/attestors/*.

Property Value
Type Description
Attestor

AttestorId

public string AttestorId { get; set; }

Required. The [attestors][google.cloud.binaryauthorization.v1.Attestor] ID.

Property Value
Type Description
string

Parent

public string Parent { get; set; }

Required. The parent of this [attestor][google.cloud.binaryauthorization.v1.Attestor].

Property Value
Type Description
string

ParentAsProjectName

public ProjectName ParentAsProjectName { get; set; }

ProjectName-typed view over the Parent resource name property.

Property Value
Type Description
ProjectName

Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025年11月06日 UTC.