1. Packages
  2. Dome9 Provider
  3. API Docs
  4. getContinuousComplianceNotification
dome9 1.40.3 published on Monday, Apr 14, 2025 by dome9

dome9.getContinuousComplianceNotification

Explore with Pulumi AI

dome9 logo
dome9 1.40.3 published on Monday, Apr 14, 2025 by dome9

    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.NotificationLearn 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:

    AlertsConsole bool
    send findings (also) to the Dome9 alerts console (Boolean); default is False.
    ChangeDetections List<GetContinuousComplianceNotificationChangeDetection>
    Send changes in findings options:
    Description string
    Description of the notification.
    GcpSecurityCommandCenterIntegrations List<GetContinuousComplianceNotificationGcpSecurityCommandCenterIntegration>
    GCP security command center details
    Id string
    Name string
    Notification policy name.
    ScheduledReports List<GetContinuousComplianceNotificationScheduledReport>
    Scheduled email report notification block:
    AlertsConsole bool
    send findings (also) to the Dome9 alerts console (Boolean); default is False.
    ChangeDetections []GetContinuousComplianceNotificationChangeDetection
    Send changes in findings options:
    Description string
    Description of the notification.
    GcpSecurityCommandCenterIntegrations []GetContinuousComplianceNotificationGcpSecurityCommandCenterIntegration
    GCP security command center details
    Id string
    Name string
    Notification policy name.
    ScheduledReports []GetContinuousComplianceNotificationScheduledReport
    Scheduled email report notification block:
    alertsConsole Boolean
    send findings (also) to the Dome9 alerts console (Boolean); default is False.
    changeDetections List<GetContinuousComplianceNotificationChangeDetection>
    Send changes in findings options:
    description String
    Description of the notification.
    gcpSecurityCommandCenterIntegrations List<GetContinuousComplianceNotificationGcpSecurityCommandCenterIntegration>
    GCP security command center details
    id String
    name String
    Notification policy name.
    scheduledReports List<GetContinuousComplianceNotificationScheduledReport>
    Scheduled email report notification block:
    alertsConsole boolean
    send findings (also) to the Dome9 alerts console (Boolean); default is False.
    changeDetections GetContinuousComplianceNotificationChangeDetection[]
    Send changes in findings options:
    description string
    Description of the notification.
    gcpSecurityCommandCenterIntegrations GetContinuousComplianceNotificationGcpSecurityCommandCenterIntegration[]
    GCP security command center details
    id string
    name string
    Notification policy name.
    scheduledReports GetContinuousComplianceNotificationScheduledReport[]
    Scheduled email report notification block:
    alerts_console bool
    send findings (also) to the Dome9 alerts console (Boolean); default is False.
    change_detections Sequence[GetContinuousComplianceNotificationChangeDetection]
    Send changes in findings options:
    description str
    Description of the notification.
    gcp_security_command_center_integrations Sequence[GetContinuousComplianceNotificationGcpSecurityCommandCenterIntegration]
    GCP security command center details
    id str
    name str
    Notification policy name.
    scheduled_reports Sequence[GetContinuousComplianceNotificationScheduledReport]
    Scheduled email report notification block:
    alertsConsole Boolean
    send findings (also) to the Dome9 alerts console (Boolean); default is False.
    changeDetections List<Property Map>
    Send changes in findings options:
    description String
    Description of the notification.
    gcpSecurityCommandCenterIntegrations List<Property Map>
    GCP security command center details
    id String
    name String
    Notification policy name.
    scheduledReports List<Property Map>
    Scheduled email report notification block:

    Supporting Types

    GetContinuousComplianceNotificationChangeDetection

    AwsSecurityHubIntegrationState string
    send findings to AWS Secure Hub; can be "Enabled" or "Disabled".
    AwsSecurityHubIntegrations List<GetContinuousComplianceNotificationChangeDetectionAwsSecurityHubIntegration>
    AWS security hub integration block supports:
    EmailDatas List<GetContinuousComplianceNotificationChangeDetectionEmailData>
    Email notification details:
    EmailPerFindingDatas List<GetContinuousComplianceNotificationChangeDetectionEmailPerFindingData>
    Email per finding notification details:
    EmailPerFindingSendingState string
    send separate email notification for each finding; can be "Enabled" or " Disabled"
    EmailSendingState string
    send schedule report of findings by email; can be "Enabled" or "Disabled".
    ExternalTicketCreatingState string
    send each finding to an external ticketing system; can be "Enabled" or " Disabled".
    SlackDatas List<GetContinuousComplianceNotificationChangeDetectionSlackData>
    Slack data block supports:
    SlackIntegrationState string
    Send report summary to Slack channel (Compliance only); can be "Enabled" or " Disabled".
    SnsDatas List<GetContinuousComplianceNotificationChangeDetectionSnsData>
    SNS notification details:
    SnsSendingState string
    send by AWS SNS for each new finding; can be "Enabled" or "Disabled".
    TeamsDatas List<GetContinuousComplianceNotificationChangeDetectionTeamsData>
    Teams data block supports:
    TeamsIntegrationState string
    Send report summary to Teams channel (Compliance only); can be "Enabled" or " Disabled".
    TicketingSystemDatas List<GetContinuousComplianceNotificationChangeDetectionTicketingSystemData>
    Ticketing system details:
    WebhookDatas List<GetContinuousComplianceNotificationChangeDetectionWebhookData>
    Webhook data block supports:
    WebhookIntegrationState string
    send findings to an HTTP endpoint (webhook); can be "Enabled" or "Disabled".
    AwsSecurityHubIntegrationState string
    send findings to AWS Secure Hub; can be "Enabled" or "Disabled".
    AwsSecurityHubIntegrations []GetContinuousComplianceNotificationChangeDetectionAwsSecurityHubIntegration
    AWS security hub integration block supports:
    EmailDatas []GetContinuousComplianceNotificationChangeDetectionEmailData
    Email notification details:
    EmailPerFindingDatas []GetContinuousComplianceNotificationChangeDetectionEmailPerFindingData
    Email per finding notification details:
    EmailPerFindingSendingState string
    send separate email notification for each finding; can be "Enabled" or " Disabled"
    EmailSendingState string
    send schedule report of findings by email; can be "Enabled" or "Disabled".
    ExternalTicketCreatingState string
    send each finding to an external ticketing system; can be "Enabled" or " Disabled".
    SlackDatas []GetContinuousComplianceNotificationChangeDetectionSlackData
    Slack data block supports:
    SlackIntegrationState string
    Send report summary to Slack channel (Compliance only); can be "Enabled" or " Disabled".
    SnsDatas []GetContinuousComplianceNotificationChangeDetectionSnsData
    SNS notification details:
    SnsSendingState string
    send by AWS SNS for each new finding; can be "Enabled" or "Disabled".
    TeamsDatas []GetContinuousComplianceNotificationChangeDetectionTeamsData
    Teams data block supports:
    TeamsIntegrationState string
    Send report summary to Teams channel (Compliance only); can be "Enabled" or " Disabled".
    TicketingSystemDatas []GetContinuousComplianceNotificationChangeDetectionTicketingSystemData
    Ticketing system details:
    WebhookDatas []GetContinuousComplianceNotificationChangeDetectionWebhookData
    Webhook data block supports:
    WebhookIntegrationState string
    send findings to an HTTP endpoint (webhook); can be "Enabled" or "Disabled".
    awsSecurityHubIntegrationState String
    send findings to AWS Secure Hub; can be "Enabled" or "Disabled".
    awsSecurityHubIntegrations List<GetContinuousComplianceNotificationChangeDetectionAwsSecurityHubIntegration>
    AWS security hub integration block supports:
    emailDatas List<GetContinuousComplianceNotificationChangeDetectionEmailData>
    Email notification details:
    emailPerFindingDatas List<GetContinuousComplianceNotificationChangeDetectionEmailPerFindingData>
    Email per finding notification details:
    emailPerFindingSendingState String
    send separate email notification for each finding; can be "Enabled" or " Disabled"
    emailSendingState String
    send schedule report of findings by email; can be "Enabled" or "Disabled".
    externalTicketCreatingState String
    send each finding to an external ticketing system; can be "Enabled" or " Disabled".
    slackDatas List<GetContinuousComplianceNotificationChangeDetectionSlackData>
    Slack data block supports:
    slackIntegrationState String
    Send report summary to Slack channel (Compliance only); can be "Enabled" or " Disabled".
    snsDatas List<GetContinuousComplianceNotificationChangeDetectionSnsData>
    SNS notification details:
    snsSendingState String
    send by AWS SNS for each new finding; can be "Enabled" or "Disabled".
    teamsDatas List<GetContinuousComplianceNotificationChangeDetectionTeamsData>
    Teams data block supports:
    teamsIntegrationState String
    Send report summary to Teams channel (Compliance only); can be "Enabled" or " Disabled".
    ticketingSystemDatas List<GetContinuousComplianceNotificationChangeDetectionTicketingSystemData>
    Ticketing system details:
    webhookDatas List<GetContinuousComplianceNotificationChangeDetectionWebhookData>
    Webhook data block supports:
    webhookIntegrationState String
    send findings to an HTTP endpoint (webhook); can be "Enabled" or "Disabled".
    awsSecurityHubIntegrationState string
    send findings to AWS Secure Hub; can be "Enabled" or "Disabled".
    awsSecurityHubIntegrations GetContinuousComplianceNotificationChangeDetectionAwsSecurityHubIntegration[]
    AWS security hub integration block supports:
    emailDatas GetContinuousComplianceNotificationChangeDetectionEmailData[]
    Email notification details:
    emailPerFindingDatas GetContinuousComplianceNotificationChangeDetectionEmailPerFindingData[]
    Email per finding notification details:
    emailPerFindingSendingState string
    send separate email notification for each finding; can be "Enabled" or " Disabled"
    emailSendingState string
    send schedule report of findings by email; can be "Enabled" or "Disabled".
    externalTicketCreatingState string
    send each finding to an external ticketing system; can be "Enabled" or " Disabled".
    slackDatas GetContinuousComplianceNotificationChangeDetectionSlackData[]
    Slack data block supports:
    slackIntegrationState string
    Send report summary to Slack channel (Compliance only); can be "Enabled" or " Disabled".
    snsDatas GetContinuousComplianceNotificationChangeDetectionSnsData[]
    SNS notification details:
    snsSendingState string
    send by AWS SNS for each new finding; can be "Enabled" or "Disabled".
    teamsDatas GetContinuousComplianceNotificationChangeDetectionTeamsData[]
    Teams data block supports:
    teamsIntegrationState string
    Send report summary to Teams channel (Compliance only); can be "Enabled" or " Disabled".
    ticketingSystemDatas GetContinuousComplianceNotificationChangeDetectionTicketingSystemData[]
    Ticketing system details:
    webhookDatas GetContinuousComplianceNotificationChangeDetectionWebhookData[]
    Webhook data block supports:
    webhookIntegrationState string
    send findings to an HTTP endpoint (webhook); can be "Enabled" or "Disabled".
    aws_security_hub_integration_state str
    send findings to AWS Secure Hub; can be "Enabled" or "Disabled".
    aws_security_hub_integrations Sequence[GetContinuousComplianceNotificationChangeDetectionAwsSecurityHubIntegration]
    AWS security hub integration block supports:
    email_datas Sequence[GetContinuousComplianceNotificationChangeDetectionEmailData]
    Email notification details:
    email_per_finding_datas Sequence[GetContinuousComplianceNotificationChangeDetectionEmailPerFindingData]
    Email per finding notification details:
    email_per_finding_sending_state str
    send separate email notification for each finding; can be "Enabled" or " Disabled"
    email_sending_state str
    send schedule report of findings by email; can be "Enabled" or "Disabled".
    external_ticket_creating_state str
    send each finding to an external ticketing system; can be "Enabled" or " Disabled".
    slack_datas Sequence[GetContinuousComplianceNotificationChangeDetectionSlackData]
    Slack data block supports:
    slack_integration_state str
    Send report summary to Slack channel (Compliance only); can be "Enabled" or " Disabled".
    sns_datas Sequence[GetContinuousComplianceNotificationChangeDetectionSnsData]
    SNS notification details:
    sns_sending_state str
    send by AWS SNS for each new finding; can be "Enabled" or "Disabled".
    teams_datas Sequence[GetContinuousComplianceNotificationChangeDetectionTeamsData]
    Teams data block supports:
    teams_integration_state str
    Send report summary to Teams channel (Compliance only); can be "Enabled" or " Disabled".
    ticketing_system_datas Sequence[GetContinuousComplianceNotificationChangeDetectionTicketingSystemData]
    Ticketing system details:
    webhook_datas Sequence[GetContinuousComplianceNotificationChangeDetectionWebhookData]
    Webhook data block supports:
    webhook_integration_state str
    send findings to an HTTP endpoint (webhook); can be "Enabled" or "Disabled".
    awsSecurityHubIntegrationState String
    send findings to AWS Secure Hub; can be "Enabled" or "Disabled".
    awsSecurityHubIntegrations List<Property Map>
    AWS security hub integration block supports:
    emailDatas List<Property Map>
    Email notification details:
    emailPerFindingDatas List<Property Map>
    Email per finding notification details:
    emailPerFindingSendingState String
    send separate email notification for each finding; can be "Enabled" or " Disabled"
    emailSendingState String
    send schedule report of findings by email; can be "Enabled" or "Disabled".
    externalTicketCreatingState String
    send each finding to an external ticketing system; can be "Enabled" or " Disabled".
    slackDatas List<Property Map>
    Slack data block supports:
    slackIntegrationState String
    Send report summary to Slack channel (Compliance only); can be "Enabled" or " Disabled".
    snsDatas List<Property Map>
    SNS notification details:
    snsSendingState String
    send by AWS SNS for each new finding; can be "Enabled" or "Disabled".
    teamsDatas List<Property Map>
    Teams data block supports:
    teamsIntegrationState String
    Send report summary to Teams channel (Compliance only); can be "Enabled" or " Disabled".
    ticketingSystemDatas List<Property Map>
    Ticketing system details:
    webhookDatas List<Property Map>
    Webhook data block supports:
    webhookIntegrationState String
    send findings to an HTTP endpoint (webhook); can be "Enabled" or "Disabled".

    GetContinuousComplianceNotificationChangeDetectionAwsSecurityHubIntegration

    ExternalAccountId string
    external account id
    Region string
    AWS region
    ExternalAccountId string
    external account id
    Region string
    AWS region
    externalAccountId String
    external account id
    region String
    AWS region
    externalAccountId string
    external account id
    region string
    AWS region
    external_account_id str
    external account id
    region str
    AWS region
    externalAccountId String
    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

    NotificationOutputFormat string
    format of JSON block for finding; can be "JsonWithFullEntity" , "JsonWithBasicEntity", or "PlainText".
    Recipients List<string>
    comma-separated list of email recipients
    NotificationOutputFormat string
    format of JSON block for finding; can be "JsonWithFullEntity" , "JsonWithBasicEntity", or "PlainText".
    Recipients []string
    comma-separated list of email recipients
    notificationOutputFormat String
    format of JSON block for finding; can be "JsonWithFullEntity" , "JsonWithBasicEntity", or "PlainText".
    recipients List<String>
    comma-separated list of email recipients
    notificationOutputFormat string
    format of JSON block for finding; can be "JsonWithFullEntity" , "JsonWithBasicEntity", or "PlainText".
    recipients string[]
    comma-separated list of email recipients
    notification_output_format str
    format of JSON block for finding; can be "JsonWithFullEntity" , "JsonWithBasicEntity", or "PlainText".
    recipients Sequence[str]
    comma-separated list of email recipients
    notificationOutputFormat String
    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

    SnsOutputFormat string
    SNS output format; can be "JsonWithFullEntity", "JsonWithBasicEntity", or " PlainText".
    SnsTopicArn string
    SNS topic ARN
    SnsOutputFormat string
    SNS output format; can be "JsonWithFullEntity", "JsonWithBasicEntity", or " PlainText".
    SnsTopicArn string
    SNS topic ARN
    snsOutputFormat String
    SNS output format; can be "JsonWithFullEntity", "JsonWithBasicEntity", or " PlainText".
    snsTopicArn String
    SNS topic ARN
    snsOutputFormat string
    SNS output format; can be "JsonWithFullEntity", "JsonWithBasicEntity", or " PlainText".
    snsTopicArn string
    SNS topic ARN
    sns_output_format str
    SNS output format; can be "JsonWithFullEntity", "JsonWithBasicEntity", or " PlainText".
    sns_topic_arn str
    SNS topic ARN
    snsOutputFormat String
    SNS output format; can be "JsonWithFullEntity", "JsonWithBasicEntity", or " PlainText".
    snsTopicArn String
    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)
    IssueType string
    issue type (Jira)
    Pass string
    password (ServiceNow only)
    ProjectKey string
    project key (Jira) or API Key (PagerDuty)
    ShouldCloseTickets bool
    ticketing system should close tickets when resolved (bool)
    SystemType string
    system type; can be "ServiceOne", "Jira", or "PagerDuty"
    User string
    user name (ServiceNow only)
    Domain string
    ServiceNow domain name (ServiceNow only)
    IssueType string
    issue type (Jira)
    Pass string
    password (ServiceNow only)
    ProjectKey string
    project key (Jira) or API Key (PagerDuty)
    ShouldCloseTickets bool
    ticketing system should close tickets when resolved (bool)
    SystemType string
    system type; can be "ServiceOne", "Jira", or "PagerDuty"
    User string
    user name (ServiceNow only)
    domain String
    ServiceNow domain name (ServiceNow only)
    issueType String
    issue type (Jira)
    pass String
    password (ServiceNow only)
    projectKey String
    project key (Jira) or API Key (PagerDuty)
    shouldCloseTickets Boolean
    ticketing system should close tickets when resolved (bool)
    systemType String
    system type; can be "ServiceOne", "Jira", or "PagerDuty"
    user String
    user name (ServiceNow only)
    domain string
    ServiceNow domain name (ServiceNow only)
    issueType string
    issue type (Jira)
    pass string
    password (ServiceNow only)
    projectKey string
    project key (Jira) or API Key (PagerDuty)
    shouldCloseTickets boolean
    ticketing system should close tickets when resolved (bool)
    systemType 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_tickets bool
    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)
    issueType String
    issue type (Jira)
    pass String
    password (ServiceNow only)
    projectKey String
    project key (Jira) or API Key (PagerDuty)
    shouldCloseTickets Boolean
    ticketing system should close tickets when resolved (bool)
    systemType String
    system type; can be "ServiceOne", "Jira", or "PagerDuty"
    user String
    user name (ServiceNow only)

    GetContinuousComplianceNotificationChangeDetectionWebhookData

    AdvancedUrl bool
    Tick this box if you are using a version of Jira that only supports REST API 2
    AuthMethod string
    authentication method; "NoAuth" by default
    FormatType string
    format for JSON block for finding, can be one of:

    • JsonWithFullEntity - JSON - Full entity (default)
    • SplunkBasic - Splunk format
    • ServiceNow - ServiceNow format
    • QRadar - QRadar format
    • JsonFirstLevelEntity - Sumo Logic format
    • Jira - Jira format
    HttpMethod string
    HTTP method, "Post" by default.
    IgnoreCertificate bool
    Check this to use self-signed certificates, and ignore validation of them
    Password string
    password in endpoint system
    PayloadFormat string
    Json Payload
    Url string
    Teams webhook URL
    Username string
    username in endpoint system
    AdvancedUrl bool
    Tick this box if you are using a version of Jira that only supports REST API 2
    AuthMethod string
    authentication method; "NoAuth" by default
    FormatType string
    format for JSON block for finding, can be one of:

    • JsonWithFullEntity - JSON - Full entity (default)
    • SplunkBasic - Splunk format
    • ServiceNow - ServiceNow format
    • QRadar - QRadar format
    • JsonFirstLevelEntity - Sumo Logic format
    • Jira - Jira format
    HttpMethod string
    HTTP method, "Post" by default.
    IgnoreCertificate bool
    Check this to use self-signed certificates, and ignore validation of them
    Password string
    password in endpoint system
    PayloadFormat string
    Json Payload
    Url string
    Teams webhook URL
    Username string
    username in endpoint system
    advancedUrl Boolean
    Tick this box if you are using a version of Jira that only supports REST API 2
    authMethod String
    authentication method; "NoAuth" by default
    formatType String
    format for JSON block for finding, can be one of:

    • JsonWithFullEntity - JSON - Full entity (default)
    • SplunkBasic - Splunk format
    • ServiceNow - ServiceNow format
    • QRadar - QRadar format
    • JsonFirstLevelEntity - Sumo Logic format
    • Jira - Jira format
    httpMethod String
    HTTP method, "Post" by default.
    ignoreCertificate Boolean
    Check this to use self-signed certificates, and ignore validation of them
    password String
    password in endpoint system
    payloadFormat String
    Json Payload
    url String
    Teams webhook URL
    username String
    username in endpoint system
    advancedUrl boolean
    Tick this box if you are using a version of Jira that only supports REST API 2
    authMethod string
    authentication method; "NoAuth" by default
    formatType string
    format for JSON block for finding, can be one of:

    • JsonWithFullEntity - JSON - Full entity (default)
    • SplunkBasic - Splunk format
    • ServiceNow - ServiceNow format
    • QRadar - QRadar format
    • JsonFirstLevelEntity - Sumo Logic format
    • Jira - Jira format
    httpMethod string
    HTTP method, "Post" by default.
    ignoreCertificate boolean
    Check this to use self-signed certificates, and ignore validation of them
    password string
    password in endpoint system
    payloadFormat 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 format
    • ServiceNow - ServiceNow format
    • QRadar - QRadar format
    • JsonFirstLevelEntity - Sumo Logic format
    • Jira - 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
    advancedUrl Boolean
    Tick this box if you are using a version of Jira that only supports REST API 2
    authMethod String
    authentication method; "NoAuth" by default
    formatType String
    format for JSON block for finding, can be one of:

    • JsonWithFullEntity - JSON - Full entity (default)
    • SplunkBasic - Splunk format
    • ServiceNow - ServiceNow format
    • QRadar - QRadar format
    • JsonFirstLevelEntity - Sumo Logic format
    • Jira - Jira format
    httpMethod String
    HTTP method, "Post" by default.
    ignoreCertificate Boolean
    Check this to use self-signed certificates, and ignore validation of them
    password String
    password in endpoint system
    payloadFormat String
    Json Payload
    url String
    Teams webhook URL
    username String
    username in endpoint system

    GetContinuousComplianceNotificationGcpSecurityCommandCenterIntegration

    ProjectId string
    GCP Project id
    SourceId string
    GCP Source id
    State string
    send findings to the GCP Security Command Center; can be "Enabled" or "Disabled"
    ProjectId string
    GCP Project id
    SourceId string
    GCP Source id
    State string
    send findings to the GCP Security Command Center; can be "Enabled" or "Disabled"
    projectId String
    GCP Project id
    sourceId String
    GCP Source id
    state String
    send findings to the GCP Security Command Center; can be "Enabled" or "Disabled"
    projectId string
    GCP Project id
    sourceId string
    GCP Source id
    state string
    send findings to the GCP Security Command Center; can be "Enabled" or "Disabled"
    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"
    projectId String
    GCP Project id
    sourceId String
    GCP Source id
    state String
    send findings to the GCP Security Command Center; can be "Enabled" or "Disabled"

    GetContinuousComplianceNotificationScheduledReport

    EmailSendingState string
    send schedule report of findings by email; can be "Enabled" or "Disabled".
    ScheduleDatas List<GetContinuousComplianceNotificationScheduledReportScheduleData>
    Schedule details:
    EmailSendingState string
    send schedule report of findings by email; can be "Enabled" or "Disabled".
    ScheduleDatas []GetContinuousComplianceNotificationScheduledReportScheduleData
    Schedule details:
    emailSendingState String
    send schedule report of findings by email; can be "Enabled" or "Disabled".
    scheduleDatas List<GetContinuousComplianceNotificationScheduledReportScheduleData>
    Schedule details:
    emailSendingState string
    send schedule report of findings by email; can be "Enabled" or "Disabled".
    scheduleDatas GetContinuousComplianceNotificationScheduledReportScheduleData[]
    Schedule details:
    email_sending_state str
    send schedule report of findings by email; can be "Enabled" or "Disabled".
    schedule_datas Sequence[GetContinuousComplianceNotificationScheduledReportScheduleData]
    Schedule details:
    emailSendingState String
    send schedule report of findings by email; can be "Enabled" or "Disabled".
    scheduleDatas List<Property Map>
    Schedule details:

    GetContinuousComplianceNotificationScheduledReportScheduleData

    CronExpression 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"
    CronExpression 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"
    cronExpression 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"
    cronExpression 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"
    cronExpression 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.
    dome9 logo
    dome9 1.40.3 published on Monday, Apr 14, 2025 by dome9