IdentityBindingProperties Class

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

Implements

public final class IdentityBindingProperties
implements JsonSerializable<IdentityBindingProperties>

IdentityBinding properties.

Constructor Summary

Constructor Description
IdentityBindingProperties()

Creates an instance of IdentityBindingProperties class.

Method Summary

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

Reads an instance of IdentityBindingProperties from the JsonReader.

IdentityBindingManagedIdentityProfile managedIdentity()

Get the managedIdentity property: Managed identity profile for the identity binding.

IdentityBindingOidcIssuerProfile oidcIssuer()

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

IdentityBindingProvisioningState provisioningState()

Get the provisioningState property: The status of the last operation.

JsonWriter toJson(JsonWriter jsonWriter)
void validate()

Validates the instance.

IdentityBindingProperties withManagedIdentity(IdentityBindingManagedIdentityProfile managedIdentity)

Set the managedIdentity property: Managed identity profile for the identity binding.

Methods inherited from java.lang.Object

Constructor Details

IdentityBindingProperties

public IdentityBindingProperties()

Creates an instance of IdentityBindingProperties class.

Method Details

fromJson

public static IdentityBindingProperties fromJson(JsonReader jsonReader)

Reads an instance of IdentityBindingProperties from the JsonReader.

Parameters:

jsonReader - The JsonReader being read.

Returns:

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

Throws:

IOException

- If the deserialized JSON object was missing any required properties.

managedIdentity

public IdentityBindingManagedIdentityProfile managedIdentity()

Get the managedIdentity property: Managed identity profile for the identity binding.

Returns:

the managedIdentity value.

oidcIssuer

public IdentityBindingOidcIssuerProfile oidcIssuer()

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

Returns:

the oidcIssuer value.

provisioningState

public IdentityBindingProvisioningState provisioningState()

Get the provisioningState property: The status of the last operation.

Returns:

the provisioningState value.

toJson

public JsonWriter toJson(JsonWriter jsonWriter)

Parameters:

jsonWriter

Throws:

validate

public void validate()

Validates the instance.

withManagedIdentity

public IdentityBindingProperties withManagedIdentity(IdentityBindingManagedIdentityProfile managedIdentity)

Set the managedIdentity property: Managed identity profile for the identity binding.

Parameters:

managedIdentity - the managedIdentity value to set.

Returns:

the IdentityBindingProperties object itself.

Applies to