Show / Hide Table of Contents

Class CfnActionConnector.AuthorizationCodeGrantCredentialsDetailsProperty

Inheritance
object
CfnActionConnector.AuthorizationCodeGrantCredentialsDetailsProperty
Implements
CfnActionConnector.IAuthorizationCodeGrantCredentialsDetailsProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-actionconnector-authorizationcodegrantcredentialsdetails.html

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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-actionconnector-authorizationcodegrantcredentialsdetails.html

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

object

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-actionconnector-authorizationcodegrantcredentialsdetails.html#cfn-quicksight-actionconnector-authorizationcodegrantcredentialsdetails-authorizationcodegrantdetails

Type union: either IResolvable or CfnActionConnector.IAuthorizationCodeGrantDetailsProperty

Implements

CfnActionConnector.IAuthorizationCodeGrantCredentialsDetailsProperty
Back to top Generated by DocFX