StateStoreResourceRule interface

State Store Resource Rule properties.

Properties

keys

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

keyType

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.

method

Give access for Read, Write and ReadWrite access level.

Property Details

keys

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

keys: string[]

Property Value

string[]

keyType

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.

keyType: string

Property Value

string

method

Give access for Read, Write and ReadWrite access level.

method: string

Property Value

string