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