Class CreateConnectionOAuthClientRequestParameters
- Namespace
- Amazon.EventBridge.Model
- Assembly
- AWSSDK.EventBridge.dll
Contains the Basic authorization parameters to use for the connection.
public class CreateConnectionOAuthClientRequestParameters
- Inheritance
-
CreateConnectionOAuthClientRequestParameters
- Inherited Members
Constructors
CreateConnectionOAuthClientRequestParameters()
public CreateConnectionOAuthClientRequestParameters()
Properties
ClientID
Gets and sets the property ClientID.
The client ID to use for OAuth authorization for the connection.
public string ClientID { get; set; }
Property Value
ClientSecret
Gets and sets the property ClientSecret.
The client secret associated with the client ID to use for OAuth authorization for the connection.
public string ClientSecret { get; set; }