UserAssignedIdentity Class

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

public final class UserAssignedIdentity

Class defining User assigned identity details.

Constructor Summary

Constructor Description
UserAssignedIdentity()

Creates an instance of UserAssignedIdentity class.

Method Summary

Modifier and Type Method and Description
String clientId()

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

String principalId()

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

void validate()

Validates the instance.

Methods inherited from java.lang.Object

Constructor Details

UserAssignedIdentity

public UserAssignedIdentity()

Creates an instance of UserAssignedIdentity class.

Method Details

clientId

public String clientId()

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

Returns:

the clientId value.

principalId

public String principalId()

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

Returns:

the principalId value.

validate

public void validate()

Validates the instance.

Applies to