complexType startupScriptInfo
diagram PlatformServices_p6660.png
namespace http://impl.platform.rosettahub.com/
type extension of tns:shareableCloudArtifactInfo
properties
base tns:shareableCloudArtifactInfo
children artifactType creationTime css deepClonable description hidden icon imagePngBase64 label owner projectUid protect svg tags approved commands detach envVars privileged process rights sharedWith startupScriptUid tty
used by
elements getPrivateStartupScriptResponse/return getSharedStartupScriptResponse/return getStartupScriptResponse/return getStartupScriptsResponse/return
source <xsd:complexType name="startupScriptInfo">
 
<xsd:complexContent>
   
<xsd:extension base="tns:shareableCloudArtifactInfo">
     
<xsd:sequence>
       
<xsd:element name="approved" type="xs:boolean"/>
       
<xsd:element name="commands" type="xs:string" nillable="true" minOccurs="0" maxOccurs="unbounded"/>
       
<xsd:element name="detach" type="xs:boolean"/>
       
<xsd:element name="envVars" type="tns:envVarInfo" nillable="true" minOccurs="0" maxOccurs="unbounded"/>
       
<xsd:element name="privileged" type="xs:boolean"/>
       
<xsd:element name="process" type="xs:string" minOccurs="0"/>
       
<xsd:element name="rights" type="tns:startupScriptSharingInfo" minOccurs="0"/>
       
<xsd:element name="sharedWith" type="tns:startupScriptSharingInfo" nillable="true" minOccurs="0" maxOccurs="unbounded"/>
       
<xsd:element name="startupScriptUid" type="xs:string" minOccurs="0"/>
       
<xsd:element name="tty" type="xs:boolean"/>
     
</xsd:sequence>
   
</xsd:extension>
 
</xsd:complexContent>
</xsd:complexType>

element startupScriptInfo/approved
diagram PlatformServices_p6661.png
type xsd:boolean
properties
content simple
source <xsd:element name="approved" type="xs:boolean"/>

element startupScriptInfo/commands
diagram PlatformServices_p6662.png
type xsd:string
properties
minOcc 0
maxOcc unbounded
content simple
nillable true
source <xsd:element name="commands" type="xs:string" nillable="true" minOccurs="0" maxOccurs="unbounded"/>

element startupScriptInfo/detach
diagram PlatformServices_p6663.png
type xsd:boolean
properties
content simple
source <xsd:element name="detach" type="xs:boolean"/>

element startupScriptInfo/envVars
diagram PlatformServices_p6664.png
type tns:envVarInfo
properties
minOcc 0
maxOcc unbounded
content complex
nillable true
children envVarName envVarValue
source <xsd:element name="envVars" type="tns:envVarInfo" nillable="true" minOccurs="0" maxOccurs="unbounded"/>

element startupScriptInfo/privileged
diagram PlatformServices_p6665.png
type xsd:boolean
properties
content simple
source <xsd:element name="privileged" type="xs:boolean"/>

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

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

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

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

element startupScriptInfo/tty
diagram PlatformServices_p6670.png
type xsd:boolean
properties
content simple
source <xsd:element name="tty" type="xs:boolean"/>

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