IdentityBindingOidcIssuerProfile Class

  • java.lang.Object
    • com.azure.resourcemanager.containerservice.models.IdentityBindingOidcIssuerProfile

Implements

public final class IdentityBindingOidcIssuerProfile
implements JsonSerializable<IdentityBindingOidcIssuerProfile>

IdentityBinding OIDC issuer profile.

Method Summary

Modifier and Type Method and Description
static IdentityBindingOidcIssuerProfile fromJson(JsonReader jsonReader)

Reads an instance of IdentityBindingOidcIssuerProfile from the JsonReader.

String oidcIssuerUrl()

Get the oidcIssuerUrl property: The OIDC issuer URL of the IdentityBinding.

JsonWriter toJson(JsonWriter jsonWriter)
void validate()

Validates the instance.

Methods inherited from java.lang.Object

Method Details

fromJson

public static IdentityBindingOidcIssuerProfile fromJson(JsonReader jsonReader)

Reads an instance of IdentityBindingOidcIssuerProfile from the JsonReader.

Parameters:

jsonReader - The JsonReader being read.

Returns:

An instance of IdentityBindingOidcIssuerProfile if the JsonReader was pointing to an instance of it, or null if it was pointing to JSON null.

Throws:

IOException

- If an error occurs while reading the IdentityBindingOidcIssuerProfile.

oidcIssuerUrl

public String oidcIssuerUrl()

Get the oidcIssuerUrl property: The OIDC issuer URL of the IdentityBinding.

Returns:

the oidcIssuerUrl value.

toJson

public JsonWriter toJson(JsonWriter jsonWriter)

Parameters:

jsonWriter

Throws:

validate

public void validate()

Validates the instance.

Applies to