ManagedClusterOidcIssuerProfile Class

Definition

The OIDC issuer profile of the Managed Cluster.

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

Constructors

ManagedClusterOidcIssuerProfile()

Initializes a new instance of ManagedClusterOidcIssuerProfile.

Properties

IsEnabled

Whether the OIDC issuer is enabled.

IssuerUriInfo

The OIDC issuer url of the Managed Cluster.

Explicit Interface Implementations

IJsonModel<ManagedClusterOidcIssuerProfile>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<ManagedClusterOidcIssuerProfile>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<ManagedClusterOidcIssuerProfile>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ManagedClusterOidcIssuerProfile>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<ManagedClusterOidcIssuerProfile>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to