ManagedClusterJwtAuthenticatorData Constructor
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.
Initializes a new instance of ManagedClusterJwtAuthenticatorData.
public ManagedClusterJwtAuthenticatorData(Azure.ResourceManager.ContainerService.Models.ManagedClusterJwtAuthenticatorProperties properties);
new Azure.ResourceManager.ContainerService.ManagedClusterJwtAuthenticatorData : Azure.ResourceManager.ContainerService.Models.ManagedClusterJwtAuthenticatorProperties -> Azure.ResourceManager.ContainerService.ManagedClusterJwtAuthenticatorData
Public Sub New (properties As ManagedClusterJwtAuthenticatorProperties)
Parameters
- properties
- ManagedClusterJwtAuthenticatorProperties
The properties of JWTAuthenticator. For details on how to configure the properties of a JWT authenticator, please refer to the Kubernetes documentation: https://kubernetes.io/docs/reference/access-authn-authz/authentication/#using-authentication-configuration. Please note that not all fields available in the Kubernetes documentation are supported by AKS. For troubleshooting, please see https://aka.ms/aks-external-issuers-docs.
Exceptions
properties is null.