CloudIdentityProvider Methods |
The CloudIdentityProvider type exposes the following members.
Name | Description | |||
---|---|---|---|---|
AddRole |
Create a new role.
| |||
AddRoleToUser |
Adds the specified global role to the user.
| |||
AddServiceCatalogEndpoint |
Adds an endpoint to the service catalog for a tenant.
| |||
AddUser |
Adds a user to the account.
| |||
Authenticate |
Authenticates the user for the specified identity.
| |||
AuthenticateAsync |
Authenticates the user for the specified identity.
| |||
DeleteRoleFromUser |
Deletes the specified global role from the user.
| |||
DeleteServiceCatalogEndpoint |
Removes an endpoint from the service catalog for a tenant.
| |||
DeleteUser |
Deletes the specified user from the account.
| |||
DeleteUserCredentials |
Deletes API key credentials for the specified user.
| |||
GetRole |
Gets details about the specified role.
| |||
GetRolesByUser |
Lists global roles for a specified user. Excludes tenant roles.
| |||
GetServiceCatalogEndpoint |
Gets an endpoint by ID from the service catalog for a tenant.
| |||
GetToken |
Gets the authentication token for the specified identity. If necessary, the identity is authenticated
on the server to obtain a token.
| |||
GetTokenAsync |
Gets the authentication token for the specified identity. If necessary, the identity is authenticated
on the server to obtain a token.
| |||
GetUser |
Gets the details for the user with the specified ID.
| |||
GetUserAccess |
Gets the user access details, authenticating with the server if necessary.
| |||
GetUserAccessAsync |
Gets the user access details, authenticating with the server if necessary.
| |||
GetUserByName |
Gets the details for the user with the specified username.
| |||
GetUserCredential |
Gets the specified user credential.
| |||
GetUsersByEmail |
Gets the details for users with the specified email address.
| |||
ListEndpoints |
Lists the endpoints associated to a given authentication token.
| |||
ListRoles |
Lists all roles.
| |||
ListServiceCatalogEndpoints |
Lists the endpoints in a tenant's service catalog.
| |||
ListTenants |
Lists the tenants for the currently authenticated user.
| |||
ListUserCredentials |
Lists the credentials for the specified user.
| |||
ListUsers |
Lists all users for the account.
| |||
ListUsersByRole |
Lists all users for a given role.
| |||
ResetApiKey |
Reset the API key credentials for a user.
| |||
SetUserPassword(String, String, CloudIdentity) |
Sets the password for the specified user.
| |||
SetUserPassword(User, String, CloudIdentity) |
Updates the username and password for the specified user.
| |||
SetUserPassword(String, String, String, CloudIdentity) |
Updates the username and password for the specified user.
| |||
UpdateUser |
Updates the details for the specified user.
| |||
UpdateUserCredentials(String, String, CloudIdentity) |
Updates the API key for the specified user.
| |||
UpdateUserCredentials(User, String, CloudIdentity) |
Updates the username and API key for the specified user.
| |||
UpdateUserCredentials(String, String, String, CloudIdentity) |
Updates the username and API key for the specified user.
| |||
ValidateToken |
Validates a given token.
|