public sealed class GenerateServiceAgentsRequest : IMessage<GenerateServiceAgentsRequest>, IEquatable<GenerateServiceAgentsRequest>, IDeepCloneable<GenerateServiceAgentsRequest>, IBufferMessage, IMessageReference 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.
Implements
IMessageGenerateServiceAgentsRequest, IEquatableGenerateServiceAgentsRequest, IDeepCloneableGenerateServiceAgentsRequest, IBufferMessage, IMessageNamespace
Google.Cloud.WorkloadIdentity.V1Assembly
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 |
|