complexType apiKeyInfo
diagram PlatformServices_p1352.png
namespace http://impl.platform.rosettahub.com/
type extension of tns:cloudArtifactInfo
properties
base tns:cloudArtifactInfo
children artifactType creationTime css deepClonable description hidden icon imagePngBase64 label owner projectUid protect svg tags expiryTime methodNameFilters methodTagFilters prefix secret
used by
elements newApiKeyResponse/return getApiKeysResponse/return
source <xsd:complexType name="apiKeyInfo">
 
<xsd:complexContent>
   
<xsd:extension base="tns:cloudArtifactInfo">
     
<xsd:sequence>
       
<xsd:element name="expiryTime" type="xs:dateTime" minOccurs="0"/>
       
<xsd:element name="methodNameFilters" type="xs:string" nillable="true" minOccurs="0" maxOccurs="unbounded"/>
       
<xsd:element name="methodTagFilters" type="xs:string" nillable="true" minOccurs="0" maxOccurs="unbounded"/>
       
<xsd:element name="prefix" type="xs:string" minOccurs="0"/>
       
<xsd:element name="secret" type="xs:string" minOccurs="0"/>
     
</xsd:sequence>
   
</xsd:extension>
 
</xsd:complexContent>
</xsd:complexType>

element apiKeyInfo/expiryTime
diagram PlatformServices_p1353.png
type xsd:dateTime
properties
minOcc 0
maxOcc 1
content simple
source <xsd:element name="expiryTime" type="xs:dateTime" minOccurs="0"/>

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

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

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

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

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