Click or drag to resize
HpIdentityProvider Methods
This API is preliminary and subject to change.

The HpIdentityProvider type exposes the following members.

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