Salesforce · Schema
SuccessfulUpdateExternalCredential
Fortune 500AIAnalyticsCloudCommerceCRMCustomer ServiceEnterpriseMarketingPlatformSales
Properties
| Name | Type | Description |
|---|---|---|
| authenticationProtocol | string | |
| authenticationStatus | string | |
| customHeaders | array | |
| developerName | string | |
| id | string | |
| masterLabel | string | |
| parameters | array | |
| principals | array | |
| relatedNamedCredentials | array | |
| url | string |
JSON Schema
{
"type": "object",
"properties": {
"authenticationProtocol": {
"type": "string",
"example": "example_value"
},
"authenticationStatus": {
"type": "string",
"example": "example_value"
},
"customHeaders": {
"type": "array",
"description": "",
"example": [],
"items": {
"type": "object",
"properties": {
"headerName": {
"type": "string",
"example": "example_value"
},
"headerValue": {
"type": "string",
"example": "example_value"
},
"id": {
"type": "string",
"example": "abc123"
},
"sequenceNumber": {
"type": "integer",
"example": 10
}
},
"required": [
"headerName",
"headerValue",
"id",
"sequenceNumber"
]
}
},
"developerName": {
"type": "string",
"example": "example_value"
},
"id": {
"type": "string",
"example": "abc123"
},
"masterLabel": {
"type": "string",
"example": "example_value"
},
"parameters": {
"type": "array",
"description": "",
"example": [],
"items": {
"type": "string"
}
},
"principals": {
"type": "array",
"description": "",
"example": [],
"items": {
"type": "object",
"properties": {
"authenticationStatus": {
"type": "string",
"example": "example_value"
},
"id": {
"type": "string",
"example": "abc123"
},
"parameters": {
"type": "array",
"description": "",
"example": [],
"items": {
"type": "string"
}
},
"principalAccess": {
"type": "array",
"description": "",
"example": [],
"items": {
"type": "string"
}
},
"principalName": {
"type": "string",
"example": "example_value"
},
"principalType": {
"type": "string",
"example": "example_value"
},
"sequenceNumber": {
"type": "integer",
"example": 10
}
},
"required": [
"authenticationStatus",
"id",
"parameters",
"principalAccess",
"principalName",
"principalType",
"sequenceNumber"
]
}
},
"relatedNamedCredentials": {
"type": "array",
"description": "",
"example": [],
"items": {
"type": "object",
"properties": {
"developerName": {
"type": "string",
"example": "example_value"
},
"id": {
"type": "string",
"example": "abc123"
},
"masterLabel": {
"type": "string",
"example": "example_value"
},
"url": {
"type": "string",
"example": "https://www.example.com"
}
},
"required": [
"developerName",
"id",
"masterLabel",
"url"
]
}
},
"url": {
"type": "string",
"example": "https://www.example.com"
}
},
"required": [
"authenticationProtocol",
"authenticationStatus",
"customHeaders",
"developerName",
"id",
"masterLabel",
"parameters",
"principals",
"relatedNamedCredentials",
"url"
],
"$schema": "https://json-schema.org/draft/2020-12/schema",
"title": "SuccessfulUpdateExternalCredential"
}