Click or drag to resize
CloudIdentityProvider Methods

The CloudIdentityProvider type exposes the following members.

Methods
  NameDescription
Public methodAddRole
Create a new role.
Public methodCode exampleAddRoleToUser
Adds the specified global role to the user.
Public methodAddServiceCatalogEndpoint
Adds an endpoint to the service catalog for a tenant.
Public methodCode exampleAddUser
Adds a user to the account.
Public methodAuthenticate
Authenticates the user for the specified identity.
Public methodAuthenticateAsync
Authenticates the user for the specified identity.
Public methodCode exampleDeleteRoleFromUser
Deletes the specified global role from the user.
Public methodDeleteServiceCatalogEndpoint
Removes an endpoint from the service catalog for a tenant.
Public methodCode exampleDeleteUser
Deletes the specified user from the account.
Public methodDeleteUserCredentials
Deletes API key credentials for the specified user.
Public methodGetRole
Gets details about the specified role.
Public methodGetRolesByUser
Lists global roles for a specified user. Excludes tenant roles.
Public methodGetServiceCatalogEndpoint
Gets an endpoint by ID from the service catalog for a tenant.
Public methodGetToken
Gets the authentication token for the specified identity. If necessary, the identity is authenticated on the server to obtain a token.
Public methodGetTokenAsync
Gets the authentication token for the specified identity. If necessary, the identity is authenticated on the server to obtain a token.
Public methodGetUser
Gets the details for the user with the specified ID.
Public methodGetUserAccess
Gets the user access details, authenticating with the server if necessary.
Public methodGetUserAccessAsync
Gets the user access details, authenticating with the server if necessary.
Public methodGetUserByName
Gets the details for the user with the specified username.
Public methodGetUserCredential
Gets the specified user credential.
Public methodGetUsersByEmail
Gets the details for users with the specified email address.
Public methodListEndpoints
Lists the endpoints associated to a given authentication token.
Public methodCode exampleListRoles
Lists all roles.
Caution note Caution
The behavior of this API method is not defined. Do not use.
Public methodListServiceCatalogEndpoints
Lists the endpoints in a tenant's service catalog.
Public methodListTenants
Lists the tenants for the currently authenticated user.
Public methodListUserCredentials
Lists the credentials for the specified user.
Public methodCode exampleListUsers
Lists all users for the account.
Public methodListUsersByRole
Lists all users for a given role.
Public methodCode exampleResetApiKey
Reset the API key credentials for a user.
Public methodSetUserPassword(String, String, CloudIdentity)
Sets the password for the specified user.
Public methodSetUserPassword(User, String, CloudIdentity)
Updates the username and password for the specified user.
Public methodSetUserPassword(String, String, String, CloudIdentity)
Updates the username and password for the specified user.
Public methodCode exampleUpdateUser
Updates the details for the specified user.
Public methodUpdateUserCredentials(String, String, CloudIdentity)
Updates the API key for the specified user.
Public methodUpdateUserCredentials(User, String, CloudIdentity)
Updates the username and API key for the specified user.
Public methodUpdateUserCredentials(String, String, String, CloudIdentity)
Updates the username and API key for the specified user.
Public methodValidateToken
Validates a given token.
Top
See Also