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