ResourceIdentity Class
Azure Active Directory identity configuration for a resource.
Variables are only populated by the server, and will be ignored when sending a request.
- Inheritance
-
msrest.serialization.ModelResourceIdentity
Constructor
ResourceIdentity(*, user_assigned_identities: Dict[str, UserIdentity] | None = None, type: str | IdentityType | None = None, **kwargs)
Parameters
Name | Description |
---|---|
user_assigned_identities
Required
|
The resource ids of the user assigned identities to use. |
type
Required
|
str or
IdentityType
The identity type. Set this to 'SystemAssigned' in order to automatically create and assign an Azure Active Directory principal for the resource. Possible values include: "None", "SystemAssigned", "UserAssigned", "SystemAssigned,UserAssigned". |
Keyword-Only Parameters
Name | Description |
---|---|
user_assigned_identities
Required
|
|
type
Required
|
|
Variables
Name | Description |
---|---|
principal_id
|
The Azure Active Directory principal id. |
tenant_id
|
The Azure Active Directory tenant id. |
GitHub에서 Microsoft와 공동 작업
이 콘텐츠의 원본은 GitHub에서 찾을 수 있으며, 여기서 문제와 끌어오기 요청을 만들고 검토할 수도 있습니다. 자세한 내용은 참여자 가이드를 참조하세요.
Azure SDK for Python