Class CfnActionConnectorPropsMixin.AuthorizationCodeGrantMetadataProperty
Inherited Members
Namespace: Amazon.CDK.Mixins.Preview.AWS.QuickSight.Mixins
Assembly: Amazon.CDK.Mixins.Preview.dll
Syntax (csharp)
public class CfnActionConnectorPropsMixin.AuthorizationCodeGrantMetadataProperty : CfnActionConnectorPropsMixin.IAuthorizationCodeGrantMetadataProperty
Syntax (vb)
Public Class CfnActionConnectorPropsMixin.AuthorizationCodeGrantMetadataProperty Implements CfnActionConnectorPropsMixin.IAuthorizationCodeGrantMetadataProperty
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.Mixins.Preview.AWS.QuickSight.Mixins;
var authorizationCodeGrantMetadataProperty = new AuthorizationCodeGrantMetadataProperty {
AuthorizationCodeGrantCredentialsDetails = new AuthorizationCodeGrantCredentialsDetailsProperty {
AuthorizationCodeGrantDetails = new AuthorizationCodeGrantDetailsProperty {
AuthorizationEndpoint = "authorizationEndpoint",
ClientId = "clientId",
ClientSecret = "clientSecret",
TokenEndpoint = "tokenEndpoint"
}
},
AuthorizationCodeGrantCredentialsSource = "authorizationCodeGrantCredentialsSource",
BaseEndpoint = "baseEndpoint",
RedirectUrl = "redirectUrl"
};
Synopsis
Constructors
| AuthorizationCodeGrantMetadataProperty() |
Properties
| AuthorizationCodeGrantCredentialsDetails | |
| AuthorizationCodeGrantCredentialsSource | |
| BaseEndpoint | |
| RedirectUrl |
Constructors
AuthorizationCodeGrantMetadataProperty()
public AuthorizationCodeGrantMetadataProperty()
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.Mixins.Preview.AWS.QuickSight.Mixins;
var authorizationCodeGrantMetadataProperty = new AuthorizationCodeGrantMetadataProperty {
AuthorizationCodeGrantCredentialsDetails = new AuthorizationCodeGrantCredentialsDetailsProperty {
AuthorizationCodeGrantDetails = new AuthorizationCodeGrantDetailsProperty {
AuthorizationEndpoint = "authorizationEndpoint",
ClientId = "clientId",
ClientSecret = "clientSecret",
TokenEndpoint = "tokenEndpoint"
}
},
AuthorizationCodeGrantCredentialsSource = "authorizationCodeGrantCredentialsSource",
BaseEndpoint = "baseEndpoint",
RedirectUrl = "redirectUrl"
};
Properties
AuthorizationCodeGrantCredentialsDetails
public object? AuthorizationCodeGrantCredentialsDetails { get; set; }
Property Value
Remarks
Type union: either IResolvable or CfnActionConnectorPropsMixin.IAuthorizationCodeGrantCredentialsDetailsProperty
AuthorizationCodeGrantCredentialsSource
public string? AuthorizationCodeGrantCredentialsSource { get; set; }
Property Value
Remarks
BaseEndpoint
public string? BaseEndpoint { get; set; }
Property Value
Remarks
RedirectUrl
public string? RedirectUrl { get; set; }