vapi metadata authentication: component info

The component_info structure contains authentication information of a component element.

For an explanation of authentication information contained within component elements, see vapi.metadata.authentication.component.

Representations:

{
    "packages"[
        {
            "key""obj-103",
            "value"{
                "schemes"[
                    {
                        "scheme""string",
                        "scheme_type""SESSIONLESS",
                        "session_manager""string"
                    },
                    {
                        "scheme""string",
                        "scheme_type""SESSIONLESS",
                        "session_manager""string"
                    }
                ],
                "services"[
                    {
                        "key""obj-103",
                        "value"{
                            "operations"[
                                {
                                    "key""obj-103",
                                    "value"{
                                        "schemes"[
                                            {
                                                "scheme""string",
                                                "scheme_type""SESSIONLESS",
                                                "session_manager""string"
                                            },
                                            {
                                                "scheme""string",
                                                "scheme_type""SESSIONLESS",
                                                "session_manager""string"
                                            }
                                        ]
                                    }
                                }
                            ],
                            "schemes"[
                                {
                                    "scheme""string",
                                    "scheme_type""SESSIONLESS",
                                    "session_manager""string"
                                },
                                {
                                    "scheme""string",
                                    "scheme_type""SESSIONLESS",
                                    "session_manager""string"
                                }
                            ]
                        }
                    }
                ]
            }
        }
    ]
}
<?xml version="1.0" ?>
<ns0:ComponentInfo xmlns:ns0="http://vmware.com/vapi/metadata/authentication" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <packages-array>
    <array-item>
      <value>
        <services-array>
          <array-item>
            <value>
              <schemes-array>
                <array-item>
                  <scheme_type>SESSIONLESS</scheme_type>
                  <scheme>string</scheme>
                  <session_manager>string</session_manager>
                </array-item>
                <array-item>
                  <scheme_type>SESSIONLESS</scheme_type>
                  <scheme>string</scheme>
                  <session_manager>string</session_manager>
                </array-item>
              </schemes-array>
              <operations-array>
                <array-item>
                  <value>
                    <schemes-array>
                      <array-item>
                        <scheme_type>SESSIONLESS</scheme_type>
                        <scheme>string</scheme>
                        <session_manager>string</session_manager>
                      </array-item>
                      <array-item>
                        <scheme_type>SESSIONLESS</scheme_type>
                        <scheme>string</scheme>
                        <session_manager>string</session_manager>
                      </array-item>
                    </schemes-array>
                  </value>
                  <key>obj-103</key>
                </array-item>
              </operations-array>
            </value>
            <key>obj-103</key>
          </array-item>
        </services-array>
        <schemes-array>
          <array-item>
            <scheme_type>SESSIONLESS</scheme_type>
            <scheme>string</scheme>
            <session_manager>string</session_manager>
          </array-item>
          <array-item>
            <scheme_type>SESSIONLESS</scheme_type>
            <scheme>string</scheme>
            <session_manager>string</session_manager>
          </array-item>
        </schemes-array>
      </value>
      <key>obj-103</key>
    </array-item>
  </packages-array>
</ns0:ComponentInfo>

Attributes:

Name Type Description
Required
packages list Authentication information of all the package elements. The key in the key/value pairs is the identifier of the package element and the value in the key/value pairs is the authentication information for the package element.

For an explanation of authentication information containment within package elements, see vapi.metadata.authentication.package.

When clients pass a value of this structure as a parameter, the key in the field key/value pairs 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 key/value pairs will be an identifier for the resource type: com.vmware.vapi.package.List of {"key": string, "value": package_info}