Class CfnConnection.OAuth2ClientApplicationProperty
The OAuth2Client application.
Implements
Inherited Members
Namespace: Amazon.CDK.AWS.DataZone
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CfnConnection.OAuth2ClientApplicationProperty : CfnConnection.IOAuth2ClientApplicationProperty
Syntax (vb)
Public Class CfnConnection.OAuth2ClientApplicationProperty Implements CfnConnection.IOAuth2ClientApplicationProperty
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.AWS.DataZone;
var oAuth2ClientApplicationProperty = new OAuth2ClientApplicationProperty {
AwsManagedClientApplicationReference = "awsManagedClientApplicationReference",
UserManagedClientApplicationClientId = "userManagedClientApplicationClientId"
};
Synopsis
Constructors
| OAuth2ClientApplicationProperty() | The OAuth2Client application. |
Properties
| AwsManagedClientApplicationReference | The AWS managed client application reference in the OAuth2Client application. |
| UserManagedClientApplicationClientId | The user managed client application client ID in the OAuth2Client application. |
Constructors
OAuth2ClientApplicationProperty()
The OAuth2Client application.
public OAuth2ClientApplicationProperty()
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.AWS.DataZone;
var oAuth2ClientApplicationProperty = new OAuth2ClientApplicationProperty {
AwsManagedClientApplicationReference = "awsManagedClientApplicationReference",
UserManagedClientApplicationClientId = "userManagedClientApplicationClientId"
};
Properties
AwsManagedClientApplicationReference
The AWS managed client application reference in the OAuth2Client application.
public string? AwsManagedClientApplicationReference { get; set; }
Property Value
Remarks
UserManagedClientApplicationClientId
The user managed client application client ID in the OAuth2Client application.
public string? UserManagedClientApplicationClientId { get; set; }