ActiveDirectoryProperties クラス

Active Directory (AD) の設定プロパティ。

Azure に送信するには、必要なすべてのパラメーターを設定する必要があります。

継承
azure.mgmt.storage._serialization.Model
ActiveDirectoryProperties

コンストラクター

ActiveDirectoryProperties(*, domain_name: str, net_bios_domain_name: str, forest_name: str, domain_guid: str, domain_sid: str, azure_storage_sid: str, **kwargs: Any)

Keyword-Only パラメータ

名前 説明
domain_name
str

AD DNS サーバーが権限を持つプライマリ ドメインを指定します。 必須。

net_bios_domain_name
str

NetBIOS ドメイン名を指定します。 必須。

forest_name
str

取得する Active Directory フォレストを指定します。 必須。

domain_guid
str

ドメイン GUID を指定します。 必須。

domain_sid
str

セキュリティ識別子 (SID) を指定します。 必須です。

azure_storage_sid
str

Azure Storage のセキュリティ識別子 (SID) を指定します。 必須。

変数

名前 説明
domain_name
str

AD DNS サーバーが権限を持つプライマリ ドメインを指定します。 必須です。

net_bios_domain_name
str

NetBIOS ドメイン名を指定します。 必須。

forest_name
str

取得する Active Directory フォレストを指定します。 必須です。

domain_guid
str

ドメイン GUID を指定します。 必須です。

domain_sid
str

セキュリティ識別子 (SID) を指定します。 必須。

azure_storage_sid
str

Azure Storage のセキュリティ識別子 (SID) を指定します。 必須。