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
                fun CacheIdentityArgs(type: Output<CacheIdentityType>? = null, userAssignedIdentities: Output<List<String>>? = null)