CredentialResult interface
The credential result response.
Property Details
name
The name of the credential.
name?: string
Property Value
string
value
Base64-encoded Kubernetes configuration file.
value?: Uint8Array
Property Value
Uint8Array