Authentication

Authentication

The VMware Data Services Manager supports the following methods to authenticate requests. Individual operations in the documentation will include their specific authentication types.


bearer-key


JWT Bearer token obtained from the /provider/session endpoint. Include in the Authorization header as: Authorization: Bearer


Type : http
Scheme : bearer
Bearer Format : JWT

NONE


Indicates that no authentication is required for this endpoint.


Type : http
Scheme : none