CredentialResult interface
The credential result response.
Properties
name | The name of the credential. NOTE: This property will not be serialized. It can only be populated by the server. |
value | Base64-encoded Kubernetes configuration file. NOTE: This property will not be serialized. It can only be populated by the server. |
Property Details
name
The name of the credential. NOTE: This property will not be serialized. It can only be populated by the server.
name?: string
Property Value
string
value
Base64-encoded Kubernetes configuration file. NOTE: This property will not be serialized. It can only be populated by the server.
value?: Uint8Array
Property Value
Uint8Array