Interface CfnConnection.IOAuth2ClientApplicationProperty
The OAuth2Client application.
Namespace: Amazon.CDK.AWS.DataZone
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface CfnConnection.IOAuth2ClientApplicationProperty
Syntax (vb)
Public Interface 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
Properties
| AwsManagedClientApplicationReference | The AWS managed client application reference in the OAuth2Client application. |
| UserManagedClientApplicationClientId | The user managed client application client ID in the OAuth2Client application. |
Properties
AwsManagedClientApplicationReference
The AWS managed client application reference in the OAuth2Client application.
string? AwsManagedClientApplicationReference { get; }
Property Value
Remarks
UserManagedClientApplicationClientId
The user managed client application client ID in the OAuth2Client application.
string? UserManagedClientApplicationClientId { get; }