Class CfnStudioComponent.ActiveDirectoryConfigurationProperty
Inherited Members
Namespace: Amazon.CDK.AWS.NimbleStudio
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CfnStudioComponent.ActiveDirectoryConfigurationProperty : CfnStudioComponent.IActiveDirectoryConfigurationProperty
Syntax (vb)
Public Class CfnStudioComponent.ActiveDirectoryConfigurationProperty Implements CfnStudioComponent.IActiveDirectoryConfigurationProperty
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.NimbleStudio;
var activeDirectoryConfigurationProperty = new ActiveDirectoryConfigurationProperty {
ComputerAttributes = new [] { new ActiveDirectoryComputerAttributeProperty {
Name = "name",
Value = "value"
} },
DirectoryId = "directoryId",
OrganizationalUnitDistinguishedName = "organizationalUnitDistinguishedName"
};
Synopsis
Constructors
ActiveDirectoryConfigurationProperty() |
Properties
ComputerAttributes | |
DirectoryId | |
OrganizationalUnitDistinguishedName |
Constructors
ActiveDirectoryConfigurationProperty()
public ActiveDirectoryConfigurationProperty()
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.NimbleStudio;
var activeDirectoryConfigurationProperty = new ActiveDirectoryConfigurationProperty {
ComputerAttributes = new [] { new ActiveDirectoryComputerAttributeProperty {
Name = "name",
Value = "value"
} },
DirectoryId = "directoryId",
OrganizationalUnitDistinguishedName = "organizationalUnitDistinguishedName"
};
Properties
ComputerAttributes
public object? ComputerAttributes { get; set; }
Property Value
Remarks
DirectoryId
public string? DirectoryId { get; set; }
Property Value
Remarks
OrganizationalUnitDistinguishedName
public string? OrganizationalUnitDistinguishedName { get; set; }