pyegeria 5.3.9.9.7__py3-none-any.whl → 5.4.0__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- commands/cat/debug_log +2806 -0
- commands/cat/debug_log.2025-07-15_14-28-38_087378.zip +0 -0
- commands/cat/debug_log.2025-07-16_15-48-50_037087.zip +0 -0
- commands/cat/dr_egeria_command_help.py +273 -0
- commands/cat/dr_egeria_md.py +90 -20
- commands/cat/glossary_actions.py +2 -2
- commands/cat/list_collections.py +24 -10
- commands/cat/list_data_designer.py +183 -0
- md_processing/__init__.py +28 -5
- md_processing/data/commands.json +31474 -1096
- md_processing/dr_egeria_outbox-pycharm/.obsidian/app.json +1 -0
- md_processing/dr_egeria_outbox-pycharm/.obsidian/appearance.json +1 -0
- md_processing/dr_egeria_outbox-pycharm/.obsidian/core-plugins.json +31 -0
- md_processing/dr_egeria_outbox-pycharm/.obsidian/workspace.json +177 -0
- md_processing/dr_egeria_outbox-pycharm/monday/processed-2025-07-14 12:38-data_designer_out.md +663 -0
- md_processing/dr_egeria_outbox-pycharm/thursday/processed-2025-07-17 15:00-Derive-Dr-Gov-Defs.md +719 -0
- md_processing/dr_egeria_outbox-pycharm/thursday/processed-2025-07-17 20:13-Derive-Dr-Gov-Defs.md +41 -0
- md_processing/dr_egeria_outbox-pycharm/thursday/processed-2025-07-17 20:14-Derive-Dr-Gov-Defs.md +33 -0
- md_processing/dr_egeria_outbox-pycharm/thursday/processed-2025-07-17 20:50-Derive-Dr-Gov-Defs.md +192 -0
- md_processing/dr_egeria_outbox-pycharm/tuesday/processed-2025-07-16 19:15-gov_def2.md +527 -0
- md_processing/dr_egeria_outbox-pycharm/tuesday/processed-2025-07-17 12:08-gov_def2.md +527 -0
- md_processing/dr_egeria_outbox-pycharm/tuesday/processed-2025-07-17 14:27-gov_def2.md +474 -0
- md_processing/family_docs/Data Designer/Create_Data_Class.md +164 -0
- md_processing/family_docs/Data Designer/Create_Data_Dictionary.md +30 -0
- md_processing/family_docs/Data Designer/Create_Data_Field.md +162 -0
- md_processing/family_docs/Data Designer/Create_Data_Specification.md +36 -0
- md_processing/family_docs/Data Designer/Create_Data_Structure.md +38 -0
- md_processing/family_docs/Data Designer/View_Data_Classes.md +78 -0
- md_processing/family_docs/Data Designer/View_Data_Dictionaries.md +78 -0
- md_processing/family_docs/Data Designer/View_Data_Fields.md +78 -0
- md_processing/family_docs/Data Designer/View_Data_Specifications.md +78 -0
- md_processing/family_docs/Data Designer/View_Data_Structures.md +78 -0
- md_processing/family_docs/Data Designer.md +842 -0
- md_processing/family_docs/Digital Product Manager/Add_Member->Collection.md +42 -0
- md_processing/family_docs/Digital Product Manager/Attach_Collection->Resource.md +36 -0
- md_processing/family_docs/Digital Product Manager/Create_Agreement.md +96 -0
- md_processing/family_docs/Digital Product Manager/Create_Data_Sharing_Agreement.md +72 -0
- md_processing/family_docs/Digital Product Manager/Create_DigitalSubscription.md +102 -0
- md_processing/family_docs/Digital Product Manager/Create_Digital_Product.md +134 -0
- md_processing/family_docs/Digital Product Manager/Link_Agreement_Items.md +60 -0
- md_processing/family_docs/Digital Product Manager/Link_Contracts.md +26 -0
- md_processing/family_docs/Digital Product Manager/Link_Digital_Product_-_Digital_Product.md +30 -0
- md_processing/family_docs/Digital Product Manager/Link_Subscribers.md +48 -0
- md_processing/family_docs/Digital Product Manager.md +668 -0
- md_processing/family_docs/Glossary/Attach_Category_Parent.md +18 -0
- md_processing/family_docs/Glossary/Attach_Term-Term_Relationship.md +26 -0
- md_processing/family_docs/Glossary/Create_Category.md +38 -0
- md_processing/family_docs/Glossary/Create_Glossary.md +42 -0
- md_processing/family_docs/Glossary/Create_Term.md +70 -0
- md_processing/family_docs/Glossary.md +206 -0
- md_processing/family_docs/Governance Officer/Create_Business_Imperative.md +106 -0
- md_processing/family_docs/Governance Officer/Create_Certification_Type.md +112 -0
- md_processing/family_docs/Governance Officer/Create_Governance_Approach.md +114 -0
- md_processing/family_docs/Governance Officer/Create_Governance_Obligation.md +114 -0
- md_processing/family_docs/Governance Officer/Create_Governance_Principle.md +114 -0
- md_processing/family_docs/Governance Officer/Create_Governance_Procedure.md +128 -0
- md_processing/family_docs/Governance Officer/Create_Governance_Process.md +122 -0
- md_processing/family_docs/Governance Officer/Create_Governance_Processing_Purpose.md +106 -0
- md_processing/family_docs/Governance Officer/Create_Governance_Responsibility.md +122 -0
- md_processing/family_docs/Governance Officer/Create_Governance_Rule.md +122 -0
- md_processing/family_docs/Governance Officer/Create_Governance_Strategy.md +106 -0
- md_processing/family_docs/Governance Officer/Create_License_Type.md +112 -0
- md_processing/family_docs/Governance Officer/Create_Naming_Standard_Rule.md +122 -0
- md_processing/family_docs/Governance Officer/Create_Regulation_Article.md +106 -0
- md_processing/family_docs/Governance Officer/Create_Regulation_Definition.md +118 -0
- md_processing/family_docs/Governance Officer/Create_Security_Access_Control.md +114 -0
- md_processing/family_docs/Governance Officer/Create_Security_Group.md +120 -0
- md_processing/family_docs/Governance Officer/Create_Service_Level_Objectives.md +122 -0
- md_processing/family_docs/Governance Officer/Create_Threat_Definition.md +106 -0
- md_processing/family_docs/Governance Officer/Link_Governance_Controls.md +32 -0
- md_processing/family_docs/Governance Officer/Link_Governance_Drivers.md +32 -0
- md_processing/family_docs/Governance Officer/Link_Governance_Policies.md +32 -0
- md_processing/family_docs/Governance Officer/View_Governance_Definitions.md +82 -0
- md_processing/family_docs/Governance Officer.md +2412 -0
- md_processing/family_docs/Solution Architect/Create_Information_Supply_Chain.md +70 -0
- md_processing/family_docs/Solution Architect/Create_Solution_Blueprint.md +44 -0
- md_processing/family_docs/Solution Architect/Create_Solution_Component.md +96 -0
- md_processing/family_docs/Solution Architect/Create_Solution_Role.md +66 -0
- md_processing/family_docs/Solution Architect/Link_Information_Supply_Chain_Peers.md +32 -0
- md_processing/family_docs/Solution Architect/Link_Solution_Component_Peers.md +32 -0
- md_processing/family_docs/Solution Architect/View_Information_Supply_Chains.md +32 -0
- md_processing/family_docs/Solution Architect/View_Solution_Blueprints.md +32 -0
- md_processing/family_docs/Solution Architect/View_Solution_Components.md +32 -0
- md_processing/family_docs/Solution Architect/View_Solution_Roles.md +32 -0
- md_processing/family_docs/Solution Architect.md +490 -0
- md_processing/md_commands/data_designer_commands.py +1192 -710
- md_processing/md_commands/glossary_commands.py +19 -32
- md_processing/md_commands/governance_officer_commands.py +420 -0
- md_processing/md_commands/product_manager_commands.py +1180 -0
- md_processing/md_commands/project_commands.py +5 -2
- md_processing/md_commands/solution_architect_commands.py +1140 -0
- md_processing/md_processing_utils/common_md_proc_utils.py +288 -96
- md_processing/md_processing_utils/common_md_utils.py +205 -6
- md_processing/md_processing_utils/debug_log +574 -0
- md_processing/md_processing_utils/dr-egeria-help-2025-07-17T17:22:09.md +2065 -0
- md_processing/md_processing_utils/extraction_utils.py +1 -1
- md_processing/md_processing_utils/generate_dr_help.py +165 -0
- md_processing/md_processing_utils/generate_md_cmd_templates.py +143 -0
- md_processing/md_processing_utils/generate_md_templates.py +92 -0
- md_processing/md_processing_utils/generated_help_terms.md +842 -0
- md_processing/md_processing_utils/md_processing_constants.py +94 -17
- pyegeria/__init__.py +1 -0
- pyegeria/_client.py +39 -1
- pyegeria/classification_manager_omvs.py +1 -1
- pyegeria/collection_manager_omvs.py +4667 -1178
- pyegeria/data_designer_omvs.py +348 -31
- pyegeria/egeria_tech_client.py +9 -25
- pyegeria/glossary_browser_omvs.py +5 -6
- pyegeria/glossary_manager_omvs.py +2 -2
- pyegeria/governance_officer_omvs.py +2367 -0
- pyegeria/output_formatter.py +157 -32
- pyegeria/solution_architect_omvs.py +5063 -1110
- pyegeria/utils.py +22 -2
- {pyegeria-5.3.9.9.7.dist-info → pyegeria-5.4.0.dist-info}/METADATA +3 -1
- pyegeria-5.4.0.dist-info/RECORD +243 -0
- {pyegeria-5.3.9.9.7.dist-info → pyegeria-5.4.0.dist-info}/entry_points.txt +5 -0
- commands/cat/.DS_Store +0 -0
- md_processing/dr_egeria_inbox/archive/dr_egeria_intro.md +0 -254
- md_processing/dr_egeria_inbox/archive/dr_egeria_intro_more_terms.md +0 -696
- md_processing/dr_egeria_inbox/archive/dr_egeria_intro_part1.md +0 -254
- md_processing/dr_egeria_inbox/archive/dr_egeria_intro_part2.md +0 -298
- md_processing/dr_egeria_inbox/archive/dr_egeria_intro_part3.md +0 -608
- md_processing/dr_egeria_inbox/archive/dr_egeria_intro_part4.md +0 -94
- md_processing/dr_egeria_inbox/archive/freddie_intro.md +0 -284
- md_processing/dr_egeria_inbox/archive/freddie_intro_orig.md +0 -275
- md_processing/dr_egeria_inbox/archive/test-term.md +0 -110
- md_processing/dr_egeria_inbox/cat_test.md +0 -100
- md_processing/dr_egeria_inbox/data_field.md +0 -54
- md_processing/dr_egeria_inbox/data_spec.md +0 -77
- md_processing/dr_egeria_inbox/data_spec_test.md +0 -2406
- md_processing/dr_egeria_inbox/data_test.md +0 -86
- md_processing/dr_egeria_inbox/dr_egeria_intro_categories.md +0 -168
- md_processing/dr_egeria_inbox/dr_egeria_intro_part1.md +0 -280
- md_processing/dr_egeria_inbox/dr_egeria_intro_part2.md +0 -313
- md_processing/dr_egeria_inbox/dr_egeria_intro_part3.md +0 -1073
- md_processing/dr_egeria_inbox/dr_egeria_isc1.md +0 -44
- md_processing/dr_egeria_inbox/glossary_test1.md +0 -324
- md_processing/dr_egeria_inbox/rel.md +0 -8
- md_processing/dr_egeria_inbox/sb.md +0 -119
- md_processing/dr_egeria_inbox/search_test.md +0 -39
- md_processing/dr_egeria_inbox/solution-components.md +0 -154
- md_processing/dr_egeria_inbox/solution_blueprints.md +0 -118
- md_processing/dr_egeria_inbox/synonym_test.md +0 -42
- md_processing/dr_egeria_inbox/t1.md +0 -0
- md_processing/dr_egeria_inbox/t2.md +0 -268
- md_processing/dr_egeria_outbox/processed-2025-05-15 19:52-data_test.md +0 -94
- md_processing/dr_egeria_outbox/processed-2025-05-16 07:39-data_test.md +0 -88
- md_processing/dr_egeria_outbox/processed-2025-05-17 16:01-data_field.md +0 -56
- md_processing/dr_egeria_outbox/processed-2025-05-18 15:51-data_test.md +0 -103
- md_processing/dr_egeria_outbox/processed-2025-05-18 16:47-data_test.md +0 -94
- md_processing/dr_egeria_outbox/processed-2025-05-19 07:14-data_test.md +0 -96
- md_processing/dr_egeria_outbox/processed-2025-05-19 07:20-data_test.md +0 -100
- md_processing/dr_egeria_outbox/processed-2025-05-19 07:22-data_test.md +0 -88
- md_processing/dr_egeria_outbox/processed-2025-05-19 09:26-data_test.md +0 -91
- md_processing/dr_egeria_outbox/processed-2025-05-19 10:27-data_test.md +0 -91
- md_processing/dr_egeria_outbox/processed-2025-05-19 14:04-data_test.md +0 -91
- md_processing/md_commands/blueprint_commands.py +0 -303
- pyegeria/.DS_Store +0 -0
- pyegeria/m_test.py +0 -118
- pyegeria-5.3.9.9.7.dist-info/RECORD +0 -196
- /commands/cat/{list_data_structures.py → list_data_structures_full.py} +0 -0
- {pyegeria-5.3.9.9.7.dist-info → pyegeria-5.4.0.dist-info}/LICENSE +0 -0
- {pyegeria-5.3.9.9.7.dist-info → pyegeria-5.4.0.dist-info}/WHEEL +0 -0
@@ -0,0 +1,114 @@
|
|
1
|
+
# **Create Governance Obligation**
|
2
|
+
> The GovernanceObligation entity defines a policy that describes a requirement that must be met.
|
3
|
+
|
4
|
+
## **Display Name**
|
5
|
+
> **Input Required**: True
|
6
|
+
|
7
|
+
> **Description**: Name of the definition.
|
8
|
+
|
9
|
+
> **Alternative Labels**: Name
|
10
|
+
|
11
|
+
|
12
|
+
## **Summary**
|
13
|
+
> **Input Required**: False
|
14
|
+
|
15
|
+
> **Description**: Summary of the definition.
|
16
|
+
|
17
|
+
|
18
|
+
## **Description**
|
19
|
+
> **Input Required**: False
|
20
|
+
|
21
|
+
> **Description**: Description of the contents of the definition.
|
22
|
+
|
23
|
+
|
24
|
+
## **Domain Identifier**
|
25
|
+
> **Input Required**: False
|
26
|
+
|
27
|
+
> **Description**: Integer representing the governance domain. All domains is 0.
|
28
|
+
|
29
|
+
> **Default Value**: 0
|
30
|
+
|
31
|
+
|
32
|
+
## **Document Identifier**
|
33
|
+
> **Input Required**: False
|
34
|
+
|
35
|
+
> **Description**: A user supplied identifier for the governance document.
|
36
|
+
|
37
|
+
> **Alternative Labels**: Doc Id
|
38
|
+
|
39
|
+
|
40
|
+
## **Version Identifier**
|
41
|
+
> **Input Required**: False
|
42
|
+
|
43
|
+
> **Description**: Published version identifier.
|
44
|
+
|
45
|
+
|
46
|
+
## **Scope**
|
47
|
+
> **Input Required**: False
|
48
|
+
|
49
|
+
> **Description**: Scope of the definition.
|
50
|
+
|
51
|
+
|
52
|
+
## **Importance**
|
53
|
+
> **Input Required**: False
|
54
|
+
|
55
|
+
> **Description**: Importance of the definition.
|
56
|
+
|
57
|
+
|
58
|
+
## **Governance Drivers**
|
59
|
+
> **Input Required**: False
|
60
|
+
|
61
|
+
> **Description**: The drivers this policy is in response to. Drivers may be Business Imperatives, Regulations, Governance Strategy or Threats.
|
62
|
+
|
63
|
+
> **Alternative Labels**: Drivers
|
64
|
+
|
65
|
+
|
66
|
+
## **Implications**
|
67
|
+
> **Input Required**: False
|
68
|
+
|
69
|
+
> **Description**: List of implications.
|
70
|
+
|
71
|
+
|
72
|
+
## **Outcomes**
|
73
|
+
> **Input Required**: False
|
74
|
+
|
75
|
+
> **Description**: List of desired outcomes.
|
76
|
+
|
77
|
+
|
78
|
+
## **Results**
|
79
|
+
> **Input Required**: False
|
80
|
+
|
81
|
+
> **Description**: A list of expected results.
|
82
|
+
|
83
|
+
|
84
|
+
## **Status**
|
85
|
+
> **Input Required**: False
|
86
|
+
|
87
|
+
> **Description**: The status of the agreement. There is a list of valid values that this conforms to.
|
88
|
+
|
89
|
+
> **Alternative Labels**: Definition Status
|
90
|
+
|
91
|
+
> **Valid Values**: DRAFT; PREPARED; PROPOSED; APPROVED; REJECTED; ACTIVE'; DEPRECATED; OTHER
|
92
|
+
|
93
|
+
> **Default Value**: DRAFT
|
94
|
+
|
95
|
+
|
96
|
+
## **User Defined Status**
|
97
|
+
> **Input Required**: False
|
98
|
+
|
99
|
+
> **Description**: Only valid if Product Status is set to OTHER. User defined & managed status values.
|
100
|
+
|
101
|
+
|
102
|
+
## **Qualified Name**
|
103
|
+
> **Input Required**: False
|
104
|
+
|
105
|
+
> **Description**: A unique qualified name for the element. Generated using the qualified name pattern if not user specified.
|
106
|
+
|
107
|
+
|
108
|
+
## **GUID**
|
109
|
+
> **Input Required**: False
|
110
|
+
|
111
|
+
> **Description**: A system generated unique identifier.
|
112
|
+
|
113
|
+
> **Alternative Labels**: Guid; guid
|
114
|
+
|
@@ -0,0 +1,114 @@
|
|
1
|
+
# **Create Governance Principle**
|
2
|
+
> The GovernancePrinciple entity defines a policy that describes an end state that the organization aims to achieve.
|
3
|
+
|
4
|
+
## **Display Name**
|
5
|
+
> **Input Required**: True
|
6
|
+
|
7
|
+
> **Description**: Name of the definition.
|
8
|
+
|
9
|
+
> **Alternative Labels**: Name
|
10
|
+
|
11
|
+
|
12
|
+
## **Summary**
|
13
|
+
> **Input Required**: False
|
14
|
+
|
15
|
+
> **Description**: Summary of the definition.
|
16
|
+
|
17
|
+
|
18
|
+
## **Description**
|
19
|
+
> **Input Required**: False
|
20
|
+
|
21
|
+
> **Description**: Description of the contents of the definition.
|
22
|
+
|
23
|
+
|
24
|
+
## **Domain Identifier**
|
25
|
+
> **Input Required**: False
|
26
|
+
|
27
|
+
> **Description**: Integer representing the governance domain. All domains is 0.
|
28
|
+
|
29
|
+
> **Default Value**: 0
|
30
|
+
|
31
|
+
|
32
|
+
## **Document Identifier**
|
33
|
+
> **Input Required**: False
|
34
|
+
|
35
|
+
> **Description**: A user supplied identifier for the governance document.
|
36
|
+
|
37
|
+
> **Alternative Labels**: Doc Id
|
38
|
+
|
39
|
+
|
40
|
+
## **Version Identifier**
|
41
|
+
> **Input Required**: False
|
42
|
+
|
43
|
+
> **Description**: Published version identifier.
|
44
|
+
|
45
|
+
|
46
|
+
## **Scope**
|
47
|
+
> **Input Required**: False
|
48
|
+
|
49
|
+
> **Description**: Scope of the definition.
|
50
|
+
|
51
|
+
|
52
|
+
## **Importance**
|
53
|
+
> **Input Required**: False
|
54
|
+
|
55
|
+
> **Description**: Importance of the definition.
|
56
|
+
|
57
|
+
|
58
|
+
## **Governance Drivers**
|
59
|
+
> **Input Required**: False
|
60
|
+
|
61
|
+
> **Description**: The drivers this policy is in response to. Drivers may be Business Imperatives, Regulations, Governance Strategy or Threats.
|
62
|
+
|
63
|
+
> **Alternative Labels**: Drivers
|
64
|
+
|
65
|
+
|
66
|
+
## **Implications**
|
67
|
+
> **Input Required**: False
|
68
|
+
|
69
|
+
> **Description**: List of implications.
|
70
|
+
|
71
|
+
|
72
|
+
## **Outcomes**
|
73
|
+
> **Input Required**: False
|
74
|
+
|
75
|
+
> **Description**: List of desired outcomes.
|
76
|
+
|
77
|
+
|
78
|
+
## **Results**
|
79
|
+
> **Input Required**: False
|
80
|
+
|
81
|
+
> **Description**: A list of expected results.
|
82
|
+
|
83
|
+
|
84
|
+
## **Status**
|
85
|
+
> **Input Required**: False
|
86
|
+
|
87
|
+
> **Description**: The status of the agreement. There is a list of valid values that this conforms to.
|
88
|
+
|
89
|
+
> **Alternative Labels**: Definition Status
|
90
|
+
|
91
|
+
> **Valid Values**: DRAFT; PREPARED; PROPOSED; APPROVED; REJECTED; ACTIVE'; DEPRECATED; OTHER
|
92
|
+
|
93
|
+
> **Default Value**: DRAFT
|
94
|
+
|
95
|
+
|
96
|
+
## **User Defined Status**
|
97
|
+
> **Input Required**: False
|
98
|
+
|
99
|
+
> **Description**: Only valid if Product Status is set to OTHER. User defined & managed status values.
|
100
|
+
|
101
|
+
|
102
|
+
## **Qualified Name**
|
103
|
+
> **Input Required**: False
|
104
|
+
|
105
|
+
> **Description**: A unique qualified name for the element. Generated using the qualified name pattern if not user specified.
|
106
|
+
|
107
|
+
|
108
|
+
## **GUID**
|
109
|
+
> **Input Required**: False
|
110
|
+
|
111
|
+
> **Description**: A system generated unique identifier.
|
112
|
+
|
113
|
+
> **Alternative Labels**: Guid; guid
|
114
|
+
|
@@ -0,0 +1,128 @@
|
|
1
|
+
# **Create Governance Procedure**
|
2
|
+
> A manual procedure that is performed under certain circumstances.
|
3
|
+
|
4
|
+
## **Display Name**
|
5
|
+
> **Input Required**: True
|
6
|
+
|
7
|
+
> **Description**: Name of the definition.
|
8
|
+
|
9
|
+
> **Alternative Labels**: Name
|
10
|
+
|
11
|
+
|
12
|
+
## **Summary**
|
13
|
+
> **Input Required**: False
|
14
|
+
|
15
|
+
> **Description**: Summary of the definition.
|
16
|
+
|
17
|
+
|
18
|
+
## **Summary**
|
19
|
+
> **Input Required**: False
|
20
|
+
|
21
|
+
> **Description**: Summary of the definition.
|
22
|
+
|
23
|
+
|
24
|
+
## **Description**
|
25
|
+
> **Input Required**: False
|
26
|
+
|
27
|
+
> **Description**: Description of the contents of the definition.
|
28
|
+
|
29
|
+
|
30
|
+
## **Domain Identifier**
|
31
|
+
> **Input Required**: False
|
32
|
+
|
33
|
+
> **Description**: Integer representing the governance domain. All domains is 0.
|
34
|
+
|
35
|
+
> **Default Value**: 0
|
36
|
+
|
37
|
+
|
38
|
+
## **Document Identifier**
|
39
|
+
> **Input Required**: False
|
40
|
+
|
41
|
+
> **Description**: A user supplied identifier for the governance document.
|
42
|
+
|
43
|
+
> **Alternative Labels**: Doc Id
|
44
|
+
|
45
|
+
|
46
|
+
## **Version Identifier**
|
47
|
+
> **Input Required**: False
|
48
|
+
|
49
|
+
> **Description**: Published version identifier.
|
50
|
+
|
51
|
+
|
52
|
+
## **Scope**
|
53
|
+
> **Input Required**: False
|
54
|
+
|
55
|
+
> **Description**: Scope of the definition.
|
56
|
+
|
57
|
+
|
58
|
+
## **Importance**
|
59
|
+
> **Input Required**: False
|
60
|
+
|
61
|
+
> **Description**: Importance of the definition.
|
62
|
+
|
63
|
+
|
64
|
+
## **Implementation Description**
|
65
|
+
> **Input Required**: False
|
66
|
+
|
67
|
+
> **Description**: Describes how this governance control is implemnted.
|
68
|
+
|
69
|
+
> **Alternative Labels**: Implementation
|
70
|
+
|
71
|
+
|
72
|
+
## **Supports Policies**
|
73
|
+
> **Input Required**: False
|
74
|
+
|
75
|
+
> **Description**: The policies that this governance control supports.
|
76
|
+
|
77
|
+
> **Alternative Labels**: Policies Supported; Policy Supported
|
78
|
+
|
79
|
+
|
80
|
+
## **Implications**
|
81
|
+
> **Input Required**: False
|
82
|
+
|
83
|
+
> **Description**: List of implications.
|
84
|
+
|
85
|
+
|
86
|
+
## **Outcomes**
|
87
|
+
> **Input Required**: False
|
88
|
+
|
89
|
+
> **Description**: List of desired outcomes.
|
90
|
+
|
91
|
+
|
92
|
+
## **Results**
|
93
|
+
> **Input Required**: False
|
94
|
+
|
95
|
+
> **Description**: A list of expected results.
|
96
|
+
|
97
|
+
|
98
|
+
## **Status**
|
99
|
+
> **Input Required**: False
|
100
|
+
|
101
|
+
> **Description**: The status of the agreement. There is a list of valid values that this conforms to.
|
102
|
+
|
103
|
+
> **Alternative Labels**: Definition Status
|
104
|
+
|
105
|
+
> **Valid Values**: DRAFT; PREPARED; PROPOSED; APPROVED; REJECTED; ACTIVE'; DEPRECATED; OTHER
|
106
|
+
|
107
|
+
> **Default Value**: DRAFT
|
108
|
+
|
109
|
+
|
110
|
+
## **User Defined Status**
|
111
|
+
> **Input Required**: False
|
112
|
+
|
113
|
+
> **Description**: Only valid if Product Status is set to OTHER. User defined & managed status values.
|
114
|
+
|
115
|
+
|
116
|
+
## **Qualified Name**
|
117
|
+
> **Input Required**: False
|
118
|
+
|
119
|
+
> **Description**: A unique qualified name for the element. Generated using the qualified name pattern if not user specified.
|
120
|
+
|
121
|
+
|
122
|
+
## **GUID**
|
123
|
+
> **Input Required**: False
|
124
|
+
|
125
|
+
> **Description**: A system generated unique identifier.
|
126
|
+
|
127
|
+
> **Alternative Labels**: Guid; guid
|
128
|
+
|
@@ -0,0 +1,122 @@
|
|
1
|
+
# **Create Governance Process**
|
2
|
+
> An executable process that choreographs different actions.
|
3
|
+
|
4
|
+
## **Display Name**
|
5
|
+
> **Input Required**: True
|
6
|
+
|
7
|
+
> **Description**: Name of the definition.
|
8
|
+
|
9
|
+
> **Alternative Labels**: Name
|
10
|
+
|
11
|
+
|
12
|
+
## **Summary**
|
13
|
+
> **Input Required**: False
|
14
|
+
|
15
|
+
> **Description**: Summary of the definition.
|
16
|
+
|
17
|
+
|
18
|
+
## **Description**
|
19
|
+
> **Input Required**: False
|
20
|
+
|
21
|
+
> **Description**: Description of the contents of the definition.
|
22
|
+
|
23
|
+
|
24
|
+
## **Domain Identifier**
|
25
|
+
> **Input Required**: False
|
26
|
+
|
27
|
+
> **Description**: Integer representing the governance domain. All domains is 0.
|
28
|
+
|
29
|
+
> **Default Value**: 0
|
30
|
+
|
31
|
+
|
32
|
+
## **Document Identifier**
|
33
|
+
> **Input Required**: False
|
34
|
+
|
35
|
+
> **Description**: A user supplied identifier for the governance document.
|
36
|
+
|
37
|
+
> **Alternative Labels**: Doc Id
|
38
|
+
|
39
|
+
|
40
|
+
## **Version Identifier**
|
41
|
+
> **Input Required**: False
|
42
|
+
|
43
|
+
> **Description**: Published version identifier.
|
44
|
+
|
45
|
+
|
46
|
+
## **Scope**
|
47
|
+
> **Input Required**: False
|
48
|
+
|
49
|
+
> **Description**: Scope of the definition.
|
50
|
+
|
51
|
+
|
52
|
+
## **Importance**
|
53
|
+
> **Input Required**: False
|
54
|
+
|
55
|
+
> **Description**: Importance of the definition.
|
56
|
+
|
57
|
+
|
58
|
+
## **Implementation Description**
|
59
|
+
> **Input Required**: False
|
60
|
+
|
61
|
+
> **Description**: Describes how this governance control is implemnted.
|
62
|
+
|
63
|
+
> **Alternative Labels**: Implementation
|
64
|
+
|
65
|
+
|
66
|
+
## **Supports Policies**
|
67
|
+
> **Input Required**: False
|
68
|
+
|
69
|
+
> **Description**: The policies that this governance control supports.
|
70
|
+
|
71
|
+
> **Alternative Labels**: Policies Supported; Policy Supported
|
72
|
+
|
73
|
+
|
74
|
+
## **Implications**
|
75
|
+
> **Input Required**: False
|
76
|
+
|
77
|
+
> **Description**: List of implications.
|
78
|
+
|
79
|
+
|
80
|
+
## **Outcomes**
|
81
|
+
> **Input Required**: False
|
82
|
+
|
83
|
+
> **Description**: List of desired outcomes.
|
84
|
+
|
85
|
+
|
86
|
+
## **Results**
|
87
|
+
> **Input Required**: False
|
88
|
+
|
89
|
+
> **Description**: A list of expected results.
|
90
|
+
|
91
|
+
|
92
|
+
## **Status**
|
93
|
+
> **Input Required**: False
|
94
|
+
|
95
|
+
> **Description**: The status of the agreement. There is a list of valid values that this conforms to.
|
96
|
+
|
97
|
+
> **Alternative Labels**: Definition Status
|
98
|
+
|
99
|
+
> **Valid Values**: DRAFT; PREPARED; PROPOSED; APPROVED; REJECTED; ACTIVE'; DEPRECATED; OTHER
|
100
|
+
|
101
|
+
> **Default Value**: DRAFT
|
102
|
+
|
103
|
+
|
104
|
+
## **User Defined Status**
|
105
|
+
> **Input Required**: False
|
106
|
+
|
107
|
+
> **Description**: Only valid if Product Status is set to OTHER. User defined & managed status values.
|
108
|
+
|
109
|
+
|
110
|
+
## **Qualified Name**
|
111
|
+
> **Input Required**: False
|
112
|
+
|
113
|
+
> **Description**: A unique qualified name for the element. Generated using the qualified name pattern if not user specified.
|
114
|
+
|
115
|
+
|
116
|
+
## **GUID**
|
117
|
+
> **Input Required**: False
|
118
|
+
|
119
|
+
> **Description**: A system generated unique identifier.
|
120
|
+
|
121
|
+
> **Alternative Labels**: Guid; guid
|
122
|
+
|
@@ -0,0 +1,106 @@
|
|
1
|
+
# **Create Governance Processing Purpose**
|
2
|
+
> Privacy regulations such as (GDPR) require data subjects to agree the processing that is permitted on their data.
|
3
|
+
|
4
|
+
## **Display Name**
|
5
|
+
> **Input Required**: True
|
6
|
+
|
7
|
+
> **Description**: Name of the definition.
|
8
|
+
|
9
|
+
> **Alternative Labels**: Name
|
10
|
+
|
11
|
+
|
12
|
+
## **Summary**
|
13
|
+
> **Input Required**: False
|
14
|
+
|
15
|
+
> **Description**: Summary of the definition.
|
16
|
+
|
17
|
+
|
18
|
+
## **Description**
|
19
|
+
> **Input Required**: False
|
20
|
+
|
21
|
+
> **Description**: Description of the contents of the definition.
|
22
|
+
|
23
|
+
|
24
|
+
## **Domain Identifier**
|
25
|
+
> **Input Required**: False
|
26
|
+
|
27
|
+
> **Description**: Integer representing the governance domain. All domains is 0.
|
28
|
+
|
29
|
+
> **Default Value**: 0
|
30
|
+
|
31
|
+
|
32
|
+
## **Document Identifier**
|
33
|
+
> **Input Required**: False
|
34
|
+
|
35
|
+
> **Description**: A user supplied identifier for the governance document.
|
36
|
+
|
37
|
+
> **Alternative Labels**: Doc Id
|
38
|
+
|
39
|
+
|
40
|
+
## **Version Identifier**
|
41
|
+
> **Input Required**: False
|
42
|
+
|
43
|
+
> **Description**: Published version identifier.
|
44
|
+
|
45
|
+
|
46
|
+
## **Scope**
|
47
|
+
> **Input Required**: False
|
48
|
+
|
49
|
+
> **Description**: Scope of the definition.
|
50
|
+
|
51
|
+
|
52
|
+
## **Importance**
|
53
|
+
> **Input Required**: False
|
54
|
+
|
55
|
+
> **Description**: Importance of the definition.
|
56
|
+
|
57
|
+
|
58
|
+
## **Implications**
|
59
|
+
> **Input Required**: False
|
60
|
+
|
61
|
+
> **Description**: List of implications.
|
62
|
+
|
63
|
+
|
64
|
+
## **Outcomes**
|
65
|
+
> **Input Required**: False
|
66
|
+
|
67
|
+
> **Description**: List of desired outcomes.
|
68
|
+
|
69
|
+
|
70
|
+
## **Results**
|
71
|
+
> **Input Required**: False
|
72
|
+
|
73
|
+
> **Description**: A list of expected results.
|
74
|
+
|
75
|
+
|
76
|
+
## **Status**
|
77
|
+
> **Input Required**: False
|
78
|
+
|
79
|
+
> **Description**: The status of the agreement. There is a list of valid values that this conforms to.
|
80
|
+
|
81
|
+
> **Alternative Labels**: Definition Status
|
82
|
+
|
83
|
+
> **Valid Values**: DRAFT; PREPARED; PROPOSED; APPROVED; REJECTED; ACTIVE'; DEPRECATED; OTHER
|
84
|
+
|
85
|
+
> **Default Value**: DRAFT
|
86
|
+
|
87
|
+
|
88
|
+
## **User Defined Status**
|
89
|
+
> **Input Required**: False
|
90
|
+
|
91
|
+
> **Description**: Only valid if Product Status is set to OTHER. User defined & managed status values.
|
92
|
+
|
93
|
+
|
94
|
+
## **Qualified Name**
|
95
|
+
> **Input Required**: False
|
96
|
+
|
97
|
+
> **Description**: A unique qualified name for the element. Generated using the qualified name pattern if not user specified.
|
98
|
+
|
99
|
+
|
100
|
+
## **GUID**
|
101
|
+
> **Input Required**: False
|
102
|
+
|
103
|
+
> **Description**: A system generated unique identifier.
|
104
|
+
|
105
|
+
> **Alternative Labels**: Guid; guid
|
106
|
+
|
@@ -0,0 +1,122 @@
|
|
1
|
+
# **Create Governance Responsibility**
|
2
|
+
> A responsiblity assigned to an actor or team. It could be a requirement to take a certain action in specific circumstances or to make decisions or give approvals for actions.
|
3
|
+
|
4
|
+
## **Display Name**
|
5
|
+
> **Input Required**: True
|
6
|
+
|
7
|
+
> **Description**: Name of the definition.
|
8
|
+
|
9
|
+
> **Alternative Labels**: Name
|
10
|
+
|
11
|
+
|
12
|
+
## **Summary**
|
13
|
+
> **Input Required**: False
|
14
|
+
|
15
|
+
> **Description**: Summary of the definition.
|
16
|
+
|
17
|
+
|
18
|
+
## **Description**
|
19
|
+
> **Input Required**: False
|
20
|
+
|
21
|
+
> **Description**: Description of the contents of the definition.
|
22
|
+
|
23
|
+
|
24
|
+
## **Domain Identifier**
|
25
|
+
> **Input Required**: False
|
26
|
+
|
27
|
+
> **Description**: Integer representing the governance domain. All domains is 0.
|
28
|
+
|
29
|
+
> **Default Value**: 0
|
30
|
+
|
31
|
+
|
32
|
+
## **Document Identifier**
|
33
|
+
> **Input Required**: False
|
34
|
+
|
35
|
+
> **Description**: A user supplied identifier for the governance document.
|
36
|
+
|
37
|
+
> **Alternative Labels**: Doc Id
|
38
|
+
|
39
|
+
|
40
|
+
## **Version Identifier**
|
41
|
+
> **Input Required**: False
|
42
|
+
|
43
|
+
> **Description**: Published version identifier.
|
44
|
+
|
45
|
+
|
46
|
+
## **Scope**
|
47
|
+
> **Input Required**: False
|
48
|
+
|
49
|
+
> **Description**: Scope of the definition.
|
50
|
+
|
51
|
+
|
52
|
+
## **Importance**
|
53
|
+
> **Input Required**: False
|
54
|
+
|
55
|
+
> **Description**: Importance of the definition.
|
56
|
+
|
57
|
+
|
58
|
+
## **Implementation Description**
|
59
|
+
> **Input Required**: False
|
60
|
+
|
61
|
+
> **Description**: Describes how this governance control is implemnted.
|
62
|
+
|
63
|
+
> **Alternative Labels**: Implementation
|
64
|
+
|
65
|
+
|
66
|
+
## **Supports Policies**
|
67
|
+
> **Input Required**: False
|
68
|
+
|
69
|
+
> **Description**: The policies that this governance control supports.
|
70
|
+
|
71
|
+
> **Alternative Labels**: Policies Supported; Policy Supported
|
72
|
+
|
73
|
+
|
74
|
+
## **Implications**
|
75
|
+
> **Input Required**: False
|
76
|
+
|
77
|
+
> **Description**: List of implications.
|
78
|
+
|
79
|
+
|
80
|
+
## **Outcomes**
|
81
|
+
> **Input Required**: False
|
82
|
+
|
83
|
+
> **Description**: List of desired outcomes.
|
84
|
+
|
85
|
+
|
86
|
+
## **Results**
|
87
|
+
> **Input Required**: False
|
88
|
+
|
89
|
+
> **Description**: A list of expected results.
|
90
|
+
|
91
|
+
|
92
|
+
## **Status**
|
93
|
+
> **Input Required**: False
|
94
|
+
|
95
|
+
> **Description**: The status of the agreement. There is a list of valid values that this conforms to.
|
96
|
+
|
97
|
+
> **Alternative Labels**: Definition Status
|
98
|
+
|
99
|
+
> **Valid Values**: DRAFT; PREPARED; PROPOSED; APPROVED; REJECTED; ACTIVE'; DEPRECATED; OTHER
|
100
|
+
|
101
|
+
> **Default Value**: DRAFT
|
102
|
+
|
103
|
+
|
104
|
+
## **User Defined Status**
|
105
|
+
> **Input Required**: False
|
106
|
+
|
107
|
+
> **Description**: Only valid if Product Status is set to OTHER. User defined & managed status values.
|
108
|
+
|
109
|
+
|
110
|
+
## **Qualified Name**
|
111
|
+
> **Input Required**: False
|
112
|
+
|
113
|
+
> **Description**: A unique qualified name for the element. Generated using the qualified name pattern if not user specified.
|
114
|
+
|
115
|
+
|
116
|
+
## **GUID**
|
117
|
+
> **Input Required**: False
|
118
|
+
|
119
|
+
> **Description**: A system generated unique identifier.
|
120
|
+
|
121
|
+
> **Alternative Labels**: Guid; guid
|
122
|
+
|