Show / Hide Table of Contents

Class CfnDomain.SingleSignOnProperty

The single sign-on details in Amazon DataZone.

Inheritance
object
CfnDomain.SingleSignOnProperty
Implements
CfnDomain.ISingleSignOnProperty
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.DataZone
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CfnDomain.SingleSignOnProperty : CfnDomain.ISingleSignOnProperty
Syntax (vb)
Public Class CfnDomain.SingleSignOnProperty Implements CfnDomain.ISingleSignOnProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-datazone-domain-singlesignon.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.DataZone;

             var singleSignOnProperty = new SingleSignOnProperty {
                 IdcInstanceArn = "idcInstanceArn",
                 Type = "type",
                 UserAssignment = "userAssignment"
             };

Synopsis

Constructors

SingleSignOnProperty()

The single sign-on details in Amazon DataZone.

Properties

IdcInstanceArn

The ARN of the IDC instance.

Type

The type of single sign-on in Amazon DataZone.

UserAssignment

The single sign-on user assignment in Amazon DataZone.

Constructors

SingleSignOnProperty()

The single sign-on details in Amazon DataZone.

public SingleSignOnProperty()
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-datazone-domain-singlesignon.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.DataZone;

             var singleSignOnProperty = new SingleSignOnProperty {
                 IdcInstanceArn = "idcInstanceArn",
                 Type = "type",
                 UserAssignment = "userAssignment"
             };

Properties

IdcInstanceArn

The ARN of the IDC instance.

public string? IdcInstanceArn { get; set; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-datazone-domain-singlesignon.html#cfn-datazone-domain-singlesignon-idcinstancearn

Type

The type of single sign-on in Amazon DataZone.

public string? Type { get; set; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-datazone-domain-singlesignon.html#cfn-datazone-domain-singlesignon-type

UserAssignment

The single sign-on user assignment in Amazon DataZone.

public string? UserAssignment { get; set; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-datazone-domain-singlesignon.html#cfn-datazone-domain-singlesignon-userassignment

Implements

CfnDomain.ISingleSignOnProperty
Back to top Generated by DocFX