Share via


CredentialResultOutput interface

The credential result response.

Properties

name

The name of the credential.

value

Base64-encoded Kubernetes configuration file.

Value may contain base64 encoded characters

Property Details

name

The name of the credential.

name?: string

Property Value

string

value

Base64-encoded Kubernetes configuration file.

Value may contain base64 encoded characters

value?: string

Property Value

string