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