KeyValue

KeyValue
KeyValue

Containins core metadata entry data.

JSON Example
{
    "domain": "string",
    "namespace": "string",
    "key": "string",
    "value": {
        "value": {},
        "type": "string"
    }
}
string
domain
Required

Only meaningful for providers. Allows them to share entries with their tenants. Currently accepted values are: 'TENANT', 'PROVIDER', where that is the ascending sort order of the enumeration.

string
namespace
Optional

namespace

string
key
Required

key

value
Required

value

Availability
Added in 37.0.0-alpha
Property Of