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

dome9.getAssessment

Explore with Pulumi AI

Use this data source to get information about an assessment.

Example Usage

Basic usage:

import * as pulumi from "@pulumi/pulumi";
import * as dome9 from "@pulumi/dome9";

const test = dome9.getAssessment({
    id: ASSESSMENT_ID,
});
Copy
import pulumi
import pulumi_dome9 as dome9

test = dome9.get_assessment(id=assessmen_t__id)
Copy
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.LookupAssessment(ctx, &dome9.LookupAssessmentArgs{
			Id: ASSESSMENT_ID,
		}, nil)
		if err != nil {
			return err
		}
		return nil
	})
}
Copy
using System.Collections.Generic;
using System.Linq;
using Pulumi;
using Dome9 = Pulumi.Dome9;

return await Deployment.RunAsync(() => 
{
    var test = Dome9.GetAssessment.Invoke(new()
    {
        Id = ASSESSMENT_ID,
    });

});
Copy
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.GetAssessmentArgs;
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.getAssessment(GetAssessmentArgs.builder()
            .id(ASSESSMENT_ID)
            .build());

    }
}
Copy
variables:
  test:
    fn::invoke:
      function: dome9:getAssessment
      arguments:
        id: ${ASSESSMENT_ID}
Copy

Using getAssessment

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 getAssessment(args: GetAssessmentArgs, opts?: InvokeOptions): Promise<GetAssessmentResult>
function getAssessmentOutput(args: GetAssessmentOutputArgs, opts?: InvokeOptions): Output<GetAssessmentResult>
Copy
def get_assessment(id: Optional[float] = None,
                   opts: Optional[InvokeOptions] = None) -> GetAssessmentResult
def get_assessment_output(id: Optional[pulumi.Input[float]] = None,
                   opts: Optional[InvokeOptions] = None) -> Output[GetAssessmentResult]
Copy
func LookupAssessment(ctx *Context, args *LookupAssessmentArgs, opts ...InvokeOption) (*LookupAssessmentResult, error)
func LookupAssessmentOutput(ctx *Context, args *LookupAssessmentOutputArgs, opts ...InvokeOption) LookupAssessmentResultOutput
Copy

> Note: This function is named LookupAssessment in the Go SDK.

public static class GetAssessment 
{
    public static Task<GetAssessmentResult> InvokeAsync(GetAssessmentArgs args, InvokeOptions? opts = null)
    public static Output<GetAssessmentResult> Invoke(GetAssessmentInvokeArgs args, InvokeOptions? opts = null)
}
Copy
public static CompletableFuture<GetAssessmentResult> getAssessment(GetAssessmentArgs args, InvokeOptions options)
public static Output<GetAssessmentResult> getAssessment(GetAssessmentArgs args, InvokeOptions options)
Copy
fn::invoke:
  function: dome9:index/getAssessment:getAssessment
  arguments:
    # arguments dictionary
Copy

The following arguments are supported:

Id This property is required. double
Assessment id.
Id This property is required. float64
Assessment id.
id This property is required. Double
Assessment id.
id This property is required. number
Assessment id.
id This property is required. float
Assessment id.
id This property is required. Number
Assessment id.

getAssessment Result

The following output properties are available:

AdditionalFields Dictionary<string, string>
Additional fields.
AssessmentId string
Assessment id.
AssessmentPassed bool
Is assessment_passed. True/False.
BundleId double
CloudAccountId string
Cloud account id to run the ruleset on.
CloudAccountType string
ComparisonCustomId string
Comparison custom id.
CreatedTime string
Date of assessment.
DataSyncStatuses List<GetAssessmentDataSyncStatus>
Data sync status - list of entities.
Description string
Rule description.
Dome9CloudAccountId string
dome9 cloud account id to run the ruleset on.
Exclusions List<GetAssessmentExclusion>
List of exclusions associated with this assessment.
ExternalCloudAccountId string
External cloud account id.
HasDataSyncStatusIssues bool
Is has data sync status issues. True/False.
HasErrors bool
Is assessment has errors. True/False.
Id double
Rule ID.
LocationMetadatas List<GetAssessmentLocationMetadata>
Name string
Entity name.
Remediations List<GetAssessmentRemediation>
List of remediations associated with this assessment.
RequestId string
Request id.
Requests List<GetAssessmentRequest>
Request content.
ShouldMinimizeResult bool
Should minimize result size.
Stats List<GetAssessmentStat>
Summary statistics for assessment.
Tests List<GetAssessmentTest>
List of all the tests that have been run.
TriggeredBy string
Reason for assessment.
AdditionalFields map[string]string
Additional fields.
AssessmentId string
Assessment id.
AssessmentPassed bool
Is assessment_passed. True/False.
BundleId float64
CloudAccountId string
Cloud account id to run the ruleset on.
CloudAccountType string
ComparisonCustomId string
Comparison custom id.
CreatedTime string
Date of assessment.
DataSyncStatuses []GetAssessmentDataSyncStatus
Data sync status - list of entities.
Description string
Rule description.
Dome9CloudAccountId string
dome9 cloud account id to run the ruleset on.
Exclusions []GetAssessmentExclusion
List of exclusions associated with this assessment.
ExternalCloudAccountId string
External cloud account id.
HasDataSyncStatusIssues bool
Is has data sync status issues. True/False.
HasErrors bool
Is assessment has errors. True/False.
Id float64
Rule ID.
LocationMetadatas []GetAssessmentLocationMetadata
Name string
Entity name.
Remediations []GetAssessmentRemediation
List of remediations associated with this assessment.
RequestId string
Request id.
Requests []GetAssessmentRequest
Request content.
ShouldMinimizeResult bool
Should minimize result size.
Stats []GetAssessmentStat
Summary statistics for assessment.
Tests []GetAssessmentTest
List of all the tests that have been run.
TriggeredBy string
Reason for assessment.
additionalFields Map<String,String>
Additional fields.
assessmentId String
Assessment id.
assessmentPassed Boolean
Is assessment_passed. True/False.
bundleId Double
cloudAccountId String
Cloud account id to run the ruleset on.
cloudAccountType String
comparisonCustomId String
Comparison custom id.
createdTime String
Date of assessment.
dataSyncStatuses List<GetAssessmentDataSyncStatus>
Data sync status - list of entities.
description String
Rule description.
dome9CloudAccountId String
dome9 cloud account id to run the ruleset on.
exclusions List<GetAssessmentExclusion>
List of exclusions associated with this assessment.
externalCloudAccountId String
External cloud account id.
hasDataSyncStatusIssues Boolean
Is has data sync status issues. True/False.
hasErrors Boolean
Is assessment has errors. True/False.
id Double
Rule ID.
locationMetadatas List<GetAssessmentLocationMetadata>
name String
Entity name.
remediations List<GetAssessmentRemediation>
List of remediations associated with this assessment.
requestId String
Request id.
requests List<GetAssessmentRequest>
Request content.
shouldMinimizeResult Boolean
Should minimize result size.
stats List<GetAssessmentStat>
Summary statistics for assessment.
tests List<GetAssessmentTest>
List of all the tests that have been run.
triggeredBy String
Reason for assessment.
additionalFields {[key: string]: string}
Additional fields.
assessmentId string
Assessment id.
assessmentPassed boolean
Is assessment_passed. True/False.
bundleId number
cloudAccountId string
Cloud account id to run the ruleset on.
cloudAccountType string
comparisonCustomId string
Comparison custom id.
createdTime string
Date of assessment.
dataSyncStatuses GetAssessmentDataSyncStatus[]
Data sync status - list of entities.
description string
Rule description.
dome9CloudAccountId string
dome9 cloud account id to run the ruleset on.
exclusions GetAssessmentExclusion[]
List of exclusions associated with this assessment.
externalCloudAccountId string
External cloud account id.
hasDataSyncStatusIssues boolean
Is has data sync status issues. True/False.
hasErrors boolean
Is assessment has errors. True/False.
id number
Rule ID.
locationMetadatas GetAssessmentLocationMetadata[]
name string
Entity name.
remediations GetAssessmentRemediation[]
List of remediations associated with this assessment.
requestId string
Request id.
requests GetAssessmentRequest[]
Request content.
shouldMinimizeResult boolean
Should minimize result size.
stats GetAssessmentStat[]
Summary statistics for assessment.
tests GetAssessmentTest[]
List of all the tests that have been run.
triggeredBy string
Reason for assessment.
additional_fields Mapping[str, str]
Additional fields.
assessment_id str
Assessment id.
assessment_passed bool
Is assessment_passed. True/False.
bundle_id float
cloud_account_id str
Cloud account id to run the ruleset on.
cloud_account_type str
comparison_custom_id str
Comparison custom id.
created_time str
Date of assessment.
data_sync_statuses Sequence[GetAssessmentDataSyncStatus]
Data sync status - list of entities.
description str
Rule description.
dome9_cloud_account_id str
dome9 cloud account id to run the ruleset on.
exclusions Sequence[GetAssessmentExclusion]
List of exclusions associated with this assessment.
external_cloud_account_id str
External cloud account id.
has_data_sync_status_issues bool
Is has data sync status issues. True/False.
has_errors bool
Is assessment has errors. True/False.
id float
Rule ID.
location_metadatas Sequence[GetAssessmentLocationMetadata]
name str
Entity name.
remediations Sequence[GetAssessmentRemediation]
List of remediations associated with this assessment.
request_id str
Request id.
requests Sequence[GetAssessmentRequest]
Request content.
should_minimize_result bool
Should minimize result size.
stats Sequence[GetAssessmentStat]
Summary statistics for assessment.
tests Sequence[GetAssessmentTest]
List of all the tests that have been run.
triggered_by str
Reason for assessment.
additionalFields Map<String>
Additional fields.
assessmentId String
Assessment id.
assessmentPassed Boolean
Is assessment_passed. True/False.
bundleId Number
cloudAccountId String
Cloud account id to run the ruleset on.
cloudAccountType String
comparisonCustomId String
Comparison custom id.
createdTime String
Date of assessment.
dataSyncStatuses List<Property Map>
Data sync status - list of entities.
description String
Rule description.
dome9CloudAccountId String
dome9 cloud account id to run the ruleset on.
exclusions List<Property Map>
List of exclusions associated with this assessment.
externalCloudAccountId String
External cloud account id.
hasDataSyncStatusIssues Boolean
Is has data sync status issues. True/False.
hasErrors Boolean
Is assessment has errors. True/False.
id Number
Rule ID.
locationMetadatas List<Property Map>
name String
Entity name.
remediations List<Property Map>
List of remediations associated with this assessment.
requestId String
Request id.
requests List<Property Map>
Request content.
shouldMinimizeResult Boolean
Should minimize result size.
stats List<Property Map>
Summary statistics for assessment.
tests List<Property Map>
List of all the tests that have been run.
triggeredBy String
Reason for assessment.

Supporting Types

GetAssessmentDataSyncStatus

EntitiesWithPermissionIssues This property is required. List<GetAssessmentDataSyncStatusEntitiesWithPermissionIssue>
List entities with permission issues.
EntityType This property is required. string
Entity type.
GeneralFetchPermissionIssues This property is required. bool
Is general fetch permission issues. True/False.
RecentlySuccessfulSync This property is required. bool
Is recently successful sync. True/False.
EntitiesWithPermissionIssues This property is required. []GetAssessmentDataSyncStatusEntitiesWithPermissionIssue
List entities with permission issues.
EntityType This property is required. string
Entity type.
GeneralFetchPermissionIssues This property is required. bool
Is general fetch permission issues. True/False.
RecentlySuccessfulSync This property is required. bool
Is recently successful sync. True/False.
entitiesWithPermissionIssues This property is required. List<GetAssessmentDataSyncStatusEntitiesWithPermissionIssue>
List entities with permission issues.
entityType This property is required. String
Entity type.
generalFetchPermissionIssues This property is required. Boolean
Is general fetch permission issues. True/False.
recentlySuccessfulSync This property is required. Boolean
Is recently successful sync. True/False.
entitiesWithPermissionIssues This property is required. GetAssessmentDataSyncStatusEntitiesWithPermissionIssue[]
List entities with permission issues.
entityType This property is required. string
Entity type.
generalFetchPermissionIssues This property is required. boolean
Is general fetch permission issues. True/False.
recentlySuccessfulSync This property is required. boolean
Is recently successful sync. True/False.
entities_with_permission_issues This property is required. Sequence[GetAssessmentDataSyncStatusEntitiesWithPermissionIssue]
List entities with permission issues.
entity_type This property is required. str
Entity type.
general_fetch_permission_issues This property is required. bool
Is general fetch permission issues. True/False.
recently_successful_sync This property is required. bool
Is recently successful sync. True/False.
entitiesWithPermissionIssues This property is required. List<Property Map>
List entities with permission issues.
entityType This property is required. String
Entity type.
generalFetchPermissionIssues This property is required. Boolean
Is general fetch permission issues. True/False.
recentlySuccessfulSync This property is required. Boolean
Is recently successful sync. True/False.

GetAssessmentDataSyncStatusEntitiesWithPermissionIssue

CloudVendorIdentifier This property is required. string
Entity cloud vendor identifier.
ExternalId This property is required. string
Entity external id.
Name This property is required. string
Entity name.
CloudVendorIdentifier This property is required. string
Entity cloud vendor identifier.
ExternalId This property is required. string
Entity external id.
Name This property is required. string
Entity name.
cloudVendorIdentifier This property is required. String
Entity cloud vendor identifier.
externalId This property is required. String
Entity external id.
name This property is required. String
Entity name.
cloudVendorIdentifier This property is required. string
Entity cloud vendor identifier.
externalId This property is required. string
Entity external id.
name This property is required. string
Entity name.
cloud_vendor_identifier This property is required. str
Entity cloud vendor identifier.
external_id This property is required. str
Entity external id.
name This property is required. str
Entity name.
cloudVendorIdentifier This property is required. String
Entity cloud vendor identifier.
externalId This property is required. String
Entity external id.
name This property is required. String
Entity name.

GetAssessmentExclusion

CloudAccountIds This property is required. List<string>
List of cloud account IDs to apply exclusion on.
Comment This property is required. string
Comment text (free text).
DateRanges This property is required. List<GetAssessmentExclusionDateRange>
Effective date range for the exclusion.
Id This property is required. double
Assessment id.
LogicExpressions This property is required. List<string>
The GSL logic expressions of the exclusion.
OrganizationalUnitIds This property is required. List<string>
List of organizational unit IDs to apply exclusion on.
Platform This property is required. string
Rules This property is required. List<GetAssessmentExclusionRule>
List of rules to apply the exclusion on.
RulesetId This property is required. double
Ruleset ID to apply exclusion on.
CloudAccountIds This property is required. []string
List of cloud account IDs to apply exclusion on.
Comment This property is required. string
Comment text (free text).
DateRanges This property is required. []GetAssessmentExclusionDateRange
Effective date range for the exclusion.
Id This property is required. float64
Assessment id.
LogicExpressions This property is required. []string
The GSL logic expressions of the exclusion.
OrganizationalUnitIds This property is required. []string
List of organizational unit IDs to apply exclusion on.
Platform This property is required. string
Rules This property is required. []GetAssessmentExclusionRule
List of rules to apply the exclusion on.
RulesetId This property is required. float64
Ruleset ID to apply exclusion on.
cloudAccountIds This property is required. List<String>
List of cloud account IDs to apply exclusion on.
comment This property is required. String
Comment text (free text).
dateRanges This property is required. List<GetAssessmentExclusionDateRange>
Effective date range for the exclusion.
id This property is required. Double
Assessment id.
logicExpressions This property is required. List<String>
The GSL logic expressions of the exclusion.
organizationalUnitIds This property is required. List<String>
List of organizational unit IDs to apply exclusion on.
platform This property is required. String
rules This property is required. List<GetAssessmentExclusionRule>
List of rules to apply the exclusion on.
rulesetId This property is required. Double
Ruleset ID to apply exclusion on.
cloudAccountIds This property is required. string[]
List of cloud account IDs to apply exclusion on.
comment This property is required. string
Comment text (free text).
dateRanges This property is required. GetAssessmentExclusionDateRange[]
Effective date range for the exclusion.
id This property is required. number
Assessment id.
logicExpressions This property is required. string[]
The GSL logic expressions of the exclusion.
organizationalUnitIds This property is required. string[]
List of organizational unit IDs to apply exclusion on.
platform This property is required. string
rules This property is required. GetAssessmentExclusionRule[]
List of rules to apply the exclusion on.
rulesetId This property is required. number
Ruleset ID to apply exclusion on.
cloud_account_ids This property is required. Sequence[str]
List of cloud account IDs to apply exclusion on.
comment This property is required. str
Comment text (free text).
date_ranges This property is required. Sequence[GetAssessmentExclusionDateRange]
Effective date range for the exclusion.
id This property is required. float
Assessment id.
logic_expressions This property is required. Sequence[str]
The GSL logic expressions of the exclusion.
organizational_unit_ids This property is required. Sequence[str]
List of organizational unit IDs to apply exclusion on.
platform This property is required. str
rules This property is required. Sequence[GetAssessmentExclusionRule]
List of rules to apply the exclusion on.
ruleset_id This property is required. float
Ruleset ID to apply exclusion on.
cloudAccountIds This property is required. List<String>
List of cloud account IDs to apply exclusion on.
comment This property is required. String
Comment text (free text).
dateRanges This property is required. List<Property Map>
Effective date range for the exclusion.
id This property is required. Number
Assessment id.
logicExpressions This property is required. List<String>
The GSL logic expressions of the exclusion.
organizationalUnitIds This property is required. List<String>
List of organizational unit IDs to apply exclusion on.
platform This property is required. String
rules This property is required. List<Property Map>
List of rules to apply the exclusion on.
rulesetId This property is required. Number
Ruleset ID to apply exclusion on.

GetAssessmentExclusionDateRange

From This property is required. string
From date time.
To This property is required. string
To date time.
From This property is required. string
From date time.
To This property is required. string
To date time.
from This property is required. String
From date time.
to This property is required. String
To date time.
from This property is required. string
From date time.
to This property is required. string
To date time.
from_ This property is required. str
From date time.
to This property is required. str
To date time.
from This property is required. String
From date time.
to This property is required. String
To date time.

GetAssessmentExclusionRule

Id This property is required. double
Assessment id.
LogicHash This property is required. string
Rule logic hash.
Name This property is required. string
Entity name.
Id This property is required. float64
Assessment id.
LogicHash This property is required. string
Rule logic hash.
Name This property is required. string
Entity name.
id This property is required. Double
Assessment id.
logicHash This property is required. String
Rule logic hash.
name This property is required. String
Entity name.
id This property is required. number
Assessment id.
logicHash This property is required. string
Rule logic hash.
name This property is required. string
Entity name.
id This property is required. float
Assessment id.
logic_hash This property is required. str
Rule logic hash.
name This property is required. str
Entity name.
id This property is required. Number
Assessment id.
logicHash This property is required. String
Rule logic hash.
name This property is required. String
Entity name.

GetAssessmentLocationMetadata

accounts This property is required. List<Property Map>

GetAssessmentLocationMetadataAccount

ExternalId This property is required. string
Entity external id.
Id This property is required. string
Assessment id.
Name This property is required. string
Entity name.
Srl This property is required. string
ExternalId This property is required. string
Entity external id.
Id This property is required. string
Assessment id.
Name This property is required. string
Entity name.
Srl This property is required. string
externalId This property is required. String
Entity external id.
id This property is required. String
Assessment id.
name This property is required. String
Entity name.
srl This property is required. String
externalId This property is required. string
Entity external id.
id This property is required. string
Assessment id.
name This property is required. string
Entity name.
srl This property is required. string
external_id This property is required. str
Entity external id.
id This property is required. str
Assessment id.
name This property is required. str
Entity name.
srl This property is required. str
externalId This property is required. String
Entity external id.
id This property is required. String
Assessment id.
name This property is required. String
Entity name.
srl This property is required. String

GetAssessmentRemediation

CloudAccountIds This property is required. List<string>
List of cloud account IDs to apply exclusion on.
CloudBots This property is required. List<string>
Cloud bots execution expressions.
Comment This property is required. string
Comment text (free text).
DateRanges This property is required. List<GetAssessmentRemediationDateRange>
Effective date range for the exclusion.
Id This property is required. double
Assessment id.
LogicExpressions This property is required. List<string>
The GSL logic expressions of the exclusion.
OrganizationalUnitIds This property is required. List<string>
List of organizational unit IDs to apply exclusion on.
Platform This property is required. string
Rules This property is required. List<GetAssessmentRemediationRule>
List of rules to apply the exclusion on.
RulesetId This property is required. double
Ruleset ID to apply exclusion on.
CloudAccountIds This property is required. []string
List of cloud account IDs to apply exclusion on.
CloudBots This property is required. []string
Cloud bots execution expressions.
Comment This property is required. string
Comment text (free text).
DateRanges This property is required. []GetAssessmentRemediationDateRange
Effective date range for the exclusion.
Id This property is required. float64
Assessment id.
LogicExpressions This property is required. []string
The GSL logic expressions of the exclusion.
OrganizationalUnitIds This property is required. []string
List of organizational unit IDs to apply exclusion on.
Platform This property is required. string
Rules This property is required. []GetAssessmentRemediationRule
List of rules to apply the exclusion on.
RulesetId This property is required. float64
Ruleset ID to apply exclusion on.
cloudAccountIds This property is required. List<String>
List of cloud account IDs to apply exclusion on.
cloudBots This property is required. List<String>
Cloud bots execution expressions.
comment This property is required. String
Comment text (free text).
dateRanges This property is required. List<GetAssessmentRemediationDateRange>
Effective date range for the exclusion.
id This property is required. Double
Assessment id.
logicExpressions This property is required. List<String>
The GSL logic expressions of the exclusion.
organizationalUnitIds This property is required. List<String>
List of organizational unit IDs to apply exclusion on.
platform This property is required. String
rules This property is required. List<GetAssessmentRemediationRule>
List of rules to apply the exclusion on.
rulesetId This property is required. Double
Ruleset ID to apply exclusion on.
cloudAccountIds This property is required. string[]
List of cloud account IDs to apply exclusion on.
cloudBots This property is required. string[]
Cloud bots execution expressions.
comment This property is required. string
Comment text (free text).
dateRanges This property is required. GetAssessmentRemediationDateRange[]
Effective date range for the exclusion.
id This property is required. number
Assessment id.
logicExpressions This property is required. string[]
The GSL logic expressions of the exclusion.
organizationalUnitIds This property is required. string[]
List of organizational unit IDs to apply exclusion on.
platform This property is required. string
rules This property is required. GetAssessmentRemediationRule[]
List of rules to apply the exclusion on.
rulesetId This property is required. number
Ruleset ID to apply exclusion on.
cloud_account_ids This property is required. Sequence[str]
List of cloud account IDs to apply exclusion on.
cloud_bots This property is required. Sequence[str]
Cloud bots execution expressions.
comment This property is required. str
Comment text (free text).
date_ranges This property is required. Sequence[GetAssessmentRemediationDateRange]
Effective date range for the exclusion.
id This property is required. float
Assessment id.
logic_expressions This property is required. Sequence[str]
The GSL logic expressions of the exclusion.
organizational_unit_ids This property is required. Sequence[str]
List of organizational unit IDs to apply exclusion on.
platform This property is required. str
rules This property is required. Sequence[GetAssessmentRemediationRule]
List of rules to apply the exclusion on.
ruleset_id This property is required. float
Ruleset ID to apply exclusion on.
cloudAccountIds This property is required. List<String>
List of cloud account IDs to apply exclusion on.
cloudBots This property is required. List<String>
Cloud bots execution expressions.
comment This property is required. String
Comment text (free text).
dateRanges This property is required. List<Property Map>
Effective date range for the exclusion.
id This property is required. Number
Assessment id.
logicExpressions This property is required. List<String>
The GSL logic expressions of the exclusion.
organizationalUnitIds This property is required. List<String>
List of organizational unit IDs to apply exclusion on.
platform This property is required. String
rules This property is required. List<Property Map>
List of rules to apply the exclusion on.
rulesetId This property is required. Number
Ruleset ID to apply exclusion on.

GetAssessmentRemediationDateRange

From This property is required. string
From date time.
To This property is required. string
To date time.
From This property is required. string
From date time.
To This property is required. string
To date time.
from This property is required. String
From date time.
to This property is required. String
To date time.
from This property is required. string
From date time.
to This property is required. string
To date time.
from_ This property is required. str
From date time.
to This property is required. str
To date time.
from This property is required. String
From date time.
to This property is required. String
To date time.

GetAssessmentRemediationRule

Id This property is required. double
Assessment id.
LogicHash This property is required. string
Rule logic hash.
Name This property is required. string
Entity name.
Id This property is required. float64
Assessment id.
LogicHash This property is required. string
Rule logic hash.
Name This property is required. string
Entity name.
id This property is required. Double
Assessment id.
logicHash This property is required. String
Rule logic hash.
name This property is required. String
Entity name.
id This property is required. number
Assessment id.
logicHash This property is required. string
Rule logic hash.
name This property is required. string
Entity name.
id This property is required. float
Assessment id.
logic_hash This property is required. str
Rule logic hash.
name This property is required. str
Entity name.
id This property is required. Number
Assessment id.
logicHash This property is required. String
Rule logic hash.
name This property is required. String
Entity name.

GetAssessmentRequest

CloudAccountId This property is required. string
Cloud account id to run the ruleset on.
CloudAccountType This property is required. string
Description This property is required. string
Rule description.
Dome9CloudAccountId This property is required. string
dome9 cloud account id to run the ruleset on.
ExternalCloudAccountId This property is required. string
External cloud account id.
Id This property is required. double
Assessment id.
IsTemplate This property is required. bool
Is CloudGuard template ruleset.
Name This property is required. string
Entity name.
RequestId This property is required. string
Request id.
ShouldMinimizeResult This property is required. bool
Should minimize result size.
CloudAccountId This property is required. string
Cloud account id to run the ruleset on.
CloudAccountType This property is required. string
Description This property is required. string
Rule description.
Dome9CloudAccountId This property is required. string
dome9 cloud account id to run the ruleset on.
ExternalCloudAccountId This property is required. string
External cloud account id.
Id This property is required. float64
Assessment id.
IsTemplate This property is required. bool
Is CloudGuard template ruleset.
Name This property is required. string
Entity name.
RequestId This property is required. string
Request id.
ShouldMinimizeResult This property is required. bool
Should minimize result size.
cloudAccountId This property is required. String
Cloud account id to run the ruleset on.
cloudAccountType This property is required. String
description This property is required. String
Rule description.
dome9CloudAccountId This property is required. String
dome9 cloud account id to run the ruleset on.
externalCloudAccountId This property is required. String
External cloud account id.
id This property is required. Double
Assessment id.
isTemplate This property is required. Boolean
Is CloudGuard template ruleset.
name This property is required. String
Entity name.
requestId This property is required. String
Request id.
shouldMinimizeResult This property is required. Boolean
Should minimize result size.
cloudAccountId This property is required. string
Cloud account id to run the ruleset on.
cloudAccountType This property is required. string
description This property is required. string
Rule description.
dome9CloudAccountId This property is required. string
dome9 cloud account id to run the ruleset on.
externalCloudAccountId This property is required. string
External cloud account id.
id This property is required. number
Assessment id.
isTemplate This property is required. boolean
Is CloudGuard template ruleset.
name This property is required. string
Entity name.
requestId This property is required. string
Request id.
shouldMinimizeResult This property is required. boolean
Should minimize result size.
cloud_account_id This property is required. str
Cloud account id to run the ruleset on.
cloud_account_type This property is required. str
description This property is required. str
Rule description.
dome9_cloud_account_id This property is required. str
dome9 cloud account id to run the ruleset on.
external_cloud_account_id This property is required. str
External cloud account id.
id This property is required. float
Assessment id.
is_template This property is required. bool
Is CloudGuard template ruleset.
name This property is required. str
Entity name.
request_id This property is required. str
Request id.
should_minimize_result This property is required. bool
Should minimize result size.
cloudAccountId This property is required. String
Cloud account id to run the ruleset on.
cloudAccountType This property is required. String
description This property is required. String
Rule description.
dome9CloudAccountId This property is required. String
dome9 cloud account id to run the ruleset on.
externalCloudAccountId This property is required. String
External cloud account id.
id This property is required. Number
Assessment id.
isTemplate This property is required. Boolean
Is CloudGuard template ruleset.
name This property is required. String
Entity name.
requestId This property is required. String
Request id.
shouldMinimizeResult This property is required. Boolean
Should minimize result size.

GetAssessmentStat

Error This property is required. double
Number of errors
ExcludedFailedTests This property is required. double
Number of excluded tests that also failed.
ExcludedRules This property is required. double
Number of rules that contains only excluded tests.
ExcludedRulesBySeverities This property is required. List<GetAssessmentStatExcludedRulesBySeverity>
Excluded rules divided by severity.
ExcludedTests This property is required. double
Number of excluded tests.
Failed This property is required. double
Number of failed rules.
FailedEntities This property is required. double
Number of failed entities.
FailedRulesBySeverities This property is required. List<GetAssessmentStatFailedRulesBySeverity>
Failed rules divided by severity.
FailedTests This property is required. double
Number of failed tests.
LogicallyTested This property is required. double
Total number of tests performed.
Passed This property is required. double
Number of passed rules.
PassedRulesBySeverities This property is required. List<GetAssessmentStatPassedRulesBySeverity>
Passed rules divided by severity.
Error This property is required. float64
Number of errors
ExcludedFailedTests This property is required. float64
Number of excluded tests that also failed.
ExcludedRules This property is required. float64
Number of rules that contains only excluded tests.
ExcludedRulesBySeverities This property is required. []GetAssessmentStatExcludedRulesBySeverity
Excluded rules divided by severity.
ExcludedTests This property is required. float64
Number of excluded tests.
Failed This property is required. float64
Number of failed rules.
FailedEntities This property is required. float64
Number of failed entities.
FailedRulesBySeverities This property is required. []GetAssessmentStatFailedRulesBySeverity
Failed rules divided by severity.
FailedTests This property is required. float64
Number of failed tests.
LogicallyTested This property is required. float64
Total number of tests performed.
Passed This property is required. float64
Number of passed rules.
PassedRulesBySeverities This property is required. []GetAssessmentStatPassedRulesBySeverity
Passed rules divided by severity.
error This property is required. Double
Number of errors
excludedFailedTests This property is required. Double
Number of excluded tests that also failed.
excludedRules This property is required. Double
Number of rules that contains only excluded tests.
excludedRulesBySeverities This property is required. List<GetAssessmentStatExcludedRulesBySeverity>
Excluded rules divided by severity.
excludedTests This property is required. Double
Number of excluded tests.
failed This property is required. Double
Number of failed rules.
failedEntities This property is required. Double
Number of failed entities.
failedRulesBySeverities This property is required. List<GetAssessmentStatFailedRulesBySeverity>
Failed rules divided by severity.
failedTests This property is required. Double
Number of failed tests.
logicallyTested This property is required. Double
Total number of tests performed.
passed This property is required. Double
Number of passed rules.
passedRulesBySeverities This property is required. List<GetAssessmentStatPassedRulesBySeverity>
Passed rules divided by severity.
error This property is required. number
Number of errors
excludedFailedTests This property is required. number
Number of excluded tests that also failed.
excludedRules This property is required. number
Number of rules that contains only excluded tests.
excludedRulesBySeverities This property is required. GetAssessmentStatExcludedRulesBySeverity[]
Excluded rules divided by severity.
excludedTests This property is required. number
Number of excluded tests.
failed This property is required. number
Number of failed rules.
failedEntities This property is required. number
Number of failed entities.
failedRulesBySeverities This property is required. GetAssessmentStatFailedRulesBySeverity[]
Failed rules divided by severity.
failedTests This property is required. number
Number of failed tests.
logicallyTested This property is required. number
Total number of tests performed.
passed This property is required. number
Number of passed rules.
passedRulesBySeverities This property is required. GetAssessmentStatPassedRulesBySeverity[]
Passed rules divided by severity.
error This property is required. float
Number of errors
excluded_failed_tests This property is required. float
Number of excluded tests that also failed.
excluded_rules This property is required. float
Number of rules that contains only excluded tests.
excluded_rules_by_severities This property is required. Sequence[GetAssessmentStatExcludedRulesBySeverity]
Excluded rules divided by severity.
excluded_tests This property is required. float
Number of excluded tests.
failed This property is required. float
Number of failed rules.
failed_entities This property is required. float
Number of failed entities.
failed_rules_by_severities This property is required. Sequence[GetAssessmentStatFailedRulesBySeverity]
Failed rules divided by severity.
failed_tests This property is required. float
Number of failed tests.
logically_tested This property is required. float
Total number of tests performed.
passed This property is required. float
Number of passed rules.
passed_rules_by_severities This property is required. Sequence[GetAssessmentStatPassedRulesBySeverity]
Passed rules divided by severity.
error This property is required. Number
Number of errors
excludedFailedTests This property is required. Number
Number of excluded tests that also failed.
excludedRules This property is required. Number
Number of rules that contains only excluded tests.
excludedRulesBySeverities This property is required. List<Property Map>
Excluded rules divided by severity.
excludedTests This property is required. Number
Number of excluded tests.
failed This property is required. Number
Number of failed rules.
failedEntities This property is required. Number
Number of failed entities.
failedRulesBySeverities This property is required. List<Property Map>
Failed rules divided by severity.
failedTests This property is required. Number
Number of failed tests.
logicallyTested This property is required. Number
Total number of tests performed.
passed This property is required. Number
Number of passed rules.
passedRulesBySeverities This property is required. List<Property Map>
Passed rules divided by severity.

GetAssessmentStatExcludedRulesBySeverity

Critical This property is required. double
Critical.
High This property is required. double
High.
Informational This property is required. double
Informational.
Low This property is required. double
Low.
Medium This property is required. double
Medium.
Critical This property is required. float64
Critical.
High This property is required. float64
High.
Informational This property is required. float64
Informational.
Low This property is required. float64
Low.
Medium This property is required. float64
Medium.
critical This property is required. Double
Critical.
high This property is required. Double
High.
informational This property is required. Double
Informational.
low This property is required. Double
Low.
medium This property is required. Double
Medium.
critical This property is required. number
Critical.
high This property is required. number
High.
informational This property is required. number
Informational.
low This property is required. number
Low.
medium This property is required. number
Medium.
critical This property is required. float
Critical.
high This property is required. float
High.
informational This property is required. float
Informational.
low This property is required. float
Low.
medium This property is required. float
Medium.
critical This property is required. Number
Critical.
high This property is required. Number
High.
informational This property is required. Number
Informational.
low This property is required. Number
Low.
medium This property is required. Number
Medium.

GetAssessmentStatFailedRulesBySeverity

Critical This property is required. double
Critical.
High This property is required. double
High.
Informational This property is required. double
Informational.
Low This property is required. double
Low.
Medium This property is required. double
Medium.
Critical This property is required. float64
Critical.
High This property is required. float64
High.
Informational This property is required. float64
Informational.
Low This property is required. float64
Low.
Medium This property is required. float64
Medium.
critical This property is required. Double
Critical.
high This property is required. Double
High.
informational This property is required. Double
Informational.
low This property is required. Double
Low.
medium This property is required. Double
Medium.
critical This property is required. number
Critical.
high This property is required. number
High.
informational This property is required. number
Informational.
low This property is required. number
Low.
medium This property is required. number
Medium.
critical This property is required. float
Critical.
high This property is required. float
High.
informational This property is required. float
Informational.
low This property is required. float
Low.
medium This property is required. float
Medium.
critical This property is required. Number
Critical.
high This property is required. Number
High.
informational This property is required. Number
Informational.
low This property is required. Number
Low.
medium This property is required. Number
Medium.

GetAssessmentStatPassedRulesBySeverity

Critical This property is required. double
Critical.
High This property is required. double
High.
Informational This property is required. double
Informational.
Low This property is required. double
Low.
Medium This property is required. double
Medium.
Critical This property is required. float64
Critical.
High This property is required. float64
High.
Informational This property is required. float64
Informational.
Low This property is required. float64
Low.
Medium This property is required. float64
Medium.
critical This property is required. Double
Critical.
high This property is required. Double
High.
informational This property is required. Double
Informational.
low This property is required. Double
Low.
medium This property is required. Double
Medium.
critical This property is required. number
Critical.
high This property is required. number
High.
informational This property is required. number
Informational.
low This property is required. number
Low.
medium This property is required. number
Medium.
critical This property is required. float
Critical.
high This property is required. float
High.
informational This property is required. float
Informational.
low This property is required. float
Low.
medium This property is required. float
Medium.
critical This property is required. Number
Critical.
high This property is required. Number
High.
informational This property is required. Number
Informational.
low This property is required. Number
Low.
medium This property is required. Number
Medium.

GetAssessmentTest

EntityResults This property is required. List<GetAssessmentTestEntityResult>
Entity results.
Error This property is required. string
Number of errors
ExclusionStats This property is required. List<GetAssessmentTestExclusionStat>
Exclusion stats.
NonComplyingCount This property is required. double
Number of assets that has been non-complying to the test.
RelevantCount This property is required. double
Number of assets that has been relevant to the test.
Rules This property is required. List<GetAssessmentTestRule>
Rule.
TestPassed This property is required. bool
Is test passed: true/false.
TestedCount This property is required. double
Number of assets that has been excluded from the test.
EntityResults This property is required. []GetAssessmentTestEntityResult
Entity results.
Error This property is required. string
Number of errors
ExclusionStats This property is required. []GetAssessmentTestExclusionStat
Exclusion stats.
NonComplyingCount This property is required. float64
Number of assets that has been non-complying to the test.
RelevantCount This property is required. float64
Number of assets that has been relevant to the test.
Rules This property is required. []GetAssessmentTestRule
Rule.
TestPassed This property is required. bool
Is test passed: true/false.
TestedCount This property is required. float64
Number of assets that has been excluded from the test.
entityResults This property is required. List<GetAssessmentTestEntityResult>
Entity results.
error This property is required. String
Number of errors
exclusionStats This property is required. List<GetAssessmentTestExclusionStat>
Exclusion stats.
nonComplyingCount This property is required. Double
Number of assets that has been non-complying to the test.
relevantCount This property is required. Double
Number of assets that has been relevant to the test.
rules This property is required. List<GetAssessmentTestRule>
Rule.
testPassed This property is required. Boolean
Is test passed: true/false.
testedCount This property is required. Double
Number of assets that has been excluded from the test.
entityResults This property is required. GetAssessmentTestEntityResult[]
Entity results.
error This property is required. string
Number of errors
exclusionStats This property is required. GetAssessmentTestExclusionStat[]
Exclusion stats.
nonComplyingCount This property is required. number
Number of assets that has been non-complying to the test.
relevantCount This property is required. number
Number of assets that has been relevant to the test.
rules This property is required. GetAssessmentTestRule[]
Rule.
testPassed This property is required. boolean
Is test passed: true/false.
testedCount This property is required. number
Number of assets that has been excluded from the test.
entity_results This property is required. Sequence[GetAssessmentTestEntityResult]
Entity results.
error This property is required. str
Number of errors
exclusion_stats This property is required. Sequence[GetAssessmentTestExclusionStat]
Exclusion stats.
non_complying_count This property is required. float
Number of assets that has been non-complying to the test.
relevant_count This property is required. float
Number of assets that has been relevant to the test.
rules This property is required. Sequence[GetAssessmentTestRule]
Rule.
test_passed This property is required. bool
Is test passed: true/false.
tested_count This property is required. float
Number of assets that has been excluded from the test.
entityResults This property is required. List<Property Map>
Entity results.
error This property is required. String
Number of errors
exclusionStats This property is required. List<Property Map>
Exclusion stats.
nonComplyingCount This property is required. Number
Number of assets that has been non-complying to the test.
relevantCount This property is required. Number
Number of assets that has been relevant to the test.
rules This property is required. List<Property Map>
Rule.
testPassed This property is required. Boolean
Is test passed: true/false.
testedCount This property is required. Number
Number of assets that has been excluded from the test.

GetAssessmentTestEntityResult

Error This property is required. string
Number of errors
ExclusionId This property is required. string
Guid, can be Null.
IsExcluded This property is required. bool
Means if entity is excluded. for example for rule="Instance should have vpc exclude name='test'", return true if instance name is test, and false if not.
IsRelevant This property is required. bool
Means if entity is relevant for this rule. for example rule = "Instance where name like '%db%' should have...", returns false in instance name = 'scheduler1'.
IsValid This property is required. bool
Means if entity is compliant. for example for rule="Instance should have vpc", return true if instance i-123 is under vpc-234, and false if not.
RemediationId This property is required. string
Guid, can be Null.
TestObjs This property is required. List<GetAssessmentTestEntityResultTestObj>
The object that has been tested.
ValidationStatus This property is required. string
Can be: Relevant, Valid, Excluded.
Error This property is required. string
Number of errors
ExclusionId This property is required. string
Guid, can be Null.
IsExcluded This property is required. bool
Means if entity is excluded. for example for rule="Instance should have vpc exclude name='test'", return true if instance name is test, and false if not.
IsRelevant This property is required. bool
Means if entity is relevant for this rule. for example rule = "Instance where name like '%db%' should have...", returns false in instance name = 'scheduler1'.
IsValid This property is required. bool
Means if entity is compliant. for example for rule="Instance should have vpc", return true if instance i-123 is under vpc-234, and false if not.
RemediationId This property is required. string
Guid, can be Null.
TestObjs This property is required. []GetAssessmentTestEntityResultTestObj
The object that has been tested.
ValidationStatus This property is required. string
Can be: Relevant, Valid, Excluded.
error This property is required. String
Number of errors
exclusionId This property is required. String
Guid, can be Null.
isExcluded This property is required. Boolean
Means if entity is excluded. for example for rule="Instance should have vpc exclude name='test'", return true if instance name is test, and false if not.
isRelevant This property is required. Boolean
Means if entity is relevant for this rule. for example rule = "Instance where name like '%db%' should have...", returns false in instance name = 'scheduler1'.
isValid This property is required. Boolean
Means if entity is compliant. for example for rule="Instance should have vpc", return true if instance i-123 is under vpc-234, and false if not.
remediationId This property is required. String
Guid, can be Null.
testObjs This property is required. List<GetAssessmentTestEntityResultTestObj>
The object that has been tested.
validationStatus This property is required. String
Can be: Relevant, Valid, Excluded.
error This property is required. string
Number of errors
exclusionId This property is required. string
Guid, can be Null.
isExcluded This property is required. boolean
Means if entity is excluded. for example for rule="Instance should have vpc exclude name='test'", return true if instance name is test, and false if not.
isRelevant This property is required. boolean
Means if entity is relevant for this rule. for example rule = "Instance where name like '%db%' should have...", returns false in instance name = 'scheduler1'.
isValid This property is required. boolean
Means if entity is compliant. for example for rule="Instance should have vpc", return true if instance i-123 is under vpc-234, and false if not.
remediationId This property is required. string
Guid, can be Null.
testObjs This property is required. GetAssessmentTestEntityResultTestObj[]
The object that has been tested.
validationStatus This property is required. string
Can be: Relevant, Valid, Excluded.
error This property is required. str
Number of errors
exclusion_id This property is required. str
Guid, can be Null.
is_excluded This property is required. bool
Means if entity is excluded. for example for rule="Instance should have vpc exclude name='test'", return true if instance name is test, and false if not.
is_relevant This property is required. bool
Means if entity is relevant for this rule. for example rule = "Instance where name like '%db%' should have...", returns false in instance name = 'scheduler1'.
is_valid This property is required. bool
Means if entity is compliant. for example for rule="Instance should have vpc", return true if instance i-123 is under vpc-234, and false if not.
remediation_id This property is required. str
Guid, can be Null.
test_objs This property is required. Sequence[GetAssessmentTestEntityResultTestObj]
The object that has been tested.
validation_status This property is required. str
Can be: Relevant, Valid, Excluded.
error This property is required. String
Number of errors
exclusionId This property is required. String
Guid, can be Null.
isExcluded This property is required. Boolean
Means if entity is excluded. for example for rule="Instance should have vpc exclude name='test'", return true if instance name is test, and false if not.
isRelevant This property is required. Boolean
Means if entity is relevant for this rule. for example rule = "Instance where name like '%db%' should have...", returns false in instance name = 'scheduler1'.
isValid This property is required. Boolean
Means if entity is compliant. for example for rule="Instance should have vpc", return true if instance i-123 is under vpc-234, and false if not.
remediationId This property is required. String
Guid, can be Null.
testObjs This property is required. List<Property Map>
The object that has been tested.
validationStatus This property is required. String
Can be: Relevant, Valid, Excluded.

GetAssessmentTestEntityResultTestObj

CustomEntityComparisonHash This property is required. string
Custom entity comparison hash of the object.
Dome9Id This property is required. string
Dome9 id of the object.
EntityIndex This property is required. double
Entity index of the object.
EntityType This property is required. string
Entity type.
Id This property is required. string
Assessment id.
CustomEntityComparisonHash This property is required. string
Custom entity comparison hash of the object.
Dome9Id This property is required. string
Dome9 id of the object.
EntityIndex This property is required. float64
Entity index of the object.
EntityType This property is required. string
Entity type.
Id This property is required. string
Assessment id.
customEntityComparisonHash This property is required. String
Custom entity comparison hash of the object.
dome9Id This property is required. String
Dome9 id of the object.
entityIndex This property is required. Double
Entity index of the object.
entityType This property is required. String
Entity type.
id This property is required. String
Assessment id.
customEntityComparisonHash This property is required. string
Custom entity comparison hash of the object.
dome9Id This property is required. string
Dome9 id of the object.
entityIndex This property is required. number
Entity index of the object.
entityType This property is required. string
Entity type.
id This property is required. string
Assessment id.
custom_entity_comparison_hash This property is required. str
Custom entity comparison hash of the object.
dome9_id This property is required. str
Dome9 id of the object.
entity_index This property is required. float
Entity index of the object.
entity_type This property is required. str
Entity type.
id This property is required. str
Assessment id.
customEntityComparisonHash This property is required. String
Custom entity comparison hash of the object.
dome9Id This property is required. String
Dome9 id of the object.
entityIndex This property is required. Number
Entity index of the object.
entityType This property is required. String
Entity type.
id This property is required. String
Assessment id.

GetAssessmentTestExclusionStat

NonComplyingCount This property is required. double
Number of assets that has been non-complying to the test.
RelevantCount This property is required. double
Number of assets that has been relevant to the test.
TestedCount This property is required. double
Number of assets that has been excluded from the test.
NonComplyingCount This property is required. float64
Number of assets that has been non-complying to the test.
RelevantCount This property is required. float64
Number of assets that has been relevant to the test.
TestedCount This property is required. float64
Number of assets that has been excluded from the test.
nonComplyingCount This property is required. Double
Number of assets that has been non-complying to the test.
relevantCount This property is required. Double
Number of assets that has been relevant to the test.
testedCount This property is required. Double
Number of assets that has been excluded from the test.
nonComplyingCount This property is required. number
Number of assets that has been non-complying to the test.
relevantCount This property is required. number
Number of assets that has been relevant to the test.
testedCount This property is required. number
Number of assets that has been excluded from the test.
non_complying_count This property is required. float
Number of assets that has been non-complying to the test.
relevant_count This property is required. float
Number of assets that has been relevant to the test.
tested_count This property is required. float
Number of assets that has been excluded from the test.
nonComplyingCount This property is required. Number
Number of assets that has been non-complying to the test.
relevantCount This property is required. Number
Number of assets that has been relevant to the test.
testedCount This property is required. Number
Number of assets that has been excluded from the test.

GetAssessmentTestRule

Category This property is required. string
Rule category.
Cloudbots This property is required. string
Rule cloudbots.
ComplianceTag This property is required. string
Compliance tag.
ControlTitle This property is required. string
Control title.
Description This property is required. string
Rule description.
Domain This property is required. string
Rule domain.
IsDefault This property is required. bool
Is default rule.
Labels This property is required. List<string>
Rule labels.
Logic This property is required. string
Rule logic.
LogicHash This property is required. string
Rule logic hash.
Name This property is required. string
Entity name.
Priority This property is required. string
Rule priority.
Remediation This property is required. string
Rule remediation.
RuleId This property is required. string
Rule id.
Severity This property is required. string
Rule severity.
Category This property is required. string
Rule category.
Cloudbots This property is required. string
Rule cloudbots.
ComplianceTag This property is required. string
Compliance tag.
ControlTitle This property is required. string
Control title.
Description This property is required. string
Rule description.
Domain This property is required. string
Rule domain.
IsDefault This property is required. bool
Is default rule.
Labels This property is required. []string
Rule labels.
Logic This property is required. string
Rule logic.
LogicHash This property is required. string
Rule logic hash.
Name This property is required. string
Entity name.
Priority This property is required. string
Rule priority.
Remediation This property is required. string
Rule remediation.
RuleId This property is required. string
Rule id.
Severity This property is required. string
Rule severity.
category This property is required. String
Rule category.
cloudbots This property is required. String
Rule cloudbots.
complianceTag This property is required. String
Compliance tag.
controlTitle This property is required. String
Control title.
description This property is required. String
Rule description.
domain This property is required. String
Rule domain.
isDefault This property is required. Boolean
Is default rule.
labels This property is required. List<String>
Rule labels.
logic This property is required. String
Rule logic.
logicHash This property is required. String
Rule logic hash.
name This property is required. String
Entity name.
priority This property is required. String
Rule priority.
remediation This property is required. String
Rule remediation.
ruleId This property is required. String
Rule id.
severity This property is required. String
Rule severity.
category This property is required. string
Rule category.
cloudbots This property is required. string
Rule cloudbots.
complianceTag This property is required. string
Compliance tag.
controlTitle This property is required. string
Control title.
description This property is required. string
Rule description.
domain This property is required. string
Rule domain.
isDefault This property is required. boolean
Is default rule.
labels This property is required. string[]
Rule labels.
logic This property is required. string
Rule logic.
logicHash This property is required. string
Rule logic hash.
name This property is required. string
Entity name.
priority This property is required. string
Rule priority.
remediation This property is required. string
Rule remediation.
ruleId This property is required. string
Rule id.
severity This property is required. string
Rule severity.
category This property is required. str
Rule category.
cloudbots This property is required. str
Rule cloudbots.
compliance_tag This property is required. str
Compliance tag.
control_title This property is required. str
Control title.
description This property is required. str
Rule description.
domain This property is required. str
Rule domain.
is_default This property is required. bool
Is default rule.
labels This property is required. Sequence[str]
Rule labels.
logic This property is required. str
Rule logic.
logic_hash This property is required. str
Rule logic hash.
name This property is required. str
Entity name.
priority This property is required. str
Rule priority.
remediation This property is required. str
Rule remediation.
rule_id This property is required. str
Rule id.
severity This property is required. str
Rule severity.
category This property is required. String
Rule category.
cloudbots This property is required. String
Rule cloudbots.
complianceTag This property is required. String
Compliance tag.
controlTitle This property is required. String
Control title.
description This property is required. String
Rule description.
domain This property is required. String
Rule domain.
isDefault This property is required. Boolean
Is default rule.
labels This property is required. List<String>
Rule labels.
logic This property is required. String
Rule logic.
logicHash This property is required. String
Rule logic hash.
name This property is required. String
Entity name.
priority This property is required. String
Rule priority.
remediation This property is required. String
Rule remediation.
ruleId This property is required. String
Rule id.
severity This property is required. String
Rule severity.

Package Details

Repository
dome9 dome9/terraform-provider-dome9
License
Notes
This Pulumi package is based on the dome9 Terraform Provider.