IdentitySelector Class
IdentitySelector represents the selection of a managed identity for use.
Constructor
IdentitySelector(*, identity_type: str | _models.ManagedServiceIdentitySelectorType | None = None, user_assigned_identity_resource_id: str | None = None, **kwargs: Any)
Keyword-Only Parameters
| Name | Description |
|---|---|
|
identity_type
|
The type of managed identity that is being selected. Known values are: "SystemAssignedIdentity" and "UserAssignedIdentity". Default value: None
|
|
user_assigned_identity_resource_id
|
The user assigned managed identity resource ID to use. Mutually exclusive with a system assigned identity type. Default value: None
|
Variables
| Name | Description |
|---|---|
|
identity_type
|
The type of managed identity that is being selected. Known values are: "SystemAssignedIdentity" and "UserAssignedIdentity". |
|
user_assigned_identity_resource_id
|
The user assigned managed identity resource ID to use. Mutually exclusive with a system assigned identity type. |