complexType federatedUserInfo
diagram PlatformServices_p3466.png
namespace http://impl.platform.rosettahub.com/
type extension of tns:federationArtifactInfo
properties
base tns:federationArtifactInfo
children css description federationArtifactType icon imagePngBase64 label svg autostopEnabled autostopUpdateAllowed cloudAccountCount cloudAccountCountByCloudId cpocLogin defaultCloud defaultCloudAccountUid defaultRegion defautKeysetUid department email emailUpdateAllowed emailVerified entities firstName graduationMonth graduationYear groupNames institutionId institutionName lastLogonTime lastName limits login logonCounter managedOrganizationNames managers masqueradeAllowed organizationNames ownRoles phd phone regType registrationTime roles showPublicArtifacts subdomain title userUid
used by
elements getFederatedUserResponse/return cpocGetFederatedUsersResponse/return
source <xsd:complexType name="federatedUserInfo">
 
<xsd:complexContent>
   
<xsd:extension base="tns:federationArtifactInfo">
     
<xsd:sequence>
       
<xsd:element name="autostopEnabled" type="xs:boolean"/>
       
<xsd:element name="autostopUpdateAllowed" type="xs:boolean"/>
       
<xsd:element name="cloudAccountCount" type="xs:int"/>
       
<xsd:element name="cloudAccountCountByCloudId" type="xs:string" minOccurs="0"/>
       
<xsd:element name="cpocLogin" type="xs:string" minOccurs="0"/>
       
<xsd:element name="defaultCloud" type="xs:string" minOccurs="0"/>
       
<xsd:element name="defaultCloudAccountUid" type="xs:string" minOccurs="0"/>
       
<xsd:element name="defaultRegion" type="xs:string" minOccurs="0"/>
       
<xsd:element name="defautKeysetUid" type="xs:string" minOccurs="0"/>
       
<xsd:element name="department" type="xs:string" minOccurs="0"/>
       
<xsd:element name="email" type="xs:string" minOccurs="0"/>
       
<xsd:element name="emailUpdateAllowed" type="xs:boolean"/>
       
<xsd:element name="emailVerified" type="xs:boolean"/>
       
<xsd:element name="entities" type="xs:string" nillable="true" minOccurs="0" maxOccurs="unbounded"/>
       
<xsd:element name="firstName" type="xs:string" minOccurs="0"/>
       
<xsd:element name="graduationMonth" type="xs:int"/>
       
<xsd:element name="graduationYear" type="xs:int"/>
       
<xsd:element name="groupNames" type="xs:string" nillable="true" minOccurs="0" maxOccurs="unbounded"/>
       
<xsd:element name="institutionId" type="xs:string" minOccurs="0"/>
       
<xsd:element name="institutionName" type="xs:string" minOccurs="0"/>
       
<xsd:element name="lastLogonTime" type="xs:dateTime" minOccurs="0"/>
       
<xsd:element name="lastName" type="xs:string" minOccurs="0"/>
       
<xsd:element name="limits" type="tns:federatedUserLimitsInfo" minOccurs="0"/>
       
<xsd:element name="login" type="xs:string" minOccurs="0"/>
       
<xsd:element name="logonCounter" type="xs:int"/>
       
<xsd:element name="managedOrganizationNames" type="xs:string" nillable="true" minOccurs="0" maxOccurs="unbounded"/>
       
<xsd:element name="managers" type="tns:federatedOrganizationManagerInfo" nillable="true" minOccurs="0" maxOccurs="unbounded"/>
       
<xsd:element name="masqueradeAllowed" type="xs:boolean"/>
       
<xsd:element name="organizationNames" type="xs:string" nillable="true" minOccurs="0" maxOccurs="unbounded"/>
       
<xsd:element name="ownRoles" type="xs:string" nillable="true" minOccurs="0" maxOccurs="unbounded"/>
       
<xsd:element name="phd" type="xs:boolean"/>
       
<xsd:element name="phone" type="xs:string" minOccurs="0"/>
       
<xsd:element name="regType" type="xs:string" minOccurs="0"/>
       
<xsd:element name="registrationTime" type="xs:dateTime" minOccurs="0"/>
       
<xsd:element name="roles" type="xs:string" nillable="true" minOccurs="0" maxOccurs="unbounded"/>
       
<xsd:element name="showPublicArtifacts" type="xs:boolean"/>
       
<xsd:element name="subdomain" type="xs:string" minOccurs="0"/>
       
<xsd:element name="title" type="xs:string" minOccurs="0"/>
       
<xsd:element name="userUid" type="xs:string" minOccurs="0"/>
     
</xsd:sequence>
   
</xsd:extension>
 
</xsd:complexContent>
</xsd:complexType>

element federatedUserInfo/autostopEnabled
diagram PlatformServices_p3467.png
type xsd:boolean
properties
content simple
source <xsd:element name="autostopEnabled" type="xs:boolean"/>

element federatedUserInfo/autostopUpdateAllowed
diagram PlatformServices_p3468.png
type xsd:boolean
properties
content simple
source <xsd:element name="autostopUpdateAllowed" type="xs:boolean"/>

element federatedUserInfo/cloudAccountCount
diagram PlatformServices_p3469.png
type xsd:int
properties
content simple
source <xsd:element name="cloudAccountCount" type="xs:int"/>

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

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

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

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

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

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

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

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

element federatedUserInfo/emailUpdateAllowed
diagram PlatformServices_p3478.png
type xsd:boolean
properties
content simple
source <xsd:element name="emailUpdateAllowed" type="xs:boolean"/>

element federatedUserInfo/emailVerified
diagram PlatformServices_p3479.png
type xsd:boolean
properties
content simple
source <xsd:element name="emailVerified" type="xs:boolean"/>

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

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

element federatedUserInfo/graduationMonth
diagram PlatformServices_p3482.png
type xsd:int
properties
content simple
source <xsd:element name="graduationMonth" type="xs:int"/>

element federatedUserInfo/graduationYear
diagram PlatformServices_p3483.png
type xsd:int
properties
content simple
source <xsd:element name="graduationYear" type="xs:int"/>

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

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

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

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

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

element federatedUserInfo/limits
diagram PlatformServices_p3489.png
type tns:federatedUserLimitsInfo
properties
minOcc 0
maxOcc 1
content complex
children autostopTimeout maximumAutostopTimeout maximumEbsSize maximumEc2Instances maximumEfsSize maximumHourlyCost maximumRetrievalRateGb maximumS3Size maximumSnapshotSize maximumSpotPrice maximumSpotPriceFactor
source <xsd:element name="limits" type="tns:federatedUserLimitsInfo" minOccurs="0"/>

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

element federatedUserInfo/logonCounter
diagram PlatformServices_p3491.png
type xsd:int
properties
content simple
source <xsd:element name="logonCounter" type="xs:int"/>

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

element federatedUserInfo/managers
diagram PlatformServices_p3493.png
type tns:federatedOrganizationManagerInfo
properties
minOcc 0
maxOcc unbounded
content complex
nillable true
children email login organizationName role
source <xsd:element name="managers" type="tns:federatedOrganizationManagerInfo" nillable="true" minOccurs="0" maxOccurs="unbounded"/>

element federatedUserInfo/masqueradeAllowed
diagram PlatformServices_p3494.png
type xsd:boolean
properties
content simple
source <xsd:element name="masqueradeAllowed" type="xs:boolean"/>

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

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

element federatedUserInfo/phd
diagram PlatformServices_p3497.png
type xsd:boolean
properties
content simple
source <xsd:element name="phd" type="xs:boolean"/>

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

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

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

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

element federatedUserInfo/showPublicArtifacts
diagram PlatformServices_p3502.png
type xsd:boolean
properties
content simple
source <xsd:element name="showPublicArtifacts" type="xs:boolean"/>

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

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

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

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