Salesforce · Schema
SuccessfulGetCredential
Fortune 500AIAnalyticsCloudCommerceCRMCustomer ServiceEnterpriseMarketingPlatformSales
Properties
| Name | Type | Description |
|---|---|---|
| authenticationProtocol | string | |
| authenticationProtocolVariant | string | |
| authenticationStatus | string | |
| credentials | object | |
| externalCredential | string | |
| principalName | string | |
| principalType | string |
JSON Schema
{
"type": "object",
"properties": {
"authenticationProtocol": {
"type": "string",
"example": "example_value"
},
"authenticationProtocolVariant": {
"type": "string",
"example": "example_value"
},
"authenticationStatus": {
"type": "string",
"example": "example_value"
},
"credentials": {
"type": "object",
"example": "example_value"
},
"externalCredential": {
"type": "string",
"example": "example_value"
},
"principalName": {
"type": "string",
"example": "example_value"
},
"principalType": {
"type": "string",
"example": "example_value"
}
},
"required": [
"authenticationProtocol",
"authenticationProtocolVariant",
"authenticationStatus",
"credentials",
"externalCredential",
"principalName",
"principalType"
],
"$schema": "https://json-schema.org/draft/2020-12/schema",
"title": "SuccessfulGetCredential"
}