ManagedServiceIdentityUserAssignedIdentitiesValue Class

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

Implements

public final class ManagedServiceIdentityUserAssignedIdentitiesValue
implements JsonSerializable<ManagedServiceIdentityUserAssignedIdentitiesValue>

The ManagedServiceIdentityUserAssignedIdentitiesValue model.

Constructor Summary

Constructor Description
ManagedServiceIdentityUserAssignedIdentitiesValue()

Creates an instance of ManagedServiceIdentityUserAssignedIdentitiesValue class.

Method Summary

Modifier and Type Method and Description
String clientId()

Get the clientId property: The client id of user assigned identity.

static ManagedServiceIdentityUserAssignedIdentitiesValue fromJson(JsonReader jsonReader)

Reads an instance of ManagedServiceIdentityUserAssignedIdentitiesValue from the JsonReader.

String principalId()

Get the principalId property: The principal id of user assigned identity.

JsonWriter toJson(JsonWriter jsonWriter)
void validate()

Validates the instance.

Methods inherited from java.lang.Object

Constructor Details

ManagedServiceIdentityUserAssignedIdentitiesValue

public ManagedServiceIdentityUserAssignedIdentitiesValue()

Creates an instance of ManagedServiceIdentityUserAssignedIdentitiesValue class.

Method Details

clientId

public String clientId()

Get the clientId property: The client id of user assigned identity.

Returns:

the clientId value.

fromJson

public static ManagedServiceIdentityUserAssignedIdentitiesValue fromJson(JsonReader jsonReader)

Reads an instance of ManagedServiceIdentityUserAssignedIdentitiesValue from the JsonReader.

Parameters:

jsonReader - The JsonReader being read.

Returns:

An instance of ManagedServiceIdentityUserAssignedIdentitiesValue 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 ManagedServiceIdentityUserAssignedIdentitiesValue.

principalId

public String principalId()

Get the principalId property: The principal id of user assigned identity.

Returns:

the principalId value.

toJson

public JsonWriter toJson(JsonWriter jsonWriter)

Parameters:

jsonWriter

Throws:

validate

public void validate()

Validates the instance.

Applies to