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, sam_account_name: str | None = None, account_type: str | _models.ActiveDirectoryPropertiesAccountType | 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

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

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