Salesforce · JSON Structure

Salesforce Successful Create Credential Structure

Type: object Properties: 6 Required: 6
Fortune 500AIAnalyticsCloudCommerceCRMCustomer ServiceEnterpriseMarketingPlatformSales

successfulCreateCredential is a JSON Structure definition published by Salesforce, describing 6 properties, of which 6 are required. It conforms to the https://json-structure.org/draft/2020-12/schema meta-schema.

Properties

authenticationProtocol authenticationStatus credentials externalCredential principalName principalType

Meta-schema: https://json-structure.org/draft/2020-12/schema

JSON Structure

Raw ↑
{
  "type": "object",
  "name": "successfulCreateCredential",
  "properties": {
    "authenticationProtocol": {
      "type": "string"
    },
    "authenticationStatus": {
      "type": "string"
    },
    "credentials": {
      "type": "object"
    },
    "externalCredential": {
      "type": "string"
    },
    "principalName": {
      "type": "string"
    },
    "principalType": {
      "type": "string"
    }
  },
  "required": [
    "authenticationProtocol",
    "authenticationStatus",
    "credentials",
    "externalCredential",
    "principalName",
    "principalType"
  ],
  "$schema": "https://json-structure.org/draft/2020-12/schema"
}