CaptureIdentity Class
A value that indicates whether capture description is enabled.
Constructor
CaptureIdentity(*, type: str | _models.CaptureIdentityType | None = None, user_assigned_identity: str | None = None, **kwargs: Any)
Keyword-Only Parameters
| Name | Description |
|---|---|
|
type
|
Type of Azure Active Directory Managed Identity. Known values are: "SystemAssigned" and "UserAssigned". Default value: None
|
|
user_assigned_identity
|
ARM ID of Managed User Identity. This property is required is the type is UserAssignedIdentity. If type is SystemAssigned, then the System Assigned Identity Associated with the namespace will be used. Default value: None
|
Variables
| Name | Description |
|---|---|
|
type
|
Type of Azure Active Directory Managed Identity. Known values are: "SystemAssigned" and "UserAssigned". |
|
user_assigned_identity
|
ARM ID of Managed User Identity. This property is required is the type is UserAssignedIdentity. If type is SystemAssigned, then the System Assigned Identity Associated with the namespace will be used. |