RestGrantInfo

RestGrantInfo
RestGrantInfo
AllOf
This class requires all of the following:
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"
                ]
            }
        }
    },
    "id": "string",
    "vimName": "string",
    "policyName": "string",
    "username": "string",
    "updatedAt": "string",
    "_links": {
        "self": {
            "href": "string"
        },
        "list": {
            "href": "string"
        },
        "edit": {
            "href": "string"
        },
        "delete": {
            "href": "string"
        }
    }
}