Workload Identity v1 API - Class GenerateServiceAgentsRequest (1.0.0-beta01)

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

Reference documentation and code samples for the Workload Identity v1 API class GenerateServiceAgentsRequest.

Message for creating all ServiceAgents for a ServiceProducer in a project and location.

Inheritance

object > GenerateServiceAgentsRequest

Namespace

Google.Cloud.WorkloadIdentity.V1

Assembly

Google.Cloud.WorkloadIdentity.V1.dll

Constructors

GenerateServiceAgentsRequest()

public GenerateServiceAgentsRequest()

GenerateServiceAgentsRequest(GenerateServiceAgentsRequest)

public GenerateServiceAgentsRequest(GenerateServiceAgentsRequest other)
Parameter
Name Description
other GenerateServiceAgentsRequest

Properties

Parent

public string Parent { get; set; }

Required. The parent resource. The location for the parent resource must be global.

Examples:

  • projects/1234/locations/global/serviceProducers/bigquery.googleapis.com
  • folders/2344/locations/global/serviceProducers/vertexai.googleapis.com
  • organizations/3344/locations/global/serviceProducers/iam.googleapis.com
Property Value
Type Description
string

ParentAsServiceProducerName

public ServiceProducerName ParentAsServiceProducerName { get; set; }

ServiceProducerName-typed view over the Parent resource name property.

Property Value
Type Description
ServiceProducerName