共用方式為


ResourceIdentity 類別

資源的 Azure Active Directory 身分識別組態。

變數只會由伺服器填入,而且會在傳送要求時予以忽略。

繼承
ResourceIdentity

建構函式

ResourceIdentity(*, user_assigned_identities: Dict[str, UserIdentity] | None = None, type: str | IdentityType | None = None, **kwargs)

參數

user_assigned_identities
dict[str, UserIdentity]
必要

要使用的使用者指派身分識別的資源識別碼。

type
strIdentityType
必要

識別類型。 將此設定為 'SystemAssigned',以便自動建立並指派資源的 Azure Active Directory 主體。 可能的值包括:「None」、「SystemAssigned」、「UserAssigned」、「SystemAssigned」、「UserAssigned」。

變數

principal_id
str

Azure Active Directory 主體識別碼。

tenant_id
str

Azure Active Directory 租使用者識別碼。