CaptureIdentity Class
A value that indicates whether capture description is enabled.
Constructor
CaptureIdentity(*args: Any, **kwargs: Any)
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. |
Attributes
type
"SystemAssigned" and "UserAssigned".
type: str | _models.CaptureIdentityType | 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.
user_assigned_identity: str | None