Class ProjectsResource.LocationsResource.WorkstationClustersResource.WorkstationConfigsResource.WorkstationsResource.PushCredentialsRequest
Pushes credentials to a running workstation on behalf of a user. Once complete, supported credential types (application_default_credentials) are made available to processes running in the user container.
Inheritance
ProjectsResource.LocationsResource.WorkstationClustersResource.WorkstationConfigsResource.WorkstationsResource.PushCredentialsRequest
Inherited Members
Namespace: Google.Apis.CloudWorkstations.v1beta
Assembly: Google.Apis.CloudWorkstations.v1beta.dll
Syntax
public class ProjectsResource.LocationsResource.WorkstationClustersResource.WorkstationConfigsResource.WorkstationsResource.PushCredentialsRequest : CloudWorkstationsBaseServiceRequest<Operation>, IClientServiceRequest<Operation>, IClientServiceRequest
Constructors
PushCredentialsRequest(IClientService, PushCredentialsRequest, string)
Constructs a new PushCredentials request.
Declaration
public PushCredentialsRequest(IClientService service, PushCredentialsRequest body, string workstation)
Parameters
| Type | Name | Description |
|---|---|---|
| IClientService | service | |
| PushCredentialsRequest | body | |
| string | workstation |
Properties
HttpMethod
Gets the HTTP method.
Declaration
public override string HttpMethod { get; }
Property Value
| Type | Description |
|---|---|
| string |
Overrides
MethodName
Gets the method name.
Declaration
public override string MethodName { get; }
Property Value
| Type | Description |
|---|---|
| string |
Overrides
RestPath
Gets the REST path.
Declaration
public override string RestPath { get; }
Property Value
| Type | Description |
|---|---|
| string |
Overrides
Workstation
Required. Name of the workstation for which the credentials should be pushed.
Declaration
[RequestParameter("workstation", RequestParameterType.Path)]
public virtual string Workstation { get; }
Property Value
| Type | Description |
|---|---|
| string |
Methods
GetBody()
Returns the body of the request.
Declaration
protected override object GetBody()
Returns
| Type | Description |
|---|---|
| object |
Overrides
InitParameters()
Initializes PushCredentials parameter list.
Declaration
protected override void InitParameters()