Metadata_Authentication_ComponentInfo

Metadata_Authentication_ComponentInfo
Metadata_Authentication_ComponentInfo

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

JSON Example
{
    "packages": {
        "packages": {
            "schemes": [
                {
                    "scheme_type": "string",
                    "session_manager": "string",
                    "scheme": "string"
                }
            ],
            "services": {
                "services": {
                    "schemes": [
                        "Metadata_Authentication_AuthenticationInfo Object"
                    ],
                    "operations": {
                        "operations": {
                            "schemes": [
                                "Metadata_Authentication_AuthenticationInfo Object"
                            ]
                        }
                    }
                }
            }
        }
    }
}
object
packages
Required

Authentication 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 authentication information for the package element. For an explanation of authentication 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.