ActiveDirectoryPropertiesResponse

data class ActiveDirectoryPropertiesResponse(val accountType: String? = null, val azureStorageSid: String? = null, val domainGuid: String, val domainName: String, val domainSid: String? = null, val forestName: String? = null, val netBiosDomainName: String? = null, val samAccountName: String? = null)

Settings properties for Active Directory (AD).

Constructors

Link copied to clipboard
constructor(accountType: String? = null, azureStorageSid: String? = null, domainGuid: String, domainName: String, domainSid: String? = null, forestName: String? = null, netBiosDomainName: String? = null, samAccountName: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val accountType: String? = null

Specifies the Active Directory account type for Azure Storage.

Link copied to clipboard
val azureStorageSid: String? = null

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
val domainSid: String? = null

Specifies the security identifier (SID).

Link copied to clipboard
val forestName: String? = null

Specifies the Active Directory forest to get.

Link copied to clipboard

Specifies the NetBIOS domain name.

Link copied to clipboard
val samAccountName: String? = null

Specifies the Active Directory SAMAccountName for Azure Storage.