CacheIdentityArgs

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)

Properties

Link copied to clipboard
val type: Output<CacheIdentityType>? = null

The type of identity used for the cache

Link copied to clipboard
val userAssignedIdentities: Output<List<String>>? = null

A dictionary where each key is a user assigned identity resource ID, and each key's value is an empty dictionary.

Functions

Link copied to clipboard
open override fun toJava(): CacheIdentityArgs