Class CfnActionConnector.AuthorizationCodeGrantCredentialsDetailsProperty
Inherited Members
Namespace: Amazon.CDK.AWS.QuickSight
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CfnActionConnector.AuthorizationCodeGrantCredentialsDetailsProperty : CfnActionConnector.IAuthorizationCodeGrantCredentialsDetailsProperty
Syntax (vb)
Public Class CfnActionConnector.AuthorizationCodeGrantCredentialsDetailsProperty Implements CfnActionConnector.IAuthorizationCodeGrantCredentialsDetailsProperty
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.QuickSight;
var authorizationCodeGrantCredentialsDetailsProperty = new AuthorizationCodeGrantCredentialsDetailsProperty {
AuthorizationCodeGrantDetails = new AuthorizationCodeGrantDetailsProperty {
AuthorizationEndpoint = "authorizationEndpoint",
ClientId = "clientId",
ClientSecret = "clientSecret",
TokenEndpoint = "tokenEndpoint"
}
};
Synopsis
Constructors
| AuthorizationCodeGrantCredentialsDetailsProperty() |
Properties
| AuthorizationCodeGrantDetails |
Constructors
AuthorizationCodeGrantCredentialsDetailsProperty()
public AuthorizationCodeGrantCredentialsDetailsProperty()
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.QuickSight;
var authorizationCodeGrantCredentialsDetailsProperty = new AuthorizationCodeGrantCredentialsDetailsProperty {
AuthorizationCodeGrantDetails = new AuthorizationCodeGrantDetailsProperty {
AuthorizationEndpoint = "authorizationEndpoint",
ClientId = "clientId",
ClientSecret = "clientSecret",
TokenEndpoint = "tokenEndpoint"
}
};
Properties
AuthorizationCodeGrantDetails
public object AuthorizationCodeGrantDetails { get; set; }
Property Value
Remarks
Type union: either IResolvable or CfnActionConnector.IAuthorizationCodeGrantDetailsProperty