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,
});
import pulumi
import pulumi_dome9 as dome9
test = dome9.get_assessment(id=assessmen_t__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.LookupAssessment(ctx, &dome9.LookupAssessmentArgs{
Id: ASSESSMENT_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.GetAssessment.Invoke(new()
{
Id = ASSESSMENT_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.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());
}
}
variables:
test:
fn::invoke:
function: dome9:getAssessment
arguments:
id: ${ASSESSMENT_ID}
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>
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]
func LookupAssessment(ctx *Context, args *LookupAssessmentArgs, opts ...InvokeOption) (*LookupAssessmentResult, error)
func LookupAssessmentOutput(ctx *Context, args *LookupAssessmentOutputArgs, opts ...InvokeOption) LookupAssessmentResultOutput
> 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)
}
public static CompletableFuture<GetAssessmentResult> getAssessment(GetAssessmentArgs args, InvokeOptions options)
public static Output<GetAssessmentResult> getAssessment(GetAssessmentArgs args, InvokeOptions options)
fn::invoke:
function: dome9:index/getAssessment:getAssessment
arguments:
# arguments dictionary
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:
- Additional
Fields Dictionary<string, string> - Additional fields.
- Assessment
Id string - Assessment id.
- Assessment
Passed bool - Is assessment_passed. True/False.
- Bundle
Id double - Cloud
Account stringId - Cloud account id to run the ruleset on.
- Cloud
Account stringType - Comparison
Custom stringId - Comparison custom id.
- Created
Time string - Date of assessment.
- Data
Sync List<GetStatuses Assessment Data Sync Status> - Data sync status - list of entities.
- Description string
- Rule description.
- Dome9Cloud
Account stringId - dome9 cloud account id to run the ruleset on.
- Exclusions
List<Get
Assessment Exclusion> - List of exclusions associated with this assessment.
- External
Cloud stringAccount Id - External cloud account id.
- Has
Data boolSync Status Issues - Is has data sync status issues. True/False.
- Has
Errors bool - Is assessment has errors. True/False.
- Id double
- Rule ID.
- Location
Metadatas List<GetAssessment Location Metadata> - Name string
- Entity name.
- Remediations
List<Get
Assessment Remediation> - List of remediations associated with this assessment.
- Request
Id string - Request id.
- Requests
List<Get
Assessment Request> - Request content.
- Should
Minimize boolResult - Should minimize result size.
- Stats
List<Get
Assessment Stat> - Summary statistics for assessment.
- Tests
List<Get
Assessment Test> - List of all the tests that have been run.
- Triggered
By string - Reason for assessment.
- Additional
Fields map[string]string - Additional fields.
- Assessment
Id string - Assessment id.
- Assessment
Passed bool - Is assessment_passed. True/False.
- Bundle
Id float64 - Cloud
Account stringId - Cloud account id to run the ruleset on.
- Cloud
Account stringType - Comparison
Custom stringId - Comparison custom id.
- Created
Time string - Date of assessment.
- Data
Sync []GetStatuses Assessment Data Sync Status - Data sync status - list of entities.
- Description string
- Rule description.
- Dome9Cloud
Account stringId - dome9 cloud account id to run the ruleset on.
- Exclusions
[]Get
Assessment Exclusion - List of exclusions associated with this assessment.
- External
Cloud stringAccount Id - External cloud account id.
- Has
Data boolSync Status Issues - Is has data sync status issues. True/False.
- Has
Errors bool - Is assessment has errors. True/False.
- Id float64
- Rule ID.
- Location
Metadatas []GetAssessment Location Metadata - Name string
- Entity name.
- Remediations
[]Get
Assessment Remediation - List of remediations associated with this assessment.
- Request
Id string - Request id.
- Requests
[]Get
Assessment Request - Request content.
- Should
Minimize boolResult - Should minimize result size.
- Stats
[]Get
Assessment Stat - Summary statistics for assessment.
- Tests
[]Get
Assessment Test - List of all the tests that have been run.
- Triggered
By string - Reason for assessment.
- additional
Fields Map<String,String> - Additional fields.
- assessment
Id String - Assessment id.
- assessment
Passed Boolean - Is assessment_passed. True/False.
- bundle
Id Double - cloud
Account StringId - Cloud account id to run the ruleset on.
- cloud
Account StringType - comparison
Custom StringId - Comparison custom id.
- created
Time String - Date of assessment.
- data
Sync List<GetStatuses Assessment Data Sync Status> - Data sync status - list of entities.
- description String
- Rule description.
- dome9Cloud
Account StringId - dome9 cloud account id to run the ruleset on.
- exclusions
List<Get
Assessment Exclusion> - List of exclusions associated with this assessment.
- external
Cloud StringAccount Id - External cloud account id.
- has
Data BooleanSync Status Issues - Is has data sync status issues. True/False.
- has
Errors Boolean - Is assessment has errors. True/False.
- id Double
- Rule ID.
- location
Metadatas List<GetAssessment Location Metadata> - name String
- Entity name.
- remediations
List<Get
Assessment Remediation> - List of remediations associated with this assessment.
- request
Id String - Request id.
- requests
List<Get
Assessment Request> - Request content.
- should
Minimize BooleanResult - Should minimize result size.
- stats
List<Get
Assessment Stat> - Summary statistics for assessment.
- tests
List<Get
Assessment Test> - List of all the tests that have been run.
- triggered
By String - Reason for assessment.
- additional
Fields {[key: string]: string} - Additional fields.
- assessment
Id string - Assessment id.
- assessment
Passed boolean - Is assessment_passed. True/False.
- bundle
Id number - cloud
Account stringId - Cloud account id to run the ruleset on.
- cloud
Account stringType - comparison
Custom stringId - Comparison custom id.
- created
Time string - Date of assessment.
- data
Sync GetStatuses Assessment Data Sync Status[] - Data sync status - list of entities.
- description string
- Rule description.
- dome9Cloud
Account stringId - dome9 cloud account id to run the ruleset on.
- exclusions
Get
Assessment Exclusion[] - List of exclusions associated with this assessment.
- external
Cloud stringAccount Id - External cloud account id.
- has
Data booleanSync Status Issues - Is has data sync status issues. True/False.
- has
Errors boolean - Is assessment has errors. True/False.
- id number
- Rule ID.
- location
Metadatas GetAssessment Location Metadata[] - name string
- Entity name.
- remediations
Get
Assessment Remediation[] - List of remediations associated with this assessment.
- request
Id string - Request id.
- requests
Get
Assessment Request[] - Request content.
- should
Minimize booleanResult - Should minimize result size.
- stats
Get
Assessment Stat[] - Summary statistics for assessment.
- tests
Get
Assessment Test[] - List of all the tests that have been run.
- triggered
By 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_ strid - Cloud account id to run the ruleset on.
- cloud_
account_ strtype - comparison_
custom_ strid - Comparison custom id.
- created_
time str - Date of assessment.
- data_
sync_ Sequence[Getstatuses Assessment Data Sync Status] - Data sync status - list of entities.
- description str
- Rule description.
- dome9_
cloud_ straccount_ id - dome9 cloud account id to run the ruleset on.
- exclusions
Sequence[Get
Assessment Exclusion] - List of exclusions associated with this assessment.
- external_
cloud_ straccount_ id - External cloud account id.
- has_
data_ boolsync_ status_ issues - Is has data sync status issues. True/False.
- has_
errors bool - Is assessment has errors. True/False.
- id float
- Rule ID.
- location_
metadatas Sequence[GetAssessment Location Metadata] - name str
- Entity name.
- remediations
Sequence[Get
Assessment Remediation] - List of remediations associated with this assessment.
- request_
id str - Request id.
- requests
Sequence[Get
Assessment Request] - Request content.
- should_
minimize_ boolresult - Should minimize result size.
- stats
Sequence[Get
Assessment Stat] - Summary statistics for assessment.
- tests
Sequence[Get
Assessment Test] - List of all the tests that have been run.
- triggered_
by str - Reason for assessment.
- additional
Fields Map<String> - Additional fields.
- assessment
Id String - Assessment id.
- assessment
Passed Boolean - Is assessment_passed. True/False.
- bundle
Id Number - cloud
Account StringId - Cloud account id to run the ruleset on.
- cloud
Account StringType - comparison
Custom StringId - Comparison custom id.
- created
Time String - Date of assessment.
- data
Sync List<Property Map>Statuses - Data sync status - list of entities.
- description String
- Rule description.
- dome9Cloud
Account StringId - dome9 cloud account id to run the ruleset on.
- exclusions List<Property Map>
- List of exclusions associated with this assessment.
- external
Cloud StringAccount Id - External cloud account id.
- has
Data BooleanSync Status Issues - Is has data sync status issues. True/False.
- has
Errors Boolean - Is assessment has errors. True/False.
- id Number
- Rule ID.
- location
Metadatas List<Property Map> - name String
- Entity name.
- remediations List<Property Map>
- List of remediations associated with this assessment.
- request
Id String - Request id.
- requests List<Property Map>
- Request content.
- should
Minimize BooleanResult - 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.
- triggered
By String - Reason for assessment.
Supporting Types
GetAssessmentDataSyncStatus
- Entities
With Permission Issues This property is required. List<GetAssessment Data Sync Status Entities With Permission Issue> - List entities with permission issues.
- Entity
Type This property is required. string - 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.
- Entities
With Permission Issues This property is required. []GetAssessment Data Sync Status Entities With Permission Issue - List entities with permission issues.
- Entity
Type This property is required. string - 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.
- entities
With Permission Issues This property is required. List<GetAssessment Data Sync Status Entities With Permission Issue> - List entities with permission issues.
- entity
Type This property is required. String - Entity type.
- general
Fetch Permission Issues This property is required. Boolean - Is general fetch permission issues. True/False.
- recently
Successful Sync This property is required. Boolean - Is recently successful sync. True/False.
- entities
With Permission Issues This property is required. GetAssessment Data Sync Status Entities With Permission Issue[] - List entities with permission issues.
- entity
Type This property is required. string - Entity type.
- general
Fetch Permission Issues This property is required. boolean - Is general fetch permission issues. True/False.
- recently
Successful Sync This property is required. boolean - Is recently successful sync. True/False.
- entities_
with_ permission_ issues This property is required. Sequence[GetAssessment Data Sync Status Entities With Permission Issue] - 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.
- entities
With Permission Issues This property is required. List<Property Map> - List entities with permission issues.
- entity
Type This property is required. String - Entity type.
- general
Fetch Permission Issues This property is required. Boolean - Is general fetch permission issues. True/False.
- recently
Successful Sync This property is required. Boolean - Is recently successful sync. True/False.
GetAssessmentDataSyncStatusEntitiesWithPermissionIssue
- Cloud
Vendor Identifier This property is required. string - Entity cloud vendor identifier.
- External
Id This property is required. string - Entity external id.
- Name
This property is required. string - Entity name.
- Cloud
Vendor Identifier This property is required. string - Entity cloud vendor identifier.
- External
Id This property is required. string - Entity external id.
- Name
This property is required. string - Entity name.
- cloud
Vendor Identifier This property is required. String - Entity cloud vendor identifier.
- external
Id This property is required. String - Entity external id.
- name
This property is required. String - Entity name.
- cloud
Vendor Identifier This property is required. string - Entity cloud vendor identifier.
- external
Id 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.
- cloud
Vendor Identifier This property is required. String - Entity cloud vendor identifier.
- external
Id This property is required. String - Entity external id.
- name
This property is required. String - Entity name.
GetAssessmentExclusion
- Cloud
Account Ids 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).
- Date
Ranges This property is required. List<GetAssessment Exclusion Date Range> - Effective date range for the exclusion.
- Id
This property is required. double - Assessment id.
- Logic
Expressions This property is required. List<string> - The GSL logic expressions of the exclusion.
- Organizational
Unit Ids 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<GetAssessment Exclusion Rule> - List of rules to apply the exclusion on.
- Ruleset
Id This property is required. double - Ruleset ID to apply exclusion on.
- Cloud
Account Ids This property is required. []string - List of cloud account IDs to apply exclusion on.
- Comment
This property is required. string - Comment text (free text).
- Date
Ranges This property is required. []GetAssessment Exclusion Date Range - Effective date range for the exclusion.
- Id
This property is required. float64 - Assessment id.
- Logic
Expressions This property is required. []string - The GSL logic expressions of the exclusion.
- Organizational
Unit Ids 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. []GetAssessment Exclusion Rule - List of rules to apply the exclusion on.
- Ruleset
Id This property is required. float64 - Ruleset ID to apply exclusion on.
- cloud
Account Ids 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).
- date
Ranges This property is required. List<GetAssessment Exclusion Date Range> - Effective date range for the exclusion.
- id
This property is required. Double - Assessment id.
- logic
Expressions This property is required. List<String> - The GSL logic expressions of the exclusion.
- organizational
Unit Ids 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<GetAssessment Exclusion Rule> - List of rules to apply the exclusion on.
- ruleset
Id This property is required. Double - Ruleset ID to apply exclusion on.
- cloud
Account Ids This property is required. string[] - List of cloud account IDs to apply exclusion on.
- comment
This property is required. string - Comment text (free text).
- date
Ranges This property is required. GetAssessment Exclusion Date Range[] - Effective date range for the exclusion.
- id
This property is required. number - Assessment id.
- logic
Expressions This property is required. string[] - The GSL logic expressions of the exclusion.
- organizational
Unit Ids 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. GetAssessment Exclusion Rule[] - List of rules to apply the exclusion on.
- ruleset
Id 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[GetAssessment Exclusion Date Range] - 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[GetAssessment Exclusion Rule] - List of rules to apply the exclusion on.
- ruleset_
id This property is required. float - Ruleset ID to apply exclusion on.
- cloud
Account Ids 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).
- date
Ranges This property is required. List<Property Map> - Effective date range for the exclusion.
- id
This property is required. Number - Assessment id.
- logic
Expressions This property is required. List<String> - The GSL logic expressions of the exclusion.
- organizational
Unit Ids 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.
- ruleset
Id This property is required. Number - Ruleset ID to apply exclusion on.
GetAssessmentExclusionDateRange
GetAssessmentExclusionRule
- 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.
GetAssessmentLocationMetadata
- Accounts
This property is required. List<GetAssessment Location Metadata Account>
- Accounts
This property is required. []GetAssessment Location Metadata Account
- accounts
This property is required. List<GetAssessment Location Metadata Account>
- accounts
This property is required. GetAssessment Location Metadata Account[]
- accounts
This property is required. Sequence[GetAssessment Location Metadata Account]
- accounts
This property is required. List<Property Map>
GetAssessmentLocationMetadataAccount
- External
Id 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. 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. 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. 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
- external
Id 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
- Cloud
Account Ids This property is required. List<string> - List of cloud account IDs to apply exclusion on.
- Cloud
Bots This property is required. List<string> - Cloud bots execution expressions.
- Comment
This property is required. string - Comment text (free text).
- Date
Ranges This property is required. List<GetAssessment Remediation Date Range> - Effective date range for the exclusion.
- Id
This property is required. double - Assessment id.
- Logic
Expressions This property is required. List<string> - The GSL logic expressions of the exclusion.
- Organizational
Unit Ids 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<GetAssessment Remediation Rule> - List of rules to apply the exclusion on.
- Ruleset
Id This property is required. double - Ruleset ID to apply exclusion on.
- Cloud
Account Ids This property is required. []string - List of cloud account IDs to apply exclusion on.
- Cloud
Bots This property is required. []string - Cloud bots execution expressions.
- Comment
This property is required. string - Comment text (free text).
- Date
Ranges This property is required. []GetAssessment Remediation Date Range - Effective date range for the exclusion.
- Id
This property is required. float64 - Assessment id.
- Logic
Expressions This property is required. []string - The GSL logic expressions of the exclusion.
- Organizational
Unit Ids 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. []GetAssessment Remediation Rule - List of rules to apply the exclusion on.
- Ruleset
Id This property is required. float64 - Ruleset ID to apply exclusion on.
- cloud
Account Ids This property is required. List<String> - List of cloud account IDs to apply exclusion on.
- cloud
Bots This property is required. List<String> - Cloud bots execution expressions.
- comment
This property is required. String - Comment text (free text).
- date
Ranges This property is required. List<GetAssessment Remediation Date Range> - Effective date range for the exclusion.
- id
This property is required. Double - Assessment id.
- logic
Expressions This property is required. List<String> - The GSL logic expressions of the exclusion.
- organizational
Unit Ids 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<GetAssessment Remediation Rule> - List of rules to apply the exclusion on.
- ruleset
Id This property is required. Double - Ruleset ID to apply exclusion on.
- cloud
Account Ids This property is required. string[] - List of cloud account IDs to apply exclusion on.
- cloud
Bots This property is required. string[] - Cloud bots execution expressions.
- comment
This property is required. string - Comment text (free text).
- date
Ranges This property is required. GetAssessment Remediation Date Range[] - Effective date range for the exclusion.
- id
This property is required. number - Assessment id.
- logic
Expressions This property is required. string[] - The GSL logic expressions of the exclusion.
- organizational
Unit Ids 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. GetAssessment Remediation Rule[] - List of rules to apply the exclusion on.
- ruleset
Id 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[GetAssessment Remediation Date Range] - 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[GetAssessment Remediation Rule] - List of rules to apply the exclusion on.
- ruleset_
id This property is required. float - Ruleset ID to apply exclusion on.
- cloud
Account Ids This property is required. List<String> - List of cloud account IDs to apply exclusion on.
- cloud
Bots This property is required. List<String> - Cloud bots execution expressions.
- comment
This property is required. String - Comment text (free text).
- date
Ranges This property is required. List<Property Map> - Effective date range for the exclusion.
- id
This property is required. Number - Assessment id.
- logic
Expressions This property is required. List<String> - The GSL logic expressions of the exclusion.
- organizational
Unit Ids 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.
- ruleset
Id This property is required. Number - Ruleset ID to apply exclusion on.
GetAssessmentRemediationDateRange
GetAssessmentRemediationRule
- 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.
GetAssessmentRequest
- Cloud
Account Id This property is required. string - Cloud account id to run the ruleset on.
- Cloud
Account Type This property is required. string - Description
This property is required. string - Rule description.
- Dome9Cloud
Account Id This property is required. string - dome9 cloud account id to run the ruleset on.
- External
Cloud Account Id This property is required. string - External cloud account id.
- Id
This property is required. double - Assessment id.
- Is
Template This property is required. bool - Is CloudGuard template ruleset.
- Name
This property is required. string - Entity name.
- Request
Id This property is required. string - Request id.
- Should
Minimize Result This property is required. bool - Should minimize result size.
- Cloud
Account Id This property is required. string - Cloud account id to run the ruleset on.
- Cloud
Account Type This property is required. string - Description
This property is required. string - Rule description.
- Dome9Cloud
Account Id This property is required. string - dome9 cloud account id to run the ruleset on.
- External
Cloud Account Id This property is required. string - External cloud account id.
- Id
This property is required. float64 - Assessment id.
- Is
Template This property is required. bool - Is CloudGuard template ruleset.
- Name
This property is required. string - Entity name.
- Request
Id This property is required. string - Request id.
- Should
Minimize Result This property is required. bool - Should minimize result size.
- cloud
Account Id This property is required. String - Cloud account id to run the ruleset on.
- cloud
Account Type This property is required. String - description
This property is required. String - Rule description.
- dome9Cloud
Account Id This property is required. String - dome9 cloud account id to run the ruleset on.
- external
Cloud Account Id This property is required. String - External cloud account id.
- id
This property is required. Double - Assessment id.
- is
Template This property is required. Boolean - Is CloudGuard template ruleset.
- name
This property is required. String - Entity name.
- request
Id This property is required. String - Request id.
- should
Minimize Result This property is required. Boolean - Should minimize result size.
- cloud
Account Id This property is required. string - Cloud account id to run the ruleset on.
- cloud
Account Type This property is required. string - description
This property is required. string - Rule description.
- dome9Cloud
Account Id This property is required. string - dome9 cloud account id to run the ruleset on.
- external
Cloud Account Id This property is required. string - External cloud account id.
- id
This property is required. number - Assessment id.
- is
Template This property is required. boolean - Is CloudGuard template ruleset.
- name
This property is required. string - Entity name.
- request
Id This property is required. string - Request id.
- should
Minimize Result 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.
- cloud
Account Id This property is required. String - Cloud account id to run the ruleset on.
- cloud
Account Type This property is required. String - description
This property is required. String - Rule description.
- dome9Cloud
Account Id This property is required. String - dome9 cloud account id to run the ruleset on.
- external
Cloud Account Id This property is required. String - External cloud account id.
- id
This property is required. Number - Assessment id.
- is
Template This property is required. Boolean - Is CloudGuard template ruleset.
- name
This property is required. String - Entity name.
- request
Id This property is required. String - Request id.
- should
Minimize Result This property is required. Boolean - Should minimize result size.
GetAssessmentStat
- Error
This property is required. double - Number of errors
- Excluded
Failed Tests This property is required. double - Number of excluded tests that also failed.
- Excluded
Rules This property is required. double - Number of rules that contains only excluded tests.
- Excluded
Rules By Severities This property is required. List<GetAssessment Stat Excluded Rules By Severity> - Excluded rules divided by severity.
- Excluded
Tests This property is required. double - Number of excluded tests.
- Failed
This property is required. double - Number of failed rules.
- Failed
Entities This property is required. double - Number of failed entities.
- Failed
Rules By Severities This property is required. List<GetAssessment Stat Failed Rules By Severity> - Failed rules divided by severity.
- Failed
Tests This property is required. double - Number of failed tests.
- Logically
Tested This property is required. double - Total number of tests performed.
- Passed
This property is required. double - Number of passed rules.
- Passed
Rules By Severities This property is required. List<GetAssessment Stat Passed Rules By Severity> - Passed rules divided by severity.
- Error
This property is required. float64 - Number of errors
- Excluded
Failed Tests This property is required. float64 - Number of excluded tests that also failed.
- Excluded
Rules This property is required. float64 - Number of rules that contains only excluded tests.
- Excluded
Rules By Severities This property is required. []GetAssessment Stat Excluded Rules By Severity - Excluded rules divided by severity.
- Excluded
Tests This property is required. float64 - Number of excluded tests.
- Failed
This property is required. float64 - Number of failed rules.
- Failed
Entities This property is required. float64 - Number of failed entities.
- Failed
Rules By Severities This property is required. []GetAssessment Stat Failed Rules By Severity - Failed rules divided by severity.
- Failed
Tests This property is required. float64 - Number of failed tests.
- Logically
Tested This property is required. float64 - Total number of tests performed.
- Passed
This property is required. float64 - Number of passed rules.
- Passed
Rules By Severities This property is required. []GetAssessment Stat Passed Rules By Severity - Passed rules divided by severity.
- error
This property is required. Double - Number of errors
- excluded
Failed Tests This property is required. Double - Number of excluded tests that also failed.
- excluded
Rules This property is required. Double - Number of rules that contains only excluded tests.
- excluded
Rules By Severities This property is required. List<GetAssessment Stat Excluded Rules By Severity> - Excluded rules divided by severity.
- excluded
Tests This property is required. Double - Number of excluded tests.
- failed
This property is required. Double - Number of failed rules.
- failed
Entities This property is required. Double - Number of failed entities.
- failed
Rules By Severities This property is required. List<GetAssessment Stat Failed Rules By Severity> - Failed rules divided by severity.
- failed
Tests This property is required. Double - Number of failed tests.
- logically
Tested This property is required. Double - Total number of tests performed.
- passed
This property is required. Double - Number of passed rules.
- passed
Rules By Severities This property is required. List<GetAssessment Stat Passed Rules By Severity> - Passed rules divided by severity.
- error
This property is required. number - Number of errors
- excluded
Failed Tests This property is required. number - Number of excluded tests that also failed.
- excluded
Rules This property is required. number - Number of rules that contains only excluded tests.
- excluded
Rules By Severities This property is required. GetAssessment Stat Excluded Rules By Severity[] - Excluded rules divided by severity.
- excluded
Tests This property is required. number - Number of excluded tests.
- failed
This property is required. number - Number of failed rules.
- failed
Entities This property is required. number - Number of failed entities.
- failed
Rules By Severities This property is required. GetAssessment Stat Failed Rules By Severity[] - Failed rules divided by severity.
- failed
Tests This property is required. number - Number of failed tests.
- logically
Tested This property is required. number - Total number of tests performed.
- passed
This property is required. number - Number of passed rules.
- passed
Rules By Severities This property is required. GetAssessment Stat Passed Rules By Severity[] - 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[GetAssessment Stat Excluded Rules By Severity] - 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[GetAssessment Stat Failed Rules By Severity] - 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[GetAssessment Stat Passed Rules By Severity] - Passed rules divided by severity.
- error
This property is required. Number - Number of errors
- excluded
Failed Tests This property is required. Number - Number of excluded tests that also failed.
- excluded
Rules This property is required. Number - Number of rules that contains only excluded tests.
- excluded
Rules By Severities This property is required. List<Property Map> - Excluded rules divided by severity.
- excluded
Tests This property is required. Number - Number of excluded tests.
- failed
This property is required. Number - Number of failed rules.
- failed
Entities This property is required. Number - Number of failed entities.
- failed
Rules By Severities This property is required. List<Property Map> - Failed rules divided by severity.
- failed
Tests This property is required. Number - Number of failed tests.
- logically
Tested This property is required. Number - Total number of tests performed.
- passed
This property is required. Number - Number of passed rules.
- passed
Rules By Severities 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
- Entity
Results This property is required. List<GetAssessment Test Entity Result> - Entity results.
- Error
This property is required. string - Number of errors
- Exclusion
Stats This property is required. List<GetAssessment Test Exclusion Stat> - Exclusion stats.
- Non
Complying Count This property is required. double - Number of assets that has been non-complying to the test.
- Relevant
Count This property is required. double - Number of assets that has been relevant to the test.
- Rules
This property is required. List<GetAssessment Test Rule> - Rule.
- Test
Passed This property is required. bool - Is test passed: true/false.
- Tested
Count This property is required. double - Number of assets that has been excluded from the test.
- Entity
Results This property is required. []GetAssessment Test Entity Result - Entity results.
- Error
This property is required. string - Number of errors
- Exclusion
Stats This property is required. []GetAssessment Test Exclusion Stat - Exclusion stats.
- Non
Complying Count This property is required. float64 - Number of assets that has been non-complying to the test.
- Relevant
Count This property is required. float64 - Number of assets that has been relevant to the test.
- Rules
This property is required. []GetAssessment Test Rule - Rule.
- Test
Passed This property is required. bool - Is test passed: true/false.
- Tested
Count This property is required. float64 - Number of assets that has been excluded from the test.
- entity
Results This property is required. List<GetAssessment Test Entity Result> - Entity results.
- error
This property is required. String - Number of errors
- exclusion
Stats This property is required. List<GetAssessment Test Exclusion Stat> - Exclusion stats.
- non
Complying Count This property is required. Double - Number of assets that has been non-complying to the test.
- relevant
Count This property is required. Double - Number of assets that has been relevant to the test.
- rules
This property is required. List<GetAssessment Test Rule> - Rule.
- test
Passed This property is required. Boolean - Is test passed: true/false.
- tested
Count This property is required. Double - Number of assets that has been excluded from the test.
- entity
Results This property is required. GetAssessment Test Entity Result[] - Entity results.
- error
This property is required. string - Number of errors
- exclusion
Stats This property is required. GetAssessment Test Exclusion Stat[] - Exclusion stats.
- non
Complying Count This property is required. number - Number of assets that has been non-complying to the test.
- relevant
Count This property is required. number - Number of assets that has been relevant to the test.
- rules
This property is required. GetAssessment Test Rule[] - Rule.
- test
Passed This property is required. boolean - Is test passed: true/false.
- tested
Count This property is required. number - Number of assets that has been excluded from the test.
- entity_
results This property is required. Sequence[GetAssessment Test Entity Result] - Entity results.
- error
This property is required. str - Number of errors
- exclusion_
stats This property is required. Sequence[GetAssessment Test Exclusion Stat] - 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[GetAssessment Test Rule] - 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.
- entity
Results This property is required. List<Property Map> - Entity results.
- error
This property is required. String - Number of errors
- exclusion
Stats This property is required. List<Property Map> - Exclusion stats.
- non
Complying Count This property is required. Number - Number of assets that has been non-complying to the test.
- relevant
Count This property is required. Number - Number of assets that has been relevant to the test.
- rules
This property is required. List<Property Map> - Rule.
- test
Passed This property is required. Boolean - Is test passed: true/false.
- tested
Count 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
- Exclusion
Id This property is required. string - 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. string - Guid, can be Null.
- Test
Objs This property is required. List<GetAssessment Test Entity Result Test Obj> - The object that has been tested.
- Validation
Status This property is required. string - Can be:
Relevant
,Valid
,Excluded
.
- Error
This property is required. string - Number of errors
- Exclusion
Id This property is required. string - 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. string - Guid, can be Null.
- Test
Objs This property is required. []GetAssessment Test Entity Result Test Obj - The object that has been tested.
- Validation
Status This property is required. string - Can be:
Relevant
,Valid
,Excluded
.
- error
This property is required. String - Number of errors
- exclusion
Id This property is required. String - Guid, can be Null.
- is
Excluded 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.
- is
Relevant 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'.
- is
Valid 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.
- remediation
Id This property is required. String - Guid, can be Null.
- test
Objs This property is required. List<GetAssessment Test Entity Result Test Obj> - The object that has been tested.
- validation
Status This property is required. String - Can be:
Relevant
,Valid
,Excluded
.
- error
This property is required. string - Number of errors
- exclusion
Id This property is required. string - Guid, can be Null.
- is
Excluded 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.
- is
Relevant 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'.
- is
Valid 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.
- remediation
Id This property is required. string - Guid, can be Null.
- test
Objs This property is required. GetAssessment Test Entity Result Test Obj[] - The object that has been tested.
- validation
Status 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[GetAssessment Test Entity Result Test Obj] - 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
- exclusion
Id This property is required. String - Guid, can be Null.
- is
Excluded 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.
- is
Relevant 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'.
- is
Valid 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.
- remediation
Id This property is required. String - Guid, can be Null.
- test
Objs This property is required. List<Property Map> - The object that has been tested.
- validation
Status This property is required. String - Can be:
Relevant
,Valid
,Excluded
.
GetAssessmentTestEntityResultTestObj
- Custom
Entity Comparison Hash This property is required. string - Custom entity comparison hash of the object.
- Dome9Id
This property is required. string - Dome9 id of the object.
- Entity
Index This property is required. double - Entity index of the object.
- Entity
Type This property is required. string - Entity type.
- Id
This property is required. string - Assessment id.
- Custom
Entity Comparison Hash This property is required. string - Custom entity comparison hash of the object.
- Dome9Id
This property is required. string - Dome9 id of the object.
- Entity
Index This property is required. float64 - Entity index of the object.
- Entity
Type This property is required. string - Entity type.
- Id
This property is required. string - Assessment id.
- custom
Entity Comparison Hash This property is required. String - Custom entity comparison hash of the object.
- dome9Id
This property is required. String - Dome9 id of the object.
- entity
Index This property is required. Double - Entity index of the object.
- entity
Type This property is required. String - Entity type.
- id
This property is required. String - Assessment id.
- custom
Entity Comparison Hash This property is required. string - Custom entity comparison hash of the object.
- dome9Id
This property is required. string - Dome9 id of the object.
- entity
Index This property is required. number - Entity index of the object.
- entity
Type 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.
- custom
Entity Comparison Hash This property is required. String - Custom entity comparison hash of the object.
- dome9Id
This property is required. String - Dome9 id of the object.
- entity
Index This property is required. Number - Entity index of the object.
- entity
Type This property is required. String - Entity type.
- id
This property is required. String - Assessment id.
GetAssessmentTestExclusionStat
- Non
Complying Count This property is required. double - Number of assets that has been non-complying to the test.
- Relevant
Count This property is required. double - Number of assets that has been relevant to the test.
- Tested
Count This property is required. double - Number of assets that has been excluded from the test.
- Non
Complying Count This property is required. float64 - Number of assets that has been non-complying to the test.
- Relevant
Count This property is required. float64 - Number of assets that has been relevant to the test.
- Tested
Count This property is required. float64 - Number of assets that has been excluded from the test.
- non
Complying Count This property is required. Double - Number of assets that has been non-complying to the test.
- relevant
Count This property is required. Double - Number of assets that has been relevant to the test.
- tested
Count This property is required. Double - Number of assets that has been excluded from the test.
- non
Complying Count This property is required. number - Number of assets that has been non-complying to the test.
- relevant
Count This property is required. number - Number of assets that has been relevant to the test.
- tested
Count 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.
- non
Complying Count This property is required. Number - Number of assets that has been non-complying to the test.
- relevant
Count This property is required. Number - Number of assets that has been relevant to the test.
- tested
Count 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.
- Compliance
Tag This property is required. string - Compliance tag.
- Control
Title This property is required. string - Control title.
- Description
This property is required. string - Rule description.
- Domain
This property is required. string - Rule domain.
- Is
Default 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.
- Logic
Hash 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.
- Rule
Id 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.
- Compliance
Tag This property is required. string - Compliance tag.
- Control
Title This property is required. string - Control title.
- Description
This property is required. string - Rule description.
- Domain
This property is required. string - Rule domain.
- Is
Default This property is required. bool - Is default rule.
- Labels
This property is required. []string - Rule labels.
- Logic
This property is required. string - Rule logic.
- Logic
Hash 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.
- Rule
Id 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.
- compliance
Tag This property is required. String - Compliance tag.
- control
Title This property is required. String - Control title.
- description
This property is required. String - Rule description.
- domain
This property is required. String - Rule domain.
- is
Default 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.
- logic
Hash 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.
- rule
Id 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.
- compliance
Tag This property is required. string - Compliance tag.
- control
Title This property is required. string - Control title.
- description
This property is required. string - Rule description.
- domain
This property is required. string - Rule domain.
- is
Default This property is required. boolean - Is default rule.
- labels
This property is required. string[] - Rule labels.
- logic
This property is required. string - Rule logic.
- logic
Hash 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.
- rule
Id 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.
- compliance
Tag This property is required. String - Compliance tag.
- control
Title This property is required. String - Control title.
- description
This property is required. String - Rule description.
- domain
This property is required. String - Rule domain.
- is
Default 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.
- logic
Hash 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.
- rule
Id 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.