Share via


ManagedClusterJwtAuthenticatorData Class

Definition

Configuration for JWT authenticator in the managed cluster.

public class ManagedClusterJwtAuthenticatorData : Azure.ResourceManager.Models.ResourceData, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.ContainerService.ManagedClusterJwtAuthenticatorData>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.ContainerService.ManagedClusterJwtAuthenticatorData>
type ManagedClusterJwtAuthenticatorData = class
    inherit ResourceData
    interface IJsonModel<ManagedClusterJwtAuthenticatorData>
    interface IPersistableModel<ManagedClusterJwtAuthenticatorData>
Public Class ManagedClusterJwtAuthenticatorData
Inherits ResourceData
Implements IJsonModel(Of ManagedClusterJwtAuthenticatorData), IPersistableModel(Of ManagedClusterJwtAuthenticatorData)
Inheritance
ManagedClusterJwtAuthenticatorData
Implements

Constructors

Name Description
ManagedClusterJwtAuthenticatorData(ManagedClusterJwtAuthenticatorProperties)

Initializes a new instance of ManagedClusterJwtAuthenticatorData.

Properties

Name Description
Id

Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}.

(Inherited from ResourceData)
Name

The name of the resource.

(Inherited from ResourceData)
Properties

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.

ResourceType

The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts".

(Inherited from ResourceData)
SystemData

Azure Resource Manager metadata containing createdBy and modifiedBy information.

(Inherited from ResourceData)

Methods

Name Description
JsonModelCreateCore(Utf8JsonReader, ModelReaderWriterOptions)
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)
PersistableModelCreateCore(BinaryData, ModelReaderWriterOptions)
PersistableModelWriteCore(ModelReaderWriterOptions)

Explicit Interface Implementations

Name Description
IJsonModel<ManagedClusterJwtAuthenticatorData>.Create(Utf8JsonReader, ModelReaderWriterOptions)
IJsonModel<ManagedClusterJwtAuthenticatorData>.Write(Utf8JsonWriter, ModelReaderWriterOptions)
IPersistableModel<ManagedClusterJwtAuthenticatorData>.Create(BinaryData, ModelReaderWriterOptions)
IPersistableModel<ManagedClusterJwtAuthenticatorData>.GetFormatFromOptions(ModelReaderWriterOptions)
IPersistableModel<ManagedClusterJwtAuthenticatorData>.Write(ModelReaderWriterOptions)

Applies to