ApplicationGatewayIdentity

data class ApplicationGatewayIdentity(val identityIds: List<String>, val type: String)

Constructors

Link copied to clipboard
fun ApplicationGatewayIdentity(identityIds: List<String>, type: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Specifies a list of User Assigned Managed Identity IDs to be assigned to this Application Gateway.

Link copied to clipboard

Specifies the type of Managed Service Identity that should be configured on this Application Gateway. Only possible value is UserAssigned.