complexType ftpStorageInfo
diagram PlatformServices_p3605.png
namespace http://impl.platform.rosettahub.com/
type extension of tns:cloudStorageInfo
properties
base tns:cloudStorageInfo
children artifactType creationTime css deepClonable description hidden icon imagePngBase64 label owner projectUid protect svg tags folder ftpLogin ftpPassword ftpStorageUid host port rights sharedWith ssl
used by
element getFtpStoragesResponse/return
source <xsd:complexType name="ftpStorageInfo">
 
<xsd:complexContent>
   
<xsd:extension base="tns:cloudStorageInfo">
     
<xsd:sequence>
       
<xsd:element name="folder" type="xs:string" minOccurs="0"/>
       
<xsd:element name="ftpLogin" type="xs:string" minOccurs="0"/>
       
<xsd:element name="ftpPassword" type="xs:string" minOccurs="0"/>
       
<xsd:element name="ftpStorageUid" type="xs:string" minOccurs="0"/>
       
<xsd:element name="host" type="xs:string" minOccurs="0"/>
       
<xsd:element name="port" type="xs:int"/>
       
<xsd:element name="rights" type="tns:ftpStorageSharingInfo" minOccurs="0"/>
       
<xsd:element name="sharedWith" type="tns:ftpStorageSharingInfo" nillable="true" minOccurs="0" maxOccurs="unbounded"/>
       
<xsd:element name="ssl" type="xs:boolean"/>
     
</xsd:sequence>
   
</xsd:extension>
 
</xsd:complexContent>
</xsd:complexType>

element ftpStorageInfo/folder
diagram PlatformServices_p3606.png
type xsd:string
properties
minOcc 0
maxOcc 1
content simple
source <xsd:element name="folder" type="xs:string" minOccurs="0"/>

element ftpStorageInfo/ftpLogin
diagram PlatformServices_p3607.png
type xsd:string
properties
minOcc 0
maxOcc 1
content simple
source <xsd:element name="ftpLogin" type="xs:string" minOccurs="0"/>

element ftpStorageInfo/ftpPassword
diagram PlatformServices_p3608.png
type xsd:string
properties
minOcc 0
maxOcc 1
content simple
source <xsd:element name="ftpPassword" type="xs:string" minOccurs="0"/>

element ftpStorageInfo/ftpStorageUid
diagram PlatformServices_p3609.png
type xsd:string
properties
minOcc 0
maxOcc 1
content simple
source <xsd:element name="ftpStorageUid" type="xs:string" minOccurs="0"/>

element ftpStorageInfo/host
diagram PlatformServices_p3610.png
type xsd:string
properties
minOcc 0
maxOcc 1
content simple
source <xsd:element name="host" type="xs:string" minOccurs="0"/>

element ftpStorageInfo/port
diagram PlatformServices_p3611.png
type xsd:int
properties
content simple
source <xsd:element name="port" type="xs:int"/>

element ftpStorageInfo/rights
diagram PlatformServices_p3612.png
type tns:ftpStorageSharingInfo
properties
minOcc 0
maxOcc 1
content complex
children artifactSharingType creationTime expiryTime marketplaceId orderId productId projectUid tenant tenantType tokenUid rights
source <xsd:element name="rights" type="tns:ftpStorageSharingInfo" minOccurs="0"/>

element ftpStorageInfo/sharedWith
diagram PlatformServices_p3613.png
type tns:ftpStorageSharingInfo
properties
minOcc 0
maxOcc unbounded
content complex
nillable true
children artifactSharingType creationTime expiryTime marketplaceId orderId productId projectUid tenant tenantType tokenUid rights
source <xsd:element name="sharedWith" type="tns:ftpStorageSharingInfo" nillable="true" minOccurs="0" maxOccurs="unbounded"/>

element ftpStorageInfo/ssl
diagram PlatformServices_p3614.png
type xsd:boolean
properties
content simple
source <xsd:element name="ssl" type="xs:boolean"/>

WSDL documentation generated by XMLSpy WSDL Editor http://www.altova.com/xmlspy