Active Directory Properties Args
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
Properties
Link copied to clipboard
Specifies the security identifier (SID) for Azure Storage.
Link copied to clipboard
Specifies the domain GUID.
Link copied to clipboard
Specifies the primary domain that the AD DNS server is authoritative for.
Link copied to clipboard
Specifies the Active Directory forest to get.
Link copied to clipboard
Specifies the NetBIOS domain name.