Identity 類別
資源的身分識別。
變數只會由伺服器填入,而且會在傳送要求時予以忽略。
- 繼承
-
azure.mgmt.resource.resources._serialization.Model
Identity
建構函式
Identity(*, type: Literal['SystemAssigned'] | None = None, **kwargs)
變數
- principal_id
-
str
資源識別的主體識別碼。
- tenant_id
-
str
資源的租使用者識別碼。
- type
-
str
識別類型。 預設值為 「SystemAssigned」。