Container Group Identity Args
data class ContainerGroupIdentityArgs(val type: Output<ResourceIdentityType>? = null, val userAssignedIdentities: Output<List<String>>? = null) : ConvertibleToJava<ContainerGroupIdentityArgs>
Identity for the container group.
Constructors
Link copied to clipboard
fun ContainerGroupIdentityArgs(type: Output<ResourceIdentityType>? = null, userAssignedIdentities: Output<List<String>>? = null)