次の方法で共有


Identity クラス

リソースの ID。

変数はサーバーによってのみ設定され、要求の送信時には無視されます。

継承
azure.mgmt.resource.resources._serialization.Model
Identity

コンストラクター

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

変数

principal_id
str

リソース ID のプリンシパル ID。

tenant_id
str

リソースのテナント ID。

type
str

ID の種類。 既定値は "SystemAssigned" です。