OrgSettingsType

Element:
OrgSettings
Type:
OrgSettingsType
Namespace:
http://www.vmware.com/vcloud/v1.5
Description:
Container for this organization's settings.
Since:
0.9
Schema:
vCloudEntities.xsd
Media type(s):
None
Extends:
ResourceType
XML Representation:
<OrgSettings xmlns="http://www.vmware.com/vcloud/v1.5" href="xs:anyURI" type="xs:string">
    <VCloudExtension required="xs:boolean"/>
    <Link href="xs:anyURI" id="xs:string" type="xs:string" name="xs:string"
            rel="xs:string">
        <VCloudExtension required="xs:boolean"/>
    </Link>
    <OrgGeneralSettings href="xs:anyURI" type="xs:string">
        <VCloudExtension required="xs:boolean"/>
        <Link href="xs:anyURI" id="xs:string" type="xs:string" name="xs:string"
                rel="xs:string">
            <VCloudExtension required="xs:boolean"/>
        </Link>
        <CanPublishCatalogs> xs:boolean </CanPublishCatalogs>
        <CanPublishExternally> xs:boolean </CanPublishExternally>
        <CanSubscribe> xs:boolean </CanSubscribe>
        <DeployedVMQuota> xs:int </DeployedVMQuota>
        <StoredVmQuota> xs:int </StoredVmQuota>
        <UseServerBootSequence> xs:boolean </UseServerBootSequence>
        <DelayAfterPowerOnSeconds> xs:int </DelayAfterPowerOnSeconds>
        <VdcQuota> xs:int </VdcQuota>
    </OrgGeneralSettings>
    <VAppLeaseSettings href="xs:anyURI" type="xs:string">
        <VCloudExtension required="xs:boolean"/>
        <Link href="xs:anyURI" id="xs:string" type="xs:string" name="xs:string"
                rel="xs:string">
            <VCloudExtension required="xs:boolean"/>
        </Link>
        <DeleteOnStorageLeaseExpiration> xs:boolean </DeleteOnStorageLeaseExpiration>
        <DeploymentLeaseSeconds> xs:int </DeploymentLeaseSeconds>
        <StorageLeaseSeconds> xs:int </StorageLeaseSeconds>
    </VAppLeaseSettings>
    <VAppTemplateLeaseSettings href="xs:anyURI" type="xs:string">
        <VCloudExtension required="xs:boolean"/>
        <Link href="xs:anyURI" id="xs:string" type="xs:string" name="xs:string"
                rel="xs:string">
            <VCloudExtension required="xs:boolean"/>
        </Link>
        <DeleteOnStorageLeaseExpiration> xs:boolean </DeleteOnStorageLeaseExpiration>
        <StorageLeaseSeconds> xs:int </StorageLeaseSeconds>
    </VAppTemplateLeaseSettings>
    <OrgLdapSettings href="xs:anyURI" type="xs:string">
        <VCloudExtension required="xs:boolean"/>
        <Link href="xs:anyURI" id="xs:string" type="xs:string" name="xs:string"
                rel="xs:string">
            <VCloudExtension required="xs:boolean"/>
        </Link>
        <OrgLdapMode> xs:string </OrgLdapMode>
        <CustomUsersOu> xs:string </CustomUsersOu>
        <CustomOrgLdapSettings>
            <VCloudExtension required="xs:boolean"/>
            <HostName> xs:string </HostName>
            <Port> xs:int </Port>
            <IsSsl> xs:boolean </IsSsl>
            <IsSslAcceptAll> xs:boolean </IsSslAcceptAll>
            <Realm> xs:string </Realm>
            <SearchBase> xs:string </SearchBase>
            <UserName> xs:string </UserName>
            <Password> xs:string </Password>
            <AuthenticationMechanism> xs:string </AuthenticationMechanism>
            <GroupSearchBase> xs:string </GroupSearchBase>
            <IsGroupSearchBaseEnabled> xs:boolean </IsGroupSearchBaseEnabled>
            <ConnectorType> xs:string </ConnectorType>
            <UserAttributes>
                <VCloudExtension required="xs:boolean"/>
                <ObjectClass> xs:string </ObjectClass>
                <ObjectIdentifier> xs:string </ObjectIdentifier>
                <UserName> xs:string </UserName>
                <Email> xs:string </Email>
                <FullName> xs:string </FullName>
                <GivenName> xs:string </GivenName>
                <Surname> xs:string </Surname>
                <Telephone> xs:string </Telephone>
                <GroupMembershipIdentifier> xs:string </GroupMembershipIdentifier>
                <GroupBackLinkIdentifier> xs:string </GroupBackLinkIdentifier>
            </UserAttributes>
            <GroupAttributes>
                <VCloudExtension required="xs:boolean"/>
                <ObjectClass> xs:string </ObjectClass>
                <ObjectIdentifier> xs:string </ObjectIdentifier>
                <GroupName> xs:string </GroupName>
                <Membership> xs:string </Membership>
                <MembershipIdentifier> xs:string </MembershipIdentifier>
                <BackLinkIdentifier> xs:string </BackLinkIdentifier>
            </GroupAttributes>
            <UseExternalKerberos> xs:boolean </UseExternalKerberos>
        </CustomOrgLdapSettings>
    </OrgLdapSettings>
    <OrgEmailSettings href="xs:anyURI" type="xs:string">
        <VCloudExtension required="xs:boolean"/>
        <Link href="xs:anyURI" id="xs:string" type="xs:string" name="xs:string"
                rel="xs:string">
            <VCloudExtension required="xs:boolean"/>
        </Link>
        <IsDefaultSmtpServer> xs:boolean </IsDefaultSmtpServer>
        <IsDefaultOrgEmail> xs:boolean </IsDefaultOrgEmail>
        <FromEmailAddress> xs:string </FromEmailAddress>
        <DefaultSubjectPrefix> xs:string </DefaultSubjectPrefix>
        <IsAlertEmailToAllAdmins> xs:boolean </IsAlertEmailToAllAdmins>
        <AlertEmailTo> xs:string </AlertEmailTo>
        <SmtpServerSettings>
            <VCloudExtension required="xs:boolean"/>
            <IsUseAuthentication> xs:boolean </IsUseAuthentication>
            <Host> xs:string </Host>
            <Port> xs:int </Port>
            <Username> xs:string </Username>
            <Password> xs:string </Password>
        </SmtpServerSettings>
    </OrgEmailSettings>
    <OrgPasswordPolicySettings href="xs:anyURI" type="xs:string">
        <VCloudExtension required="xs:boolean"/>
        <Link href="xs:anyURI" id="xs:string" type="xs:string" name="xs:string"
                rel="xs:string">
            <VCloudExtension required="xs:boolean"/>
        </Link>
        <AccountLockoutEnabled> xs:boolean </AccountLockoutEnabled>
        <InvalidLoginsBeforeLockout> xs:int </InvalidLoginsBeforeLockout>
        <AccountLockoutIntervalMinutes> xs:int </AccountLockoutIntervalMinutes>
    </OrgPasswordPolicySettings>
    <OrgOperationLimitsSettings href="xs:anyURI" type="xs:string">
        <VCloudExtension required="xs:boolean"/>
        <Link href="xs:anyURI" id="xs:string" type="xs:string" name="xs:string"
                rel="xs:string">
            <VCloudExtension required="xs:boolean"/>
        </Link>
        <ConsolesPerVmLimit> xs:int </ConsolesPerVmLimit>
        <OperationsPerUser> xs:int </OperationsPerUser>
        <OperationsPerOrg> xs:int </OperationsPerOrg>
        <QueuedOperationsPerUser> xs:int </QueuedOperationsPerUser>
        <QueuedOperationsPerOrg> xs:int </QueuedOperationsPerOrg>
    </OrgOperationLimitsSettings>
    <OrgFederationSettings href="xs:anyURI" type="xs:string">
        <VCloudExtension required="xs:boolean"/>
        <Link href="xs:anyURI" id="xs:string" type="xs:string" name="xs:string"
                rel="xs:string">
            <VCloudExtension required="xs:boolean"/>
        </Link>
        <SAMLMetadata> xs:string </SAMLMetadata>
        <Enabled> xs:boolean </Enabled>
        <CertificateExpiration> xs:dateTime </CertificateExpiration>
        <SamlSPEntityId> xs:anyURI </SamlSPEntityId>
    </OrgFederationSettings>
</OrgSettings>

Attributes

Attribute Type Required Modifiable Since Deprecated Description
href anyURI No always 0.9 The URI of the entity.
type string No always 0.9 The MIME type of the entity.

Elements

Element Type Required Modifiable Since Deprecated Description
Link LinkType No none 0.9 A reference to an entity or operation associated with this object.
OrgEmailSettings OrgEmailSettingsType No always 0.9 Represents the email settings for this organization.
OrgFederationSettings OrgFederationSettingsType No always 5.1 Represents federated identity settings for this organization.
OrgGeneralSettings OrgGeneralSettingsType No always 0.9 Represents general settings for this organization.
OrgLdapSettings OrgLdapSettingsType No always 0.9 Represents the hostname and connection details for this organization's primary LDAP service.
OrgOperationLimitsSettings OrgOperationLimitsSettingsType No 5.1 Represents operation limits settings for this organization.
OrgPasswordPolicySettings OrgPasswordPolicySettingsType No always 0.9 Represents the password policy settings for this organization.
VAppLeaseSettings OrgLeaseSettingsType No always 0.9 Represents default lease durations and related policies for this organization. Runtime lease default is 7 days. Storage lease default is 30 days.
VAppTemplateLeaseSettings OrgVAppTemplateLeaseSettingsType No always 1.5 Represents default vAppTemplate lease policies for this organization. Storage lease default is 30 days.
VCloudExtension VCloudExtensionType No always 0.9 An optional extension element that can contain an arbitrary number of elements and attributes. Not related to extension services.