Class CfnDomain.SingleSignOnProperty
The single sign-on details in Amazon DataZone.
Implements
Inherited Members
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
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
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
Remarks
Type
The type of single sign-on in Amazon DataZone.
public string? Type { get; set; }
Property Value
Remarks
UserAssignment
The single sign-on user assignment in Amazon DataZone.
public string? UserAssignment { get; set; }