共用方式為


Identity 類別

設定「攜帶您自己的金鑰」身分識別的屬性。

繼承
azure.mgmt.servicebus._serialization.Model
Identity

建構函式

Identity(*, principal_id: str | None = None, tenant_id: str | None = None, type: Literal['SystemAssigned'] = 'SystemAssigned', **kwargs: Any)

僅限關鍵字的參數

名稱 Description
principal_id
str

KeyVault 中的 ObjectId。

tenant_id
str

來自 KeyVault 的 TenantId。

type
str

列舉可能的值 Identity 類型,目前僅支援 'SystemAssigned'。 預設值為 「SystemAssigned」。

預設值: SystemAssigned

變數

名稱 Description
principal_id
str

KeyVault 中的 ObjectId。

tenant_id
str

來自 KeyVault 的 TenantId。

type
str

列舉可能的值 Identity 類型,目前僅支援 'SystemAssigned'。 預設值為 「SystemAssigned」。