HvcLinksDeleteWithCredentialsRequestBody

This is a request body class for an operation.


Properties

credentials Required

Credentials to use for authentication to the remote system. This parameter is currently required. In the future, it may become optional.

JSON Example

{
	"credentials": {
		"password": "string",
		"user_name": "string"
	}
}

Feedback

Was this page helpful?