Class ProjectsResource.LocationsResource.AuthProvidersResource.CredentialsResource.FinalizeRequest
Finalizes the credentials after a successful consent flow.
Inheritance
AgentIdentityCredentialsBaseServiceRequest<GoogleCloudAgentidentitycredentialsV1alphaFinalizeCredentialsResponse>
ProjectsResource.LocationsResource.AuthProvidersResource.CredentialsResource.FinalizeRequest
Implements
Inherited Members
Namespace: Google.Apis.AgentIdentityCredentials.v1alpha
Assembly: Google.Apis.AgentIdentityCredentials.v1alpha.dll
Syntax
public class ProjectsResource.LocationsResource.AuthProvidersResource.CredentialsResource.FinalizeRequest : AgentIdentityCredentialsBaseServiceRequest<GoogleCloudAgentidentitycredentialsV1alphaFinalizeCredentialsResponse>, IClientServiceRequest<GoogleCloudAgentidentitycredentialsV1alphaFinalizeCredentialsResponse>, IClientServiceRequest
Constructors
FinalizeRequest(IClientService, GoogleCloudAgentidentitycredentialsV1alphaFinalizeCredentialsRequest, string)
Constructs a new Finalize request.
Declaration
public FinalizeRequest(IClientService service, GoogleCloudAgentidentitycredentialsV1alphaFinalizeCredentialsRequest body, string authProvider)
Parameters
| Type | Name | Description |
|---|---|---|
| IClientService | service | |
| GoogleCloudAgentidentitycredentialsV1alphaFinalizeCredentialsRequest | body | |
| string | authProvider |
Properties
AuthProvider
Required. The resource name of the auth provider. Format:
projects/{project}/locations/{location}/authProviders/{auth_provider}
Declaration
[RequestParameter("authProvider", RequestParameterType.Path)]
public virtual string AuthProvider { get; }
Property Value
| Type | Description |
|---|---|
| string |
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
ClientServiceRequest<GoogleCloudAgentidentitycredentialsV1alphaFinalizeCredentialsResponse>.RestPath
Methods
GetBody()
Returns the body of the request.
Declaration
protected override object GetBody()
Returns
| Type | Description |
|---|---|
| object |
Overrides
InitParameters()
Initializes Finalize parameter list.
Declaration
protected override void InitParameters()