SystemTopicEventSubscriptionDeliveryIdentityArgs

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

Constructors

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(): SystemTopicEventSubscriptionDeliveryIdentityArgs