ActiveDirectoryPropertiesArgs

data class ActiveDirectoryPropertiesArgs(val azureStorageSid: Output<String>, val domainGuid: Output<String>, val domainName: Output<String>, val domainSid: Output<String>, val forestName: Output<String>, val netBiosDomainName: Output<String>) : ConvertibleToJava<ActiveDirectoryPropertiesArgs>

Settings properties for Active Directory (AD).

Constructors

Link copied to clipboard
constructor(azureStorageSid: Output<String>, domainGuid: Output<String>, domainName: Output<String>, domainSid: Output<String>, forestName: Output<String>, netBiosDomainName: Output<String>)

Properties

Link copied to clipboard
val azureStorageSid: Output<String>

Specifies the security identifier (SID) for Azure Storage.

Link copied to clipboard
val domainGuid: Output<String>

Specifies the domain GUID.

Link copied to clipboard
val domainName: Output<String>

Specifies the primary domain that the AD DNS server is authoritative for.

Link copied to clipboard
val domainSid: Output<String>

Specifies the security identifier (SID).

Link copied to clipboard
val forestName: Output<String>

Specifies the Active Directory forest to get.

Link copied to clipboard

Specifies the NetBIOS domain name.

Functions

Link copied to clipboard
open override fun toJava(): ActiveDirectoryPropertiesArgs