User Class

public class User extends Resource

Represents a database user in the Azure Cosmos DB database service.

Constructor Summary

Constructor Description
User()

Initialize a user object.

User(String jsonString)

Initialize a user object from json string.

Method Summary

Modifier and Type Method and Description
String getPermissionsLink()

Gets the self-link of the permissions associated with the user.

Inherited Members

Constructor Details

User

public User()

Initialize a user object.

User

public User(String jsonString)

Initialize a user object from json string.

Parameters:

jsonString - the json string that represents the database user.

Method Details

getPermissionsLink

public String getPermissionsLink()

Gets the self-link of the permissions associated with the user.

Returns:

the permissions link.

Applies to