Metadata_Authentication_ServiceInfo

Metadata_Authentication_ServiceInfo
Metadata_Authentication_ServiceInfo

The ServiceInfo structure contains authentication information of a service element. For an explanation of authentication information contained within service elements, see Service.

JSON Example
{
    "schemes": [
        {
            "scheme_type": "string",
            "session_manager": "string",
            "scheme": "string"
        }
    ]
}
schemes
Required

List of authentication schemes to be used for all the operation elements contained in this service element. The authentication scheme specified on the package element corresponding to this service element is ignored.

object
operations
Required

Information about all operation elements contained in this service element that contain authentication information. The key in the map is the identifier of the operation element and the value in the map is the authentication information for the operation element. For an explanation of containment of authentication information within operation elements, see Operation.

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.operation. 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.operation.