Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
77 changes: 77 additions & 0 deletions .generator/schemas/v2/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2095,6 +2095,13 @@ components:
properties:
data:
$ref: "#/components/schemas/AWSCloudAuthPersonaMappingsData"
example:
- attributes:
account_identifier: "test@test.com"
account_uuid: "12bbdc5c-5966-47e0-8733-285f9e44bcf4"
arn_pattern: "arn:aws:iam::123456789012:user/testuser"
id: "c5c758c6-18c2-4484-ae3f-46b84128404a"
type: aws_cloud_auth_config
required:
- data
type: object
Expand Down Expand Up @@ -30890,6 +30897,11 @@ components:
properties:
data:
$ref: "#/components/schemas/IncidentHandlesResponseData"
example:
- attributes:
name: "@incident-sev-1"
id: "12ceee6d-a7c0-4407-bc54-30e54140d7f0"
type: incident_handles
included:
$ref: "#/components/schemas/IncidentHandleIncludedResponse"
required:
Expand Down Expand Up @@ -35282,6 +35294,12 @@ components:
properties:
data:
$ref: "#/components/schemas/JiraAccountsData"
example:
- attributes:
consumer_key: "consumer-key-1"
instance_url: "https://example.atlassian.net"
id: "account-1"
type: jira-account
meta:
$ref: "#/components/schemas/JiraAccountsMeta"
required:
Expand Down Expand Up @@ -35603,6 +35621,17 @@ components:
properties:
data:
$ref: "#/components/schemas/JiraIssueTemplatesData"
example:
- attributes:
fields:
description:
payload: "Test Description"
type: "json"
issue_type_id: "10001"
name: "Bug Report Template"
project_id: "PROJECT-1"
id: "65b3341b-0680-47f9-a6d4-134db45c603e"
type: jira-issue-template
included:
$ref: "#/components/schemas/JiraAccountsData"
required:
Expand Down Expand Up @@ -37656,6 +37685,14 @@ components:
properties:
data:
$ref: "#/components/schemas/ListFindingsData"
example:
- attributes:
evaluation: fail
resource: "arn:aws:s3:::my-bucket"
resource_type: aws_s3_bucket
status: open
id: "abc-123-xyz"
type: finding
meta:
$ref: "#/components/schemas/ListFindingsMeta"
required:
Expand Down Expand Up @@ -48280,6 +48317,12 @@ components:
properties:
data:
$ref: "#/components/schemas/OutcomesBatchResponseData"
example:
- attributes:
service_name: my-service
state: pass
id: "outcome-abc123"
type: rule-outcome
meta:
$ref: "#/components/schemas/OutcomesBatchResponseMeta"
required:
Expand Down Expand Up @@ -62481,6 +62524,13 @@ components:
properties:
data:
$ref: "#/components/schemas/ServiceNowAssignmentGroupsData"
example:
- attributes:
group_name: "IT Operations"
group_sys_id: "abc123def456"
instance_id: "65b3341b-0680-47f9-a6d4-134db45c603e"
id: "65b3341b-0680-47f9-a6d4-134db45c603e"
type: assignment_groups
required:
- data
type: object
Expand Down Expand Up @@ -62588,6 +62638,13 @@ components:
properties:
data:
$ref: "#/components/schemas/ServiceNowBusinessServicesData"
example:
- attributes:
instance_id: "65b3341b-0680-47f9-a6d4-134db45c603e"
service_name: "IT Support"
service_sys_id: "abc123def456"
id: "65b3341b-0680-47f9-a6d4-134db45c603e"
type: business_services
required:
- data
type: object
Expand Down Expand Up @@ -62644,6 +62701,11 @@ components:
properties:
data:
$ref: "#/components/schemas/ServiceNowInstancesData"
example:
- attributes:
instance_name: "my-servicenow-instance"
id: "65b3341b-0680-47f9-a6d4-134db45c603e"
type: instance
required:
- data
type: object
Expand Down Expand Up @@ -62889,6 +62951,13 @@ components:
properties:
data:
$ref: "#/components/schemas/ServiceNowTemplatesData"
example:
- attributes:
handle_name: "incident-template"
instance_id: "65b3341b-0680-47f9-a6d4-134db45c603e"
servicenow_tablename: "incident"
id: "65b3341b-0680-47f9-a6d4-134db45c603e"
type: servicenow_templates
required:
- data
type: object
Expand Down Expand Up @@ -63015,6 +63084,14 @@ components:
properties:
data:
$ref: "#/components/schemas/ServiceNowUsersData"
example:
- attributes:
email: "john.doe@example.com"
instance_id: "65b3341b-0680-47f9-a6d4-134db45c603e"
user_name: "john.doe"
user_sys_id: "abc123def456"
id: "65b3341b-0680-47f9-a6d4-134db45c603e"
type: users
required:
- data
type: object
Expand Down
Loading