Active Directory Properties Args
data class ActiveDirectoryPropertiesArgs(val accountType: Output<Either<String, AccountType>>? = null, val azureStorageSid: Output<String>? = null, val domainGuid: Output<String>, val domainName: Output<String>, val domainSid: Output<String>? = null, val forestName: Output<String>? = null, val netBiosDomainName: Output<String>? = null, val samAccountName: Output<String>? = null) : ConvertibleToJava<ActiveDirectoryPropertiesArgs>
Settings properties for Active Directory (AD).
Constructors
Link copied to clipboard
constructor(accountType: Output<Either<String, AccountType>>? = null, azureStorageSid: Output<String>? = null, domainGuid: Output<String>, domainName: Output<String>, domainSid: Output<String>? = null, forestName: Output<String>? = null, netBiosDomainName: Output<String>? = null, samAccountName: Output<String>? = null)
Properties
Link copied to clipboard
Specifies the Active Directory account type for Azure Storage.
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.
Link copied to clipboard
Specifies the Active Directory SAMAccountName for Azure Storage.