Files
hunfabric/modules/folder/schemas/org-policies.schema.md
Ludovico Magnocavallo 30b390483e JSON schema documentation tool (#3070)
* wip

* wip

* wip

* generate schema docs

* formatting

* typo

* fix details

* fix details

* revert dp change

* tfdoc
2025-05-06 08:17:46 +02:00

915 B

Organization Policies

Properties

additional properties: false

  • ^[a-z-]+[a-zA-Z0-9\.]+$: object
    additional properties: false
    • inherit_from_parent: boolean
    • reset: boolean
    • rules: array
      • items: object
        additional properties: false
        • allow: reference(allow-deny)
        • deny: reference(allow-deny)
        • enforce: boolean
        • condition: object
          additional properties: false
          • description: string
          • expression: string
          • location: string
          • title: string
        • parameters: string

Definitions

  • allow-deny: object
    additional properties: false
    • all: boolean
    • values: array
      • items: string