ActiveDirectoryProperties interface
Settings properties for Active Directory (AD).
Properties
account |
Specifies the Active Directory account type for Azure Storage. |
azure |
Specifies the security identifier (SID) for Azure Storage. |
domain |
Specifies the domain GUID. |
domain |
Specifies the primary domain that the AD DNS server is authoritative for. |
domain |
Specifies the security identifier (SID). |
forest |
Specifies the Active Directory forest to get. |
net |
Specifies the NetBIOS domain name. |
sam |
Specifies the Active Directory SAMAccountName for Azure Storage. |
Property Details
accountType
Specifies the Active Directory account type for Azure Storage.
accountType?: string
Property Value
string
azureStorageSid
Specifies the security identifier (SID) for Azure Storage.
azureStorageSid?: string
Property Value
string
domainGuid
Specifies the domain GUID.
domainGuid: string
Property Value
string
domainName
Specifies the primary domain that the AD DNS server is authoritative for.
domainName: string
Property Value
string
domainSid
Specifies the security identifier (SID).
domainSid?: string
Property Value
string
forestName
Specifies the Active Directory forest to get.
forestName?: string
Property Value
string
netBiosDomainName
Specifies the NetBIOS domain name.
netBiosDomainName?: string
Property Value
string
samAccountName
Specifies the Active Directory SAMAccountName for Azure Storage.
samAccountName?: string
Property Value
string