complexType domainSharingInfo
diagram PlatformServices_p2682.png
namespace http://impl.platform.rosettahub.com/
type extension of tns:cloudArtifactSharingInfo
properties
base tns:cloudArtifactSharingInfo
children artifactSharingType creationTime expiryTime marketplaceId orderId productId projectUid tenant tenantType tokenUid sslCertificateNumberMax subdomainExcludes subdomainIncludes
used by
elements domainInfo/rights domainInfo/sharedWith shareDomain/sharedWith
source <xsd:complexType name="domainSharingInfo">
 
<xsd:complexContent>
   
<xsd:extension base="tns:cloudArtifactSharingInfo">
     
<xsd:sequence>
       
<xsd:element name="sslCertificateNumberMax" type="xs:int"/>
       
<xsd:element name="subdomainExcludes" type="xs:string" nillable="true" minOccurs="0" maxOccurs="unbounded"/>
       
<xsd:element name="subdomainIncludes" type="xs:string" nillable="true" minOccurs="0" maxOccurs="unbounded"/>
     
</xsd:sequence>
   
</xsd:extension>
 
</xsd:complexContent>
</xsd:complexType>

element domainSharingInfo/sslCertificateNumberMax
diagram PlatformServices_p2683.png
type xsd:int
properties
content simple
source <xsd:element name="sslCertificateNumberMax" type="xs:int"/>

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

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

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