Metadata_Privilege_ComponentInfo

Metadata_Privilege_ComponentInfo
Metadata_Privilege_ComponentInfo

The ComponentInfo structure contains the privilege information of a component element. For an explanation of privilege information contained within component elements, see Component.

JSON Example
{
    "packages": {
        "packages": {
            "privileges": [
                "string"
            ],
            "services": {
                "services": {
                    "operations": {
                        "operations": {
                            "privileges": [
                                "string"
                            ],
                            "privilege_info": [
                                {
                                    "property_path": "string",
                                    "privileges": [
                                        "string"
                                    ]
                                }
                            ]
                        }
                    }
                }
            }
        }
    }
}
object
packages
Required

Privilege information of all the package elements. The key in the map is the identifier of the package element and the value in the map is the privilege information for the package element. For an explanation of privilege information containment within package elements, see Package.

When clients pass a value of this structure as a parameter, the key in the field map must be an identifier for the resource type: com.vmware.vapi.package. When operations return a value of this structure as a result, the key in the field map will be an identifier for the resource type: com.vmware.vapi.package.