Class ManagedClusterOidcIssuerProfile
java.lang.Object
com.azure.resourcemanager.containerservice.models.ManagedClusterOidcIssuerProfile
The OIDC issuer profile of the Managed Cluster.
-
Constructor Summary
ConstructorsConstructorDescriptionCreates an instance of ManagedClusterOidcIssuerProfile class. -
Method Summary
Modifier and TypeMethodDescriptionenabled()Get the enabled property: Whether the OIDC issuer is enabled.Get the issuerUrl property: The OIDC issuer url of the Managed Cluster.voidvalidate()Validates the instance.withEnabled(Boolean enabled) Set the enabled property: Whether the OIDC issuer is enabled.
-
Constructor Details
-
ManagedClusterOidcIssuerProfile
public ManagedClusterOidcIssuerProfile()Creates an instance of ManagedClusterOidcIssuerProfile class.
-
-
Method Details
-
issuerUrl
Get the issuerUrl property: The OIDC issuer url of the Managed Cluster.- Returns:
- the issuerUrl value.
-
enabled
Get the enabled property: Whether the OIDC issuer is enabled.- Returns:
- the enabled value.
-
withEnabled
Set the enabled property: Whether the OIDC issuer is enabled.- Parameters:
enabled- the enabled value to set.- Returns:
- the ManagedClusterOidcIssuerProfile object itself.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-