Identity クラス
リソースの ID。
変数はサーバーによってのみ設定され、要求の送信時には無視されます。
- 継承
-
azure.mgmt.resource.resources._serialization.ModelIdentity
コンストラクター
Identity(*, type: Literal['SystemAssigned'] | None = None, **kwargs)
変数
- principal_id
- str
リソース ID のプリンシパル ID。
- tenant_id
- str
リソースのテナント ID。
- type
- str
ID の種類。 既定値は "SystemAssigned" です。