@@ -2095,6 +2095,13 @@ components:
20952095 properties:
20962096 data:
20972097 $ref: "#/components/schemas/AWSCloudAuthPersonaMappingsData"
2098+ example:
2099+ - attributes:
2100+ account_identifier: "test@test.com"
2101+ account_uuid: "12bbdc5c-5966-47e0-8733-285f9e44bcf4"
2102+ arn_pattern: "arn:aws:iam::123456789012:user/testuser"
2103+ id: "c5c758c6-18c2-4484-ae3f-46b84128404a"
2104+ type: aws_cloud_auth_config
20982105 required:
20992106 - data
21002107 type: object
@@ -30890,6 +30897,11 @@ components:
3089030897 properties:
3089130898 data:
3089230899 $ref: "#/components/schemas/IncidentHandlesResponseData"
30900+ example:
30901+ - attributes:
30902+ name: "@incident-sev-1"
30903+ id: "12ceee6d-a7c0-4407-bc54-30e54140d7f0"
30904+ type: incident_handles
3089330905 included:
3089430906 $ref: "#/components/schemas/IncidentHandleIncludedResponse"
3089530907 required:
@@ -35282,6 +35294,12 @@ components:
3528235294 properties:
3528335295 data:
3528435296 $ref: "#/components/schemas/JiraAccountsData"
35297+ example:
35298+ - attributes:
35299+ consumer_key: "consumer-key-1"
35300+ instance_url: "https://example.atlassian.net"
35301+ id: "account-1"
35302+ type: jira-account
3528535303 meta:
3528635304 $ref: "#/components/schemas/JiraAccountsMeta"
3528735305 required:
@@ -35603,6 +35621,17 @@ components:
3560335621 properties:
3560435622 data:
3560535623 $ref: "#/components/schemas/JiraIssueTemplatesData"
35624+ example:
35625+ - attributes:
35626+ fields:
35627+ description:
35628+ payload: "Test Description"
35629+ type: "json"
35630+ issue_type_id: "10001"
35631+ name: "Bug Report Template"
35632+ project_id: "PROJECT-1"
35633+ id: "65b3341b-0680-47f9-a6d4-134db45c603e"
35634+ type: jira-issue-template
3560635635 included:
3560735636 $ref: "#/components/schemas/JiraAccountsData"
3560835637 required:
@@ -37656,6 +37685,14 @@ components:
3765637685 properties:
3765737686 data:
3765837687 $ref: "#/components/schemas/ListFindingsData"
37688+ example:
37689+ - attributes:
37690+ evaluation: fail
37691+ resource: "arn:aws:s3:::my-bucket"
37692+ resource_type: aws_s3_bucket
37693+ status: open
37694+ id: "abc-123-xyz"
37695+ type: finding
3765937696 meta:
3766037697 $ref: "#/components/schemas/ListFindingsMeta"
3766137698 required:
@@ -48280,6 +48317,12 @@ components:
4828048317 properties:
4828148318 data:
4828248319 $ref: "#/components/schemas/OutcomesBatchResponseData"
48320+ example:
48321+ - attributes:
48322+ service_name: my-service
48323+ state: pass
48324+ id: "outcome-abc123"
48325+ type: rule-outcome
4828348326 meta:
4828448327 $ref: "#/components/schemas/OutcomesBatchResponseMeta"
4828548328 required:
@@ -62481,6 +62524,13 @@ components:
6248162524 properties:
6248262525 data:
6248362526 $ref: "#/components/schemas/ServiceNowAssignmentGroupsData"
62527+ example:
62528+ - attributes:
62529+ group_name: "IT Operations"
62530+ group_sys_id: "abc123def456"
62531+ instance_id: "65b3341b-0680-47f9-a6d4-134db45c603e"
62532+ id: "65b3341b-0680-47f9-a6d4-134db45c603e"
62533+ type: assignment_groups
6248462534 required:
6248562535 - data
6248662536 type: object
@@ -62588,6 +62638,13 @@ components:
6258862638 properties:
6258962639 data:
6259062640 $ref: "#/components/schemas/ServiceNowBusinessServicesData"
62641+ example:
62642+ - attributes:
62643+ instance_id: "65b3341b-0680-47f9-a6d4-134db45c603e"
62644+ service_name: "IT Support"
62645+ service_sys_id: "abc123def456"
62646+ id: "65b3341b-0680-47f9-a6d4-134db45c603e"
62647+ type: business_services
6259162648 required:
6259262649 - data
6259362650 type: object
@@ -62644,6 +62701,11 @@ components:
6264462701 properties:
6264562702 data:
6264662703 $ref: "#/components/schemas/ServiceNowInstancesData"
62704+ example:
62705+ - attributes:
62706+ instance_name: "my-servicenow-instance"
62707+ id: "65b3341b-0680-47f9-a6d4-134db45c603e"
62708+ type: instance
6264762709 required:
6264862710 - data
6264962711 type: object
@@ -62889,6 +62951,13 @@ components:
6288962951 properties:
6289062952 data:
6289162953 $ref: "#/components/schemas/ServiceNowTemplatesData"
62954+ example:
62955+ - attributes:
62956+ handle_name: "incident-template"
62957+ instance_id: "65b3341b-0680-47f9-a6d4-134db45c603e"
62958+ servicenow_tablename: "incident"
62959+ id: "65b3341b-0680-47f9-a6d4-134db45c603e"
62960+ type: servicenow_templates
6289262961 required:
6289362962 - data
6289462963 type: object
@@ -63015,6 +63084,14 @@ components:
6301563084 properties:
6301663085 data:
6301763086 $ref: "#/components/schemas/ServiceNowUsersData"
63087+ example:
63088+ - attributes:
63089+ email: "john.doe@example.com"
63090+ instance_id: "65b3341b-0680-47f9-a6d4-134db45c603e"
63091+ user_name: "john.doe"
63092+ user_sys_id: "abc123def456"
63093+ id: "65b3341b-0680-47f9-a6d4-134db45c603e"
63094+ type: users
6301863095 required:
6301963096 - data
6302063097 type: object
0 commit comments