/
REST Objects CloudElements Provider

REST Objects CloudElements Provider

The CloudElements Provider object is part of the overall ServiceBroker Configuration object, in the following location:

Deprecated: A CloudElements Provider object is used within the context of a REST Objects Providers (itself part of an REST Objects Configuration) to represent the details of how ServiceBroker is to be integrated with CloudElements for the relevant tenant.

 


CloudElements Provider Object Format

JSON Format
{
    "CustomerID": 51587,
    "Email": "monty.britain@intrees.org",
    "Enabled": true,
    "Modules": {},
    "Name": "Test",
    "UserID": 71066,
    "UserSecret": "xxxxx"
}

CloudElements Provider Object Properties


PropertyTypeRequired?Description

CustomerID

integerYesCustomerID is a unique identifier assigned to a customer account when it is created on the CloudElements platform. This identifier is used to associate all resources and data related to that customer account

Email

stringYes

The email connected to the UserID under the CustomerID.

Enabled

booleanYesCloudElements are or are not active for this Customer ID.

Name

stringYesThe name associated with the UserID.

UserID

integerYesUserID is a unique identifier assigned to a user within a customer account. This identifier is used to associate all resources and data related to that user, such as their API keys, authentication tokens, and other user-specific data.

UserSecret

stringYesThe password of the UserID.

Related content

REST Objects Providers
REST Objects Providers
More like this
REST Objects Configuration
REST Objects Configuration
More like this
REST Objects Claims Provider
REST Objects Claims Provider
More like this
REST Objects Tenant
REST Objects Tenant
More like this
REST Objects Modules
REST Objects Modules
More like this
REST Objects System Access Token
REST Objects System Access Token
More like this