CaptureIdentity Class

A value that indicates whether capture description is enabled.

Constructor

CaptureIdentity()

Variables

Name Description
type
Union[str, <xref:"CaptureIdentityType">]

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.

Attributes

type

"SystemAssigned" and "UserAssigned".

type: str | CaptureIdentityType

userAssignedIdentity

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.

userAssignedIdentity: str