Cache Identity Args
data class CacheIdentityArgs(val type: Output<CacheIdentityType>? = null, val userAssignedIdentities: Output<List<String>>? = null) : ConvertibleToJava<CacheIdentityArgs>
Cache identity properties.
Constructors
Link copied to clipboard
constructor(type: Output<CacheIdentityType>? = null, userAssignedIdentities: Output<List<String>>? = null)