Skip to content

Commit

Permalink
Moving global policy rules to top level (schema)
Browse files Browse the repository at this point in the history
  • Loading branch information
semancik committed Nov 3, 2016
1 parent c784b2d commit f337860
Showing 1 changed file with 15 additions and 11 deletions.
Expand Up @@ -9630,6 +9630,18 @@
</xsd:documentation>
</xsd:annotation>
</xsd:element>

<xsd:element name="globalPolicyRule" type="tns:PolicyRuleType" minOccurs="0" maxOccurs="unbounded">
<xsd:annotation>
<xsd:documentation>
Global policy rules that are applied to all (selected) objects in the system.
These rules specify compliance and governance constraints.
</xsd:documentation>
<xsd:appinfo>
<a:since>3.5</a:since>
</xsd:appinfo>
</xsd:annotation>
</xsd:element>

<xsd:element name="profilingConfiguration" type="tns:ProfilingConfigurationType" minOccurs="0" maxOccurs="1">
<xsd:annotation>
Expand Down Expand Up @@ -10472,23 +10484,15 @@
</xsd:annotation>
</xsd:element>
<!-- TODO: role assignment mode: multiple, single, parametric-multiple -->
<xsd:element name="globalPolicyRule" type="tns:PolicyRuleType" minOccurs="0" maxOccurs="unbounded">
<xsd:annotation>
<xsd:documentation>
Reference to the root object of the role catalog.
</xsd:documentation>
<xsd:appinfo>
<a:since>3.5</a:since>
</xsd:appinfo>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
</xsd:complexType>

<xsd:complexType name="PolicyRuleType">
<xsd:annotation>
<xsd:documentation>
TODO
These rules specify compliance and governance constraints.
E.g. role exclusion (SoD), number of assignees,
approvals, remediation, etc.
</xsd:documentation>
<xsd:appinfo>
<a:since>3.5</a:since>
Expand Down

0 comments on commit f337860

Please sign in to comment.