StateStoreResourceRuleResponse

data class StateStoreResourceRuleResponse(val keyType: String, val keys: List<String>, val method: String)

State Store Resource Rule properties.

Constructors

Link copied to clipboard
constructor(keyType: String, keys: List<String>, method: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Give access to state store keys for the corresponding principals defined. When key type is pattern set glob-style pattern (e.g., '', 'clients/').

Link copied to clipboard

Allowed keyTypes pattern, string, binary. The key type used for matching, for example pattern tries to match the key to a glob-style pattern and string checks key is equal to value provided in keys.

Link copied to clipboard

Give access for Read, Write and ReadWrite access level. */