ActiveDirectoryProperties クラス

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

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

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

コンストラクター

ActiveDirectoryProperties(*, domain_name: str, domain_guid: str, net_bios_domain_name: str | None = None, forest_name: str | None = None, domain_sid: str | None = None, azure_storage_sid: str | None = None, sam_account_name: str | None = None, account_type: str | _models.AccountType | None = None, **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) を指定します。

sam_account_name
str

Azure Storage の Active Directory SAMAccountName を指定します。

account_type
str または AccountType

Azure Storage の Active Directory アカウントの種類を指定します。 既知の値は、"User" と "Computer" です。

変数

名前 説明
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) を指定します。

sam_account_name
str

Azure Storage の Active Directory SAMAccountName を指定します。

account_type
str または AccountType

Azure Storage の Active Directory アカウントの種類を指定します。 既知の値は、"User" と "Computer" です。