EventSubscriptionDeliveryIdentityArgs

data class EventSubscriptionDeliveryIdentityArgs(val type: Output<String>, val userAssignedIdentity: Output<String>? = null) : ConvertibleToJava<EventSubscriptionDeliveryIdentityArgs>

Constructors

Link copied to clipboard
constructor(type: Output<String>, userAssignedIdentity: Output<String>? = null)

Properties

Link copied to clipboard
val type: Output<String>

Specifies the type of Managed Service Identity that is used for event delivery. Allowed value is SystemAssigned, UserAssigned.

Link copied to clipboard
val userAssignedIdentity: Output<String>? = null

The user identity associated with the resource.

Functions

Link copied to clipboard
open override fun toJava(): EventSubscriptionDeliveryIdentityArgs