ActiveDirectoryPropertiesResponse

data class ActiveDirectoryPropertiesResponse(val azureStorageSid: String, val domainGuid: String, val domainName: String, val domainSid: String, val forestName: String, val netBiosDomainName: String)

Settings properties for Active Directory (AD).

Constructors

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

Types

Link copied to clipboard
object Companion

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 security identifier (SID).

Link copied to clipboard

Specifies the Active Directory forest to get.

Link copied to clipboard

Specifies the NetBIOS domain name.