UserIdentity Class

  • java.lang.Object
    • com.azure.resourcemanager.sql.models.UserIdentity

public class UserIdentity

Azure Active Directory identity configuration for a resource.

Constructor Summary

Constructor Description
UserIdentity()

Creates an instance of UserIdentity class.

Method Summary

Modifier and Type Method and Description
UUID clientId()

Get the clientId property: The Azure Active Directory client id.

UUID principalId()

Get the principalId property: The Azure Active Directory principal id.

void validate()

Validates the instance.

Methods inherited from java.lang.Object

Constructor Details

UserIdentity

public UserIdentity()

Creates an instance of UserIdentity class.

Method Details

clientId

public UUID clientId()

Get the clientId property: The Azure Active Directory client id.

Returns:

the clientId value.

principalId

public UUID principalId()

Get the principalId property: The Azure Active Directory principal id.

Returns:

the principalId value.

validate

public void validate()

Validates the instance.

Applies to