Class UpdateConnectionOAuthRequestParameters
- Namespace
- Amazon.EventBridge.Model
- Assembly
- AWSSDK.EventBridge.dll
Contains the OAuth request parameters to use for the connection.
public class UpdateConnectionOAuthRequestParameters
- Inheritance
-
UpdateConnectionOAuthRequestParameters
- Inherited Members
Constructors
UpdateConnectionOAuthRequestParameters()
public UpdateConnectionOAuthRequestParameters()
Properties
AuthorizationEndpoint
Gets and sets the property AuthorizationEndpoint.
The URL to the authorization endpoint when OAuth is specified as the authorization type.
public string AuthorizationEndpoint { get; set; }
Property Value
ClientParameters
Gets and sets the property ClientParameters.
A UpdateConnectionOAuthClientRequestParameters
object that contains the client
parameters to use for the connection when OAuth is specified as the authorization
type.
public UpdateConnectionOAuthClientRequestParameters ClientParameters { get; set; }
Property Value
HttpMethod
Gets and sets the property HttpMethod.
The method used to connect to the HTTP endpoint.
public ConnectionOAuthHttpMethod HttpMethod { get; set; }
Property Value
OAuthHttpParameters
Gets and sets the property OAuthHttpParameters.
The additional HTTP parameters used for the OAuth authorization request.
public ConnectionHttpParameters OAuthHttpParameters { get; set; }