@@ -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
@@ -31066,6 +31073,11 @@ components:
3106631073 properties:
3106731074 data:
3106831075 $ref: "#/components/schemas/IncidentHandlesResponseData"
31076+ example:
31077+ - attributes:
31078+ name: "@incident-sev-1"
31079+ id: "12ceee6d-a7c0-4407-bc54-30e54140d7f0"
31080+ type: incident_handles
3106931081 included:
3107031082 $ref: "#/components/schemas/IncidentHandleIncludedResponse"
3107131083 required:
@@ -35458,6 +35470,12 @@ components:
3545835470 properties:
3545935471 data:
3546035472 $ref: "#/components/schemas/JiraAccountsData"
35473+ example:
35474+ - attributes:
35475+ consumer_key: "consumer-key-1"
35476+ instance_url: "https://example.atlassian.net"
35477+ id: "account-1"
35478+ type: jira-account
3546135479 meta:
3546235480 $ref: "#/components/schemas/JiraAccountsMeta"
3546335481 required:
@@ -35779,6 +35797,17 @@ components:
3577935797 properties:
3578035798 data:
3578135799 $ref: "#/components/schemas/JiraIssueTemplatesData"
35800+ example:
35801+ - attributes:
35802+ fields:
35803+ description:
35804+ payload: "Test Description"
35805+ type: "json"
35806+ issue_type_id: "10001"
35807+ name: "Bug Report Template"
35808+ project_id: "PROJECT-1"
35809+ id: "65b3341b-0680-47f9-a6d4-134db45c603e"
35810+ type: jira-issue-template
3578235811 included:
3578335812 $ref: "#/components/schemas/JiraAccountsData"
3578435813 required:
@@ -37848,6 +37877,14 @@ components:
3784837877 properties:
3784937878 data:
3785037879 $ref: "#/components/schemas/ListFindingsData"
37880+ example:
37881+ - attributes:
37882+ evaluation: fail
37883+ resource: "arn:aws:s3:::my-bucket"
37884+ resource_type: aws_s3_bucket
37885+ status: open
37886+ id: "abc-123-xyz"
37887+ type: finding
3785137888 meta:
3785237889 $ref: "#/components/schemas/ListFindingsMeta"
3785337890 required:
@@ -48485,6 +48522,12 @@ components:
4848548522 properties:
4848648523 data:
4848748524 $ref: "#/components/schemas/OutcomesBatchResponseData"
48525+ example:
48526+ - attributes:
48527+ service_name: my-service
48528+ state: pass
48529+ id: "outcome-abc123"
48530+ type: rule-outcome
4848848531 meta:
4848948532 $ref: "#/components/schemas/OutcomesBatchResponseMeta"
4849048533 required:
@@ -62797,6 +62840,13 @@ components:
6279762840 properties:
6279862841 data:
6279962842 $ref: "#/components/schemas/ServiceNowAssignmentGroupsData"
62843+ example:
62844+ - attributes:
62845+ group_name: "IT Operations"
62846+ group_sys_id: "abc123def456"
62847+ instance_id: "65b3341b-0680-47f9-a6d4-134db45c603e"
62848+ id: "65b3341b-0680-47f9-a6d4-134db45c603e"
62849+ type: assignment_groups
6280062850 required:
6280162851 - data
6280262852 type: object
@@ -62904,6 +62954,13 @@ components:
6290462954 properties:
6290562955 data:
6290662956 $ref: "#/components/schemas/ServiceNowBusinessServicesData"
62957+ example:
62958+ - attributes:
62959+ instance_id: "65b3341b-0680-47f9-a6d4-134db45c603e"
62960+ service_name: "IT Support"
62961+ service_sys_id: "abc123def456"
62962+ id: "65b3341b-0680-47f9-a6d4-134db45c603e"
62963+ type: business_services
6290762964 required:
6290862965 - data
6290962966 type: object
@@ -62960,6 +63017,11 @@ components:
6296063017 properties:
6296163018 data:
6296263019 $ref: "#/components/schemas/ServiceNowInstancesData"
63020+ example:
63021+ - attributes:
63022+ instance_name: "my-servicenow-instance"
63023+ id: "65b3341b-0680-47f9-a6d4-134db45c603e"
63024+ type: instance
6296363025 required:
6296463026 - data
6296563027 type: object
@@ -63205,6 +63267,13 @@ components:
6320563267 properties:
6320663268 data:
6320763269 $ref: "#/components/schemas/ServiceNowTemplatesData"
63270+ example:
63271+ - attributes:
63272+ handle_name: "incident-template"
63273+ instance_id: "65b3341b-0680-47f9-a6d4-134db45c603e"
63274+ servicenow_tablename: "incident"
63275+ id: "65b3341b-0680-47f9-a6d4-134db45c603e"
63276+ type: servicenow_templates
6320863277 required:
6320963278 - data
6321063279 type: object
@@ -63331,6 +63400,14 @@ components:
6333163400 properties:
6333263401 data:
6333363402 $ref: "#/components/schemas/ServiceNowUsersData"
63403+ example:
63404+ - attributes:
63405+ email: "john.doe@example.com"
63406+ instance_id: "65b3341b-0680-47f9-a6d4-134db45c603e"
63407+ user_name: "john.doe"
63408+ user_sys_id: "abc123def456"
63409+ id: "65b3341b-0680-47f9-a6d4-134db45c603e"
63410+ type: users
6333463411 required:
6333563412 - data
6333663413 type: object
0 commit comments