Class ProjectsResource.LocationsResource.AuthProvidersResource.CredentialsResource.FinalizeRequest
Finalizes the credentials after a successful consent flow.
Inheritance
AgentIdentityCredentialsBaseServiceRequest<GoogleCloudAgentidentitycredentialsV1betaFinalizeCredentialsResponse>
ProjectsResource.LocationsResource.AuthProvidersResource.CredentialsResource.FinalizeRequest
Implements
Inherited Members
Namespace: Google.Apis.AgentIdentityCredentials.v1beta
Assembly: Google.Apis.AgentIdentityCredentials.v1beta.dll
Syntax
public class ProjectsResource.LocationsResource.AuthProvidersResource.CredentialsResource.FinalizeRequest : AgentIdentityCredentialsBaseServiceRequest<GoogleCloudAgentidentitycredentialsV1betaFinalizeCredentialsResponse>, IClientServiceRequest<GoogleCloudAgentidentitycredentialsV1betaFinalizeCredentialsResponse>, IClientServiceRequest
Constructors
FinalizeRequest(IClientService, GoogleCloudAgentidentitycredentialsV1betaFinalizeCredentialsRequest, string)
Constructs a new Finalize request.
Declaration
public FinalizeRequest(IClientService service, GoogleCloudAgentidentitycredentialsV1betaFinalizeCredentialsRequest body, string authProvider)
Parameters
| Type | Name | Description |
|---|---|---|
| IClientService | service | |
| GoogleCloudAgentidentitycredentialsV1betaFinalizeCredentialsRequest | body | |
| string | authProvider |
Properties
AuthProvider
Required. The resource name of the AuthProvider. 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
Methods
GetBody()
Returns the body of the request.
Declaration
protected override object GetBody()
Returns
| Type | Description |
|---|---|
| object |
Overrides
ClientServiceRequest<GoogleCloudAgentidentitycredentialsV1betaFinalizeCredentialsResponse>.GetBody()
InitParameters()
Initializes Finalize parameter list.
Declaration
protected override void InitParameters()