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

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

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

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

Inheritance

object > GenerateServiceAgentsResponse

Namespace

Google.Cloud.WorkloadIdentity.V1

Assembly

Google.Cloud.WorkloadIdentity.V1.dll

Constructors

GenerateServiceAgentsResponse()

public GenerateServiceAgentsResponse()

GenerateServiceAgentsResponse(GenerateServiceAgentsResponse)

public GenerateServiceAgentsResponse(GenerateServiceAgentsResponse other)
Parameter
Name Description
other GenerateServiceAgentsResponse

Properties

ServiceAgents

public RepeatedField<ServiceAgent> ServiceAgents { get; }

The list of service agents

Property Value
Type Description
RepeatedFieldServiceAgent