Policies Data Model
Policies define the rules and constraints that govern Agreements, Subscriptions, and Usage.
Entity Relationship Diagram
Core Entities
Policy
Note: Policies are often configuration objects or rule sets rather than simple database entities.
- Key Fields:
name: Descriptive name (e.g., "Fair Use Policy").type: Category (e.g., Renewal, Usage Limit).
Relationships
Policy -> Agreement
- Type: Many-to-Many
- Description: Agreements cite specific policies that apply to the customer.