Workload Identity v1 API - Class WorkloadIdentity.WorkloadIdentityBase (1.0.0-beta01)

[BindServiceMethod(typeof(WorkloadIdentity), "BindService")]
public abstract class WorkloadIdentity.WorkloadIdentityBase

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

Base class for server-side implementations of WorkloadIdentity

Inheritance

object > WorkloadIdentity.WorkloadIdentityBase

Namespace

Google.Cloud.WorkloadIdentity.V1

Assembly

Google.Cloud.WorkloadIdentity.V1.dll

Methods

GenerateServiceAgents(GenerateServiceAgentsRequest, ServerCallContext)

public virtual Task<Operation> GenerateServiceAgents(GenerateServiceAgentsRequest request, ServerCallContext context)

Creates all service agents for a given resource, location and service producer.

Parameters
Name Description
request GenerateServiceAgentsRequest

The request received from the client.

context ServerCallContext

The context of the server-side call handler being invoked.

Returns
Type Description
TaskOperation

The response to send back to the client (wrapped by a task).