Class UserIdentity
java.lang.Object
com.azure.resourcemanager.sql.models.UserIdentity
Azure Active Directory identity configuration for a resource.
-
Constructor Details
-
UserIdentity
public UserIdentity()Creates an instance of UserIdentity class.
-
-
Method Details
-
principalId
Get the principalId property: The Azure Active Directory principal id.- Returns:
- the principalId value.
-
clientId
Get the clientId property: The Azure Active Directory client id.- Returns:
- the clientId value.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-