NetworkSimGroupIdentity

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

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

A list of IDs for User Assigned Managed Identity resources to be assigned.

Link copied to clipboard

Specifies the type of Managed Service Identity. Possible value is UserAssigned.