ManagedIdentityConfiguration 類別
受控識別認證組態。
- 繼承
-
azure.ai.ml.entities._credentials._BaseIdentityConfigurationManagedIdentityConfiguration
建構函式
ManagedIdentityConfiguration(*, client_id: str | None = None, resource_id: str | None = None, object_id: str | None = None, principal_id: str | None = None)
僅限關鍵字參數
名稱 | Description |
---|---|
client_id
|
受控識別的用戶端識別碼。 |
resource_id
|
受控識別的資源識別碼。 |
object_id
|
物件識別碼。 |
principal_id
|
主體識別碼。 |
方法
get | |
has_key | |
items | |
keys | |
update | |
values |
get
get(key: Any, default: Any | None = None) -> Any
參數
名稱 | Description |
---|---|
key
必要
|
|
default
|
預設值: None
|
has_key
has_key(k: Any) -> bool
參數
名稱 | Description |
---|---|
k
必要
|
|
items
items() -> list
keys
keys() -> list
update
update(*args: Any, **kwargs: Any) -> None
values
values() -> list