ICredentialResults Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ConnectedKubernetes.Models.Api20221001Preview.CredentialResultsTypeConverter))]
public interface ICredentialResults : Microsoft.Azure.PowerShell.Cmdlets.ConnectedKubernetes.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ConnectedKubernetes.Models.Api20221001Preview.CredentialResultsTypeConverter))>]
type ICredentialResults = interface
interface IJsonSerializable
Public Interface ICredentialResults
Implements IJsonSerializable
- Derived
- Attributes
- Implements
Properties
HybridConnectionConfigExpirationTime |
Timestamp when this token will be expired. |
HybridConnectionConfigHybridConnectionName |
Name of the connection |
HybridConnectionConfigRelay |
Name of the relay. |
HybridConnectionConfigToken |
Sender access token |
Kubeconfig |
Base64-encoded Kubernetes configuration file. |
Methods
ToJson(JsonObject, SerializationMode) | (Inherited from IJsonSerializable) |