ApiResourceMetadata interface
The api resource metadata.
Properties
api |
The api type. |
brand |
The brand color. |
connection |
The connection type. |
deployment |
The connector deployment parameters metadata. |
hide |
The hide key. |
provisioning |
The provisioning state. |
source | The source. |
tags | The tags. |
wsdl |
The WSDL import method. |
wsdl |
The WSDL service. |
Property Details
apiType
The api type.
apiType?: string
Property Value
string
brandColor
The brand color.
brandColor?: string
Property Value
string
connectionType
The connection type.
connectionType?: string
Property Value
string
deploymentParameters
The connector deployment parameters metadata.
deploymentParameters?: ApiDeploymentParameterMetadataSet
Property Value
hideKey
The hide key.
hideKey?: string
Property Value
string
provisioningState
The provisioning state.
provisioningState?: string
Property Value
string
source
The source.
source?: string
Property Value
string
tags
The tags.
tags?: {[propertyName: string]: string}
Property Value
{[propertyName: string]: string}
wsdlImportMethod
The WSDL import method.
wsdlImportMethod?: string
Property Value
string