RestGrantData
RestGrantData
JSON Example
{
"name": "string",
"description": "string",
"vimId": "string",
"policyId": "string",
"filter": {
"catalogFilter": {
"name": {
"operator": "string",
"values": [
"string"
]
},
"provider": {
"operator": "string",
"values": [
"string"
]
},
"productName": {
"operator": "string",
"values": [
"string"
]
},
"descriptorId": {
"operator": "string",
"values": [
"string"
]
},
"descriptorVersion": {
"operator": "string",
"values": [
"string"
]
},
"softwareVersion": {
"operator": "string",
"values": [
"string"
]
},
"tag": [
{
"operator": "string",
"values": [
"string"
]
}
]
},
"cnfFilter": {
"name": {
"operator": "string",
"values": [
"string"
]
},
"tag": [
{
"operator": "string",
"values": [
"string"
]
}
]
},
"operationFilter": {
"name": {
"operator": "string",
"values": [
"string"
]
}
}
}
}
string
name
Required
The human readable name of the Grant. It shall be unique.
string
description
Optional
A human readable description.
string
vimId
Required
The subject VIM identifier.
string
policyId
Required
The subject Policy identifier.