UserAssignedIdentity Class

  • java.lang.Object
    • com.azure.resourcemanager.deviceupdate.models.UserAssignedIdentity

public class UserAssignedIdentity

User assigned identity properties.

Constructor Summary

Constructor Description
UserAssignedIdentity()

Method Summary

Modifier and Type Method and Description
UUID clientId()

Get the clientId property: The client ID of the assigned identity.

UUID principalId()

Get the principalId property: The principal ID of the assigned identity.

void validate()

Validates the instance.

Methods inherited from java.lang.Object

Constructor Details

UserAssignedIdentity

public UserAssignedIdentity()

Method Details

clientId

public UUID clientId()

Get the clientId property: The client ID of the assigned identity.

Returns:

the clientId value.

principalId

public UUID principalId()

Get the principalId property: The principal ID of the assigned identity.

Returns:

the principalId value.

validate

public void validate()

Validates the instance.

Applies to