Skip to content

Commit

Permalink
string policy type - containerable
Browse files Browse the repository at this point in the history
  • Loading branch information
katkav committed Sep 27, 2017
1 parent 6a0a2dd commit c57f278
Showing 1 changed file with 7 additions and 0 deletions.
Expand Up @@ -256,6 +256,7 @@
<a:objectReferenceTargetType>tns:OrgType</a:objectReferenceTargetType>
<a:displayName>OrgType.parentOrganization</a:displayName>
<a:displayOrder>240</a:displayOrder>
<a:operational/>
</xsd:appinfo>
</xsd:annotation>
</xsd:element>
Expand Down Expand Up @@ -10667,6 +10668,12 @@
<xsd:element name="passwordLifeTime" type="tns:PasswordLifeTimeType"/>

<xsd:complexType name="StringPolicyType">
<xsd:annotation>
<xsd:appinfo>
<a:container/>
</xsd:appinfo>
</xsd:annotation>

<xsd:sequence>
<xsd:element name="description" type="xsd:string" minOccurs="0" maxOccurs="1"/>
<xsd:element name="limitations" type="tns:LimitationsType" minOccurs="0" maxOccurs="1"/>
Expand Down

0 comments on commit c57f278

Please sign in to comment.