dome9.getContinuousComplianceNotification
Explore with Pulumi AI
Notice: This resource is obsolete due to changes in the lifecycle of the API. It will be partially supported until its end of life on January 1, 2025.
The functionality for this resource has been replaced and the new implementation for this resource is dome9.Notification
Learn more.
Use this data source to get information about a Dome9 continuous compliance notification policy.
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as dome9 from "@pulumi/dome9";
const test = dome9.getContinuousComplianceNotification({
id: "d9-continuous-compliance-notification-id",
});
import pulumi
import pulumi_dome9 as dome9
test = dome9.get_continuous_compliance_notification(id="d9-continuous-compliance-notification-id")
package main
import (
"github.com/pulumi/pulumi-terraform-provider/sdks/go/dome9/dome9"
"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)
func main() {
pulumi.Run(func(ctx *pulumi.Context) error {
_, err := dome9.LookupContinuousComplianceNotification(ctx, &dome9.LookupContinuousComplianceNotificationArgs{
Id: "d9-continuous-compliance-notification-id",
}, nil)
if err != nil {
return err
}
return nil
})
}
using System.Collections.Generic;
using System.Linq;
using Pulumi;
using Dome9 = Pulumi.Dome9;
return await Deployment.RunAsync(() =>
{
var test = Dome9.GetContinuousComplianceNotification.Invoke(new()
{
Id = "d9-continuous-compliance-notification-id",
});
});
package generated_program;
import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.dome9.Dome9Functions;
import com.pulumi.dome9.inputs.GetContinuousComplianceNotificationArgs;
import java.util.List;
import java.util.ArrayList;
import java.util.Map;
import java.io.File;
import java.nio.file.Files;
import java.nio.file.Paths;
public class App {
public static void main(String[] args) {
Pulumi.run(App::stack);
}
public static void stack(Context ctx) {
final var test = Dome9Functions.getContinuousComplianceNotification(GetContinuousComplianceNotificationArgs.builder()
.id("d9-continuous-compliance-notification-id")
.build());
}
}
variables:
test:
fn::invoke:
function: dome9:getContinuousComplianceNotification
arguments:
id: d9-continuous-compliance-notification-id
Using getContinuousComplianceNotification
Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.
function getContinuousComplianceNotification(args: GetContinuousComplianceNotificationArgs, opts?: InvokeOptions): Promise<GetContinuousComplianceNotificationResult>
function getContinuousComplianceNotificationOutput(args: GetContinuousComplianceNotificationOutputArgs, opts?: InvokeOptions): Output<GetContinuousComplianceNotificationResult>
def get_continuous_compliance_notification(id: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetContinuousComplianceNotificationResult
def get_continuous_compliance_notification_output(id: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetContinuousComplianceNotificationResult]
func LookupContinuousComplianceNotification(ctx *Context, args *LookupContinuousComplianceNotificationArgs, opts ...InvokeOption) (*LookupContinuousComplianceNotificationResult, error)
func LookupContinuousComplianceNotificationOutput(ctx *Context, args *LookupContinuousComplianceNotificationOutputArgs, opts ...InvokeOption) LookupContinuousComplianceNotificationResultOutput
> Note: This function is named LookupContinuousComplianceNotification
in the Go SDK.
public static class GetContinuousComplianceNotification
{
public static Task<GetContinuousComplianceNotificationResult> InvokeAsync(GetContinuousComplianceNotificationArgs args, InvokeOptions? opts = null)
public static Output<GetContinuousComplianceNotificationResult> Invoke(GetContinuousComplianceNotificationInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetContinuousComplianceNotificationResult> getContinuousComplianceNotification(GetContinuousComplianceNotificationArgs args, InvokeOptions options)
public static Output<GetContinuousComplianceNotificationResult> getContinuousComplianceNotification(GetContinuousComplianceNotificationArgs args, InvokeOptions options)
fn::invoke:
function: dome9:index/getContinuousComplianceNotification:getContinuousComplianceNotification
arguments:
# arguments dictionary
The following arguments are supported:
- Id string
- The id for the continuous compliance notification policy in Dome9.
- Id string
- The id for the continuous compliance notification policy in Dome9.
- id String
- The id for the continuous compliance notification policy in Dome9.
- id string
- The id for the continuous compliance notification policy in Dome9.
- id str
- The id for the continuous compliance notification policy in Dome9.
- id String
- The id for the continuous compliance notification policy in Dome9.
getContinuousComplianceNotification Result
The following output properties are available:
- Alerts
Console bool - send findings (also) to the Dome9 alerts console (Boolean); default is False.
- Change
Detections List<GetContinuous Compliance Notification Change Detection> - Send changes in findings options:
- Description string
- Description of the notification.
- Gcp
Security List<GetCommand Center Integrations Continuous Compliance Notification Gcp Security Command Center Integration> - GCP security command center details
- Id string
- Name string
- Notification policy name.
- Scheduled
Reports List<GetContinuous Compliance Notification Scheduled Report> - Scheduled email report notification block:
- Alerts
Console bool - send findings (also) to the Dome9 alerts console (Boolean); default is False.
- Change
Detections []GetContinuous Compliance Notification Change Detection - Send changes in findings options:
- Description string
- Description of the notification.
- Gcp
Security []GetCommand Center Integrations Continuous Compliance Notification Gcp Security Command Center Integration - GCP security command center details
- Id string
- Name string
- Notification policy name.
- Scheduled
Reports []GetContinuous Compliance Notification Scheduled Report - Scheduled email report notification block:
- alerts
Console Boolean - send findings (also) to the Dome9 alerts console (Boolean); default is False.
- change
Detections List<GetContinuous Compliance Notification Change Detection> - Send changes in findings options:
- description String
- Description of the notification.
- gcp
Security List<GetCommand Center Integrations Continuous Compliance Notification Gcp Security Command Center Integration> - GCP security command center details
- id String
- name String
- Notification policy name.
- scheduled
Reports List<GetContinuous Compliance Notification Scheduled Report> - Scheduled email report notification block:
- alerts
Console boolean - send findings (also) to the Dome9 alerts console (Boolean); default is False.
- change
Detections GetContinuous Compliance Notification Change Detection[] - Send changes in findings options:
- description string
- Description of the notification.
- gcp
Security GetCommand Center Integrations Continuous Compliance Notification Gcp Security Command Center Integration[] - GCP security command center details
- id string
- name string
- Notification policy name.
- scheduled
Reports GetContinuous Compliance Notification Scheduled Report[] - Scheduled email report notification block:
- alerts_
console bool - send findings (also) to the Dome9 alerts console (Boolean); default is False.
- change_
detections Sequence[GetContinuous Compliance Notification Change Detection] - Send changes in findings options:
- description str
- Description of the notification.
- gcp_
security_ Sequence[Getcommand_ center_ integrations Continuous Compliance Notification Gcp Security Command Center Integration] - GCP security command center details
- id str
- name str
- Notification policy name.
- scheduled_
reports Sequence[GetContinuous Compliance Notification Scheduled Report] - Scheduled email report notification block:
- alerts
Console Boolean - send findings (also) to the Dome9 alerts console (Boolean); default is False.
- change
Detections List<Property Map> - Send changes in findings options:
- description String
- Description of the notification.
- gcp
Security List<Property Map>Command Center Integrations - GCP security command center details
- id String
- name String
- Notification policy name.
- scheduled
Reports List<Property Map> - Scheduled email report notification block:
Supporting Types
GetContinuousComplianceNotificationChangeDetection
- Aws
Security stringHub Integration State - send findings to AWS Secure Hub; can be "Enabled" or "Disabled".
- Aws
Security List<GetHub Integrations Continuous Compliance Notification Change Detection Aws Security Hub Integration> - AWS security hub integration block supports:
- Email
Datas List<GetContinuous Compliance Notification Change Detection Email Data> - Email notification details:
- Email
Per List<GetFinding Datas Continuous Compliance Notification Change Detection Email Per Finding Data> - Email per finding notification details:
- Email
Per stringFinding Sending State - send separate email notification for each finding; can be "Enabled" or " Disabled"
- Email
Sending stringState - send schedule report of findings by email; can be "Enabled" or "Disabled".
- External
Ticket stringCreating State - send each finding to an external ticketing system; can be "Enabled" or " Disabled".
- Slack
Datas List<GetContinuous Compliance Notification Change Detection Slack Data> - Slack data block supports:
- Slack
Integration stringState - Send report summary to Slack channel (Compliance only); can be "Enabled" or " Disabled".
- Sns
Datas List<GetContinuous Compliance Notification Change Detection Sns Data> - SNS notification details:
- Sns
Sending stringState - send by AWS SNS for each new finding; can be "Enabled" or "Disabled".
- Teams
Datas List<GetContinuous Compliance Notification Change Detection Teams Data> - Teams data block supports:
- Teams
Integration stringState - Send report summary to Teams channel (Compliance only); can be "Enabled" or " Disabled".
- Ticketing
System List<GetDatas Continuous Compliance Notification Change Detection Ticketing System Data> - Ticketing system details:
- Webhook
Datas List<GetContinuous Compliance Notification Change Detection Webhook Data> - Webhook data block supports:
- Webhook
Integration stringState - send findings to an HTTP endpoint (webhook); can be "Enabled" or "Disabled".
- Aws
Security stringHub Integration State - send findings to AWS Secure Hub; can be "Enabled" or "Disabled".
- Aws
Security []GetHub Integrations Continuous Compliance Notification Change Detection Aws Security Hub Integration - AWS security hub integration block supports:
- Email
Datas []GetContinuous Compliance Notification Change Detection Email Data - Email notification details:
- Email
Per []GetFinding Datas Continuous Compliance Notification Change Detection Email Per Finding Data - Email per finding notification details:
- Email
Per stringFinding Sending State - send separate email notification for each finding; can be "Enabled" or " Disabled"
- Email
Sending stringState - send schedule report of findings by email; can be "Enabled" or "Disabled".
- External
Ticket stringCreating State - send each finding to an external ticketing system; can be "Enabled" or " Disabled".
- Slack
Datas []GetContinuous Compliance Notification Change Detection Slack Data - Slack data block supports:
- Slack
Integration stringState - Send report summary to Slack channel (Compliance only); can be "Enabled" or " Disabled".
- Sns
Datas []GetContinuous Compliance Notification Change Detection Sns Data - SNS notification details:
- Sns
Sending stringState - send by AWS SNS for each new finding; can be "Enabled" or "Disabled".
- Teams
Datas []GetContinuous Compliance Notification Change Detection Teams Data - Teams data block supports:
- Teams
Integration stringState - Send report summary to Teams channel (Compliance only); can be "Enabled" or " Disabled".
- Ticketing
System []GetDatas Continuous Compliance Notification Change Detection Ticketing System Data - Ticketing system details:
- Webhook
Datas []GetContinuous Compliance Notification Change Detection Webhook Data - Webhook data block supports:
- Webhook
Integration stringState - send findings to an HTTP endpoint (webhook); can be "Enabled" or "Disabled".
- aws
Security StringHub Integration State - send findings to AWS Secure Hub; can be "Enabled" or "Disabled".
- aws
Security List<GetHub Integrations Continuous Compliance Notification Change Detection Aws Security Hub Integration> - AWS security hub integration block supports:
- email
Datas List<GetContinuous Compliance Notification Change Detection Email Data> - Email notification details:
- email
Per List<GetFinding Datas Continuous Compliance Notification Change Detection Email Per Finding Data> - Email per finding notification details:
- email
Per StringFinding Sending State - send separate email notification for each finding; can be "Enabled" or " Disabled"
- email
Sending StringState - send schedule report of findings by email; can be "Enabled" or "Disabled".
- external
Ticket StringCreating State - send each finding to an external ticketing system; can be "Enabled" or " Disabled".
- slack
Datas List<GetContinuous Compliance Notification Change Detection Slack Data> - Slack data block supports:
- slack
Integration StringState - Send report summary to Slack channel (Compliance only); can be "Enabled" or " Disabled".
- sns
Datas List<GetContinuous Compliance Notification Change Detection Sns Data> - SNS notification details:
- sns
Sending StringState - send by AWS SNS for each new finding; can be "Enabled" or "Disabled".
- teams
Datas List<GetContinuous Compliance Notification Change Detection Teams Data> - Teams data block supports:
- teams
Integration StringState - Send report summary to Teams channel (Compliance only); can be "Enabled" or " Disabled".
- ticketing
System List<GetDatas Continuous Compliance Notification Change Detection Ticketing System Data> - Ticketing system details:
- webhook
Datas List<GetContinuous Compliance Notification Change Detection Webhook Data> - Webhook data block supports:
- webhook
Integration StringState - send findings to an HTTP endpoint (webhook); can be "Enabled" or "Disabled".
- aws
Security stringHub Integration State - send findings to AWS Secure Hub; can be "Enabled" or "Disabled".
- aws
Security GetHub Integrations Continuous Compliance Notification Change Detection Aws Security Hub Integration[] - AWS security hub integration block supports:
- email
Datas GetContinuous Compliance Notification Change Detection Email Data[] - Email notification details:
- email
Per GetFinding Datas Continuous Compliance Notification Change Detection Email Per Finding Data[] - Email per finding notification details:
- email
Per stringFinding Sending State - send separate email notification for each finding; can be "Enabled" or " Disabled"
- email
Sending stringState - send schedule report of findings by email; can be "Enabled" or "Disabled".
- external
Ticket stringCreating State - send each finding to an external ticketing system; can be "Enabled" or " Disabled".
- slack
Datas GetContinuous Compliance Notification Change Detection Slack Data[] - Slack data block supports:
- slack
Integration stringState - Send report summary to Slack channel (Compliance only); can be "Enabled" or " Disabled".
- sns
Datas GetContinuous Compliance Notification Change Detection Sns Data[] - SNS notification details:
- sns
Sending stringState - send by AWS SNS for each new finding; can be "Enabled" or "Disabled".
- teams
Datas GetContinuous Compliance Notification Change Detection Teams Data[] - Teams data block supports:
- teams
Integration stringState - Send report summary to Teams channel (Compliance only); can be "Enabled" or " Disabled".
- ticketing
System GetDatas Continuous Compliance Notification Change Detection Ticketing System Data[] - Ticketing system details:
- webhook
Datas GetContinuous Compliance Notification Change Detection Webhook Data[] - Webhook data block supports:
- webhook
Integration stringState - send findings to an HTTP endpoint (webhook); can be "Enabled" or "Disabled".
- aws_
security_ strhub_ integration_ state - send findings to AWS Secure Hub; can be "Enabled" or "Disabled".
- aws_
security_ Sequence[Gethub_ integrations Continuous Compliance Notification Change Detection Aws Security Hub Integration] - AWS security hub integration block supports:
- email_
datas Sequence[GetContinuous Compliance Notification Change Detection Email Data] - Email notification details:
- email_
per_ Sequence[Getfinding_ datas Continuous Compliance Notification Change Detection Email Per Finding Data] - Email per finding notification details:
- email_
per_ strfinding_ sending_ state - send separate email notification for each finding; can be "Enabled" or " Disabled"
- email_
sending_ strstate - send schedule report of findings by email; can be "Enabled" or "Disabled".
- external_
ticket_ strcreating_ state - send each finding to an external ticketing system; can be "Enabled" or " Disabled".
- slack_
datas Sequence[GetContinuous Compliance Notification Change Detection Slack Data] - Slack data block supports:
- slack_
integration_ strstate - Send report summary to Slack channel (Compliance only); can be "Enabled" or " Disabled".
- sns_
datas Sequence[GetContinuous Compliance Notification Change Detection Sns Data] - SNS notification details:
- sns_
sending_ strstate - send by AWS SNS for each new finding; can be "Enabled" or "Disabled".
- teams_
datas Sequence[GetContinuous Compliance Notification Change Detection Teams Data] - Teams data block supports:
- teams_
integration_ strstate - Send report summary to Teams channel (Compliance only); can be "Enabled" or " Disabled".
- ticketing_
system_ Sequence[Getdatas Continuous Compliance Notification Change Detection Ticketing System Data] - Ticketing system details:
- webhook_
datas Sequence[GetContinuous Compliance Notification Change Detection Webhook Data] - Webhook data block supports:
- webhook_
integration_ strstate - send findings to an HTTP endpoint (webhook); can be "Enabled" or "Disabled".
- aws
Security StringHub Integration State - send findings to AWS Secure Hub; can be "Enabled" or "Disabled".
- aws
Security List<Property Map>Hub Integrations - AWS security hub integration block supports:
- email
Datas List<Property Map> - Email notification details:
- email
Per List<Property Map>Finding Datas - Email per finding notification details:
- email
Per StringFinding Sending State - send separate email notification for each finding; can be "Enabled" or " Disabled"
- email
Sending StringState - send schedule report of findings by email; can be "Enabled" or "Disabled".
- external
Ticket StringCreating State - send each finding to an external ticketing system; can be "Enabled" or " Disabled".
- slack
Datas List<Property Map> - Slack data block supports:
- slack
Integration StringState - Send report summary to Slack channel (Compliance only); can be "Enabled" or " Disabled".
- sns
Datas List<Property Map> - SNS notification details:
- sns
Sending StringState - send by AWS SNS for each new finding; can be "Enabled" or "Disabled".
- teams
Datas List<Property Map> - Teams data block supports:
- teams
Integration StringState - Send report summary to Teams channel (Compliance only); can be "Enabled" or " Disabled".
- ticketing
System List<Property Map>Datas - Ticketing system details:
- webhook
Datas List<Property Map> - Webhook data block supports:
- webhook
Integration StringState - send findings to an HTTP endpoint (webhook); can be "Enabled" or "Disabled".
GetContinuousComplianceNotificationChangeDetectionAwsSecurityHubIntegration
- External
Account stringId - external account id
- Region string
- AWS region
- External
Account stringId - external account id
- Region string
- AWS region
- external
Account StringId - external account id
- region String
- AWS region
- external
Account stringId - external account id
- region string
- AWS region
- external_
account_ strid - external account id
- region str
- AWS region
- external
Account StringId - external account id
- region String
- AWS region
GetContinuousComplianceNotificationChangeDetectionEmailData
- Recipients List<string>
- comma-separated list of email recipients
- Recipients []string
- comma-separated list of email recipients
- recipients List<String>
- comma-separated list of email recipients
- recipients string[]
- comma-separated list of email recipients
- recipients Sequence[str]
- comma-separated list of email recipients
- recipients List<String>
- comma-separated list of email recipients
GetContinuousComplianceNotificationChangeDetectionEmailPerFindingData
- Notification
Output stringFormat - format of JSON block for finding; can be "JsonWithFullEntity" , "JsonWithBasicEntity", or "PlainText".
- Recipients List<string>
- comma-separated list of email recipients
- Notification
Output stringFormat - format of JSON block for finding; can be "JsonWithFullEntity" , "JsonWithBasicEntity", or "PlainText".
- Recipients []string
- comma-separated list of email recipients
- notification
Output StringFormat - format of JSON block for finding; can be "JsonWithFullEntity" , "JsonWithBasicEntity", or "PlainText".
- recipients List<String>
- comma-separated list of email recipients
- notification
Output stringFormat - format of JSON block for finding; can be "JsonWithFullEntity" , "JsonWithBasicEntity", or "PlainText".
- recipients string[]
- comma-separated list of email recipients
- notification_
output_ strformat - format of JSON block for finding; can be "JsonWithFullEntity" , "JsonWithBasicEntity", or "PlainText".
- recipients Sequence[str]
- comma-separated list of email recipients
- notification
Output StringFormat - format of JSON block for finding; can be "JsonWithFullEntity" , "JsonWithBasicEntity", or "PlainText".
- recipients List<String>
- comma-separated list of email recipients
GetContinuousComplianceNotificationChangeDetectionSlackData
- Url string
- Teams webhook URL
- Url string
- Teams webhook URL
- url String
- Teams webhook URL
- url string
- Teams webhook URL
- url str
- Teams webhook URL
- url String
- Teams webhook URL
GetContinuousComplianceNotificationChangeDetectionSnsData
- Sns
Output stringFormat - SNS output format; can be "JsonWithFullEntity", "JsonWithBasicEntity", or " PlainText".
- Sns
Topic stringArn - SNS topic ARN
- Sns
Output stringFormat - SNS output format; can be "JsonWithFullEntity", "JsonWithBasicEntity", or " PlainText".
- Sns
Topic stringArn - SNS topic ARN
- sns
Output StringFormat - SNS output format; can be "JsonWithFullEntity", "JsonWithBasicEntity", or " PlainText".
- sns
Topic StringArn - SNS topic ARN
- sns
Output stringFormat - SNS output format; can be "JsonWithFullEntity", "JsonWithBasicEntity", or " PlainText".
- sns
Topic stringArn - SNS topic ARN
- sns_
output_ strformat - SNS output format; can be "JsonWithFullEntity", "JsonWithBasicEntity", or " PlainText".
- sns_
topic_ strarn - SNS topic ARN
- sns
Output StringFormat - SNS output format; can be "JsonWithFullEntity", "JsonWithBasicEntity", or " PlainText".
- sns
Topic StringArn - SNS topic ARN
GetContinuousComplianceNotificationChangeDetectionTeamsData
- Url string
- Teams webhook URL
- Url string
- Teams webhook URL
- url String
- Teams webhook URL
- url string
- Teams webhook URL
- url str
- Teams webhook URL
- url String
- Teams webhook URL
GetContinuousComplianceNotificationChangeDetectionTicketingSystemData
- Domain string
- ServiceNow domain name (ServiceNow only)
- Issue
Type string - issue type (Jira)
- Pass string
- password (ServiceNow only)
- Project
Key string - project key (Jira) or API Key (PagerDuty)
- Should
Close boolTickets - ticketing system should close tickets when resolved (bool)
- System
Type string - system type; can be "ServiceOne", "Jira", or "PagerDuty"
- User string
- user name (ServiceNow only)
- Domain string
- ServiceNow domain name (ServiceNow only)
- Issue
Type string - issue type (Jira)
- Pass string
- password (ServiceNow only)
- Project
Key string - project key (Jira) or API Key (PagerDuty)
- Should
Close boolTickets - ticketing system should close tickets when resolved (bool)
- System
Type string - system type; can be "ServiceOne", "Jira", or "PagerDuty"
- User string
- user name (ServiceNow only)
- domain String
- ServiceNow domain name (ServiceNow only)
- issue
Type String - issue type (Jira)
- pass String
- password (ServiceNow only)
- project
Key String - project key (Jira) or API Key (PagerDuty)
- should
Close BooleanTickets - ticketing system should close tickets when resolved (bool)
- system
Type String - system type; can be "ServiceOne", "Jira", or "PagerDuty"
- user String
- user name (ServiceNow only)
- domain string
- ServiceNow domain name (ServiceNow only)
- issue
Type string - issue type (Jira)
- pass string
- password (ServiceNow only)
- project
Key string - project key (Jira) or API Key (PagerDuty)
- should
Close booleanTickets - ticketing system should close tickets when resolved (bool)
- system
Type string - system type; can be "ServiceOne", "Jira", or "PagerDuty"
- user string
- user name (ServiceNow only)
- domain str
- ServiceNow domain name (ServiceNow only)
- issue_
type str - issue type (Jira)
- pass_ str
- password (ServiceNow only)
- project_
key str - project key (Jira) or API Key (PagerDuty)
- should_
close_ booltickets - ticketing system should close tickets when resolved (bool)
- system_
type str - system type; can be "ServiceOne", "Jira", or "PagerDuty"
- user str
- user name (ServiceNow only)
- domain String
- ServiceNow domain name (ServiceNow only)
- issue
Type String - issue type (Jira)
- pass String
- password (ServiceNow only)
- project
Key String - project key (Jira) or API Key (PagerDuty)
- should
Close BooleanTickets - ticketing system should close tickets when resolved (bool)
- system
Type String - system type; can be "ServiceOne", "Jira", or "PagerDuty"
- user String
- user name (ServiceNow only)
GetContinuousComplianceNotificationChangeDetectionWebhookData
- Advanced
Url bool - Tick this box if you are using a version of Jira that only supports REST API 2
- Auth
Method string - authentication method; "NoAuth" by default
- Format
Type string - format for JSON block for finding, can be one of:
JsonWithFullEntity
- JSON - Full entity (default)SplunkBasic
- Splunk formatServiceNow
- ServiceNow formatQRadar
- QRadar formatJsonFirstLevelEntity
- Sumo Logic formatJira
- Jira format
- Http
Method string - HTTP method, "Post" by default.
- Ignore
Certificate bool - Check this to use self-signed certificates, and ignore validation of them
- Password string
- password in endpoint system
- Payload
Format string - Json Payload
- Url string
- Teams webhook URL
- Username string
- username in endpoint system
- Advanced
Url bool - Tick this box if you are using a version of Jira that only supports REST API 2
- Auth
Method string - authentication method; "NoAuth" by default
- Format
Type string - format for JSON block for finding, can be one of:
JsonWithFullEntity
- JSON - Full entity (default)SplunkBasic
- Splunk formatServiceNow
- ServiceNow formatQRadar
- QRadar formatJsonFirstLevelEntity
- Sumo Logic formatJira
- Jira format
- Http
Method string - HTTP method, "Post" by default.
- Ignore
Certificate bool - Check this to use self-signed certificates, and ignore validation of them
- Password string
- password in endpoint system
- Payload
Format string - Json Payload
- Url string
- Teams webhook URL
- Username string
- username in endpoint system
- advanced
Url Boolean - Tick this box if you are using a version of Jira that only supports REST API 2
- auth
Method String - authentication method; "NoAuth" by default
- format
Type String - format for JSON block for finding, can be one of:
JsonWithFullEntity
- JSON - Full entity (default)SplunkBasic
- Splunk formatServiceNow
- ServiceNow formatQRadar
- QRadar formatJsonFirstLevelEntity
- Sumo Logic formatJira
- Jira format
- http
Method String - HTTP method, "Post" by default.
- ignore
Certificate Boolean - Check this to use self-signed certificates, and ignore validation of them
- password String
- password in endpoint system
- payload
Format String - Json Payload
- url String
- Teams webhook URL
- username String
- username in endpoint system
- advanced
Url boolean - Tick this box if you are using a version of Jira that only supports REST API 2
- auth
Method string - authentication method; "NoAuth" by default
- format
Type string - format for JSON block for finding, can be one of:
JsonWithFullEntity
- JSON - Full entity (default)SplunkBasic
- Splunk formatServiceNow
- ServiceNow formatQRadar
- QRadar formatJsonFirstLevelEntity
- Sumo Logic formatJira
- Jira format
- http
Method string - HTTP method, "Post" by default.
- ignore
Certificate boolean - Check this to use self-signed certificates, and ignore validation of them
- password string
- password in endpoint system
- payload
Format string - Json Payload
- url string
- Teams webhook URL
- username string
- username in endpoint system
- advanced_
url bool - Tick this box if you are using a version of Jira that only supports REST API 2
- auth_
method str - authentication method; "NoAuth" by default
- format_
type str - format for JSON block for finding, can be one of:
JsonWithFullEntity
- JSON - Full entity (default)SplunkBasic
- Splunk formatServiceNow
- ServiceNow formatQRadar
- QRadar formatJsonFirstLevelEntity
- Sumo Logic formatJira
- Jira format
- http_
method str - HTTP method, "Post" by default.
- ignore_
certificate bool - Check this to use self-signed certificates, and ignore validation of them
- password str
- password in endpoint system
- payload_
format str - Json Payload
- url str
- Teams webhook URL
- username str
- username in endpoint system
- advanced
Url Boolean - Tick this box if you are using a version of Jira that only supports REST API 2
- auth
Method String - authentication method; "NoAuth" by default
- format
Type String - format for JSON block for finding, can be one of:
JsonWithFullEntity
- JSON - Full entity (default)SplunkBasic
- Splunk formatServiceNow
- ServiceNow formatQRadar
- QRadar formatJsonFirstLevelEntity
- Sumo Logic formatJira
- Jira format
- http
Method String - HTTP method, "Post" by default.
- ignore
Certificate Boolean - Check this to use self-signed certificates, and ignore validation of them
- password String
- password in endpoint system
- payload
Format String - Json Payload
- url String
- Teams webhook URL
- username String
- username in endpoint system
GetContinuousComplianceNotificationGcpSecurityCommandCenterIntegration
- project_
id str - GCP Project id
- source_
id str - GCP Source id
- state str
- send findings to the GCP Security Command Center; can be "Enabled" or "Disabled"
GetContinuousComplianceNotificationScheduledReport
- Email
Sending stringState - send schedule report of findings by email; can be "Enabled" or "Disabled".
- Schedule
Datas List<GetContinuous Compliance Notification Scheduled Report Schedule Data> - Schedule details:
- Email
Sending stringState - send schedule report of findings by email; can be "Enabled" or "Disabled".
- Schedule
Datas []GetContinuous Compliance Notification Scheduled Report Schedule Data - Schedule details:
- email
Sending StringState - send schedule report of findings by email; can be "Enabled" or "Disabled".
- schedule
Datas List<GetContinuous Compliance Notification Scheduled Report Schedule Data> - Schedule details:
- email
Sending stringState - send schedule report of findings by email; can be "Enabled" or "Disabled".
- schedule
Datas GetContinuous Compliance Notification Scheduled Report Schedule Data[] - Schedule details:
- email_
sending_ strstate - send schedule report of findings by email; can be "Enabled" or "Disabled".
- schedule_
datas Sequence[GetContinuous Compliance Notification Scheduled Report Schedule Data] - Schedule details:
- email
Sending StringState - send schedule report of findings by email; can be "Enabled" or "Disabled".
- schedule
Datas List<Property Map> - Schedule details:
GetContinuousComplianceNotificationScheduledReportScheduleData
- Cron
Expression string - the schedule to issue the email report (in cron expression format)
- Recipients List<string>
- comma-separated list of email recipients
- Type string
- type of report; can be "Detailed", "Summary", "FullCsv" or "FullCsvZip"
- Cron
Expression string - the schedule to issue the email report (in cron expression format)
- Recipients []string
- comma-separated list of email recipients
- Type string
- type of report; can be "Detailed", "Summary", "FullCsv" or "FullCsvZip"
- cron
Expression String - the schedule to issue the email report (in cron expression format)
- recipients List<String>
- comma-separated list of email recipients
- type String
- type of report; can be "Detailed", "Summary", "FullCsv" or "FullCsvZip"
- cron
Expression string - the schedule to issue the email report (in cron expression format)
- recipients string[]
- comma-separated list of email recipients
- type string
- type of report; can be "Detailed", "Summary", "FullCsv" or "FullCsvZip"
- cron_
expression str - the schedule to issue the email report (in cron expression format)
- recipients Sequence[str]
- comma-separated list of email recipients
- type str
- type of report; can be "Detailed", "Summary", "FullCsv" or "FullCsvZip"
- cron
Expression String - the schedule to issue the email report (in cron expression format)
- recipients List<String>
- comma-separated list of email recipients
- type String
- type of report; can be "Detailed", "Summary", "FullCsv" or "FullCsvZip"
Package Details
- Repository
- dome9 dome9/terraform-provider-dome9
- License
- Notes
- This Pulumi package is based on the
dome9
Terraform Provider.