CaptureIdentity interface
A value that indicates whether capture description is enabled.
Properties
type | Type of Azure Active Directory Managed Identity. |
user |
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. |
Property Details
type
Type of Azure Active Directory Managed Identity.
type?: CaptureIdentityType
Property Value
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?: string
Property Value
string