GetAdConnectorDirectoriesDirectory

data class GetAdConnectorDirectoriesDirectory(val adConnectorDirectoryId: String, val adConnectors: List<GetAdConnectorDirectoriesDirectoryAdConnector>, val createTime: String, val customSecurityGroupId: String, val directoryName: String, val directoryType: String, val dnsAddresses: List<String>, val dnsUserName: String, val domainName: String, val domainUserName: String, val enableAdminAccess: Boolean, val id: String, val mfaEnabled: Boolean, val status: String, val subDnsAddresses: List<String>, val subDomainName: String, val trustPassword: String, val vpcId: String, val vswitchIds: List<String>)

Constructors

Link copied to clipboard
constructor(adConnectorDirectoryId: String, adConnectors: List<GetAdConnectorDirectoriesDirectoryAdConnector>, createTime: String, customSecurityGroupId: String, directoryName: String, directoryType: String, dnsAddresses: List<String>, dnsUserName: String, domainName: String, domainUserName: String, enableAdminAccess: Boolean, id: String, mfaEnabled: Boolean, status: String, subDnsAddresses: List<String>, subDomainName: String, trustPassword: String, vpcId: String, vswitchIds: List<String>)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The ID of the ad connector directory.

Link copied to clipboard
Link copied to clipboard

The CreateTime of resource.

Link copied to clipboard

The ID of the security group.

Link copied to clipboard

The name of directory.

Link copied to clipboard

The name of the domain.

Link copied to clipboard

The address of DNSAddress.

Link copied to clipboard

The username of DNS.

Link copied to clipboard

The name of the domain.

Link copied to clipboard

domain admin user name.

Link copied to clipboard

Whether to grant local administrator rights to users who use cloud desktops.

Link copied to clipboard
val id: String

The ID of the Ad Connector Directory.

Link copied to clipboard

Whether MFA authentication is enabled. After all AD users in this directory log on to the cloud desktop, enter the correct password and then enter the dynamic verification code generated by the MFA device.

Link copied to clipboard

The status of directory.

Link copied to clipboard

The Enterprise already has the DNS address of the AD subdomain.

Link copied to clipboard

The Enterprise already has a fully qualified domain name (FQDN) of an AD subdomain, with both a host name and a domain name.

Link copied to clipboard

The trust password.

Link copied to clipboard

The ID of the vpc.

Link copied to clipboard

List of vSwitch IDs in the directory.