ServiceCapabilitySecret

ServiceCapabilitySecret
ServiceCapabilitySecret

The secret corresponding to a VCF Management Service Capability.

JSON Example
{
    "type": "string",
    "username": "string",
    "password": "string",
    "refresh_token": "string"
}
string
type
Required

The type of the secret.

Possible values are : Credential, RefreshToken_OAuth2,
string
username
Optional

The username used to login into a VCF Management Service.

string
password
Optional

The password used to login into a VCF Management Service.

string
refresh_token
Optional

The refresh token used to login into a VCF Management Service.