afv-library/skills/platform-data-and-tooling-api-context-get/assets/tooling_api/OutboundNetworkConnProperty.json

38 lines
4.4 KiB
JSON
Raw Normal View History

{
"sections": [
"title",
"description",
"supported_soap_calls",
"supported_rest_api_http_methods",
"fields",
"wsdl_segment"
],
"title": "OutboundNetworkConnProperty - Tooling API",
"description": "Represents a name-value pair that describes the properties of the outbound network connection. Available in API version 49.0 and later.",
"supported_soap_calls": "`create()`, `delete()`, `describeObject()`, `query()`, `retrieve()`, `update()`, `upsert()`",
"supported_rest_api_http_methods": "`DELETE`, `GET`, `PATCH`, `POST`",
"fields_columns": [
"type",
"properties",
"description"
],
"fields": {
"OutboundNetworkConnectionId": {
"type": "reference",
"properties": "Create, Filter, Group, Sort",
"description": "The ID of the corresponding OutboundNetworkConnection.",
"required": true
},
"PropertyName": {
"type": "picklist",
"properties": "Create, Filter, Group, Restricted picklist, Sort",
"description": "The name of a property used to establish to an OutboundNetworkConnection. Valid values are: AwsVpcEndpointId—The unique endpoint ID provided by Salesforce after an outbound AwsPrivateLink is created. AwsVpcEndpointServiceName—The name of the customers endpoint service running in an AWS VPC thats used for private connections with Salesforce. Region—The region in which the VPC is hosted."
},
"PropertyValue": {
"type": "textarea",
"properties": "Create, Nillable, Update",
"description": "The value of PropertyName For example, the PropertyValue of Region might be us-west-2."
}
},
"wsdl_segment": "```xml\n<xsd:simpleType name=\"OutboundConnPropertyName\">\n <xsd:restriction base=\"xsd:string\">\n <xsd:enumeration value=\"Region\"/>\n <xsd:enumeration value=\"AwsVpcEndpointId\"/>\n <xsd:enumeration value=\"AwsVpcEndpointServiceName\"/>\n <xsd:enumeration value=\"DataCloudPrivateNetworkUrl\"/>\n <xsd:enumeration value=\"DataCloudPrivateNetworkProvider\"/>\n <xsd:enumeration value=\"DataCloudPrivateNetworkFunctionalDomain\"/>\n <xsd:enumeration value=\"DataCloudPrivateNetworkFalconInstance\"/>\n <xsd:enumeration value=\"DataCloudPrivateNetworkCustomUrls\"/>\n <xsd:enumeration value=\"DataCloudPrivateNetworkAwsVpcEndpointId\"/>\n <xsd:enumeration value=\"DataCloudPrivateNetworkAwsVpcEndpointServiceName\"/>\n <xsd:enumeration value=\"DataCloudPrivateNetworkDefaultUrl\"/>\n <xsd:enumeration value=\"DataCloudPrivateNetworkStatusCode\"/>\n <xsd:enumeration value=\"DataCloudPrivateConnectDcVpcEndpointId\"/>\n <xsd:enumeration value=\"DataCloudPrivateConnectDcDnsName\"/>\n <xsd:enumeration value=\"TargetCloudProvider\"/>\n <xsd:enumeration value=\"PNRSubType\"/>\n <xsd:enumeration value=\"EndpointServiceVariant\"/>\n <xsd:enumeration value=\"AssociatedPNRId\"/>\n <xsd:enumeration value=\"AzureResourceId\"/>\n </xsd:restriction>\n</xsd:simpleType>\n<xsd:complexType name=\"OutboundNetworkConnProperty\">\n <xsd:complexContent>\n <xsd:extension base=\"ens:sObject\">\n <xsd:sequence>\n <xsd:element name=\"CreatedBy\" minOccurs=\"0\" type=\"ens:User\" nillable=\"true\"/>\n <xsd:element name=\"CreatedById\" minOccurs=\"0\" type=\"tns:ID\" nillable=\"true\"/>\n <xsd:element name=\"CreatedDate\" minOccurs=\"0\" type=\"xsd:dateTime\" nillable=\"true\"/>\n <xsd:element name=\"IsDeleted\" minOccurs=\"0\" type=\"xsd:boolean\" nillable=\"true\"/>\n <xsd:element name=\"LastModifiedBy\" minOccurs=\"0\" type=\"ens:User\" nillable=\"true\"/>\n <xsd:element name=\"LastModifiedById\" minOccurs=\"0\" type=\"tns:ID\" nillable=\"true\"/>\n <xsd:element name=\"LastModifiedDate\" minOccurs=\"0\" type=\"xsd:dateTime\" nillable=\"true\"/>\n <xsd:element name=\"OutboundNetworkConnection\" minOccurs=\"0\" type=\"ens:OutboundNetworkConnection\" nillable=\"true\"/>\n <xsd:element name=\"OutboundNetworkConnectionId\" minOccurs=\"0\" type=\"tns:ID\" nillable=\"true\"/>\n <xsd:element name=\"PropertyName\" minOccurs=\"0\" type=\"xsd:string\" nillable=\"true\"/>\n <xsd:element name=\"PropertyValue\" minOccurs=\"0\" type=\"xsd:string\" nillable=\"true\"/>\n <xsd:element name=\"SystemModstamp\" minOccurs=\"0\" type=\"xsd:dateTime\" nillable=\"true\"/>\n </xsd:sequence>\n </xsd:extension>\n </xsd:complexContent>\n</xsd:complexType>\n```"
}