ManagedClusterOidcIssuerProfile Class
- java.
lang. Object - com.
azure. resourcemanager. containerservice. models. ManagedClusterOidcIssuerProfile
- com.
Implements
public final class ManagedClusterOidcIssuerProfile
implements JsonSerializable<ManagedClusterOidcIssuerProfile>
The OIDC issuer profile of the Managed Cluster.
Constructor Summary
Constructor | Description |
---|---|
ManagedClusterOidcIssuerProfile() |
Creates an instance of Managed |
Method Summary
Modifier and Type | Method and Description |
---|---|
Boolean |
enabled()
Get the enabled property: Whether the OIDC issuer is enabled. |
static
Managed |
fromJson(JsonReader jsonReader)
Reads an instance of Managed |
String |
issuerUrl()
Get the issuer |
Json |
toJson(JsonWriter jsonWriter) |
void |
validate()
Validates the instance. |
Managed |
withEnabled(Boolean enabled)
Set the enabled property: Whether the OIDC issuer is enabled. |
Methods inherited from java.lang.Object
Constructor Details
ManagedClusterOidcIssuerProfile
public ManagedClusterOidcIssuerProfile()
Creates an instance of ManagedClusterOidcIssuerProfile class.
Method Details
enabled
public Boolean enabled()
Get the enabled property: Whether the OIDC issuer is enabled.
Returns:
fromJson
public static ManagedClusterOidcIssuerProfile fromJson(JsonReader jsonReader)
Reads an instance of ManagedClusterOidcIssuerProfile from the JsonReader.
Parameters:
Returns:
Throws:
issuerUrl
public String issuerUrl()
Get the issuerUrl property: The OIDC issuer url of the Managed Cluster.
Returns:
toJson
validate
public void validate()
Validates the instance.
withEnabled
public ManagedClusterOidcIssuerProfile withEnabled(Boolean enabled)
Set the enabled property: Whether the OIDC issuer is enabled.
Parameters:
Returns:
Applies to
Azure SDK for Java