CaptureIdentity Class

A value that indicates whether capture description is enabled.

Inheritance
azure.mgmt.eventhub._serialization.Model
CaptureIdentity

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".

user_assigned_identity
str

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.

Variables

Name Description
type

Type of Azure Active Directory Managed Identity. Known values are: "SystemAssigned" and "UserAssigned".

user_assigned_identity
str

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.