ibm.getSccRule
Explore with Pulumi AI
Retrieve information about a rule from a read-only data source. Then, you can reference the fields of the data source in other resources within the same configuration by using interpolation syntax.
NOTE: Security Compliance Center is a regional service. Please specify the IBM Cloud Provider attribute
region
to target another region. Else, exporting the environmental variable IBMCLOUD_SCC_API_ENDPOINT will also override which region is being targeted for all ibm providers(ex.export IBMCLOUD_SCC_API_ENDPOINT=https://eu-es.compliance.cloud.ibm.com
).
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as ibm from "@pulumi/ibm";
const sccRule = ibm.getSccRule({
instanceId: "00000000-1111-2222-3333-444444444444",
ruleId: ibm_scc_rule.scc_rule_instance.rule_id,
});
import pulumi
import pulumi_ibm as ibm
scc_rule = ibm.get_scc_rule(instance_id="00000000-1111-2222-3333-444444444444",
rule_id=ibm_scc_rule["scc_rule_instance"]["rule_id"])
package main
import (
"github.com/pulumi/pulumi-terraform-provider/sdks/go/ibm/ibm"
"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)
func main() {
pulumi.Run(func(ctx *pulumi.Context) error {
_, err := ibm.LookupSccRule(ctx, &ibm.LookupSccRuleArgs{
InstanceId: "00000000-1111-2222-3333-444444444444",
RuleId: ibm_scc_rule.Scc_rule_instance.Rule_id,
}, nil)
if err != nil {
return err
}
return nil
})
}
using System.Collections.Generic;
using System.Linq;
using Pulumi;
using Ibm = Pulumi.Ibm;
return await Deployment.RunAsync(() =>
{
var sccRule = Ibm.GetSccRule.Invoke(new()
{
InstanceId = "00000000-1111-2222-3333-444444444444",
RuleId = ibm_scc_rule.Scc_rule_instance.Rule_id,
});
});
package generated_program;
import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.ibm.IbmFunctions;
import com.pulumi.ibm.inputs.GetSccRuleArgs;
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 sccRule = IbmFunctions.getSccRule(GetSccRuleArgs.builder()
.instanceId("00000000-1111-2222-3333-444444444444")
.ruleId(ibm_scc_rule.scc_rule_instance().rule_id())
.build());
}
}
variables:
sccRule:
fn::invoke:
function: ibm:getSccRule
arguments:
instanceId: 00000000-1111-2222-3333-444444444444
ruleId: ${ibm_scc_rule.scc_rule_instance.rule_id}
Using getSccRule
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 getSccRule(args: GetSccRuleArgs, opts?: InvokeOptions): Promise<GetSccRuleResult>
function getSccRuleOutput(args: GetSccRuleOutputArgs, opts?: InvokeOptions): Output<GetSccRuleResult>
def get_scc_rule(instance_id: Optional[str] = None,
rule_id: Optional[str] = None,
timeouts: Optional[GetSccRuleTimeouts] = None,
opts: Optional[InvokeOptions] = None) -> GetSccRuleResult
def get_scc_rule_output(instance_id: Optional[pulumi.Input[str]] = None,
rule_id: Optional[pulumi.Input[str]] = None,
timeouts: Optional[pulumi.Input[GetSccRuleTimeoutsArgs]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetSccRuleResult]
func LookupSccRule(ctx *Context, args *LookupSccRuleArgs, opts ...InvokeOption) (*LookupSccRuleResult, error)
func LookupSccRuleOutput(ctx *Context, args *LookupSccRuleOutputArgs, opts ...InvokeOption) LookupSccRuleResultOutput
> Note: This function is named LookupSccRule
in the Go SDK.
public static class GetSccRule
{
public static Task<GetSccRuleResult> InvokeAsync(GetSccRuleArgs args, InvokeOptions? opts = null)
public static Output<GetSccRuleResult> Invoke(GetSccRuleInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetSccRuleResult> getSccRule(GetSccRuleArgs args, InvokeOptions options)
public static Output<GetSccRuleResult> getSccRule(GetSccRuleArgs args, InvokeOptions options)
fn::invoke:
function: ibm:index/getSccRule:getSccRule
arguments:
# arguments dictionary
The following arguments are supported:
- Instance
Id string - The ID of the SCC instance in a particular region.
- Rule
Id string - The ID of the corresponding rule.
- Constraints: The maximum length is
41
characters. The minimum length is41
characters. The value must match regular expression/rule-[0-9A-Fa-f]{8}-[0-9A-Fa-f]{4}-[0-9A-Fa-f]{4}-[0-9A-Fa-f]{4}-[0-9A-Fa-f]{12}/
.
- Constraints: The maximum length is
- Timeouts
Get
Scc Rule Timeouts
- Instance
Id string - The ID of the SCC instance in a particular region.
- Rule
Id string - The ID of the corresponding rule.
- Constraints: The maximum length is
41
characters. The minimum length is41
characters. The value must match regular expression/rule-[0-9A-Fa-f]{8}-[0-9A-Fa-f]{4}-[0-9A-Fa-f]{4}-[0-9A-Fa-f]{4}-[0-9A-Fa-f]{12}/
.
- Constraints: The maximum length is
- Timeouts
Get
Scc Rule Timeouts
- instance
Id String - The ID of the SCC instance in a particular region.
- rule
Id String - The ID of the corresponding rule.
- Constraints: The maximum length is
41
characters. The minimum length is41
characters. The value must match regular expression/rule-[0-9A-Fa-f]{8}-[0-9A-Fa-f]{4}-[0-9A-Fa-f]{4}-[0-9A-Fa-f]{4}-[0-9A-Fa-f]{12}/
.
- Constraints: The maximum length is
- timeouts
Get
Scc Rule Timeouts
- instance
Id string - The ID of the SCC instance in a particular region.
- rule
Id string - The ID of the corresponding rule.
- Constraints: The maximum length is
41
characters. The minimum length is41
characters. The value must match regular expression/rule-[0-9A-Fa-f]{8}-[0-9A-Fa-f]{4}-[0-9A-Fa-f]{4}-[0-9A-Fa-f]{4}-[0-9A-Fa-f]{12}/
.
- Constraints: The maximum length is
- timeouts
Get
Scc Rule Timeouts
- instance_
id str - The ID of the SCC instance in a particular region.
- rule_
id str - The ID of the corresponding rule.
- Constraints: The maximum length is
41
characters. The minimum length is41
characters. The value must match regular expression/rule-[0-9A-Fa-f]{8}-[0-9A-Fa-f]{4}-[0-9A-Fa-f]{4}-[0-9A-Fa-f]{4}-[0-9A-Fa-f]{12}/
.
- Constraints: The maximum length is
- timeouts
Get
Scc Rule Timeouts
- instance
Id String - The ID of the SCC instance in a particular region.
- rule
Id String - The ID of the corresponding rule.
- Constraints: The maximum length is
41
characters. The minimum length is41
characters. The value must match regular expression/rule-[0-9A-Fa-f]{8}-[0-9A-Fa-f]{4}-[0-9A-Fa-f]{4}-[0-9A-Fa-f]{4}-[0-9A-Fa-f]{12}/
.
- Constraints: The maximum length is
- timeouts Property Map
getSccRule Result
The following output properties are available:
- Account
Id string - (String) The account ID.
- Constraints: The maximum length is
32
characters. The minimum length is3
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Created
By string - (String) The user who created the rule.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Created
On string - (String) The date when the rule was created.
- Description string
- (String) The required config description.
- Constraints: The maximum length is
512
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Id string
- (String) The rule ID.
- Constraints: The maximum length is
41
characters. The minimum length is41
characters. The value must match regular expression/rule-[0-9A-Fa-f]{8}-[0-9A-Fa-f]{4}-[0-9A-Fa-f]{4}-[0-9A-Fa-f]{4}-[0-9A-Fa-f]{12}/
.
- Constraints: The maximum length is
- Imports
List<Get
Scc Rule Import> - (List) The collection of import parameters. Nested schema for import:
- Instance
Id string - Labels List<string>
- (List) The list of labels.
- Constraints: The list items must match regular expression
/[A-Za-z0-9]+/
. The maximum length is32
items. The minimum length is0
items.
- Constraints: The list items must match regular expression
- Required
Configs List<GetScc Rule Required Config> - (List) The required configurations. Nested schema for required_config:
- Rule
Id string - Targets
List<Get
Scc Rule Target> - (List) The rule target. Nested schema for target:
- Type string
- (String) The rule type (allowable values are
user_defined
orsystem_defined
).- Constraints: Allowable values are:
user_defined
,system_defined
. The maximum length is14
characters. The minimum length is12
characters. The value must match regular expression/[A-Za-z]+_[A-Za-z]+/
.
- Constraints: Allowable values are:
- Updated
By string - (String) The user who modified the rule.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Updated
On string - (String) The date when the rule was modified.
- Version string
- (String) The version number of a rule.
- Constraints: The maximum length is
10
characters. The minimum length is5
characters. The value must match regular expression/^[0-9][0-9.]*$/
.
- Constraints: The maximum length is
- Timeouts
Get
Scc Rule Timeouts
- Account
Id string - (String) The account ID.
- Constraints: The maximum length is
32
characters. The minimum length is3
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Created
By string - (String) The user who created the rule.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Created
On string - (String) The date when the rule was created.
- Description string
- (String) The required config description.
- Constraints: The maximum length is
512
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Id string
- (String) The rule ID.
- Constraints: The maximum length is
41
characters. The minimum length is41
characters. The value must match regular expression/rule-[0-9A-Fa-f]{8}-[0-9A-Fa-f]{4}-[0-9A-Fa-f]{4}-[0-9A-Fa-f]{4}-[0-9A-Fa-f]{12}/
.
- Constraints: The maximum length is
- Imports
[]Get
Scc Rule Import - (List) The collection of import parameters. Nested schema for import:
- Instance
Id string - Labels []string
- (List) The list of labels.
- Constraints: The list items must match regular expression
/[A-Za-z0-9]+/
. The maximum length is32
items. The minimum length is0
items.
- Constraints: The list items must match regular expression
- Required
Configs []GetScc Rule Required Config - (List) The required configurations. Nested schema for required_config:
- Rule
Id string - Targets
[]Get
Scc Rule Target - (List) The rule target. Nested schema for target:
- Type string
- (String) The rule type (allowable values are
user_defined
orsystem_defined
).- Constraints: Allowable values are:
user_defined
,system_defined
. The maximum length is14
characters. The minimum length is12
characters. The value must match regular expression/[A-Za-z]+_[A-Za-z]+/
.
- Constraints: Allowable values are:
- Updated
By string - (String) The user who modified the rule.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Updated
On string - (String) The date when the rule was modified.
- Version string
- (String) The version number of a rule.
- Constraints: The maximum length is
10
characters. The minimum length is5
characters. The value must match regular expression/^[0-9][0-9.]*$/
.
- Constraints: The maximum length is
- Timeouts
Get
Scc Rule Timeouts
- account
Id String - (String) The account ID.
- Constraints: The maximum length is
32
characters. The minimum length is3
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- created
By String - (String) The user who created the rule.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- created
On String - (String) The date when the rule was created.
- description String
- (String) The required config description.
- Constraints: The maximum length is
512
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- id String
- (String) The rule ID.
- Constraints: The maximum length is
41
characters. The minimum length is41
characters. The value must match regular expression/rule-[0-9A-Fa-f]{8}-[0-9A-Fa-f]{4}-[0-9A-Fa-f]{4}-[0-9A-Fa-f]{4}-[0-9A-Fa-f]{12}/
.
- Constraints: The maximum length is
- imports
List<Get
Scc Rule Import> - (List) The collection of import parameters. Nested schema for import:
- instance
Id String - labels List<String>
- (List) The list of labels.
- Constraints: The list items must match regular expression
/[A-Za-z0-9]+/
. The maximum length is32
items. The minimum length is0
items.
- Constraints: The list items must match regular expression
- required
Configs List<GetScc Rule Required Config> - (List) The required configurations. Nested schema for required_config:
- rule
Id String - targets
List<Get
Scc Rule Target> - (List) The rule target. Nested schema for target:
- type String
- (String) The rule type (allowable values are
user_defined
orsystem_defined
).- Constraints: Allowable values are:
user_defined
,system_defined
. The maximum length is14
characters. The minimum length is12
characters. The value must match regular expression/[A-Za-z]+_[A-Za-z]+/
.
- Constraints: Allowable values are:
- updated
By String - (String) The user who modified the rule.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- updated
On String - (String) The date when the rule was modified.
- version String
- (String) The version number of a rule.
- Constraints: The maximum length is
10
characters. The minimum length is5
characters. The value must match regular expression/^[0-9][0-9.]*$/
.
- Constraints: The maximum length is
- timeouts
Get
Scc Rule Timeouts
- account
Id string - (String) The account ID.
- Constraints: The maximum length is
32
characters. The minimum length is3
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- created
By string - (String) The user who created the rule.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- created
On string - (String) The date when the rule was created.
- description string
- (String) The required config description.
- Constraints: The maximum length is
512
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- id string
- (String) The rule ID.
- Constraints: The maximum length is
41
characters. The minimum length is41
characters. The value must match regular expression/rule-[0-9A-Fa-f]{8}-[0-9A-Fa-f]{4}-[0-9A-Fa-f]{4}-[0-9A-Fa-f]{4}-[0-9A-Fa-f]{12}/
.
- Constraints: The maximum length is
- imports
Get
Scc Rule Import[] - (List) The collection of import parameters. Nested schema for import:
- instance
Id string - labels string[]
- (List) The list of labels.
- Constraints: The list items must match regular expression
/[A-Za-z0-9]+/
. The maximum length is32
items. The minimum length is0
items.
- Constraints: The list items must match regular expression
- required
Configs GetScc Rule Required Config[] - (List) The required configurations. Nested schema for required_config:
- rule
Id string - targets
Get
Scc Rule Target[] - (List) The rule target. Nested schema for target:
- type string
- (String) The rule type (allowable values are
user_defined
orsystem_defined
).- Constraints: Allowable values are:
user_defined
,system_defined
. The maximum length is14
characters. The minimum length is12
characters. The value must match regular expression/[A-Za-z]+_[A-Za-z]+/
.
- Constraints: Allowable values are:
- updated
By string - (String) The user who modified the rule.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- updated
On string - (String) The date when the rule was modified.
- version string
- (String) The version number of a rule.
- Constraints: The maximum length is
10
characters. The minimum length is5
characters. The value must match regular expression/^[0-9][0-9.]*$/
.
- Constraints: The maximum length is
- timeouts
Get
Scc Rule Timeouts
- account_
id str - (String) The account ID.
- Constraints: The maximum length is
32
characters. The minimum length is3
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- created_
by str - (String) The user who created the rule.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- created_
on str - (String) The date when the rule was created.
- description str
- (String) The required config description.
- Constraints: The maximum length is
512
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- id str
- (String) The rule ID.
- Constraints: The maximum length is
41
characters. The minimum length is41
characters. The value must match regular expression/rule-[0-9A-Fa-f]{8}-[0-9A-Fa-f]{4}-[0-9A-Fa-f]{4}-[0-9A-Fa-f]{4}-[0-9A-Fa-f]{12}/
.
- Constraints: The maximum length is
- imports
Sequence[Get
Scc Rule Import] - (List) The collection of import parameters. Nested schema for import:
- instance_
id str - labels Sequence[str]
- (List) The list of labels.
- Constraints: The list items must match regular expression
/[A-Za-z0-9]+/
. The maximum length is32
items. The minimum length is0
items.
- Constraints: The list items must match regular expression
- required_
configs Sequence[GetScc Rule Required Config] - (List) The required configurations. Nested schema for required_config:
- rule_
id str - targets
Sequence[Get
Scc Rule Target] - (List) The rule target. Nested schema for target:
- type str
- (String) The rule type (allowable values are
user_defined
orsystem_defined
).- Constraints: Allowable values are:
user_defined
,system_defined
. The maximum length is14
characters. The minimum length is12
characters. The value must match regular expression/[A-Za-z]+_[A-Za-z]+/
.
- Constraints: Allowable values are:
- updated_
by str - (String) The user who modified the rule.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- updated_
on str - (String) The date when the rule was modified.
- version str
- (String) The version number of a rule.
- Constraints: The maximum length is
10
characters. The minimum length is5
characters. The value must match regular expression/^[0-9][0-9.]*$/
.
- Constraints: The maximum length is
- timeouts
Get
Scc Rule Timeouts
- account
Id String - (String) The account ID.
- Constraints: The maximum length is
32
characters. The minimum length is3
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- created
By String - (String) The user who created the rule.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- created
On String - (String) The date when the rule was created.
- description String
- (String) The required config description.
- Constraints: The maximum length is
512
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- id String
- (String) The rule ID.
- Constraints: The maximum length is
41
characters. The minimum length is41
characters. The value must match regular expression/rule-[0-9A-Fa-f]{8}-[0-9A-Fa-f]{4}-[0-9A-Fa-f]{4}-[0-9A-Fa-f]{4}-[0-9A-Fa-f]{12}/
.
- Constraints: The maximum length is
- imports List<Property Map>
- (List) The collection of import parameters. Nested schema for import:
- instance
Id String - labels List<String>
- (List) The list of labels.
- Constraints: The list items must match regular expression
/[A-Za-z0-9]+/
. The maximum length is32
items. The minimum length is0
items.
- Constraints: The list items must match regular expression
- required
Configs List<Property Map> - (List) The required configurations. Nested schema for required_config:
- rule
Id String - targets List<Property Map>
- (List) The rule target. Nested schema for target:
- type String
- (String) The rule type (allowable values are
user_defined
orsystem_defined
).- Constraints: Allowable values are:
user_defined
,system_defined
. The maximum length is14
characters. The minimum length is12
characters. The value must match regular expression/[A-Za-z]+_[A-Za-z]+/
.
- Constraints: Allowable values are:
- updated
By String - (String) The user who modified the rule.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- updated
On String - (String) The date when the rule was modified.
- version String
- (String) The version number of a rule.
- Constraints: The maximum length is
10
characters. The minimum length is5
characters. The value must match regular expression/^[0-9][0-9.]*$/
.
- Constraints: The maximum length is
- timeouts Property Map
Supporting Types
GetSccRuleImport
- Parameters
List<Get
Scc Rule Import Parameter> - (List) The list of import parameters.
- Constraints: The maximum length is
8
items. The minimum length is0
items. Nested schema for parameters:
- Constraints: The maximum length is
- Parameters
[]Get
Scc Rule Import Parameter - (List) The list of import parameters.
- Constraints: The maximum length is
8
items. The minimum length is0
items. Nested schema for parameters:
- Constraints: The maximum length is
- parameters
List<Get
Scc Rule Import Parameter> - (List) The list of import parameters.
- Constraints: The maximum length is
8
items. The minimum length is0
items. Nested schema for parameters:
- Constraints: The maximum length is
- parameters
Get
Scc Rule Import Parameter[] - (List) The list of import parameters.
- Constraints: The maximum length is
8
items. The minimum length is0
items. Nested schema for parameters:
- Constraints: The maximum length is
- parameters
Sequence[Get
Scc Rule Import Parameter] - (List) The list of import parameters.
- Constraints: The maximum length is
8
items. The minimum length is0
items. Nested schema for parameters:
- Constraints: The maximum length is
- parameters List<Property Map>
- (List) The list of import parameters.
- Constraints: The maximum length is
8
items. The minimum length is0
items. Nested schema for parameters:
- Constraints: The maximum length is
GetSccRuleImportParameter
- Description string
- (String) The required config description.
- Constraints: The maximum length is
512
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Display
Name string - (String) The display name of the property.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Name string
- (String) The additional target attribute name.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Type string
- (String) The rule type (allowable values are
user_defined
orsystem_defined
).- Constraints: Allowable values are:
user_defined
,system_defined
. The maximum length is14
characters. The minimum length is12
characters. The value must match regular expression/[A-Za-z]+_[A-Za-z]+/
.
- Constraints: Allowable values are:
- Description string
- (String) The required config description.
- Constraints: The maximum length is
512
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Display
Name string - (String) The display name of the property.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Name string
- (String) The additional target attribute name.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Type string
- (String) The rule type (allowable values are
user_defined
orsystem_defined
).- Constraints: Allowable values are:
user_defined
,system_defined
. The maximum length is14
characters. The minimum length is12
characters. The value must match regular expression/[A-Za-z]+_[A-Za-z]+/
.
- Constraints: Allowable values are:
- description String
- (String) The required config description.
- Constraints: The maximum length is
512
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- display
Name String - (String) The display name of the property.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- name String
- (String) The additional target attribute name.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- type String
- (String) The rule type (allowable values are
user_defined
orsystem_defined
).- Constraints: Allowable values are:
user_defined
,system_defined
. The maximum length is14
characters. The minimum length is12
characters. The value must match regular expression/[A-Za-z]+_[A-Za-z]+/
.
- Constraints: Allowable values are:
- description string
- (String) The required config description.
- Constraints: The maximum length is
512
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- display
Name string - (String) The display name of the property.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- name string
- (String) The additional target attribute name.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- type string
- (String) The rule type (allowable values are
user_defined
orsystem_defined
).- Constraints: Allowable values are:
user_defined
,system_defined
. The maximum length is14
characters. The minimum length is12
characters. The value must match regular expression/[A-Za-z]+_[A-Za-z]+/
.
- Constraints: Allowable values are:
- description str
- (String) The required config description.
- Constraints: The maximum length is
512
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- display_
name str - (String) The display name of the property.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- name str
- (String) The additional target attribute name.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- type str
- (String) The rule type (allowable values are
user_defined
orsystem_defined
).- Constraints: Allowable values are:
user_defined
,system_defined
. The maximum length is14
characters. The minimum length is12
characters. The value must match regular expression/[A-Za-z]+_[A-Za-z]+/
.
- Constraints: Allowable values are:
- description String
- (String) The required config description.
- Constraints: The maximum length is
512
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- display
Name String - (String) The display name of the property.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- name String
- (String) The additional target attribute name.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- type String
- (String) The rule type (allowable values are
user_defined
orsystem_defined
).- Constraints: Allowable values are:
user_defined
,system_defined
. The maximum length is14
characters. The minimum length is12
characters. The value must match regular expression/[A-Za-z]+_[A-Za-z]+/
.
- Constraints: Allowable values are:
GetSccRuleRequiredConfig
- All
Ifs List<GetScc Rule Required Config All If> - Alls
List<Get
Scc Rule Required Config All> - Ands
List<Get
Scc Rule Required Config And> - (List) The
AND
required configurations.- Constraints: The maximum length is
64
items. The minimum length is1
item. Nested schema for and:
- Constraints: The maximum length is
- Anies
List<Get
Scc Rule Required Config Any> - Any
Ifs List<GetScc Rule Required Config Any If> - Description string
- (String) The required config description.
- Constraints: The maximum length is
512
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Operator string
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- Ors
List<Get
Scc Rule Required Config Or> - (List) The
OR
required configurations.- Constraints: The maximum length is
64
items. The minimum length is1
item. Nested schema for or:
- Constraints: The maximum length is
- Property string
- (String) The property.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Value string
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- All
Ifs []GetScc Rule Required Config All If - Alls
[]Get
Scc Rule Required Config All - Ands
[]Get
Scc Rule Required Config And - (List) The
AND
required configurations.- Constraints: The maximum length is
64
items. The minimum length is1
item. Nested schema for and:
- Constraints: The maximum length is
- Anies
[]Get
Scc Rule Required Config Any - Any
Ifs []GetScc Rule Required Config Any If - Description string
- (String) The required config description.
- Constraints: The maximum length is
512
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Operator string
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- Ors
[]Get
Scc Rule Required Config Or - (List) The
OR
required configurations.- Constraints: The maximum length is
64
items. The minimum length is1
item. Nested schema for or:
- Constraints: The maximum length is
- Property string
- (String) The property.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Value string
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- all
Ifs List<GetScc Rule Required Config All If> - alls
List<Get
Scc Rule Required Config All> - ands
List<Get
Scc Rule Required Config And> - (List) The
AND
required configurations.- Constraints: The maximum length is
64
items. The minimum length is1
item. Nested schema for and:
- Constraints: The maximum length is
- anies
List<Get
Scc Rule Required Config Any> - any
Ifs List<GetScc Rule Required Config Any If> - description String
- (String) The required config description.
- Constraints: The maximum length is
512
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- operator String
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- ors
List<Get
Scc Rule Required Config Or> - (List) The
OR
required configurations.- Constraints: The maximum length is
64
items. The minimum length is1
item. Nested schema for or:
- Constraints: The maximum length is
- property String
- (String) The property.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- value String
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- all
Ifs GetScc Rule Required Config All If[] - alls
Get
Scc Rule Required Config All[] - ands
Get
Scc Rule Required Config And[] - (List) The
AND
required configurations.- Constraints: The maximum length is
64
items. The minimum length is1
item. Nested schema for and:
- Constraints: The maximum length is
- anies
Get
Scc Rule Required Config Any[] - any
Ifs GetScc Rule Required Config Any If[] - description string
- (String) The required config description.
- Constraints: The maximum length is
512
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- operator string
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- ors
Get
Scc Rule Required Config Or[] - (List) The
OR
required configurations.- Constraints: The maximum length is
64
items. The minimum length is1
item. Nested schema for or:
- Constraints: The maximum length is
- property string
- (String) The property.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- value string
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- all_
ifs Sequence[GetScc Rule Required Config All If] - alls
Sequence[Get
Scc Rule Required Config All] - ands
Sequence[Get
Scc Rule Required Config And] - (List) The
AND
required configurations.- Constraints: The maximum length is
64
items. The minimum length is1
item. Nested schema for and:
- Constraints: The maximum length is
- anies
Sequence[Get
Scc Rule Required Config Any] - any_
ifs Sequence[GetScc Rule Required Config Any If] - description str
- (String) The required config description.
- Constraints: The maximum length is
512
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- operator str
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- ors
Sequence[Get
Scc Rule Required Config Or] - (List) The
OR
required configurations.- Constraints: The maximum length is
64
items. The minimum length is1
item. Nested schema for or:
- Constraints: The maximum length is
- property str
- (String) The property.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- value str
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- all
Ifs List<Property Map> - alls List<Property Map>
- ands List<Property Map>
- (List) The
AND
required configurations.- Constraints: The maximum length is
64
items. The minimum length is1
item. Nested schema for and:
- Constraints: The maximum length is
- anies List<Property Map>
- any
Ifs List<Property Map> - description String
- (String) The required config description.
- Constraints: The maximum length is
512
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- operator String
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- ors List<Property Map>
- (List) The
OR
required configurations.- Constraints: The maximum length is
64
items. The minimum length is1
item. Nested schema for or:
- Constraints: The maximum length is
- property String
- (String) The property.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- value String
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
GetSccRuleRequiredConfigAll
- Required
Configs List<GetScc Rule Required Config All Required Config> - (List) The required configurations. Nested schema for required_config:
- Targets
List<Get
Scc Rule Required Config All Target> - (List) The rule target. Nested schema for target:
- Required
Configs []GetScc Rule Required Config All Required Config - (List) The required configurations. Nested schema for required_config:
- Targets
[]Get
Scc Rule Required Config All Target - (List) The rule target. Nested schema for target:
- required
Configs List<GetScc Rule Required Config All Required Config> - (List) The required configurations. Nested schema for required_config:
- targets
List<Get
Scc Rule Required Config All Target> - (List) The rule target. Nested schema for target:
- required
Configs GetScc Rule Required Config All Required Config[] - (List) The required configurations. Nested schema for required_config:
- targets
Get
Scc Rule Required Config All Target[] - (List) The rule target. Nested schema for target:
- required_
configs Sequence[GetScc Rule Required Config All Required Config] - (List) The required configurations. Nested schema for required_config:
- targets
Sequence[Get
Scc Rule Required Config All Target] - (List) The rule target. Nested schema for target:
- required
Configs List<Property Map> - (List) The required configurations. Nested schema for required_config:
- targets List<Property Map>
- (List) The rule target. Nested schema for target:
GetSccRuleRequiredConfigAllIf
- Required
Configs List<GetScc Rule Required Config All If Required Config> - (List) The required configurations. Nested schema for required_config:
- Targets
List<Get
Scc Rule Required Config All If Target> - (List) The rule target. Nested schema for target:
- Required
Configs []GetScc Rule Required Config All If Required Config - (List) The required configurations. Nested schema for required_config:
- Targets
[]Get
Scc Rule Required Config All If Target - (List) The rule target. Nested schema for target:
- required
Configs List<GetScc Rule Required Config All If Required Config> - (List) The required configurations. Nested schema for required_config:
- targets
List<Get
Scc Rule Required Config All If Target> - (List) The rule target. Nested schema for target:
- required
Configs GetScc Rule Required Config All If Required Config[] - (List) The required configurations. Nested schema for required_config:
- targets
Get
Scc Rule Required Config All If Target[] - (List) The rule target. Nested schema for target:
- required_
configs Sequence[GetScc Rule Required Config All If Required Config] - (List) The required configurations. Nested schema for required_config:
- targets
Sequence[Get
Scc Rule Required Config All If Target] - (List) The rule target. Nested schema for target:
- required
Configs List<Property Map> - (List) The required configurations. Nested schema for required_config:
- targets List<Property Map>
- (List) The rule target. Nested schema for target:
GetSccRuleRequiredConfigAllIfRequiredConfig
- All
Ifs List<GetScc Rule Required Config All If Required Config All If> - Alls
List<Get
Scc Rule Required Config All If Required Config All> - Ands
List<Get
Scc Rule Required Config All If Required Config And> - (List) The
AND
required configurations.- Constraints: The maximum length is
64
items. The minimum length is1
item. Nested schema for and:
- Constraints: The maximum length is
- Anies
List<Get
Scc Rule Required Config All If Required Config Any> - Any
Ifs List<GetScc Rule Required Config All If Required Config Any If> - Description string
- (String) The required config description.
- Constraints: The maximum length is
512
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Operator string
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- Ors
List<Get
Scc Rule Required Config All If Required Config Or> - (List) The
OR
required configurations.- Constraints: The maximum length is
64
items. The minimum length is1
item. Nested schema for or:
- Constraints: The maximum length is
- Property string
- (String) The property.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Value string
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- All
Ifs []GetScc Rule Required Config All If Required Config All If - Alls
[]Get
Scc Rule Required Config All If Required Config All - Ands
[]Get
Scc Rule Required Config All If Required Config And - (List) The
AND
required configurations.- Constraints: The maximum length is
64
items. The minimum length is1
item. Nested schema for and:
- Constraints: The maximum length is
- Anies
[]Get
Scc Rule Required Config All If Required Config Any - Any
Ifs []GetScc Rule Required Config All If Required Config Any If - Description string
- (String) The required config description.
- Constraints: The maximum length is
512
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Operator string
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- Ors
[]Get
Scc Rule Required Config All If Required Config Or - (List) The
OR
required configurations.- Constraints: The maximum length is
64
items. The minimum length is1
item. Nested schema for or:
- Constraints: The maximum length is
- Property string
- (String) The property.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Value string
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- all
Ifs List<GetScc Rule Required Config All If Required Config All If> - alls
List<Get
Scc Rule Required Config All If Required Config All> - ands
List<Get
Scc Rule Required Config All If Required Config And> - (List) The
AND
required configurations.- Constraints: The maximum length is
64
items. The minimum length is1
item. Nested schema for and:
- Constraints: The maximum length is
- anies
List<Get
Scc Rule Required Config All If Required Config Any> - any
Ifs List<GetScc Rule Required Config All If Required Config Any If> - description String
- (String) The required config description.
- Constraints: The maximum length is
512
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- operator String
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- ors
List<Get
Scc Rule Required Config All If Required Config Or> - (List) The
OR
required configurations.- Constraints: The maximum length is
64
items. The minimum length is1
item. Nested schema for or:
- Constraints: The maximum length is
- property String
- (String) The property.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- value String
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- all
Ifs GetScc Rule Required Config All If Required Config All If[] - alls
Get
Scc Rule Required Config All If Required Config All[] - ands
Get
Scc Rule Required Config All If Required Config And[] - (List) The
AND
required configurations.- Constraints: The maximum length is
64
items. The minimum length is1
item. Nested schema for and:
- Constraints: The maximum length is
- anies
Get
Scc Rule Required Config All If Required Config Any[] - any
Ifs GetScc Rule Required Config All If Required Config Any If[] - description string
- (String) The required config description.
- Constraints: The maximum length is
512
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- operator string
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- ors
Get
Scc Rule Required Config All If Required Config Or[] - (List) The
OR
required configurations.- Constraints: The maximum length is
64
items. The minimum length is1
item. Nested schema for or:
- Constraints: The maximum length is
- property string
- (String) The property.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- value string
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- all_
ifs Sequence[GetScc Rule Required Config All If Required Config All If] - alls
Sequence[Get
Scc Rule Required Config All If Required Config All] - ands
Sequence[Get
Scc Rule Required Config All If Required Config And] - (List) The
AND
required configurations.- Constraints: The maximum length is
64
items. The minimum length is1
item. Nested schema for and:
- Constraints: The maximum length is
- anies
Sequence[Get
Scc Rule Required Config All If Required Config Any] - any_
ifs Sequence[GetScc Rule Required Config All If Required Config Any If] - description str
- (String) The required config description.
- Constraints: The maximum length is
512
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- operator str
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- ors
Sequence[Get
Scc Rule Required Config All If Required Config Or] - (List) The
OR
required configurations.- Constraints: The maximum length is
64
items. The minimum length is1
item. Nested schema for or:
- Constraints: The maximum length is
- property str
- (String) The property.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- value str
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- all
Ifs List<Property Map> - alls List<Property Map>
- ands List<Property Map>
- (List) The
AND
required configurations.- Constraints: The maximum length is
64
items. The minimum length is1
item. Nested schema for and:
- Constraints: The maximum length is
- anies List<Property Map>
- any
Ifs List<Property Map> - description String
- (String) The required config description.
- Constraints: The maximum length is
512
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- operator String
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- ors List<Property Map>
- (List) The
OR
required configurations.- Constraints: The maximum length is
64
items. The minimum length is1
item. Nested schema for or:
- Constraints: The maximum length is
- property String
- (String) The property.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- value String
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
GetSccRuleRequiredConfigAllIfRequiredConfigAll
- Required
Configs List<GetScc Rule Required Config All If Required Config All Required Config> - (List) The required configurations. Nested schema for required_config:
- Targets
List<Get
Scc Rule Required Config All If Required Config All Target> - (List) The rule target. Nested schema for target:
- Required
Configs []GetScc Rule Required Config All If Required Config All Required Config - (List) The required configurations. Nested schema for required_config:
- Targets
[]Get
Scc Rule Required Config All If Required Config All Target - (List) The rule target. Nested schema for target:
- required
Configs List<GetScc Rule Required Config All If Required Config All Required Config> - (List) The required configurations. Nested schema for required_config:
- targets
List<Get
Scc Rule Required Config All If Required Config All Target> - (List) The rule target. Nested schema for target:
- required
Configs GetScc Rule Required Config All If Required Config All Required Config[] - (List) The required configurations. Nested schema for required_config:
- targets
Get
Scc Rule Required Config All If Required Config All Target[] - (List) The rule target. Nested schema for target:
- required_
configs Sequence[GetScc Rule Required Config All If Required Config All Required Config] - (List) The required configurations. Nested schema for required_config:
- targets
Sequence[Get
Scc Rule Required Config All If Required Config All Target] - (List) The rule target. Nested schema for target:
- required
Configs List<Property Map> - (List) The required configurations. Nested schema for required_config:
- targets List<Property Map>
- (List) The rule target. Nested schema for target:
GetSccRuleRequiredConfigAllIfRequiredConfigAllIf
- Required
Configs List<GetScc Rule Required Config All If Required Config All If Required Config> - (List) The required configurations. Nested schema for required_config:
- Targets
List<Get
Scc Rule Required Config All If Required Config All If Target> - (List) The rule target. Nested schema for target:
- Required
Configs []GetScc Rule Required Config All If Required Config All If Required Config - (List) The required configurations. Nested schema for required_config:
- Targets
[]Get
Scc Rule Required Config All If Required Config All If Target - (List) The rule target. Nested schema for target:
- required
Configs List<GetScc Rule Required Config All If Required Config All If Required Config> - (List) The required configurations. Nested schema for required_config:
- targets
List<Get
Scc Rule Required Config All If Required Config All If Target> - (List) The rule target. Nested schema for target:
- required
Configs GetScc Rule Required Config All If Required Config All If Required Config[] - (List) The required configurations. Nested schema for required_config:
- targets
Get
Scc Rule Required Config All If Required Config All If Target[] - (List) The rule target. Nested schema for target:
- required_
configs Sequence[GetScc Rule Required Config All If Required Config All If Required Config] - (List) The required configurations. Nested schema for required_config:
- targets
Sequence[Get
Scc Rule Required Config All If Required Config All If Target] - (List) The rule target. Nested schema for target:
- required
Configs List<Property Map> - (List) The required configurations. Nested schema for required_config:
- targets List<Property Map>
- (List) The rule target. Nested schema for target:
GetSccRuleRequiredConfigAllIfRequiredConfigAllIfRequiredConfig
- All
Ifs List<GetScc Rule Required Config All If Required Config All If Required Config All If> - Alls
List<Get
Scc Rule Required Config All If Required Config All If Required Config All> - Ands
List<Get
Scc Rule Required Config All If Required Config All If Required Config And> - (List) The
AND
required configurations.- Constraints: The maximum length is
64
items. The minimum length is1
item. Nested schema for and:
- Constraints: The maximum length is
- Anies
List<Get
Scc Rule Required Config All If Required Config All If Required Config Any> - Any
Ifs List<GetScc Rule Required Config All If Required Config All If Required Config Any If> - Description string
- (String) The required config description.
- Constraints: The maximum length is
512
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Operator string
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- Ors
List<Get
Scc Rule Required Config All If Required Config All If Required Config Or> - (List) The
OR
required configurations.- Constraints: The maximum length is
64
items. The minimum length is1
item. Nested schema for or:
- Constraints: The maximum length is
- Property string
- (String) The property.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Value string
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- All
Ifs []GetScc Rule Required Config All If Required Config All If Required Config All If - Alls
[]Get
Scc Rule Required Config All If Required Config All If Required Config All - Ands
[]Get
Scc Rule Required Config All If Required Config All If Required Config And - (List) The
AND
required configurations.- Constraints: The maximum length is
64
items. The minimum length is1
item. Nested schema for and:
- Constraints: The maximum length is
- Anies
[]Get
Scc Rule Required Config All If Required Config All If Required Config Any - Any
Ifs []GetScc Rule Required Config All If Required Config All If Required Config Any If - Description string
- (String) The required config description.
- Constraints: The maximum length is
512
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Operator string
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- Ors
[]Get
Scc Rule Required Config All If Required Config All If Required Config Or - (List) The
OR
required configurations.- Constraints: The maximum length is
64
items. The minimum length is1
item. Nested schema for or:
- Constraints: The maximum length is
- Property string
- (String) The property.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Value string
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- all
Ifs List<GetScc Rule Required Config All If Required Config All If Required Config All If> - alls
List<Get
Scc Rule Required Config All If Required Config All If Required Config All> - ands
List<Get
Scc Rule Required Config All If Required Config All If Required Config And> - (List) The
AND
required configurations.- Constraints: The maximum length is
64
items. The minimum length is1
item. Nested schema for and:
- Constraints: The maximum length is
- anies
List<Get
Scc Rule Required Config All If Required Config All If Required Config Any> - any
Ifs List<GetScc Rule Required Config All If Required Config All If Required Config Any If> - description String
- (String) The required config description.
- Constraints: The maximum length is
512
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- operator String
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- ors
List<Get
Scc Rule Required Config All If Required Config All If Required Config Or> - (List) The
OR
required configurations.- Constraints: The maximum length is
64
items. The minimum length is1
item. Nested schema for or:
- Constraints: The maximum length is
- property String
- (String) The property.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- value String
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- all
Ifs GetScc Rule Required Config All If Required Config All If Required Config All If[] - alls
Get
Scc Rule Required Config All If Required Config All If Required Config All[] - ands
Get
Scc Rule Required Config All If Required Config All If Required Config And[] - (List) The
AND
required configurations.- Constraints: The maximum length is
64
items. The minimum length is1
item. Nested schema for and:
- Constraints: The maximum length is
- anies
Get
Scc Rule Required Config All If Required Config All If Required Config Any[] - any
Ifs GetScc Rule Required Config All If Required Config All If Required Config Any If[] - description string
- (String) The required config description.
- Constraints: The maximum length is
512
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- operator string
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- ors
Get
Scc Rule Required Config All If Required Config All If Required Config Or[] - (List) The
OR
required configurations.- Constraints: The maximum length is
64
items. The minimum length is1
item. Nested schema for or:
- Constraints: The maximum length is
- property string
- (String) The property.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- value string
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- all_
ifs Sequence[GetScc Rule Required Config All If Required Config All If Required Config All If] - alls
Sequence[Get
Scc Rule Required Config All If Required Config All If Required Config All] - ands
Sequence[Get
Scc Rule Required Config All If Required Config All If Required Config And] - (List) The
AND
required configurations.- Constraints: The maximum length is
64
items. The minimum length is1
item. Nested schema for and:
- Constraints: The maximum length is
- anies
Sequence[Get
Scc Rule Required Config All If Required Config All If Required Config Any] - any_
ifs Sequence[GetScc Rule Required Config All If Required Config All If Required Config Any If] - description str
- (String) The required config description.
- Constraints: The maximum length is
512
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- operator str
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- ors
Sequence[Get
Scc Rule Required Config All If Required Config All If Required Config Or] - (List) The
OR
required configurations.- Constraints: The maximum length is
64
items. The minimum length is1
item. Nested schema for or:
- Constraints: The maximum length is
- property str
- (String) The property.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- value str
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- all
Ifs List<Property Map> - alls List<Property Map>
- ands List<Property Map>
- (List) The
AND
required configurations.- Constraints: The maximum length is
64
items. The minimum length is1
item. Nested schema for and:
- Constraints: The maximum length is
- anies List<Property Map>
- any
Ifs List<Property Map> - description String
- (String) The required config description.
- Constraints: The maximum length is
512
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- operator String
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- ors List<Property Map>
- (List) The
OR
required configurations.- Constraints: The maximum length is
64
items. The minimum length is1
item. Nested schema for or:
- Constraints: The maximum length is
- property String
- (String) The property.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- value String
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
GetSccRuleRequiredConfigAllIfRequiredConfigAllIfRequiredConfigAll
- Required
Configs List<GetScc Rule Required Config All If Required Config All If Required Config All Required Config> - (List) The required configurations. Nested schema for required_config:
- Targets
List<Get
Scc Rule Required Config All If Required Config All If Required Config All Target> - (List) The rule target. Nested schema for target:
- Required
Configs []GetScc Rule Required Config All If Required Config All If Required Config All Required Config - (List) The required configurations. Nested schema for required_config:
- Targets
[]Get
Scc Rule Required Config All If Required Config All If Required Config All Target - (List) The rule target. Nested schema for target:
- required
Configs List<GetScc Rule Required Config All If Required Config All If Required Config All Required Config> - (List) The required configurations. Nested schema for required_config:
- targets
List<Get
Scc Rule Required Config All If Required Config All If Required Config All Target> - (List) The rule target. Nested schema for target:
- required
Configs GetScc Rule Required Config All If Required Config All If Required Config All Required Config[] - (List) The required configurations. Nested schema for required_config:
- targets
Get
Scc Rule Required Config All If Required Config All If Required Config All Target[] - (List) The rule target. Nested schema for target:
- required_
configs Sequence[GetScc Rule Required Config All If Required Config All If Required Config All Required Config] - (List) The required configurations. Nested schema for required_config:
- targets
Sequence[Get
Scc Rule Required Config All If Required Config All If Required Config All Target] - (List) The rule target. Nested schema for target:
- required
Configs List<Property Map> - (List) The required configurations. Nested schema for required_config:
- targets List<Property Map>
- (List) The rule target. Nested schema for target:
GetSccRuleRequiredConfigAllIfRequiredConfigAllIfRequiredConfigAllIf
- Required
Configs List<GetScc Rule Required Config All If Required Config All If Required Config All If Required Config> - (List) The required configurations. Nested schema for required_config:
- Targets
List<Get
Scc Rule Required Config All If Required Config All If Required Config All If Target> - (List) The rule target. Nested schema for target:
- Required
Configs []GetScc Rule Required Config All If Required Config All If Required Config All If Required Config - (List) The required configurations. Nested schema for required_config:
- Targets
[]Get
Scc Rule Required Config All If Required Config All If Required Config All If Target - (List) The rule target. Nested schema for target:
- required
Configs List<GetScc Rule Required Config All If Required Config All If Required Config All If Required Config> - (List) The required configurations. Nested schema for required_config:
- targets
List<Get
Scc Rule Required Config All If Required Config All If Required Config All If Target> - (List) The rule target. Nested schema for target:
- required
Configs GetScc Rule Required Config All If Required Config All If Required Config All If Required Config[] - (List) The required configurations. Nested schema for required_config:
- targets
Get
Scc Rule Required Config All If Required Config All If Required Config All If Target[] - (List) The rule target. Nested schema for target:
- required_
configs Sequence[GetScc Rule Required Config All If Required Config All If Required Config All If Required Config] - (List) The required configurations. Nested schema for required_config:
- targets
Sequence[Get
Scc Rule Required Config All If Required Config All If Required Config All If Target] - (List) The rule target. Nested schema for target:
- required
Configs List<Property Map> - (List) The required configurations. Nested schema for required_config:
- targets List<Property Map>
- (List) The rule target. Nested schema for target:
GetSccRuleRequiredConfigAllIfRequiredConfigAllIfRequiredConfigAllIfRequiredConfig
- Description string
- (String) The required config description.
- Constraints: The maximum length is
512
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Operator string
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- Property string
- (String) The property.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Value string
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Description string
- (String) The required config description.
- Constraints: The maximum length is
512
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Operator string
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- Property string
- (String) The property.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Value string
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- description String
- (String) The required config description.
- Constraints: The maximum length is
512
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- operator String
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- property String
- (String) The property.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- value String
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- description string
- (String) The required config description.
- Constraints: The maximum length is
512
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- operator string
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- property string
- (String) The property.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- value string
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- description str
- (String) The required config description.
- Constraints: The maximum length is
512
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- operator str
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- property str
- (String) The property.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- value str
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- description String
- (String) The required config description.
- Constraints: The maximum length is
512
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- operator String
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- property String
- (String) The property.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- value String
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
GetSccRuleRequiredConfigAllIfRequiredConfigAllIfRequiredConfigAllIfTarget
- Additional
Target List<GetAttributes Scc Rule Required Config All If Required Config All If Required Config All If Target Additional Target Attribute> - (List) The list of targets supported properties.
- Constraints: The maximum length is
99999
items. The minimum length is0
items. Nested schema for additional_target_attributes:
- Constraints: The maximum length is
- Reference
Name string - Resource
Kind string - (String) The target resource kind.
- Constraints: The maximum length is
99999
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Service
Display stringName - (String) The display name of the target service.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Service
Name string - (String) The target service name.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Additional
Target []GetAttributes Scc Rule Required Config All If Required Config All If Required Config All If Target Additional Target Attribute - (List) The list of targets supported properties.
- Constraints: The maximum length is
99999
items. The minimum length is0
items. Nested schema for additional_target_attributes:
- Constraints: The maximum length is
- Reference
Name string - Resource
Kind string - (String) The target resource kind.
- Constraints: The maximum length is
99999
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Service
Display stringName - (String) The display name of the target service.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Service
Name string - (String) The target service name.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- additional
Target List<GetAttributes Scc Rule Required Config All If Required Config All If Required Config All If Target Additional Target Attribute> - (List) The list of targets supported properties.
- Constraints: The maximum length is
99999
items. The minimum length is0
items. Nested schema for additional_target_attributes:
- Constraints: The maximum length is
- reference
Name String - resource
Kind String - (String) The target resource kind.
- Constraints: The maximum length is
99999
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- service
Display StringName - (String) The display name of the target service.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- service
Name String - (String) The target service name.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- additional
Target GetAttributes Scc Rule Required Config All If Required Config All If Required Config All If Target Additional Target Attribute[] - (List) The list of targets supported properties.
- Constraints: The maximum length is
99999
items. The minimum length is0
items. Nested schema for additional_target_attributes:
- Constraints: The maximum length is
- reference
Name string - resource
Kind string - (String) The target resource kind.
- Constraints: The maximum length is
99999
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- service
Display stringName - (String) The display name of the target service.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- service
Name string - (String) The target service name.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- additional_
target_ Sequence[Getattributes Scc Rule Required Config All If Required Config All If Required Config All If Target Additional Target Attribute] - (List) The list of targets supported properties.
- Constraints: The maximum length is
99999
items. The minimum length is0
items. Nested schema for additional_target_attributes:
- Constraints: The maximum length is
- reference_
name str - resource_
kind str - (String) The target resource kind.
- Constraints: The maximum length is
99999
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- service_
display_ strname - (String) The display name of the target service.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- service_
name str - (String) The target service name.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- additional
Target List<Property Map>Attributes - (List) The list of targets supported properties.
- Constraints: The maximum length is
99999
items. The minimum length is0
items. Nested schema for additional_target_attributes:
- Constraints: The maximum length is
- reference
Name String - resource
Kind String - (String) The target resource kind.
- Constraints: The maximum length is
99999
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- service
Display StringName - (String) The display name of the target service.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- service
Name String - (String) The target service name.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
GetSccRuleRequiredConfigAllIfRequiredConfigAllIfRequiredConfigAllIfTargetAdditionalTargetAttribute
- Name string
- (String) The additional target attribute name.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Operator string
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- Value string
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Name string
- (String) The additional target attribute name.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Operator string
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- Value string
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- name String
- (String) The additional target attribute name.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- operator String
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- value String
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- name string
- (String) The additional target attribute name.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- operator string
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- value string
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- name str
- (String) The additional target attribute name.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- operator str
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- value str
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- name String
- (String) The additional target attribute name.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- operator String
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- value String
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
GetSccRuleRequiredConfigAllIfRequiredConfigAllIfRequiredConfigAllRequiredConfig
- Description string
- (String) The required config description.
- Constraints: The maximum length is
512
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Operator string
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- Property string
- (String) The property.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Value string
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Description string
- (String) The required config description.
- Constraints: The maximum length is
512
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Operator string
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- Property string
- (String) The property.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Value string
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- description String
- (String) The required config description.
- Constraints: The maximum length is
512
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- operator String
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- property String
- (String) The property.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- value String
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- description string
- (String) The required config description.
- Constraints: The maximum length is
512
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- operator string
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- property string
- (String) The property.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- value string
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- description str
- (String) The required config description.
- Constraints: The maximum length is
512
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- operator str
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- property str
- (String) The property.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- value str
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- description String
- (String) The required config description.
- Constraints: The maximum length is
512
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- operator String
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- property String
- (String) The property.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- value String
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
GetSccRuleRequiredConfigAllIfRequiredConfigAllIfRequiredConfigAllTarget
- Additional
Target List<GetAttributes Scc Rule Required Config All If Required Config All If Required Config All Target Additional Target Attribute> - (List) The list of targets supported properties.
- Constraints: The maximum length is
99999
items. The minimum length is0
items. Nested schema for additional_target_attributes:
- Constraints: The maximum length is
- Reference
Name string - Resource
Kind string - (String) The target resource kind.
- Constraints: The maximum length is
99999
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Service
Display stringName - (String) The display name of the target service.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Service
Name string - (String) The target service name.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Additional
Target []GetAttributes Scc Rule Required Config All If Required Config All If Required Config All Target Additional Target Attribute - (List) The list of targets supported properties.
- Constraints: The maximum length is
99999
items. The minimum length is0
items. Nested schema for additional_target_attributes:
- Constraints: The maximum length is
- Reference
Name string - Resource
Kind string - (String) The target resource kind.
- Constraints: The maximum length is
99999
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Service
Display stringName - (String) The display name of the target service.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Service
Name string - (String) The target service name.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- additional
Target List<GetAttributes Scc Rule Required Config All If Required Config All If Required Config All Target Additional Target Attribute> - (List) The list of targets supported properties.
- Constraints: The maximum length is
99999
items. The minimum length is0
items. Nested schema for additional_target_attributes:
- Constraints: The maximum length is
- reference
Name String - resource
Kind String - (String) The target resource kind.
- Constraints: The maximum length is
99999
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- service
Display StringName - (String) The display name of the target service.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- service
Name String - (String) The target service name.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- additional
Target GetAttributes Scc Rule Required Config All If Required Config All If Required Config All Target Additional Target Attribute[] - (List) The list of targets supported properties.
- Constraints: The maximum length is
99999
items. The minimum length is0
items. Nested schema for additional_target_attributes:
- Constraints: The maximum length is
- reference
Name string - resource
Kind string - (String) The target resource kind.
- Constraints: The maximum length is
99999
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- service
Display stringName - (String) The display name of the target service.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- service
Name string - (String) The target service name.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- additional_
target_ Sequence[Getattributes Scc Rule Required Config All If Required Config All If Required Config All Target Additional Target Attribute] - (List) The list of targets supported properties.
- Constraints: The maximum length is
99999
items. The minimum length is0
items. Nested schema for additional_target_attributes:
- Constraints: The maximum length is
- reference_
name str - resource_
kind str - (String) The target resource kind.
- Constraints: The maximum length is
99999
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- service_
display_ strname - (String) The display name of the target service.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- service_
name str - (String) The target service name.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- additional
Target List<Property Map>Attributes - (List) The list of targets supported properties.
- Constraints: The maximum length is
99999
items. The minimum length is0
items. Nested schema for additional_target_attributes:
- Constraints: The maximum length is
- reference
Name String - resource
Kind String - (String) The target resource kind.
- Constraints: The maximum length is
99999
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- service
Display StringName - (String) The display name of the target service.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- service
Name String - (String) The target service name.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
GetSccRuleRequiredConfigAllIfRequiredConfigAllIfRequiredConfigAllTargetAdditionalTargetAttribute
- Name string
- (String) The additional target attribute name.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Operator string
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- Value string
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Name string
- (String) The additional target attribute name.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Operator string
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- Value string
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- name String
- (String) The additional target attribute name.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- operator String
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- value String
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- name string
- (String) The additional target attribute name.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- operator string
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- value string
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- name str
- (String) The additional target attribute name.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- operator str
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- value str
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- name String
- (String) The additional target attribute name.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- operator String
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- value String
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
GetSccRuleRequiredConfigAllIfRequiredConfigAllIfRequiredConfigAnd
- All
Ifs List<GetScc Rule Required Config All If Required Config All If Required Config And All If> - Alls
List<Get
Scc Rule Required Config All If Required Config All If Required Config And All> - Ands
List<Get
Scc Rule Required Config All If Required Config All If Required Config And And> - (List) The
AND
required configurations.- Constraints: The maximum length is
64
items. The minimum length is1
item. Nested schema for and:
- Constraints: The maximum length is
- Anies
List<Get
Scc Rule Required Config All If Required Config All If Required Config And Any> - Any
Ifs List<GetScc Rule Required Config All If Required Config All If Required Config And Any If> - Description string
- (String) The required config description.
- Constraints: The maximum length is
512
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Operator string
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- Ors
List<Get
Scc Rule Required Config All If Required Config All If Required Config And Or> - (List) The
OR
required configurations.- Constraints: The maximum length is
64
items. The minimum length is1
item. Nested schema for or:
- Constraints: The maximum length is
- Property string
- (String) The property.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Value string
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- All
Ifs []GetScc Rule Required Config All If Required Config All If Required Config And All If - Alls
[]Get
Scc Rule Required Config All If Required Config All If Required Config And All - Ands
[]Get
Scc Rule Required Config All If Required Config All If Required Config And And - (List) The
AND
required configurations.- Constraints: The maximum length is
64
items. The minimum length is1
item. Nested schema for and:
- Constraints: The maximum length is
- Anies
[]Get
Scc Rule Required Config All If Required Config All If Required Config And Any - Any
Ifs []GetScc Rule Required Config All If Required Config All If Required Config And Any If - Description string
- (String) The required config description.
- Constraints: The maximum length is
512
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Operator string
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- Ors
[]Get
Scc Rule Required Config All If Required Config All If Required Config And Or - (List) The
OR
required configurations.- Constraints: The maximum length is
64
items. The minimum length is1
item. Nested schema for or:
- Constraints: The maximum length is
- Property string
- (String) The property.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Value string
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- all
Ifs List<GetScc Rule Required Config All If Required Config All If Required Config And All If> - alls
List<Get
Scc Rule Required Config All If Required Config All If Required Config And All> - ands
List<Get
Scc Rule Required Config All If Required Config All If Required Config And And> - (List) The
AND
required configurations.- Constraints: The maximum length is
64
items. The minimum length is1
item. Nested schema for and:
- Constraints: The maximum length is
- anies
List<Get
Scc Rule Required Config All If Required Config All If Required Config And Any> - any
Ifs List<GetScc Rule Required Config All If Required Config All If Required Config And Any If> - description String
- (String) The required config description.
- Constraints: The maximum length is
512
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- operator String
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- ors
List<Get
Scc Rule Required Config All If Required Config All If Required Config And Or> - (List) The
OR
required configurations.- Constraints: The maximum length is
64
items. The minimum length is1
item. Nested schema for or:
- Constraints: The maximum length is
- property String
- (String) The property.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- value String
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- all
Ifs GetScc Rule Required Config All If Required Config All If Required Config And All If[] - alls
Get
Scc Rule Required Config All If Required Config All If Required Config And All[] - ands
Get
Scc Rule Required Config All If Required Config All If Required Config And And[] - (List) The
AND
required configurations.- Constraints: The maximum length is
64
items. The minimum length is1
item. Nested schema for and:
- Constraints: The maximum length is
- anies
Get
Scc Rule Required Config All If Required Config All If Required Config And Any[] - any
Ifs GetScc Rule Required Config All If Required Config All If Required Config And Any If[] - description string
- (String) The required config description.
- Constraints: The maximum length is
512
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- operator string
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- ors
Get
Scc Rule Required Config All If Required Config All If Required Config And Or[] - (List) The
OR
required configurations.- Constraints: The maximum length is
64
items. The minimum length is1
item. Nested schema for or:
- Constraints: The maximum length is
- property string
- (String) The property.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- value string
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- all_
ifs Sequence[GetScc Rule Required Config All If Required Config All If Required Config And All If] - alls
Sequence[Get
Scc Rule Required Config All If Required Config All If Required Config And All] - ands
Sequence[Get
Scc Rule Required Config All If Required Config All If Required Config And And] - (List) The
AND
required configurations.- Constraints: The maximum length is
64
items. The minimum length is1
item. Nested schema for and:
- Constraints: The maximum length is
- anies
Sequence[Get
Scc Rule Required Config All If Required Config All If Required Config And Any] - any_
ifs Sequence[GetScc Rule Required Config All If Required Config All If Required Config And Any If] - description str
- (String) The required config description.
- Constraints: The maximum length is
512
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- operator str
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- ors
Sequence[Get
Scc Rule Required Config All If Required Config All If Required Config And Or] - (List) The
OR
required configurations.- Constraints: The maximum length is
64
items. The minimum length is1
item. Nested schema for or:
- Constraints: The maximum length is
- property str
- (String) The property.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- value str
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- all
Ifs List<Property Map> - alls List<Property Map>
- ands List<Property Map>
- (List) The
AND
required configurations.- Constraints: The maximum length is
64
items. The minimum length is1
item. Nested schema for and:
- Constraints: The maximum length is
- anies List<Property Map>
- any
Ifs List<Property Map> - description String
- (String) The required config description.
- Constraints: The maximum length is
512
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- operator String
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- ors List<Property Map>
- (List) The
OR
required configurations.- Constraints: The maximum length is
64
items. The minimum length is1
item. Nested schema for or:
- Constraints: The maximum length is
- property String
- (String) The property.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- value String
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
GetSccRuleRequiredConfigAllIfRequiredConfigAllIfRequiredConfigAndAll
- Required
Configs List<GetScc Rule Required Config All If Required Config All If Required Config And All Required Config> - (List) The required configurations. Nested schema for required_config:
- Targets
List<Get
Scc Rule Required Config All If Required Config All If Required Config And All Target> - (List) The rule target. Nested schema for target:
- Required
Configs []GetScc Rule Required Config All If Required Config All If Required Config And All Required Config - (List) The required configurations. Nested schema for required_config:
- Targets
[]Get
Scc Rule Required Config All If Required Config All If Required Config And All Target - (List) The rule target. Nested schema for target:
- required
Configs List<GetScc Rule Required Config All If Required Config All If Required Config And All Required Config> - (List) The required configurations. Nested schema for required_config:
- targets
List<Get
Scc Rule Required Config All If Required Config All If Required Config And All Target> - (List) The rule target. Nested schema for target:
- required
Configs GetScc Rule Required Config All If Required Config All If Required Config And All Required Config[] - (List) The required configurations. Nested schema for required_config:
- targets
Get
Scc Rule Required Config All If Required Config All If Required Config And All Target[] - (List) The rule target. Nested schema for target:
- required_
configs Sequence[GetScc Rule Required Config All If Required Config All If Required Config And All Required Config] - (List) The required configurations. Nested schema for required_config:
- targets
Sequence[Get
Scc Rule Required Config All If Required Config All If Required Config And All Target] - (List) The rule target. Nested schema for target:
- required
Configs List<Property Map> - (List) The required configurations. Nested schema for required_config:
- targets List<Property Map>
- (List) The rule target. Nested schema for target:
GetSccRuleRequiredConfigAllIfRequiredConfigAllIfRequiredConfigAndAllIf
- Required
Configs List<GetScc Rule Required Config All If Required Config All If Required Config And All If Required Config> - (List) The required configurations. Nested schema for required_config:
- Targets
List<Get
Scc Rule Required Config All If Required Config All If Required Config And All If Target> - (List) The rule target. Nested schema for target:
- Required
Configs []GetScc Rule Required Config All If Required Config All If Required Config And All If Required Config - (List) The required configurations. Nested schema for required_config:
- Targets
[]Get
Scc Rule Required Config All If Required Config All If Required Config And All If Target - (List) The rule target. Nested schema for target:
- required
Configs List<GetScc Rule Required Config All If Required Config All If Required Config And All If Required Config> - (List) The required configurations. Nested schema for required_config:
- targets
List<Get
Scc Rule Required Config All If Required Config All If Required Config And All If Target> - (List) The rule target. Nested schema for target:
- required
Configs GetScc Rule Required Config All If Required Config All If Required Config And All If Required Config[] - (List) The required configurations. Nested schema for required_config:
- targets
Get
Scc Rule Required Config All If Required Config All If Required Config And All If Target[] - (List) The rule target. Nested schema for target:
- required_
configs Sequence[GetScc Rule Required Config All If Required Config All If Required Config And All If Required Config] - (List) The required configurations. Nested schema for required_config:
- targets
Sequence[Get
Scc Rule Required Config All If Required Config All If Required Config And All If Target] - (List) The rule target. Nested schema for target:
- required
Configs List<Property Map> - (List) The required configurations. Nested schema for required_config:
- targets List<Property Map>
- (List) The rule target. Nested schema for target:
GetSccRuleRequiredConfigAllIfRequiredConfigAllIfRequiredConfigAndAllIfRequiredConfig
- Description string
- (String) The required config description.
- Constraints: The maximum length is
512
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Operator string
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- Property string
- (String) The property.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Value string
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Description string
- (String) The required config description.
- Constraints: The maximum length is
512
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Operator string
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- Property string
- (String) The property.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Value string
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- description String
- (String) The required config description.
- Constraints: The maximum length is
512
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- operator String
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- property String
- (String) The property.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- value String
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- description string
- (String) The required config description.
- Constraints: The maximum length is
512
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- operator string
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- property string
- (String) The property.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- value string
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- description str
- (String) The required config description.
- Constraints: The maximum length is
512
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- operator str
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- property str
- (String) The property.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- value str
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- description String
- (String) The required config description.
- Constraints: The maximum length is
512
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- operator String
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- property String
- (String) The property.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- value String
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
GetSccRuleRequiredConfigAllIfRequiredConfigAllIfRequiredConfigAndAllIfTarget
- Additional
Target List<GetAttributes Scc Rule Required Config All If Required Config All If Required Config And All If Target Additional Target Attribute> - (List) The list of targets supported properties.
- Constraints: The maximum length is
99999
items. The minimum length is0
items. Nested schema for additional_target_attributes:
- Constraints: The maximum length is
- Reference
Name string - Resource
Kind string - (String) The target resource kind.
- Constraints: The maximum length is
99999
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Service
Display stringName - (String) The display name of the target service.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Service
Name string - (String) The target service name.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Additional
Target []GetAttributes Scc Rule Required Config All If Required Config All If Required Config And All If Target Additional Target Attribute - (List) The list of targets supported properties.
- Constraints: The maximum length is
99999
items. The minimum length is0
items. Nested schema for additional_target_attributes:
- Constraints: The maximum length is
- Reference
Name string - Resource
Kind string - (String) The target resource kind.
- Constraints: The maximum length is
99999
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Service
Display stringName - (String) The display name of the target service.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Service
Name string - (String) The target service name.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- additional
Target List<GetAttributes Scc Rule Required Config All If Required Config All If Required Config And All If Target Additional Target Attribute> - (List) The list of targets supported properties.
- Constraints: The maximum length is
99999
items. The minimum length is0
items. Nested schema for additional_target_attributes:
- Constraints: The maximum length is
- reference
Name String - resource
Kind String - (String) The target resource kind.
- Constraints: The maximum length is
99999
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- service
Display StringName - (String) The display name of the target service.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- service
Name String - (String) The target service name.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- additional
Target GetAttributes Scc Rule Required Config All If Required Config All If Required Config And All If Target Additional Target Attribute[] - (List) The list of targets supported properties.
- Constraints: The maximum length is
99999
items. The minimum length is0
items. Nested schema for additional_target_attributes:
- Constraints: The maximum length is
- reference
Name string - resource
Kind string - (String) The target resource kind.
- Constraints: The maximum length is
99999
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- service
Display stringName - (String) The display name of the target service.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- service
Name string - (String) The target service name.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- additional_
target_ Sequence[Getattributes Scc Rule Required Config All If Required Config All If Required Config And All If Target Additional Target Attribute] - (List) The list of targets supported properties.
- Constraints: The maximum length is
99999
items. The minimum length is0
items. Nested schema for additional_target_attributes:
- Constraints: The maximum length is
- reference_
name str - resource_
kind str - (String) The target resource kind.
- Constraints: The maximum length is
99999
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- service_
display_ strname - (String) The display name of the target service.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- service_
name str - (String) The target service name.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- additional
Target List<Property Map>Attributes - (List) The list of targets supported properties.
- Constraints: The maximum length is
99999
items. The minimum length is0
items. Nested schema for additional_target_attributes:
- Constraints: The maximum length is
- reference
Name String - resource
Kind String - (String) The target resource kind.
- Constraints: The maximum length is
99999
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- service
Display StringName - (String) The display name of the target service.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- service
Name String - (String) The target service name.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
GetSccRuleRequiredConfigAllIfRequiredConfigAllIfRequiredConfigAndAllIfTargetAdditionalTargetAttribute
- Name string
- (String) The additional target attribute name.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Operator string
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- Value string
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Name string
- (String) The additional target attribute name.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Operator string
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- Value string
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- name String
- (String) The additional target attribute name.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- operator String
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- value String
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- name string
- (String) The additional target attribute name.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- operator string
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- value string
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- name str
- (String) The additional target attribute name.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- operator str
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- value str
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- name String
- (String) The additional target attribute name.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- operator String
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- value String
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
GetSccRuleRequiredConfigAllIfRequiredConfigAllIfRequiredConfigAndAllRequiredConfig
- Description string
- (String) The required config description.
- Constraints: The maximum length is
512
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Operator string
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- Property string
- (String) The property.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Value string
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Description string
- (String) The required config description.
- Constraints: The maximum length is
512
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Operator string
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- Property string
- (String) The property.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Value string
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- description String
- (String) The required config description.
- Constraints: The maximum length is
512
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- operator String
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- property String
- (String) The property.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- value String
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- description string
- (String) The required config description.
- Constraints: The maximum length is
512
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- operator string
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- property string
- (String) The property.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- value string
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- description str
- (String) The required config description.
- Constraints: The maximum length is
512
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- operator str
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- property str
- (String) The property.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- value str
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- description String
- (String) The required config description.
- Constraints: The maximum length is
512
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- operator String
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- property String
- (String) The property.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- value String
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
GetSccRuleRequiredConfigAllIfRequiredConfigAllIfRequiredConfigAndAllTarget
- Additional
Target List<GetAttributes Scc Rule Required Config All If Required Config All If Required Config And All Target Additional Target Attribute> - (List) The list of targets supported properties.
- Constraints: The maximum length is
99999
items. The minimum length is0
items. Nested schema for additional_target_attributes:
- Constraints: The maximum length is
- Reference
Name string - Resource
Kind string - (String) The target resource kind.
- Constraints: The maximum length is
99999
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Service
Display stringName - (String) The display name of the target service.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Service
Name string - (String) The target service name.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Additional
Target []GetAttributes Scc Rule Required Config All If Required Config All If Required Config And All Target Additional Target Attribute - (List) The list of targets supported properties.
- Constraints: The maximum length is
99999
items. The minimum length is0
items. Nested schema for additional_target_attributes:
- Constraints: The maximum length is
- Reference
Name string - Resource
Kind string - (String) The target resource kind.
- Constraints: The maximum length is
99999
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Service
Display stringName - (String) The display name of the target service.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Service
Name string - (String) The target service name.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- additional
Target List<GetAttributes Scc Rule Required Config All If Required Config All If Required Config And All Target Additional Target Attribute> - (List) The list of targets supported properties.
- Constraints: The maximum length is
99999
items. The minimum length is0
items. Nested schema for additional_target_attributes:
- Constraints: The maximum length is
- reference
Name String - resource
Kind String - (String) The target resource kind.
- Constraints: The maximum length is
99999
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- service
Display StringName - (String) The display name of the target service.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- service
Name String - (String) The target service name.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- additional
Target GetAttributes Scc Rule Required Config All If Required Config All If Required Config And All Target Additional Target Attribute[] - (List) The list of targets supported properties.
- Constraints: The maximum length is
99999
items. The minimum length is0
items. Nested schema for additional_target_attributes:
- Constraints: The maximum length is
- reference
Name string - resource
Kind string - (String) The target resource kind.
- Constraints: The maximum length is
99999
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- service
Display stringName - (String) The display name of the target service.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- service
Name string - (String) The target service name.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- additional_
target_ Sequence[Getattributes Scc Rule Required Config All If Required Config All If Required Config And All Target Additional Target Attribute] - (List) The list of targets supported properties.
- Constraints: The maximum length is
99999
items. The minimum length is0
items. Nested schema for additional_target_attributes:
- Constraints: The maximum length is
- reference_
name str - resource_
kind str - (String) The target resource kind.
- Constraints: The maximum length is
99999
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- service_
display_ strname - (String) The display name of the target service.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- service_
name str - (String) The target service name.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- additional
Target List<Property Map>Attributes - (List) The list of targets supported properties.
- Constraints: The maximum length is
99999
items. The minimum length is0
items. Nested schema for additional_target_attributes:
- Constraints: The maximum length is
- reference
Name String - resource
Kind String - (String) The target resource kind.
- Constraints: The maximum length is
99999
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- service
Display StringName - (String) The display name of the target service.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- service
Name String - (String) The target service name.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
GetSccRuleRequiredConfigAllIfRequiredConfigAllIfRequiredConfigAndAllTargetAdditionalTargetAttribute
- Name string
- (String) The additional target attribute name.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Operator string
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- Value string
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Name string
- (String) The additional target attribute name.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Operator string
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- Value string
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- name String
- (String) The additional target attribute name.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- operator String
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- value String
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- name string
- (String) The additional target attribute name.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- operator string
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- value string
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- name str
- (String) The additional target attribute name.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- operator str
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- value str
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- name String
- (String) The additional target attribute name.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- operator String
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- value String
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
GetSccRuleRequiredConfigAllIfRequiredConfigAllIfRequiredConfigAndAnd
- Description string
- (String) The required config description.
- Constraints: The maximum length is
512
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Operator string
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- Property string
- (String) The property.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Value string
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Description string
- (String) The required config description.
- Constraints: The maximum length is
512
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Operator string
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- Property string
- (String) The property.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Value string
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- description String
- (String) The required config description.
- Constraints: The maximum length is
512
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- operator String
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- property String
- (String) The property.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- value String
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- description string
- (String) The required config description.
- Constraints: The maximum length is
512
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- operator string
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- property string
- (String) The property.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- value string
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- description str
- (String) The required config description.
- Constraints: The maximum length is
512
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- operator str
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- property str
- (String) The property.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- value str
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- description String
- (String) The required config description.
- Constraints: The maximum length is
512
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- operator String
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- property String
- (String) The property.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- value String
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
GetSccRuleRequiredConfigAllIfRequiredConfigAllIfRequiredConfigAndAny
- Required
Configs List<GetScc Rule Required Config All If Required Config All If Required Config And Any Required Config> - (List) The required configurations. Nested schema for required_config:
- Targets
List<Get
Scc Rule Required Config All If Required Config All If Required Config And Any Target> - (List) The rule target. Nested schema for target:
- Required
Configs []GetScc Rule Required Config All If Required Config All If Required Config And Any Required Config - (List) The required configurations. Nested schema for required_config:
- Targets
[]Get
Scc Rule Required Config All If Required Config All If Required Config And Any Target - (List) The rule target. Nested schema for target:
- required
Configs List<GetScc Rule Required Config All If Required Config All If Required Config And Any Required Config> - (List) The required configurations. Nested schema for required_config:
- targets
List<Get
Scc Rule Required Config All If Required Config All If Required Config And Any Target> - (List) The rule target. Nested schema for target:
- required
Configs GetScc Rule Required Config All If Required Config All If Required Config And Any Required Config[] - (List) The required configurations. Nested schema for required_config:
- targets
Get
Scc Rule Required Config All If Required Config All If Required Config And Any Target[] - (List) The rule target. Nested schema for target:
- required_
configs Sequence[GetScc Rule Required Config All If Required Config All If Required Config And Any Required Config] - (List) The required configurations. Nested schema for required_config:
- targets
Sequence[Get
Scc Rule Required Config All If Required Config All If Required Config And Any Target] - (List) The rule target. Nested schema for target:
- required
Configs List<Property Map> - (List) The required configurations. Nested schema for required_config:
- targets List<Property Map>
- (List) The rule target. Nested schema for target:
GetSccRuleRequiredConfigAllIfRequiredConfigAllIfRequiredConfigAndAnyIf
- Required
Configs List<GetScc Rule Required Config All If Required Config All If Required Config And Any If Required Config> - (List) The required configurations. Nested schema for required_config:
- Targets
List<Get
Scc Rule Required Config All If Required Config All If Required Config And Any If Target> - (List) The rule target. Nested schema for target:
- Required
Configs []GetScc Rule Required Config All If Required Config All If Required Config And Any If Required Config - (List) The required configurations. Nested schema for required_config:
- Targets
[]Get
Scc Rule Required Config All If Required Config All If Required Config And Any If Target - (List) The rule target. Nested schema for target:
- required
Configs List<GetScc Rule Required Config All If Required Config All If Required Config And Any If Required Config> - (List) The required configurations. Nested schema for required_config:
- targets
List<Get
Scc Rule Required Config All If Required Config All If Required Config And Any If Target> - (List) The rule target. Nested schema for target:
- required
Configs GetScc Rule Required Config All If Required Config All If Required Config And Any If Required Config[] - (List) The required configurations. Nested schema for required_config:
- targets
Get
Scc Rule Required Config All If Required Config All If Required Config And Any If Target[] - (List) The rule target. Nested schema for target:
- required_
configs Sequence[GetScc Rule Required Config All If Required Config All If Required Config And Any If Required Config] - (List) The required configurations. Nested schema for required_config:
- targets
Sequence[Get
Scc Rule Required Config All If Required Config All If Required Config And Any If Target] - (List) The rule target. Nested schema for target:
- required
Configs List<Property Map> - (List) The required configurations. Nested schema for required_config:
- targets List<Property Map>
- (List) The rule target. Nested schema for target:
GetSccRuleRequiredConfigAllIfRequiredConfigAllIfRequiredConfigAndAnyIfRequiredConfig
- Description string
- (String) The required config description.
- Constraints: The maximum length is
512
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Operator string
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- Property string
- (String) The property.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Value string
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Description string
- (String) The required config description.
- Constraints: The maximum length is
512
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Operator string
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- Property string
- (String) The property.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Value string
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- description String
- (String) The required config description.
- Constraints: The maximum length is
512
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- operator String
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- property String
- (String) The property.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- value String
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- description string
- (String) The required config description.
- Constraints: The maximum length is
512
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- operator string
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- property string
- (String) The property.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- value string
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- description str
- (String) The required config description.
- Constraints: The maximum length is
512
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- operator str
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- property str
- (String) The property.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- value str
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- description String
- (String) The required config description.
- Constraints: The maximum length is
512
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- operator String
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- property String
- (String) The property.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- value String
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
GetSccRuleRequiredConfigAllIfRequiredConfigAllIfRequiredConfigAndAnyIfTarget
- Additional
Target List<GetAttributes Scc Rule Required Config All If Required Config All If Required Config And Any If Target Additional Target Attribute> - (List) The list of targets supported properties.
- Constraints: The maximum length is
99999
items. The minimum length is0
items. Nested schema for additional_target_attributes:
- Constraints: The maximum length is
- Reference
Name string - Resource
Kind string - (String) The target resource kind.
- Constraints: The maximum length is
99999
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Service
Display stringName - (String) The display name of the target service.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Service
Name string - (String) The target service name.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Additional
Target []GetAttributes Scc Rule Required Config All If Required Config All If Required Config And Any If Target Additional Target Attribute - (List) The list of targets supported properties.
- Constraints: The maximum length is
99999
items. The minimum length is0
items. Nested schema for additional_target_attributes:
- Constraints: The maximum length is
- Reference
Name string - Resource
Kind string - (String) The target resource kind.
- Constraints: The maximum length is
99999
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Service
Display stringName - (String) The display name of the target service.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Service
Name string - (String) The target service name.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- additional
Target List<GetAttributes Scc Rule Required Config All If Required Config All If Required Config And Any If Target Additional Target Attribute> - (List) The list of targets supported properties.
- Constraints: The maximum length is
99999
items. The minimum length is0
items. Nested schema for additional_target_attributes:
- Constraints: The maximum length is
- reference
Name String - resource
Kind String - (String) The target resource kind.
- Constraints: The maximum length is
99999
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- service
Display StringName - (String) The display name of the target service.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- service
Name String - (String) The target service name.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- additional
Target GetAttributes Scc Rule Required Config All If Required Config All If Required Config And Any If Target Additional Target Attribute[] - (List) The list of targets supported properties.
- Constraints: The maximum length is
99999
items. The minimum length is0
items. Nested schema for additional_target_attributes:
- Constraints: The maximum length is
- reference
Name string - resource
Kind string - (String) The target resource kind.
- Constraints: The maximum length is
99999
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- service
Display stringName - (String) The display name of the target service.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- service
Name string - (String) The target service name.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- additional_
target_ Sequence[Getattributes Scc Rule Required Config All If Required Config All If Required Config And Any If Target Additional Target Attribute] - (List) The list of targets supported properties.
- Constraints: The maximum length is
99999
items. The minimum length is0
items. Nested schema for additional_target_attributes:
- Constraints: The maximum length is
- reference_
name str - resource_
kind str - (String) The target resource kind.
- Constraints: The maximum length is
99999
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- service_
display_ strname - (String) The display name of the target service.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- service_
name str - (String) The target service name.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- additional
Target List<Property Map>Attributes - (List) The list of targets supported properties.
- Constraints: The maximum length is
99999
items. The minimum length is0
items. Nested schema for additional_target_attributes:
- Constraints: The maximum length is
- reference
Name String - resource
Kind String - (String) The target resource kind.
- Constraints: The maximum length is
99999
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- service
Display StringName - (String) The display name of the target service.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- service
Name String - (String) The target service name.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
GetSccRuleRequiredConfigAllIfRequiredConfigAllIfRequiredConfigAndAnyIfTargetAdditionalTargetAttribute
- Name string
- (String) The additional target attribute name.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Operator string
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- Value string
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Name string
- (String) The additional target attribute name.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Operator string
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- Value string
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- name String
- (String) The additional target attribute name.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- operator String
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- value String
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- name string
- (String) The additional target attribute name.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- operator string
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- value string
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- name str
- (String) The additional target attribute name.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- operator str
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- value str
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- name String
- (String) The additional target attribute name.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- operator String
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- value String
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
GetSccRuleRequiredConfigAllIfRequiredConfigAllIfRequiredConfigAndAnyRequiredConfig
- Description string
- (String) The required config description.
- Constraints: The maximum length is
512
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Operator string
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- Property string
- (String) The property.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Value string
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Description string
- (String) The required config description.
- Constraints: The maximum length is
512
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Operator string
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- Property string
- (String) The property.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Value string
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- description String
- (String) The required config description.
- Constraints: The maximum length is
512
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- operator String
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- property String
- (String) The property.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- value String
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- description string
- (String) The required config description.
- Constraints: The maximum length is
512
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- operator string
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- property string
- (String) The property.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- value string
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- description str
- (String) The required config description.
- Constraints: The maximum length is
512
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- operator str
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- property str
- (String) The property.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- value str
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- description String
- (String) The required config description.
- Constraints: The maximum length is
512
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- operator String
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- property String
- (String) The property.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- value String
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
GetSccRuleRequiredConfigAllIfRequiredConfigAllIfRequiredConfigAndAnyTarget
- Additional
Target List<GetAttributes Scc Rule Required Config All If Required Config All If Required Config And Any Target Additional Target Attribute> - (List) The list of targets supported properties.
- Constraints: The maximum length is
99999
items. The minimum length is0
items. Nested schema for additional_target_attributes:
- Constraints: The maximum length is
- Reference
Name string - Resource
Kind string - (String) The target resource kind.
- Constraints: The maximum length is
99999
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Service
Display stringName - (String) The display name of the target service.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Service
Name string - (String) The target service name.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Additional
Target []GetAttributes Scc Rule Required Config All If Required Config All If Required Config And Any Target Additional Target Attribute - (List) The list of targets supported properties.
- Constraints: The maximum length is
99999
items. The minimum length is0
items. Nested schema for additional_target_attributes:
- Constraints: The maximum length is
- Reference
Name string - Resource
Kind string - (String) The target resource kind.
- Constraints: The maximum length is
99999
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Service
Display stringName - (String) The display name of the target service.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Service
Name string - (String) The target service name.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- additional
Target List<GetAttributes Scc Rule Required Config All If Required Config All If Required Config And Any Target Additional Target Attribute> - (List) The list of targets supported properties.
- Constraints: The maximum length is
99999
items. The minimum length is0
items. Nested schema for additional_target_attributes:
- Constraints: The maximum length is
- reference
Name String - resource
Kind String - (String) The target resource kind.
- Constraints: The maximum length is
99999
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- service
Display StringName - (String) The display name of the target service.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- service
Name String - (String) The target service name.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- additional
Target GetAttributes Scc Rule Required Config All If Required Config All If Required Config And Any Target Additional Target Attribute[] - (List) The list of targets supported properties.
- Constraints: The maximum length is
99999
items. The minimum length is0
items. Nested schema for additional_target_attributes:
- Constraints: The maximum length is
- reference
Name string - resource
Kind string - (String) The target resource kind.
- Constraints: The maximum length is
99999
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- service
Display stringName - (String) The display name of the target service.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- service
Name string - (String) The target service name.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- additional_
target_ Sequence[Getattributes Scc Rule Required Config All If Required Config All If Required Config And Any Target Additional Target Attribute] - (List) The list of targets supported properties.
- Constraints: The maximum length is
99999
items. The minimum length is0
items. Nested schema for additional_target_attributes:
- Constraints: The maximum length is
- reference_
name str - resource_
kind str - (String) The target resource kind.
- Constraints: The maximum length is
99999
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- service_
display_ strname - (String) The display name of the target service.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- service_
name str - (String) The target service name.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- additional
Target List<Property Map>Attributes - (List) The list of targets supported properties.
- Constraints: The maximum length is
99999
items. The minimum length is0
items. Nested schema for additional_target_attributes:
- Constraints: The maximum length is
- reference
Name String - resource
Kind String - (String) The target resource kind.
- Constraints: The maximum length is
99999
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- service
Display StringName - (String) The display name of the target service.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- service
Name String - (String) The target service name.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
GetSccRuleRequiredConfigAllIfRequiredConfigAllIfRequiredConfigAndAnyTargetAdditionalTargetAttribute
- Name string
- (String) The additional target attribute name.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Operator string
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- Value string
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Name string
- (String) The additional target attribute name.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Operator string
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- Value string
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- name String
- (String) The additional target attribute name.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- operator String
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- value String
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- name string
- (String) The additional target attribute name.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- operator string
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- value string
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- name str
- (String) The additional target attribute name.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- operator str
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- value str
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- name String
- (String) The additional target attribute name.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- operator String
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- value String
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
GetSccRuleRequiredConfigAllIfRequiredConfigAllIfRequiredConfigAndOr
- Description string
- (String) The required config description.
- Constraints: The maximum length is
512
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Operator string
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- Property string
- (String) The property.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Value string
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Description string
- (String) The required config description.
- Constraints: The maximum length is
512
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Operator string
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- Property string
- (String) The property.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Value string
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- description String
- (String) The required config description.
- Constraints: The maximum length is
512
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- operator String
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- property String
- (String) The property.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- value String
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- description string
- (String) The required config description.
- Constraints: The maximum length is
512
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- operator string
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- property string
- (String) The property.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- value string
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- description str
- (String) The required config description.
- Constraints: The maximum length is
512
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- operator str
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- property str
- (String) The property.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- value str
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- description String
- (String) The required config description.
- Constraints: The maximum length is
512
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- operator String
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- property String
- (String) The property.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- value String
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
GetSccRuleRequiredConfigAllIfRequiredConfigAllIfRequiredConfigAny
- Required
Configs List<GetScc Rule Required Config All If Required Config All If Required Config Any Required Config> - (List) The required configurations. Nested schema for required_config:
- Targets
List<Get
Scc Rule Required Config All If Required Config All If Required Config Any Target> - (List) The rule target. Nested schema for target:
- Required
Configs []GetScc Rule Required Config All If Required Config All If Required Config Any Required Config - (List) The required configurations. Nested schema for required_config:
- Targets
[]Get
Scc Rule Required Config All If Required Config All If Required Config Any Target - (List) The rule target. Nested schema for target:
- required
Configs List<GetScc Rule Required Config All If Required Config All If Required Config Any Required Config> - (List) The required configurations. Nested schema for required_config:
- targets
List<Get
Scc Rule Required Config All If Required Config All If Required Config Any Target> - (List) The rule target. Nested schema for target:
- required
Configs GetScc Rule Required Config All If Required Config All If Required Config Any Required Config[] - (List) The required configurations. Nested schema for required_config:
- targets
Get
Scc Rule Required Config All If Required Config All If Required Config Any Target[] - (List) The rule target. Nested schema for target:
- required_
configs Sequence[GetScc Rule Required Config All If Required Config All If Required Config Any Required Config] - (List) The required configurations. Nested schema for required_config:
- targets
Sequence[Get
Scc Rule Required Config All If Required Config All If Required Config Any Target] - (List) The rule target. Nested schema for target:
- required
Configs List<Property Map> - (List) The required configurations. Nested schema for required_config:
- targets List<Property Map>
- (List) The rule target. Nested schema for target:
GetSccRuleRequiredConfigAllIfRequiredConfigAllIfRequiredConfigAnyIf
- Required
Configs List<GetScc Rule Required Config All If Required Config All If Required Config Any If Required Config> - (List) The required configurations. Nested schema for required_config:
- Targets
List<Get
Scc Rule Required Config All If Required Config All If Required Config Any If Target> - (List) The rule target. Nested schema for target:
- Required
Configs []GetScc Rule Required Config All If Required Config All If Required Config Any If Required Config - (List) The required configurations. Nested schema for required_config:
- Targets
[]Get
Scc Rule Required Config All If Required Config All If Required Config Any If Target - (List) The rule target. Nested schema for target:
- required
Configs List<GetScc Rule Required Config All If Required Config All If Required Config Any If Required Config> - (List) The required configurations. Nested schema for required_config:
- targets
List<Get
Scc Rule Required Config All If Required Config All If Required Config Any If Target> - (List) The rule target. Nested schema for target:
- required
Configs GetScc Rule Required Config All If Required Config All If Required Config Any If Required Config[] - (List) The required configurations. Nested schema for required_config:
- targets
Get
Scc Rule Required Config All If Required Config All If Required Config Any If Target[] - (List) The rule target. Nested schema for target:
- required_
configs Sequence[GetScc Rule Required Config All If Required Config All If Required Config Any If Required Config] - (List) The required configurations. Nested schema for required_config:
- targets
Sequence[Get
Scc Rule Required Config All If Required Config All If Required Config Any If Target] - (List) The rule target. Nested schema for target:
- required
Configs List<Property Map> - (List) The required configurations. Nested schema for required_config:
- targets List<Property Map>
- (List) The rule target. Nested schema for target:
GetSccRuleRequiredConfigAllIfRequiredConfigAllIfRequiredConfigAnyIfRequiredConfig
- Description string
- (String) The required config description.
- Constraints: The maximum length is
512
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Operator string
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- Property string
- (String) The property.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Value string
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Description string
- (String) The required config description.
- Constraints: The maximum length is
512
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Operator string
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- Property string
- (String) The property.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Value string
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- description String
- (String) The required config description.
- Constraints: The maximum length is
512
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- operator String
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- property String
- (String) The property.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- value String
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- description string
- (String) The required config description.
- Constraints: The maximum length is
512
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- operator string
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- property string
- (String) The property.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- value string
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- description str
- (String) The required config description.
- Constraints: The maximum length is
512
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- operator str
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- property str
- (String) The property.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- value str
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- description String
- (String) The required config description.
- Constraints: The maximum length is
512
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- operator String
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- property String
- (String) The property.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- value String
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
GetSccRuleRequiredConfigAllIfRequiredConfigAllIfRequiredConfigAnyIfTarget
- Additional
Target List<GetAttributes Scc Rule Required Config All If Required Config All If Required Config Any If Target Additional Target Attribute> - (List) The list of targets supported properties.
- Constraints: The maximum length is
99999
items. The minimum length is0
items. Nested schema for additional_target_attributes:
- Constraints: The maximum length is
- Reference
Name string - Resource
Kind string - (String) The target resource kind.
- Constraints: The maximum length is
99999
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Service
Display stringName - (String) The display name of the target service.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Service
Name string - (String) The target service name.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Additional
Target []GetAttributes Scc Rule Required Config All If Required Config All If Required Config Any If Target Additional Target Attribute - (List) The list of targets supported properties.
- Constraints: The maximum length is
99999
items. The minimum length is0
items. Nested schema for additional_target_attributes:
- Constraints: The maximum length is
- Reference
Name string - Resource
Kind string - (String) The target resource kind.
- Constraints: The maximum length is
99999
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Service
Display stringName - (String) The display name of the target service.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Service
Name string - (String) The target service name.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- additional
Target List<GetAttributes Scc Rule Required Config All If Required Config All If Required Config Any If Target Additional Target Attribute> - (List) The list of targets supported properties.
- Constraints: The maximum length is
99999
items. The minimum length is0
items. Nested schema for additional_target_attributes:
- Constraints: The maximum length is
- reference
Name String - resource
Kind String - (String) The target resource kind.
- Constraints: The maximum length is
99999
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- service
Display StringName - (String) The display name of the target service.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- service
Name String - (String) The target service name.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- additional
Target GetAttributes Scc Rule Required Config All If Required Config All If Required Config Any If Target Additional Target Attribute[] - (List) The list of targets supported properties.
- Constraints: The maximum length is
99999
items. The minimum length is0
items. Nested schema for additional_target_attributes:
- Constraints: The maximum length is
- reference
Name string - resource
Kind string - (String) The target resource kind.
- Constraints: The maximum length is
99999
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- service
Display stringName - (String) The display name of the target service.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- service
Name string - (String) The target service name.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- additional_
target_ Sequence[Getattributes Scc Rule Required Config All If Required Config All If Required Config Any If Target Additional Target Attribute] - (List) The list of targets supported properties.
- Constraints: The maximum length is
99999
items. The minimum length is0
items. Nested schema for additional_target_attributes:
- Constraints: The maximum length is
- reference_
name str - resource_
kind str - (String) The target resource kind.
- Constraints: The maximum length is
99999
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- service_
display_ strname - (String) The display name of the target service.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- service_
name str - (String) The target service name.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- additional
Target List<Property Map>Attributes - (List) The list of targets supported properties.
- Constraints: The maximum length is
99999
items. The minimum length is0
items. Nested schema for additional_target_attributes:
- Constraints: The maximum length is
- reference
Name String - resource
Kind String - (String) The target resource kind.
- Constraints: The maximum length is
99999
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- service
Display StringName - (String) The display name of the target service.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- service
Name String - (String) The target service name.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
GetSccRuleRequiredConfigAllIfRequiredConfigAllIfRequiredConfigAnyIfTargetAdditionalTargetAttribute
- Name string
- (String) The additional target attribute name.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Operator string
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- Value string
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Name string
- (String) The additional target attribute name.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Operator string
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- Value string
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- name String
- (String) The additional target attribute name.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- operator String
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- value String
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- name string
- (String) The additional target attribute name.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- operator string
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- value string
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- name str
- (String) The additional target attribute name.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- operator str
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- value str
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- name String
- (String) The additional target attribute name.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- operator String
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- value String
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
GetSccRuleRequiredConfigAllIfRequiredConfigAllIfRequiredConfigAnyRequiredConfig
- Description string
- (String) The required config description.
- Constraints: The maximum length is
512
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Operator string
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- Property string
- (String) The property.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Value string
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Description string
- (String) The required config description.
- Constraints: The maximum length is
512
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Operator string
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- Property string
- (String) The property.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Value string
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- description String
- (String) The required config description.
- Constraints: The maximum length is
512
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- operator String
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- property String
- (String) The property.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- value String
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- description string
- (String) The required config description.
- Constraints: The maximum length is
512
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- operator string
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- property string
- (String) The property.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- value string
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- description str
- (String) The required config description.
- Constraints: The maximum length is
512
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- operator str
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- property str
- (String) The property.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- value str
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- description String
- (String) The required config description.
- Constraints: The maximum length is
512
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- operator String
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- property String
- (String) The property.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- value String
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
GetSccRuleRequiredConfigAllIfRequiredConfigAllIfRequiredConfigAnyTarget
- Additional
Target List<GetAttributes Scc Rule Required Config All If Required Config All If Required Config Any Target Additional Target Attribute> - (List) The list of targets supported properties.
- Constraints: The maximum length is
99999
items. The minimum length is0
items. Nested schema for additional_target_attributes:
- Constraints: The maximum length is
- Reference
Name string - Resource
Kind string - (String) The target resource kind.
- Constraints: The maximum length is
99999
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Service
Display stringName - (String) The display name of the target service.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Service
Name string - (String) The target service name.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Additional
Target []GetAttributes Scc Rule Required Config All If Required Config All If Required Config Any Target Additional Target Attribute - (List) The list of targets supported properties.
- Constraints: The maximum length is
99999
items. The minimum length is0
items. Nested schema for additional_target_attributes:
- Constraints: The maximum length is
- Reference
Name string - Resource
Kind string - (String) The target resource kind.
- Constraints: The maximum length is
99999
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Service
Display stringName - (String) The display name of the target service.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Service
Name string - (String) The target service name.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- additional
Target List<GetAttributes Scc Rule Required Config All If Required Config All If Required Config Any Target Additional Target Attribute> - (List) The list of targets supported properties.
- Constraints: The maximum length is
99999
items. The minimum length is0
items. Nested schema for additional_target_attributes:
- Constraints: The maximum length is
- reference
Name String - resource
Kind String - (String) The target resource kind.
- Constraints: The maximum length is
99999
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- service
Display StringName - (String) The display name of the target service.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- service
Name String - (String) The target service name.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- additional
Target GetAttributes Scc Rule Required Config All If Required Config All If Required Config Any Target Additional Target Attribute[] - (List) The list of targets supported properties.
- Constraints: The maximum length is
99999
items. The minimum length is0
items. Nested schema for additional_target_attributes:
- Constraints: The maximum length is
- reference
Name string - resource
Kind string - (String) The target resource kind.
- Constraints: The maximum length is
99999
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- service
Display stringName - (String) The display name of the target service.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- service
Name string - (String) The target service name.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- additional_
target_ Sequence[Getattributes Scc Rule Required Config All If Required Config All If Required Config Any Target Additional Target Attribute] - (List) The list of targets supported properties.
- Constraints: The maximum length is
99999
items. The minimum length is0
items. Nested schema for additional_target_attributes:
- Constraints: The maximum length is
- reference_
name str - resource_
kind str - (String) The target resource kind.
- Constraints: The maximum length is
99999
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- service_
display_ strname - (String) The display name of the target service.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- service_
name str - (String) The target service name.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- additional
Target List<Property Map>Attributes - (List) The list of targets supported properties.
- Constraints: The maximum length is
99999
items. The minimum length is0
items. Nested schema for additional_target_attributes:
- Constraints: The maximum length is
- reference
Name String - resource
Kind String - (String) The target resource kind.
- Constraints: The maximum length is
99999
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- service
Display StringName - (String) The display name of the target service.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- service
Name String - (String) The target service name.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
GetSccRuleRequiredConfigAllIfRequiredConfigAllIfRequiredConfigAnyTargetAdditionalTargetAttribute
- Name string
- (String) The additional target attribute name.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Operator string
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- Value string
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Name string
- (String) The additional target attribute name.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Operator string
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- Value string
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- name String
- (String) The additional target attribute name.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- operator String
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- value String
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- name string
- (String) The additional target attribute name.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- operator string
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- value string
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- name str
- (String) The additional target attribute name.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- operator str
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- value str
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- name String
- (String) The additional target attribute name.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- operator String
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- value String
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
GetSccRuleRequiredConfigAllIfRequiredConfigAllIfRequiredConfigOr
- All
Ifs List<GetScc Rule Required Config All If Required Config All If Required Config Or All If> - Alls
List<Get
Scc Rule Required Config All If Required Config All If Required Config Or All> - Ands
List<Get
Scc Rule Required Config All If Required Config All If Required Config Or And> - (List) The
AND
required configurations.- Constraints: The maximum length is
64
items. The minimum length is1
item. Nested schema for and:
- Constraints: The maximum length is
- Anies
List<Get
Scc Rule Required Config All If Required Config All If Required Config Or Any> - Any
Ifs List<GetScc Rule Required Config All If Required Config All If Required Config Or Any If> - Description string
- (String) The required config description.
- Constraints: The maximum length is
512
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Operator string
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- Ors
List<Get
Scc Rule Required Config All If Required Config All If Required Config Or Or> - (List) The
OR
required configurations.- Constraints: The maximum length is
64
items. The minimum length is1
item. Nested schema for or:
- Constraints: The maximum length is
- Property string
- (String) The property.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Value string
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- All
Ifs []GetScc Rule Required Config All If Required Config All If Required Config Or All If - Alls
[]Get
Scc Rule Required Config All If Required Config All If Required Config Or All - Ands
[]Get
Scc Rule Required Config All If Required Config All If Required Config Or And - (List) The
AND
required configurations.- Constraints: The maximum length is
64
items. The minimum length is1
item. Nested schema for and:
- Constraints: The maximum length is
- Anies
[]Get
Scc Rule Required Config All If Required Config All If Required Config Or Any - Any
Ifs []GetScc Rule Required Config All If Required Config All If Required Config Or Any If - Description string
- (String) The required config description.
- Constraints: The maximum length is
512
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Operator string
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- Ors
[]Get
Scc Rule Required Config All If Required Config All If Required Config Or Or - (List) The
OR
required configurations.- Constraints: The maximum length is
64
items. The minimum length is1
item. Nested schema for or:
- Constraints: The maximum length is
- Property string
- (String) The property.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Value string
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- all
Ifs List<GetScc Rule Required Config All If Required Config All If Required Config Or All If> - alls
List<Get
Scc Rule Required Config All If Required Config All If Required Config Or All> - ands
List<Get
Scc Rule Required Config All If Required Config All If Required Config Or And> - (List) The
AND
required configurations.- Constraints: The maximum length is
64
items. The minimum length is1
item. Nested schema for and:
- Constraints: The maximum length is
- anies
List<Get
Scc Rule Required Config All If Required Config All If Required Config Or Any> - any
Ifs List<GetScc Rule Required Config All If Required Config All If Required Config Or Any If> - description String
- (String) The required config description.
- Constraints: The maximum length is
512
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- operator String
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- ors
List<Get
Scc Rule Required Config All If Required Config All If Required Config Or Or> - (List) The
OR
required configurations.- Constraints: The maximum length is
64
items. The minimum length is1
item. Nested schema for or:
- Constraints: The maximum length is
- property String
- (String) The property.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- value String
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- all
Ifs GetScc Rule Required Config All If Required Config All If Required Config Or All If[] - alls
Get
Scc Rule Required Config All If Required Config All If Required Config Or All[] - ands
Get
Scc Rule Required Config All If Required Config All If Required Config Or And[] - (List) The
AND
required configurations.- Constraints: The maximum length is
64
items. The minimum length is1
item. Nested schema for and:
- Constraints: The maximum length is
- anies
Get
Scc Rule Required Config All If Required Config All If Required Config Or Any[] - any
Ifs GetScc Rule Required Config All If Required Config All If Required Config Or Any If[] - description string
- (String) The required config description.
- Constraints: The maximum length is
512
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- operator string
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- ors
Get
Scc Rule Required Config All If Required Config All If Required Config Or Or[] - (List) The
OR
required configurations.- Constraints: The maximum length is
64
items. The minimum length is1
item. Nested schema for or:
- Constraints: The maximum length is
- property string
- (String) The property.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- value string
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- all_
ifs Sequence[GetScc Rule Required Config All If Required Config All If Required Config Or All If] - alls
Sequence[Get
Scc Rule Required Config All If Required Config All If Required Config Or All] - ands
Sequence[Get
Scc Rule Required Config All If Required Config All If Required Config Or And] - (List) The
AND
required configurations.- Constraints: The maximum length is
64
items. The minimum length is1
item. Nested schema for and:
- Constraints: The maximum length is
- anies
Sequence[Get
Scc Rule Required Config All If Required Config All If Required Config Or Any] - any_
ifs Sequence[GetScc Rule Required Config All If Required Config All If Required Config Or Any If] - description str
- (String) The required config description.
- Constraints: The maximum length is
512
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- operator str
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- ors
Sequence[Get
Scc Rule Required Config All If Required Config All If Required Config Or Or] - (List) The
OR
required configurations.- Constraints: The maximum length is
64
items. The minimum length is1
item. Nested schema for or:
- Constraints: The maximum length is
- property str
- (String) The property.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- value str
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- all
Ifs List<Property Map> - alls List<Property Map>
- ands List<Property Map>
- (List) The
AND
required configurations.- Constraints: The maximum length is
64
items. The minimum length is1
item. Nested schema for and:
- Constraints: The maximum length is
- anies List<Property Map>
- any
Ifs List<Property Map> - description String
- (String) The required config description.
- Constraints: The maximum length is
512
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- operator String
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- ors List<Property Map>
- (List) The
OR
required configurations.- Constraints: The maximum length is
64
items. The minimum length is1
item. Nested schema for or:
- Constraints: The maximum length is
- property String
- (String) The property.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- value String
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
GetSccRuleRequiredConfigAllIfRequiredConfigAllIfRequiredConfigOrAll
- Required
Configs List<GetScc Rule Required Config All If Required Config All If Required Config Or All Required Config> - (List) The required configurations. Nested schema for required_config:
- Targets
List<Get
Scc Rule Required Config All If Required Config All If Required Config Or All Target> - (List) The rule target. Nested schema for target:
- Required
Configs []GetScc Rule Required Config All If Required Config All If Required Config Or All Required Config - (List) The required configurations. Nested schema for required_config:
- Targets
[]Get
Scc Rule Required Config All If Required Config All If Required Config Or All Target - (List) The rule target. Nested schema for target:
- required
Configs List<GetScc Rule Required Config All If Required Config All If Required Config Or All Required Config> - (List) The required configurations. Nested schema for required_config:
- targets
List<Get
Scc Rule Required Config All If Required Config All If Required Config Or All Target> - (List) The rule target. Nested schema for target:
- required
Configs GetScc Rule Required Config All If Required Config All If Required Config Or All Required Config[] - (List) The required configurations. Nested schema for required_config:
- targets
Get
Scc Rule Required Config All If Required Config All If Required Config Or All Target[] - (List) The rule target. Nested schema for target:
- required_
configs Sequence[GetScc Rule Required Config All If Required Config All If Required Config Or All Required Config] - (List) The required configurations. Nested schema for required_config:
- targets
Sequence[Get
Scc Rule Required Config All If Required Config All If Required Config Or All Target] - (List) The rule target. Nested schema for target:
- required
Configs List<Property Map> - (List) The required configurations. Nested schema for required_config:
- targets List<Property Map>
- (List) The rule target. Nested schema for target:
GetSccRuleRequiredConfigAllIfRequiredConfigAllIfRequiredConfigOrAllIf
- Required
Configs List<GetScc Rule Required Config All If Required Config All If Required Config Or All If Required Config> - (List) The required configurations. Nested schema for required_config:
- Targets
List<Get
Scc Rule Required Config All If Required Config All If Required Config Or All If Target> - (List) The rule target. Nested schema for target:
- Required
Configs []GetScc Rule Required Config All If Required Config All If Required Config Or All If Required Config - (List) The required configurations. Nested schema for required_config:
- Targets
[]Get
Scc Rule Required Config All If Required Config All If Required Config Or All If Target - (List) The rule target. Nested schema for target:
- required
Configs List<GetScc Rule Required Config All If Required Config All If Required Config Or All If Required Config> - (List) The required configurations. Nested schema for required_config:
- targets
List<Get
Scc Rule Required Config All If Required Config All If Required Config Or All If Target> - (List) The rule target. Nested schema for target:
- required
Configs GetScc Rule Required Config All If Required Config All If Required Config Or All If Required Config[] - (List) The required configurations. Nested schema for required_config:
- targets
Get
Scc Rule Required Config All If Required Config All If Required Config Or All If Target[] - (List) The rule target. Nested schema for target:
- required_
configs Sequence[GetScc Rule Required Config All If Required Config All If Required Config Or All If Required Config] - (List) The required configurations. Nested schema for required_config:
- targets
Sequence[Get
Scc Rule Required Config All If Required Config All If Required Config Or All If Target] - (List) The rule target. Nested schema for target:
- required
Configs List<Property Map> - (List) The required configurations. Nested schema for required_config:
- targets List<Property Map>
- (List) The rule target. Nested schema for target:
GetSccRuleRequiredConfigAllIfRequiredConfigAllIfRequiredConfigOrAllIfRequiredConfig
- Description string
- (String) The required config description.
- Constraints: The maximum length is
512
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Operator string
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- Property string
- (String) The property.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Value string
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Description string
- (String) The required config description.
- Constraints: The maximum length is
512
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Operator string
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- Property string
- (String) The property.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Value string
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- description String
- (String) The required config description.
- Constraints: The maximum length is
512
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- operator String
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- property String
- (String) The property.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- value String
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- description string
- (String) The required config description.
- Constraints: The maximum length is
512
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- operator string
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- property string
- (String) The property.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- value string
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- description str
- (String) The required config description.
- Constraints: The maximum length is
512
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- operator str
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- property str
- (String) The property.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- value str
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- description String
- (String) The required config description.
- Constraints: The maximum length is
512
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- operator String
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- property String
- (String) The property.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- value String
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
GetSccRuleRequiredConfigAllIfRequiredConfigAllIfRequiredConfigOrAllIfTarget
- Additional
Target List<GetAttributes Scc Rule Required Config All If Required Config All If Required Config Or All If Target Additional Target Attribute> - (List) The list of targets supported properties.
- Constraints: The maximum length is
99999
items. The minimum length is0
items. Nested schema for additional_target_attributes:
- Constraints: The maximum length is
- Reference
Name string - Resource
Kind string - (String) The target resource kind.
- Constraints: The maximum length is
99999
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Service
Display stringName - (String) The display name of the target service.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Service
Name string - (String) The target service name.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Additional
Target []GetAttributes Scc Rule Required Config All If Required Config All If Required Config Or All If Target Additional Target Attribute - (List) The list of targets supported properties.
- Constraints: The maximum length is
99999
items. The minimum length is0
items. Nested schema for additional_target_attributes:
- Constraints: The maximum length is
- Reference
Name string - Resource
Kind string - (String) The target resource kind.
- Constraints: The maximum length is
99999
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Service
Display stringName - (String) The display name of the target service.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Service
Name string - (String) The target service name.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- additional
Target List<GetAttributes Scc Rule Required Config All If Required Config All If Required Config Or All If Target Additional Target Attribute> - (List) The list of targets supported properties.
- Constraints: The maximum length is
99999
items. The minimum length is0
items. Nested schema for additional_target_attributes:
- Constraints: The maximum length is
- reference
Name String - resource
Kind String - (String) The target resource kind.
- Constraints: The maximum length is
99999
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- service
Display StringName - (String) The display name of the target service.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- service
Name String - (String) The target service name.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- additional
Target GetAttributes Scc Rule Required Config All If Required Config All If Required Config Or All If Target Additional Target Attribute[] - (List) The list of targets supported properties.
- Constraints: The maximum length is
99999
items. The minimum length is0
items. Nested schema for additional_target_attributes:
- Constraints: The maximum length is
- reference
Name string - resource
Kind string - (String) The target resource kind.
- Constraints: The maximum length is
99999
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- service
Display stringName - (String) The display name of the target service.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- service
Name string - (String) The target service name.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- additional_
target_ Sequence[Getattributes Scc Rule Required Config All If Required Config All If Required Config Or All If Target Additional Target Attribute] - (List) The list of targets supported properties.
- Constraints: The maximum length is
99999
items. The minimum length is0
items. Nested schema for additional_target_attributes:
- Constraints: The maximum length is
- reference_
name str - resource_
kind str - (String) The target resource kind.
- Constraints: The maximum length is
99999
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- service_
display_ strname - (String) The display name of the target service.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- service_
name str - (String) The target service name.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- additional
Target List<Property Map>Attributes - (List) The list of targets supported properties.
- Constraints: The maximum length is
99999
items. The minimum length is0
items. Nested schema for additional_target_attributes:
- Constraints: The maximum length is
- reference
Name String - resource
Kind String - (String) The target resource kind.
- Constraints: The maximum length is
99999
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- service
Display StringName - (String) The display name of the target service.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- service
Name String - (String) The target service name.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
GetSccRuleRequiredConfigAllIfRequiredConfigAllIfRequiredConfigOrAllIfTargetAdditionalTargetAttribute
- Name string
- (String) The additional target attribute name.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Operator string
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- Value string
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Name string
- (String) The additional target attribute name.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Operator string
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- Value string
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- name String
- (String) The additional target attribute name.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- operator String
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- value String
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- name string
- (String) The additional target attribute name.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- operator string
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- value string
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- name str
- (String) The additional target attribute name.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- operator str
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- value str
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- name String
- (String) The additional target attribute name.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- operator String
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- value String
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
GetSccRuleRequiredConfigAllIfRequiredConfigAllIfRequiredConfigOrAllRequiredConfig
- Description string
- (String) The required config description.
- Constraints: The maximum length is
512
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Operator string
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- Property string
- (String) The property.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Value string
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Description string
- (String) The required config description.
- Constraints: The maximum length is
512
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Operator string
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- Property string
- (String) The property.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Value string
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- description String
- (String) The required config description.
- Constraints: The maximum length is
512
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- operator String
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- property String
- (String) The property.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- value String
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- description string
- (String) The required config description.
- Constraints: The maximum length is
512
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- operator string
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- property string
- (String) The property.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- value string
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- description str
- (String) The required config description.
- Constraints: The maximum length is
512
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- operator str
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- property str
- (String) The property.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- value str
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- description String
- (String) The required config description.
- Constraints: The maximum length is
512
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- operator String
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- property String
- (String) The property.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- value String
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
GetSccRuleRequiredConfigAllIfRequiredConfigAllIfRequiredConfigOrAllTarget
- Additional
Target List<GetAttributes Scc Rule Required Config All If Required Config All If Required Config Or All Target Additional Target Attribute> - (List) The list of targets supported properties.
- Constraints: The maximum length is
99999
items. The minimum length is0
items. Nested schema for additional_target_attributes:
- Constraints: The maximum length is
- Reference
Name string - Resource
Kind string - (String) The target resource kind.
- Constraints: The maximum length is
99999
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Service
Display stringName - (String) The display name of the target service.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Service
Name string - (String) The target service name.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Additional
Target []GetAttributes Scc Rule Required Config All If Required Config All If Required Config Or All Target Additional Target Attribute - (List) The list of targets supported properties.
- Constraints: The maximum length is
99999
items. The minimum length is0
items. Nested schema for additional_target_attributes:
- Constraints: The maximum length is
- Reference
Name string - Resource
Kind string - (String) The target resource kind.
- Constraints: The maximum length is
99999
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Service
Display stringName - (String) The display name of the target service.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Service
Name string - (String) The target service name.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- additional
Target List<GetAttributes Scc Rule Required Config All If Required Config All If Required Config Or All Target Additional Target Attribute> - (List) The list of targets supported properties.
- Constraints: The maximum length is
99999
items. The minimum length is0
items. Nested schema for additional_target_attributes:
- Constraints: The maximum length is
- reference
Name String - resource
Kind String - (String) The target resource kind.
- Constraints: The maximum length is
99999
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- service
Display StringName - (String) The display name of the target service.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- service
Name String - (String) The target service name.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- additional
Target GetAttributes Scc Rule Required Config All If Required Config All If Required Config Or All Target Additional Target Attribute[] - (List) The list of targets supported properties.
- Constraints: The maximum length is
99999
items. The minimum length is0
items. Nested schema for additional_target_attributes:
- Constraints: The maximum length is
- reference
Name string - resource
Kind string - (String) The target resource kind.
- Constraints: The maximum length is
99999
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- service
Display stringName - (String) The display name of the target service.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- service
Name string - (String) The target service name.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- additional_
target_ Sequence[Getattributes Scc Rule Required Config All If Required Config All If Required Config Or All Target Additional Target Attribute] - (List) The list of targets supported properties.
- Constraints: The maximum length is
99999
items. The minimum length is0
items. Nested schema for additional_target_attributes:
- Constraints: The maximum length is
- reference_
name str - resource_
kind str - (String) The target resource kind.
- Constraints: The maximum length is
99999
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- service_
display_ strname - (String) The display name of the target service.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- service_
name str - (String) The target service name.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- additional
Target List<Property Map>Attributes - (List) The list of targets supported properties.
- Constraints: The maximum length is
99999
items. The minimum length is0
items. Nested schema for additional_target_attributes:
- Constraints: The maximum length is
- reference
Name String - resource
Kind String - (String) The target resource kind.
- Constraints: The maximum length is
99999
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- service
Display StringName - (String) The display name of the target service.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- service
Name String - (String) The target service name.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
GetSccRuleRequiredConfigAllIfRequiredConfigAllIfRequiredConfigOrAllTargetAdditionalTargetAttribute
- Name string
- (String) The additional target attribute name.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Operator string
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- Value string
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Name string
- (String) The additional target attribute name.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Operator string
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- Value string
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- name String
- (String) The additional target attribute name.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- operator String
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- value String
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- name string
- (String) The additional target attribute name.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- operator string
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- value string
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- name str
- (String) The additional target attribute name.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- operator str
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- value str
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- name String
- (String) The additional target attribute name.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- operator String
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- value String
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
GetSccRuleRequiredConfigAllIfRequiredConfigAllIfRequiredConfigOrAnd
- Description string
- (String) The required config description.
- Constraints: The maximum length is
512
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Operator string
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- Property string
- (String) The property.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Value string
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Description string
- (String) The required config description.
- Constraints: The maximum length is
512
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Operator string
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- Property string
- (String) The property.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Value string
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- description String
- (String) The required config description.
- Constraints: The maximum length is
512
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- operator String
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- property String
- (String) The property.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- value String
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- description string
- (String) The required config description.
- Constraints: The maximum length is
512
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- operator string
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- property string
- (String) The property.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- value string
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- description str
- (String) The required config description.
- Constraints: The maximum length is
512
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- operator str
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- property str
- (String) The property.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- value str
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- description String
- (String) The required config description.
- Constraints: The maximum length is
512
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- operator String
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- property String
- (String) The property.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- value String
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
GetSccRuleRequiredConfigAllIfRequiredConfigAllIfRequiredConfigOrAny
- Required
Configs List<GetScc Rule Required Config All If Required Config All If Required Config Or Any Required Config> - (List) The required configurations. Nested schema for required_config:
- Targets
List<Get
Scc Rule Required Config All If Required Config All If Required Config Or Any Target> - (List) The rule target. Nested schema for target:
- Required
Configs []GetScc Rule Required Config All If Required Config All If Required Config Or Any Required Config - (List) The required configurations. Nested schema for required_config:
- Targets
[]Get
Scc Rule Required Config All If Required Config All If Required Config Or Any Target - (List) The rule target. Nested schema for target:
- required
Configs List<GetScc Rule Required Config All If Required Config All If Required Config Or Any Required Config> - (List) The required configurations. Nested schema for required_config:
- targets
List<Get
Scc Rule Required Config All If Required Config All If Required Config Or Any Target> - (List) The rule target. Nested schema for target:
- required
Configs GetScc Rule Required Config All If Required Config All If Required Config Or Any Required Config[] - (List) The required configurations. Nested schema for required_config:
- targets
Get
Scc Rule Required Config All If Required Config All If Required Config Or Any Target[] - (List) The rule target. Nested schema for target:
- required_
configs Sequence[GetScc Rule Required Config All If Required Config All If Required Config Or Any Required Config] - (List) The required configurations. Nested schema for required_config:
- targets
Sequence[Get
Scc Rule Required Config All If Required Config All If Required Config Or Any Target] - (List) The rule target. Nested schema for target:
- required
Configs List<Property Map> - (List) The required configurations. Nested schema for required_config:
- targets List<Property Map>
- (List) The rule target. Nested schema for target:
GetSccRuleRequiredConfigAllIfRequiredConfigAllIfRequiredConfigOrAnyIf
- Required
Configs List<GetScc Rule Required Config All If Required Config All If Required Config Or Any If Required Config> - (List) The required configurations. Nested schema for required_config:
- Targets
List<Get
Scc Rule Required Config All If Required Config All If Required Config Or Any If Target> - (List) The rule target. Nested schema for target:
- Required
Configs []GetScc Rule Required Config All If Required Config All If Required Config Or Any If Required Config - (List) The required configurations. Nested schema for required_config:
- Targets
[]Get
Scc Rule Required Config All If Required Config All If Required Config Or Any If Target - (List) The rule target. Nested schema for target:
- required
Configs List<GetScc Rule Required Config All If Required Config All If Required Config Or Any If Required Config> - (List) The required configurations. Nested schema for required_config:
- targets
List<Get
Scc Rule Required Config All If Required Config All If Required Config Or Any If Target> - (List) The rule target. Nested schema for target:
- required
Configs GetScc Rule Required Config All If Required Config All If Required Config Or Any If Required Config[] - (List) The required configurations. Nested schema for required_config:
- targets
Get
Scc Rule Required Config All If Required Config All If Required Config Or Any If Target[] - (List) The rule target. Nested schema for target:
- required_
configs Sequence[GetScc Rule Required Config All If Required Config All If Required Config Or Any If Required Config] - (List) The required configurations. Nested schema for required_config:
- targets
Sequence[Get
Scc Rule Required Config All If Required Config All If Required Config Or Any If Target] - (List) The rule target. Nested schema for target:
- required
Configs List<Property Map> - (List) The required configurations. Nested schema for required_config:
- targets List<Property Map>
- (List) The rule target. Nested schema for target:
GetSccRuleRequiredConfigAllIfRequiredConfigAllIfRequiredConfigOrAnyIfRequiredConfig
- Description string
- (String) The required config description.
- Constraints: The maximum length is
512
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Operator string
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- Property string
- (String) The property.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Value string
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Description string
- (String) The required config description.
- Constraints: The maximum length is
512
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Operator string
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- Property string
- (String) The property.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Value string
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- description String
- (String) The required config description.
- Constraints: The maximum length is
512
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- operator String
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- property String
- (String) The property.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- value String
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- description string
- (String) The required config description.
- Constraints: The maximum length is
512
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- operator string
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- property string
- (String) The property.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- value string
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- description str
- (String) The required config description.
- Constraints: The maximum length is
512
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- operator str
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- property str
- (String) The property.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- value str
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- description String
- (String) The required config description.
- Constraints: The maximum length is
512
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- operator String
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- property String
- (String) The property.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- value String
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
GetSccRuleRequiredConfigAllIfRequiredConfigAllIfRequiredConfigOrAnyIfTarget
- Additional
Target List<GetAttributes Scc Rule Required Config All If Required Config All If Required Config Or Any If Target Additional Target Attribute> - (List) The list of targets supported properties.
- Constraints: The maximum length is
99999
items. The minimum length is0
items. Nested schema for additional_target_attributes:
- Constraints: The maximum length is
- Reference
Name string - Resource
Kind string - (String) The target resource kind.
- Constraints: The maximum length is
99999
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Service
Display stringName - (String) The display name of the target service.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Service
Name string - (String) The target service name.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Additional
Target []GetAttributes Scc Rule Required Config All If Required Config All If Required Config Or Any If Target Additional Target Attribute - (List) The list of targets supported properties.
- Constraints: The maximum length is
99999
items. The minimum length is0
items. Nested schema for additional_target_attributes:
- Constraints: The maximum length is
- Reference
Name string - Resource
Kind string - (String) The target resource kind.
- Constraints: The maximum length is
99999
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Service
Display stringName - (String) The display name of the target service.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Service
Name string - (String) The target service name.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- additional
Target List<GetAttributes Scc Rule Required Config All If Required Config All If Required Config Or Any If Target Additional Target Attribute> - (List) The list of targets supported properties.
- Constraints: The maximum length is
99999
items. The minimum length is0
items. Nested schema for additional_target_attributes:
- Constraints: The maximum length is
- reference
Name String - resource
Kind String - (String) The target resource kind.
- Constraints: The maximum length is
99999
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- service
Display StringName - (String) The display name of the target service.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- service
Name String - (String) The target service name.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- additional
Target GetAttributes Scc Rule Required Config All If Required Config All If Required Config Or Any If Target Additional Target Attribute[] - (List) The list of targets supported properties.
- Constraints: The maximum length is
99999
items. The minimum length is0
items. Nested schema for additional_target_attributes:
- Constraints: The maximum length is
- reference
Name string - resource
Kind string - (String) The target resource kind.
- Constraints: The maximum length is
99999
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- service
Display stringName - (String) The display name of the target service.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- service
Name string - (String) The target service name.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- additional_
target_ Sequence[Getattributes Scc Rule Required Config All If Required Config All If Required Config Or Any If Target Additional Target Attribute] - (List) The list of targets supported properties.
- Constraints: The maximum length is
99999
items. The minimum length is0
items. Nested schema for additional_target_attributes:
- Constraints: The maximum length is
- reference_
name str - resource_
kind str - (String) The target resource kind.
- Constraints: The maximum length is
99999
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- service_
display_ strname - (String) The display name of the target service.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- service_
name str - (String) The target service name.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- additional
Target List<Property Map>Attributes - (List) The list of targets supported properties.
- Constraints: The maximum length is
99999
items. The minimum length is0
items. Nested schema for additional_target_attributes:
- Constraints: The maximum length is
- reference
Name String - resource
Kind String - (String) The target resource kind.
- Constraints: The maximum length is
99999
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- service
Display StringName - (String) The display name of the target service.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- service
Name String - (String) The target service name.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
GetSccRuleRequiredConfigAllIfRequiredConfigAllIfRequiredConfigOrAnyIfTargetAdditionalTargetAttribute
- Name string
- (String) The additional target attribute name.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Operator string
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- Value string
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Name string
- (String) The additional target attribute name.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Operator string
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- Value string
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- name String
- (String) The additional target attribute name.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- operator String
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- value String
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- name string
- (String) The additional target attribute name.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- operator string
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- value string
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- name str
- (String) The additional target attribute name.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- operator str
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- value str
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- name String
- (String) The additional target attribute name.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- operator String
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- value String
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
GetSccRuleRequiredConfigAllIfRequiredConfigAllIfRequiredConfigOrAnyRequiredConfig
- Description string
- (String) The required config description.
- Constraints: The maximum length is
512
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Operator string
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- Property string
- (String) The property.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Value string
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Description string
- (String) The required config description.
- Constraints: The maximum length is
512
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Operator string
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- Property string
- (String) The property.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Value string
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- description String
- (String) The required config description.
- Constraints: The maximum length is
512
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- operator String
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- property String
- (String) The property.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- value String
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- description string
- (String) The required config description.
- Constraints: The maximum length is
512
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- operator string
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- property string
- (String) The property.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- value string
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- description str
- (String) The required config description.
- Constraints: The maximum length is
512
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- operator str
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- property str
- (String) The property.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- value str
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- description String
- (String) The required config description.
- Constraints: The maximum length is
512
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- operator String
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- property String
- (String) The property.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- value String
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
GetSccRuleRequiredConfigAllIfRequiredConfigAllIfRequiredConfigOrAnyTarget
- Additional
Target List<GetAttributes Scc Rule Required Config All If Required Config All If Required Config Or Any Target Additional Target Attribute> - (List) The list of targets supported properties.
- Constraints: The maximum length is
99999
items. The minimum length is0
items. Nested schema for additional_target_attributes:
- Constraints: The maximum length is
- Reference
Name string - Resource
Kind string - (String) The target resource kind.
- Constraints: The maximum length is
99999
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Service
Display stringName - (String) The display name of the target service.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Service
Name string - (String) The target service name.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Additional
Target []GetAttributes Scc Rule Required Config All If Required Config All If Required Config Or Any Target Additional Target Attribute - (List) The list of targets supported properties.
- Constraints: The maximum length is
99999
items. The minimum length is0
items. Nested schema for additional_target_attributes:
- Constraints: The maximum length is
- Reference
Name string - Resource
Kind string - (String) The target resource kind.
- Constraints: The maximum length is
99999
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Service
Display stringName - (String) The display name of the target service.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Service
Name string - (String) The target service name.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- additional
Target List<GetAttributes Scc Rule Required Config All If Required Config All If Required Config Or Any Target Additional Target Attribute> - (List) The list of targets supported properties.
- Constraints: The maximum length is
99999
items. The minimum length is0
items. Nested schema for additional_target_attributes:
- Constraints: The maximum length is
- reference
Name String - resource
Kind String - (String) The target resource kind.
- Constraints: The maximum length is
99999
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- service
Display StringName - (String) The display name of the target service.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- service
Name String - (String) The target service name.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- additional
Target GetAttributes Scc Rule Required Config All If Required Config All If Required Config Or Any Target Additional Target Attribute[] - (List) The list of targets supported properties.
- Constraints: The maximum length is
99999
items. The minimum length is0
items. Nested schema for additional_target_attributes:
- Constraints: The maximum length is
- reference
Name string - resource
Kind string - (String) The target resource kind.
- Constraints: The maximum length is
99999
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- service
Display stringName - (String) The display name of the target service.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- service
Name string - (String) The target service name.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- additional_
target_ Sequence[Getattributes Scc Rule Required Config All If Required Config All If Required Config Or Any Target Additional Target Attribute] - (List) The list of targets supported properties.
- Constraints: The maximum length is
99999
items. The minimum length is0
items. Nested schema for additional_target_attributes:
- Constraints: The maximum length is
- reference_
name str - resource_
kind str - (String) The target resource kind.
- Constraints: The maximum length is
99999
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- service_
display_ strname - (String) The display name of the target service.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- service_
name str - (String) The target service name.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- additional
Target List<Property Map>Attributes - (List) The list of targets supported properties.
- Constraints: The maximum length is
99999
items. The minimum length is0
items. Nested schema for additional_target_attributes:
- Constraints: The maximum length is
- reference
Name String - resource
Kind String - (String) The target resource kind.
- Constraints: The maximum length is
99999
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- service
Display StringName - (String) The display name of the target service.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- service
Name String - (String) The target service name.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
GetSccRuleRequiredConfigAllIfRequiredConfigAllIfRequiredConfigOrAnyTargetAdditionalTargetAttribute
- Name string
- (String) The additional target attribute name.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Operator string
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- Value string
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Name string
- (String) The additional target attribute name.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Operator string
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- Value string
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- name String
- (String) The additional target attribute name.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- operator String
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- value String
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- name string
- (String) The additional target attribute name.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- operator string
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- value string
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- name str
- (String) The additional target attribute name.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- operator str
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- value str
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- name String
- (String) The additional target attribute name.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- operator String
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- value String
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
GetSccRuleRequiredConfigAllIfRequiredConfigAllIfRequiredConfigOrOr
- Description string
- (String) The required config description.
- Constraints: The maximum length is
512
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Operator string
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- Property string
- (String) The property.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Value string
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Description string
- (String) The required config description.
- Constraints: The maximum length is
512
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Operator string
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- Property string
- (String) The property.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Value string
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- description String
- (String) The required config description.
- Constraints: The maximum length is
512
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- operator String
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- property String
- (String) The property.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- value String
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- description string
- (String) The required config description.
- Constraints: The maximum length is
512
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- operator string
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- property string
- (String) The property.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- value string
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- description str
- (String) The required config description.
- Constraints: The maximum length is
512
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- operator str
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- property str
- (String) The property.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- value str
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- description String
- (String) The required config description.
- Constraints: The maximum length is
512
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- operator String
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- property String
- (String) The property.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- value String
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
GetSccRuleRequiredConfigAllIfRequiredConfigAllIfTarget
- Additional
Target List<GetAttributes Scc Rule Required Config All If Required Config All If Target Additional Target Attribute> - (List) The list of targets supported properties.
- Constraints: The maximum length is
99999
items. The minimum length is0
items. Nested schema for additional_target_attributes:
- Constraints: The maximum length is
- Reference
Name string - Resource
Kind string - (String) The target resource kind.
- Constraints: The maximum length is
99999
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Service
Display stringName - (String) The display name of the target service.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Service
Name string - (String) The target service name.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Additional
Target []GetAttributes Scc Rule Required Config All If Required Config All If Target Additional Target Attribute - (List) The list of targets supported properties.
- Constraints: The maximum length is
99999
items. The minimum length is0
items. Nested schema for additional_target_attributes:
- Constraints: The maximum length is
- Reference
Name string - Resource
Kind string - (String) The target resource kind.
- Constraints: The maximum length is
99999
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Service
Display stringName - (String) The display name of the target service.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Service
Name string - (String) The target service name.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- additional
Target List<GetAttributes Scc Rule Required Config All If Required Config All If Target Additional Target Attribute> - (List) The list of targets supported properties.
- Constraints: The maximum length is
99999
items. The minimum length is0
items. Nested schema for additional_target_attributes:
- Constraints: The maximum length is
- reference
Name String - resource
Kind String - (String) The target resource kind.
- Constraints: The maximum length is
99999
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- service
Display StringName - (String) The display name of the target service.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- service
Name String - (String) The target service name.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- additional
Target GetAttributes Scc Rule Required Config All If Required Config All If Target Additional Target Attribute[] - (List) The list of targets supported properties.
- Constraints: The maximum length is
99999
items. The minimum length is0
items. Nested schema for additional_target_attributes:
- Constraints: The maximum length is
- reference
Name string - resource
Kind string - (String) The target resource kind.
- Constraints: The maximum length is
99999
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- service
Display stringName - (String) The display name of the target service.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- service
Name string - (String) The target service name.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- additional_
target_ Sequence[Getattributes Scc Rule Required Config All If Required Config All If Target Additional Target Attribute] - (List) The list of targets supported properties.
- Constraints: The maximum length is
99999
items. The minimum length is0
items. Nested schema for additional_target_attributes:
- Constraints: The maximum length is
- reference_
name str - resource_
kind str - (String) The target resource kind.
- Constraints: The maximum length is
99999
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- service_
display_ strname - (String) The display name of the target service.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- service_
name str - (String) The target service name.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- additional
Target List<Property Map>Attributes - (List) The list of targets supported properties.
- Constraints: The maximum length is
99999
items. The minimum length is0
items. Nested schema for additional_target_attributes:
- Constraints: The maximum length is
- reference
Name String - resource
Kind String - (String) The target resource kind.
- Constraints: The maximum length is
99999
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- service
Display StringName - (String) The display name of the target service.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- service
Name String - (String) The target service name.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
GetSccRuleRequiredConfigAllIfRequiredConfigAllIfTargetAdditionalTargetAttribute
- Name string
- (String) The additional target attribute name.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Operator string
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- Value string
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Name string
- (String) The additional target attribute name.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Operator string
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- Value string
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- name String
- (String) The additional target attribute name.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- operator String
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- value String
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- name string
- (String) The additional target attribute name.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- operator string
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- value string
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- name str
- (String) The additional target attribute name.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- operator str
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- value str
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- name String
- (String) The additional target attribute name.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- operator String
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- value String
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
GetSccRuleRequiredConfigAllIfRequiredConfigAllRequiredConfig
- All
Ifs List<GetScc Rule Required Config All If Required Config All Required Config All If> - Alls
List<Get
Scc Rule Required Config All If Required Config All Required Config All> - Ands
List<Get
Scc Rule Required Config All If Required Config All Required Config And> - (List) The
AND
required configurations.- Constraints: The maximum length is
64
items. The minimum length is1
item. Nested schema for and:
- Constraints: The maximum length is
- Anies
List<Get
Scc Rule Required Config All If Required Config All Required Config Any> - Any
Ifs List<GetScc Rule Required Config All If Required Config All Required Config Any If> - Description string
- (String) The required config description.
- Constraints: The maximum length is
512
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Operator string
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- Ors
List<Get
Scc Rule Required Config All If Required Config All Required Config Or> - (List) The
OR
required configurations.- Constraints: The maximum length is
64
items. The minimum length is1
item. Nested schema for or:
- Constraints: The maximum length is
- Property string
- (String) The property.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Value string
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- All
Ifs []GetScc Rule Required Config All If Required Config All Required Config All If - Alls
[]Get
Scc Rule Required Config All If Required Config All Required Config All - Ands
[]Get
Scc Rule Required Config All If Required Config All Required Config And - (List) The
AND
required configurations.- Constraints: The maximum length is
64
items. The minimum length is1
item. Nested schema for and:
- Constraints: The maximum length is
- Anies
[]Get
Scc Rule Required Config All If Required Config All Required Config Any - Any
Ifs []GetScc Rule Required Config All If Required Config All Required Config Any If - Description string
- (String) The required config description.
- Constraints: The maximum length is
512
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Operator string
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- Ors
[]Get
Scc Rule Required Config All If Required Config All Required Config Or - (List) The
OR
required configurations.- Constraints: The maximum length is
64
items. The minimum length is1
item. Nested schema for or:
- Constraints: The maximum length is
- Property string
- (String) The property.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Value string
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- all
Ifs List<GetScc Rule Required Config All If Required Config All Required Config All If> - alls
List<Get
Scc Rule Required Config All If Required Config All Required Config All> - ands
List<Get
Scc Rule Required Config All If Required Config All Required Config And> - (List) The
AND
required configurations.- Constraints: The maximum length is
64
items. The minimum length is1
item. Nested schema for and:
- Constraints: The maximum length is
- anies
List<Get
Scc Rule Required Config All If Required Config All Required Config Any> - any
Ifs List<GetScc Rule Required Config All If Required Config All Required Config Any If> - description String
- (String) The required config description.
- Constraints: The maximum length is
512
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- operator String
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- ors
List<Get
Scc Rule Required Config All If Required Config All Required Config Or> - (List) The
OR
required configurations.- Constraints: The maximum length is
64
items. The minimum length is1
item. Nested schema for or:
- Constraints: The maximum length is
- property String
- (String) The property.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- value String
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- all
Ifs GetScc Rule Required Config All If Required Config All Required Config All If[] - alls
Get
Scc Rule Required Config All If Required Config All Required Config All[] - ands
Get
Scc Rule Required Config All If Required Config All Required Config And[] - (List) The
AND
required configurations.- Constraints: The maximum length is
64
items. The minimum length is1
item. Nested schema for and:
- Constraints: The maximum length is
- anies
Get
Scc Rule Required Config All If Required Config All Required Config Any[] - any
Ifs GetScc Rule Required Config All If Required Config All Required Config Any If[] - description string
- (String) The required config description.
- Constraints: The maximum length is
512
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- operator string
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- ors
Get
Scc Rule Required Config All If Required Config All Required Config Or[] - (List) The
OR
required configurations.- Constraints: The maximum length is
64
items. The minimum length is1
item. Nested schema for or:
- Constraints: The maximum length is
- property string
- (String) The property.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- value string
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- all_
ifs Sequence[GetScc Rule Required Config All If Required Config All Required Config All If] - alls
Sequence[Get
Scc Rule Required Config All If Required Config All Required Config All] - ands
Sequence[Get
Scc Rule Required Config All If Required Config All Required Config And] - (List) The
AND
required configurations.- Constraints: The maximum length is
64
items. The minimum length is1
item. Nested schema for and:
- Constraints: The maximum length is
- anies
Sequence[Get
Scc Rule Required Config All If Required Config All Required Config Any] - any_
ifs Sequence[GetScc Rule Required Config All If Required Config All Required Config Any If] - description str
- (String) The required config description.
- Constraints: The maximum length is
512
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- operator str
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- ors
Sequence[Get
Scc Rule Required Config All If Required Config All Required Config Or] - (List) The
OR
required configurations.- Constraints: The maximum length is
64
items. The minimum length is1
item. Nested schema for or:
- Constraints: The maximum length is
- property str
- (String) The property.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- value str
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- all
Ifs List<Property Map> - alls List<Property Map>
- ands List<Property Map>
- (List) The
AND
required configurations.- Constraints: The maximum length is
64
items. The minimum length is1
item. Nested schema for and:
- Constraints: The maximum length is
- anies List<Property Map>
- any
Ifs List<Property Map> - description String
- (String) The required config description.
- Constraints: The maximum length is
512
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- operator String
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- ors List<Property Map>
- (List) The
OR
required configurations.- Constraints: The maximum length is
64
items. The minimum length is1
item. Nested schema for or:
- Constraints: The maximum length is
- property String
- (String) The property.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- value String
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
GetSccRuleRequiredConfigAllIfRequiredConfigAllRequiredConfigAll
- Required
Configs List<GetScc Rule Required Config All If Required Config All Required Config All Required Config> - (List) The required configurations. Nested schema for required_config:
- Targets
List<Get
Scc Rule Required Config All If Required Config All Required Config All Target> - (List) The rule target. Nested schema for target:
- Required
Configs []GetScc Rule Required Config All If Required Config All Required Config All Required Config - (List) The required configurations. Nested schema for required_config:
- Targets
[]Get
Scc Rule Required Config All If Required Config All Required Config All Target - (List) The rule target. Nested schema for target:
- required
Configs List<GetScc Rule Required Config All If Required Config All Required Config All Required Config> - (List) The required configurations. Nested schema for required_config:
- targets
List<Get
Scc Rule Required Config All If Required Config All Required Config All Target> - (List) The rule target. Nested schema for target:
- required
Configs GetScc Rule Required Config All If Required Config All Required Config All Required Config[] - (List) The required configurations. Nested schema for required_config:
- targets
Get
Scc Rule Required Config All If Required Config All Required Config All Target[] - (List) The rule target. Nested schema for target:
- required_
configs Sequence[GetScc Rule Required Config All If Required Config All Required Config All Required Config] - (List) The required configurations. Nested schema for required_config:
- targets
Sequence[Get
Scc Rule Required Config All If Required Config All Required Config All Target] - (List) The rule target. Nested schema for target:
- required
Configs List<Property Map> - (List) The required configurations. Nested schema for required_config:
- targets List<Property Map>
- (List) The rule target. Nested schema for target:
GetSccRuleRequiredConfigAllIfRequiredConfigAllRequiredConfigAllIf
- Required
Configs List<GetScc Rule Required Config All If Required Config All Required Config All If Required Config> - (List) The required configurations. Nested schema for required_config:
- Targets
List<Get
Scc Rule Required Config All If Required Config All Required Config All If Target> - (List) The rule target. Nested schema for target:
- Required
Configs []GetScc Rule Required Config All If Required Config All Required Config All If Required Config - (List) The required configurations. Nested schema for required_config:
- Targets
[]Get
Scc Rule Required Config All If Required Config All Required Config All If Target - (List) The rule target. Nested schema for target:
- required
Configs List<GetScc Rule Required Config All If Required Config All Required Config All If Required Config> - (List) The required configurations. Nested schema for required_config:
- targets
List<Get
Scc Rule Required Config All If Required Config All Required Config All If Target> - (List) The rule target. Nested schema for target:
- required
Configs GetScc Rule Required Config All If Required Config All Required Config All If Required Config[] - (List) The required configurations. Nested schema for required_config:
- targets
Get
Scc Rule Required Config All If Required Config All Required Config All If Target[] - (List) The rule target. Nested schema for target:
- required_
configs Sequence[GetScc Rule Required Config All If Required Config All Required Config All If Required Config] - (List) The required configurations. Nested schema for required_config:
- targets
Sequence[Get
Scc Rule Required Config All If Required Config All Required Config All If Target] - (List) The rule target. Nested schema for target:
- required
Configs List<Property Map> - (List) The required configurations. Nested schema for required_config:
- targets List<Property Map>
- (List) The rule target. Nested schema for target:
GetSccRuleRequiredConfigAllIfRequiredConfigAllRequiredConfigAllIfRequiredConfig
- Description string
- (String) The required config description.
- Constraints: The maximum length is
512
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Operator string
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- Property string
- (String) The property.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Value string
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Description string
- (String) The required config description.
- Constraints: The maximum length is
512
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Operator string
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- Property string
- (String) The property.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Value string
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- description String
- (String) The required config description.
- Constraints: The maximum length is
512
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- operator String
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- property String
- (String) The property.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- value String
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- description string
- (String) The required config description.
- Constraints: The maximum length is
512
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- operator string
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- property string
- (String) The property.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- value string
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- description str
- (String) The required config description.
- Constraints: The maximum length is
512
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- operator str
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- property str
- (String) The property.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- value str
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- description String
- (String) The required config description.
- Constraints: The maximum length is
512
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- operator String
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- property String
- (String) The property.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- value String
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
GetSccRuleRequiredConfigAllIfRequiredConfigAllRequiredConfigAllIfTarget
- Additional
Target List<GetAttributes Scc Rule Required Config All If Required Config All Required Config All If Target Additional Target Attribute> - (List) The list of targets supported properties.
- Constraints: The maximum length is
99999
items. The minimum length is0
items. Nested schema for additional_target_attributes:
- Constraints: The maximum length is
- Reference
Name string - Resource
Kind string - (String) The target resource kind.
- Constraints: The maximum length is
99999
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Service
Display stringName - (String) The display name of the target service.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Service
Name string - (String) The target service name.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Additional
Target []GetAttributes Scc Rule Required Config All If Required Config All Required Config All If Target Additional Target Attribute - (List) The list of targets supported properties.
- Constraints: The maximum length is
99999
items. The minimum length is0
items. Nested schema for additional_target_attributes:
- Constraints: The maximum length is
- Reference
Name string - Resource
Kind string - (String) The target resource kind.
- Constraints: The maximum length is
99999
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Service
Display stringName - (String) The display name of the target service.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Service
Name string - (String) The target service name.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- additional
Target List<GetAttributes Scc Rule Required Config All If Required Config All Required Config All If Target Additional Target Attribute> - (List) The list of targets supported properties.
- Constraints: The maximum length is
99999
items. The minimum length is0
items. Nested schema for additional_target_attributes:
- Constraints: The maximum length is
- reference
Name String - resource
Kind String - (String) The target resource kind.
- Constraints: The maximum length is
99999
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- service
Display StringName - (String) The display name of the target service.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- service
Name String - (String) The target service name.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- additional
Target GetAttributes Scc Rule Required Config All If Required Config All Required Config All If Target Additional Target Attribute[] - (List) The list of targets supported properties.
- Constraints: The maximum length is
99999
items. The minimum length is0
items. Nested schema for additional_target_attributes:
- Constraints: The maximum length is
- reference
Name string - resource
Kind string - (String) The target resource kind.
- Constraints: The maximum length is
99999
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- service
Display stringName - (String) The display name of the target service.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- service
Name string - (String) The target service name.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- additional_
target_ Sequence[Getattributes Scc Rule Required Config All If Required Config All Required Config All If Target Additional Target Attribute] - (List) The list of targets supported properties.
- Constraints: The maximum length is
99999
items. The minimum length is0
items. Nested schema for additional_target_attributes:
- Constraints: The maximum length is
- reference_
name str - resource_
kind str - (String) The target resource kind.
- Constraints: The maximum length is
99999
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- service_
display_ strname - (String) The display name of the target service.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- service_
name str - (String) The target service name.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- additional
Target List<Property Map>Attributes - (List) The list of targets supported properties.
- Constraints: The maximum length is
99999
items. The minimum length is0
items. Nested schema for additional_target_attributes:
- Constraints: The maximum length is
- reference
Name String - resource
Kind String - (String) The target resource kind.
- Constraints: The maximum length is
99999
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- service
Display StringName - (String) The display name of the target service.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- service
Name String - (String) The target service name.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
GetSccRuleRequiredConfigAllIfRequiredConfigAllRequiredConfigAllIfTargetAdditionalTargetAttribute
- Name string
- (String) The additional target attribute name.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Operator string
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- Value string
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Name string
- (String) The additional target attribute name.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Operator string
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- Value string
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- name String
- (String) The additional target attribute name.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- operator String
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- value String
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- name string
- (String) The additional target attribute name.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- operator string
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- value string
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- name str
- (String) The additional target attribute name.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- operator str
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- value str
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- name String
- (String) The additional target attribute name.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- operator String
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- value String
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
GetSccRuleRequiredConfigAllIfRequiredConfigAllRequiredConfigAllRequiredConfig
- Description string
- (String) The required config description.
- Constraints: The maximum length is
512
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Operator string
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- Property string
- (String) The property.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Value string
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Description string
- (String) The required config description.
- Constraints: The maximum length is
512
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Operator string
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- Property string
- (String) The property.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Value string
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- description String
- (String) The required config description.
- Constraints: The maximum length is
512
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- operator String
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- property String
- (String) The property.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- value String
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- description string
- (String) The required config description.
- Constraints: The maximum length is
512
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- operator string
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- property string
- (String) The property.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- value string
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- description str
- (String) The required config description.
- Constraints: The maximum length is
512
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- operator str
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- property str
- (String) The property.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- value str
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- description String
- (String) The required config description.
- Constraints: The maximum length is
512
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- operator String
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- property String
- (String) The property.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- value String
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
GetSccRuleRequiredConfigAllIfRequiredConfigAllRequiredConfigAllTarget
- Additional
Target List<GetAttributes Scc Rule Required Config All If Required Config All Required Config All Target Additional Target Attribute> - (List) The list of targets supported properties.
- Constraints: The maximum length is
99999
items. The minimum length is0
items. Nested schema for additional_target_attributes:
- Constraints: The maximum length is
- Reference
Name string - Resource
Kind string - (String) The target resource kind.
- Constraints: The maximum length is
99999
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Service
Display stringName - (String) The display name of the target service.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Service
Name string - (String) The target service name.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Additional
Target []GetAttributes Scc Rule Required Config All If Required Config All Required Config All Target Additional Target Attribute - (List) The list of targets supported properties.
- Constraints: The maximum length is
99999
items. The minimum length is0
items. Nested schema for additional_target_attributes:
- Constraints: The maximum length is
- Reference
Name string - Resource
Kind string - (String) The target resource kind.
- Constraints: The maximum length is
99999
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Service
Display stringName - (String) The display name of the target service.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Service
Name string - (String) The target service name.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- additional
Target List<GetAttributes Scc Rule Required Config All If Required Config All Required Config All Target Additional Target Attribute> - (List) The list of targets supported properties.
- Constraints: The maximum length is
99999
items. The minimum length is0
items. Nested schema for additional_target_attributes:
- Constraints: The maximum length is
- reference
Name String - resource
Kind String - (String) The target resource kind.
- Constraints: The maximum length is
99999
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- service
Display StringName - (String) The display name of the target service.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- service
Name String - (String) The target service name.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- additional
Target GetAttributes Scc Rule Required Config All If Required Config All Required Config All Target Additional Target Attribute[] - (List) The list of targets supported properties.
- Constraints: The maximum length is
99999
items. The minimum length is0
items. Nested schema for additional_target_attributes:
- Constraints: The maximum length is
- reference
Name string - resource
Kind string - (String) The target resource kind.
- Constraints: The maximum length is
99999
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- service
Display stringName - (String) The display name of the target service.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- service
Name string - (String) The target service name.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- additional_
target_ Sequence[Getattributes Scc Rule Required Config All If Required Config All Required Config All Target Additional Target Attribute] - (List) The list of targets supported properties.
- Constraints: The maximum length is
99999
items. The minimum length is0
items. Nested schema for additional_target_attributes:
- Constraints: The maximum length is
- reference_
name str - resource_
kind str - (String) The target resource kind.
- Constraints: The maximum length is
99999
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- service_
display_ strname - (String) The display name of the target service.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- service_
name str - (String) The target service name.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- additional
Target List<Property Map>Attributes - (List) The list of targets supported properties.
- Constraints: The maximum length is
99999
items. The minimum length is0
items. Nested schema for additional_target_attributes:
- Constraints: The maximum length is
- reference
Name String - resource
Kind String - (String) The target resource kind.
- Constraints: The maximum length is
99999
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- service
Display StringName - (String) The display name of the target service.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- service
Name String - (String) The target service name.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
GetSccRuleRequiredConfigAllIfRequiredConfigAllRequiredConfigAllTargetAdditionalTargetAttribute
- Name string
- (String) The additional target attribute name.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Operator string
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- Value string
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Name string
- (String) The additional target attribute name.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Operator string
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- Value string
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- name String
- (String) The additional target attribute name.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- operator String
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- value String
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- name string
- (String) The additional target attribute name.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- operator string
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- value string
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- name str
- (String) The additional target attribute name.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- operator str
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- value str
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- name String
- (String) The additional target attribute name.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- operator String
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- value String
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
GetSccRuleRequiredConfigAllIfRequiredConfigAllRequiredConfigAnd
- All
Ifs List<GetScc Rule Required Config All If Required Config All Required Config And All If> - Alls
List<Get
Scc Rule Required Config All If Required Config All Required Config And All> - Ands
List<Get
Scc Rule Required Config All If Required Config All Required Config And And> - (List) The
AND
required configurations.- Constraints: The maximum length is
64
items. The minimum length is1
item. Nested schema for and:
- Constraints: The maximum length is
- Anies
List<Get
Scc Rule Required Config All If Required Config All Required Config And Any> - Any
Ifs List<GetScc Rule Required Config All If Required Config All Required Config And Any If> - Description string
- (String) The required config description.
- Constraints: The maximum length is
512
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Operator string
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- Ors
List<Get
Scc Rule Required Config All If Required Config All Required Config And Or> - (List) The
OR
required configurations.- Constraints: The maximum length is
64
items. The minimum length is1
item. Nested schema for or:
- Constraints: The maximum length is
- Property string
- (String) The property.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Value string
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- All
Ifs []GetScc Rule Required Config All If Required Config All Required Config And All If - Alls
[]Get
Scc Rule Required Config All If Required Config All Required Config And All - Ands
[]Get
Scc Rule Required Config All If Required Config All Required Config And And - (List) The
AND
required configurations.- Constraints: The maximum length is
64
items. The minimum length is1
item. Nested schema for and:
- Constraints: The maximum length is
- Anies
[]Get
Scc Rule Required Config All If Required Config All Required Config And Any - Any
Ifs []GetScc Rule Required Config All If Required Config All Required Config And Any If - Description string
- (String) The required config description.
- Constraints: The maximum length is
512
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Operator string
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- Ors
[]Get
Scc Rule Required Config All If Required Config All Required Config And Or - (List) The
OR
required configurations.- Constraints: The maximum length is
64
items. The minimum length is1
item. Nested schema for or:
- Constraints: The maximum length is
- Property string
- (String) The property.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Value string
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- all
Ifs List<GetScc Rule Required Config All If Required Config All Required Config And All If> - alls
List<Get
Scc Rule Required Config All If Required Config All Required Config And All> - ands
List<Get
Scc Rule Required Config All If Required Config All Required Config And And> - (List) The
AND
required configurations.- Constraints: The maximum length is
64
items. The minimum length is1
item. Nested schema for and:
- Constraints: The maximum length is
- anies
List<Get
Scc Rule Required Config All If Required Config All Required Config And Any> - any
Ifs List<GetScc Rule Required Config All If Required Config All Required Config And Any If> - description String
- (String) The required config description.
- Constraints: The maximum length is
512
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- operator String
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- ors
List<Get
Scc Rule Required Config All If Required Config All Required Config And Or> - (List) The
OR
required configurations.- Constraints: The maximum length is
64
items. The minimum length is1
item. Nested schema for or:
- Constraints: The maximum length is
- property String
- (String) The property.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- value String
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- all
Ifs GetScc Rule Required Config All If Required Config All Required Config And All If[] - alls
Get
Scc Rule Required Config All If Required Config All Required Config And All[] - ands
Get
Scc Rule Required Config All If Required Config All Required Config And And[] - (List) The
AND
required configurations.- Constraints: The maximum length is
64
items. The minimum length is1
item. Nested schema for and:
- Constraints: The maximum length is
- anies
Get
Scc Rule Required Config All If Required Config All Required Config And Any[] - any
Ifs GetScc Rule Required Config All If Required Config All Required Config And Any If[] - description string
- (String) The required config description.
- Constraints: The maximum length is
512
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- operator string
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- ors
Get
Scc Rule Required Config All If Required Config All Required Config And Or[] - (List) The
OR
required configurations.- Constraints: The maximum length is
64
items. The minimum length is1
item. Nested schema for or:
- Constraints: The maximum length is
- property string
- (String) The property.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- value string
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- all_
ifs Sequence[GetScc Rule Required Config All If Required Config All Required Config And All If] - alls
Sequence[Get
Scc Rule Required Config All If Required Config All Required Config And All] - ands
Sequence[Get
Scc Rule Required Config All If Required Config All Required Config And And] - (List) The
AND
required configurations.- Constraints: The maximum length is
64
items. The minimum length is1
item. Nested schema for and:
- Constraints: The maximum length is
- anies
Sequence[Get
Scc Rule Required Config All If Required Config All Required Config And Any] - any_
ifs Sequence[GetScc Rule Required Config All If Required Config All Required Config And Any If] - description str
- (String) The required config description.
- Constraints: The maximum length is
512
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- operator str
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- ors
Sequence[Get
Scc Rule Required Config All If Required Config All Required Config And Or] - (List) The
OR
required configurations.- Constraints: The maximum length is
64
items. The minimum length is1
item. Nested schema for or:
- Constraints: The maximum length is
- property str
- (String) The property.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- value str
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- all
Ifs List<Property Map> - alls List<Property Map>
- ands List<Property Map>
- (List) The
AND
required configurations.- Constraints: The maximum length is
64
items. The minimum length is1
item. Nested schema for and:
- Constraints: The maximum length is
- anies List<Property Map>
- any
Ifs List<Property Map> - description String
- (String) The required config description.
- Constraints: The maximum length is
512
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- operator String
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- ors List<Property Map>
- (List) The
OR
required configurations.- Constraints: The maximum length is
64
items. The minimum length is1
item. Nested schema for or:
- Constraints: The maximum length is
- property String
- (String) The property.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- value String
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
GetSccRuleRequiredConfigAllIfRequiredConfigAllRequiredConfigAndAll
- Required
Configs List<GetScc Rule Required Config All If Required Config All Required Config And All Required Config> - (List) The required configurations. Nested schema for required_config:
- Targets
List<Get
Scc Rule Required Config All If Required Config All Required Config And All Target> - (List) The rule target. Nested schema for target:
- Required
Configs []GetScc Rule Required Config All If Required Config All Required Config And All Required Config - (List) The required configurations. Nested schema for required_config:
- Targets
[]Get
Scc Rule Required Config All If Required Config All Required Config And All Target - (List) The rule target. Nested schema for target:
- required
Configs List<GetScc Rule Required Config All If Required Config All Required Config And All Required Config> - (List) The required configurations. Nested schema for required_config:
- targets
List<Get
Scc Rule Required Config All If Required Config All Required Config And All Target> - (List) The rule target. Nested schema for target:
- required
Configs GetScc Rule Required Config All If Required Config All Required Config And All Required Config[] - (List) The required configurations. Nested schema for required_config:
- targets
Get
Scc Rule Required Config All If Required Config All Required Config And All Target[] - (List) The rule target. Nested schema for target:
- required_
configs Sequence[GetScc Rule Required Config All If Required Config All Required Config And All Required Config] - (List) The required configurations. Nested schema for required_config:
- targets
Sequence[Get
Scc Rule Required Config All If Required Config All Required Config And All Target] - (List) The rule target. Nested schema for target:
- required
Configs List<Property Map> - (List) The required configurations. Nested schema for required_config:
- targets List<Property Map>
- (List) The rule target. Nested schema for target:
GetSccRuleRequiredConfigAllIfRequiredConfigAllRequiredConfigAndAllIf
- Required
Configs List<GetScc Rule Required Config All If Required Config All Required Config And All If Required Config> - (List) The required configurations. Nested schema for required_config:
- Targets
List<Get
Scc Rule Required Config All If Required Config All Required Config And All If Target> - (List) The rule target. Nested schema for target:
- Required
Configs []GetScc Rule Required Config All If Required Config All Required Config And All If Required Config - (List) The required configurations. Nested schema for required_config:
- Targets
[]Get
Scc Rule Required Config All If Required Config All Required Config And All If Target - (List) The rule target. Nested schema for target:
- required
Configs List<GetScc Rule Required Config All If Required Config All Required Config And All If Required Config> - (List) The required configurations. Nested schema for required_config:
- targets
List<Get
Scc Rule Required Config All If Required Config All Required Config And All If Target> - (List) The rule target. Nested schema for target:
- required
Configs GetScc Rule Required Config All If Required Config All Required Config And All If Required Config[] - (List) The required configurations. Nested schema for required_config:
- targets
Get
Scc Rule Required Config All If Required Config All Required Config And All If Target[] - (List) The rule target. Nested schema for target:
- required_
configs Sequence[GetScc Rule Required Config All If Required Config All Required Config And All If Required Config] - (List) The required configurations. Nested schema for required_config:
- targets
Sequence[Get
Scc Rule Required Config All If Required Config All Required Config And All If Target] - (List) The rule target. Nested schema for target:
- required
Configs List<Property Map> - (List) The required configurations. Nested schema for required_config:
- targets List<Property Map>
- (List) The rule target. Nested schema for target:
GetSccRuleRequiredConfigAllIfRequiredConfigAllRequiredConfigAndAllIfRequiredConfig
- Description string
- (String) The required config description.
- Constraints: The maximum length is
512
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Operator string
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- Property string
- (String) The property.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Value string
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Description string
- (String) The required config description.
- Constraints: The maximum length is
512
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Operator string
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- Property string
- (String) The property.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Value string
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- description String
- (String) The required config description.
- Constraints: The maximum length is
512
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- operator String
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- property String
- (String) The property.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- value String
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- description string
- (String) The required config description.
- Constraints: The maximum length is
512
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- operator string
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- property string
- (String) The property.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- value string
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- description str
- (String) The required config description.
- Constraints: The maximum length is
512
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- operator str
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- property str
- (String) The property.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- value str
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- description String
- (String) The required config description.
- Constraints: The maximum length is
512
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- operator String
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- property String
- (String) The property.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- value String
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
GetSccRuleRequiredConfigAllIfRequiredConfigAllRequiredConfigAndAllIfTarget
- Additional
Target List<GetAttributes Scc Rule Required Config All If Required Config All Required Config And All If Target Additional Target Attribute> - (List) The list of targets supported properties.
- Constraints: The maximum length is
99999
items. The minimum length is0
items. Nested schema for additional_target_attributes:
- Constraints: The maximum length is
- Reference
Name string - Resource
Kind string - (String) The target resource kind.
- Constraints: The maximum length is
99999
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Service
Display stringName - (String) The display name of the target service.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Service
Name string - (String) The target service name.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Additional
Target []GetAttributes Scc Rule Required Config All If Required Config All Required Config And All If Target Additional Target Attribute - (List) The list of targets supported properties.
- Constraints: The maximum length is
99999
items. The minimum length is0
items. Nested schema for additional_target_attributes:
- Constraints: The maximum length is
- Reference
Name string - Resource
Kind string - (String) The target resource kind.
- Constraints: The maximum length is
99999
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Service
Display stringName - (String) The display name of the target service.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Service
Name string - (String) The target service name.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- additional
Target List<GetAttributes Scc Rule Required Config All If Required Config All Required Config And All If Target Additional Target Attribute> - (List) The list of targets supported properties.
- Constraints: The maximum length is
99999
items. The minimum length is0
items. Nested schema for additional_target_attributes:
- Constraints: The maximum length is
- reference
Name String - resource
Kind String - (String) The target resource kind.
- Constraints: The maximum length is
99999
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- service
Display StringName - (String) The display name of the target service.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- service
Name String - (String) The target service name.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- additional
Target GetAttributes Scc Rule Required Config All If Required Config All Required Config And All If Target Additional Target Attribute[] - (List) The list of targets supported properties.
- Constraints: The maximum length is
99999
items. The minimum length is0
items. Nested schema for additional_target_attributes:
- Constraints: The maximum length is
- reference
Name string - resource
Kind string - (String) The target resource kind.
- Constraints: The maximum length is
99999
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- service
Display stringName - (String) The display name of the target service.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- service
Name string - (String) The target service name.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- additional_
target_ Sequence[Getattributes Scc Rule Required Config All If Required Config All Required Config And All If Target Additional Target Attribute] - (List) The list of targets supported properties.
- Constraints: The maximum length is
99999
items. The minimum length is0
items. Nested schema for additional_target_attributes:
- Constraints: The maximum length is
- reference_
name str - resource_
kind str - (String) The target resource kind.
- Constraints: The maximum length is
99999
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- service_
display_ strname - (String) The display name of the target service.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- service_
name str - (String) The target service name.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- additional
Target List<Property Map>Attributes - (List) The list of targets supported properties.
- Constraints: The maximum length is
99999
items. The minimum length is0
items. Nested schema for additional_target_attributes:
- Constraints: The maximum length is
- reference
Name String - resource
Kind String - (String) The target resource kind.
- Constraints: The maximum length is
99999
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- service
Display StringName - (String) The display name of the target service.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- service
Name String - (String) The target service name.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
GetSccRuleRequiredConfigAllIfRequiredConfigAllRequiredConfigAndAllIfTargetAdditionalTargetAttribute
- Name string
- (String) The additional target attribute name.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Operator string
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- Value string
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Name string
- (String) The additional target attribute name.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Operator string
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- Value string
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- name String
- (String) The additional target attribute name.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- operator String
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- value String
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- name string
- (String) The additional target attribute name.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- operator string
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- value string
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- name str
- (String) The additional target attribute name.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- operator str
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- value str
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- name String
- (String) The additional target attribute name.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- operator String
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- value String
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
GetSccRuleRequiredConfigAllIfRequiredConfigAllRequiredConfigAndAllRequiredConfig
- Description string
- (String) The required config description.
- Constraints: The maximum length is
512
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Operator string
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- Property string
- (String) The property.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Value string
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Description string
- (String) The required config description.
- Constraints: The maximum length is
512
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Operator string
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- Property string
- (String) The property.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Value string
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- description String
- (String) The required config description.
- Constraints: The maximum length is
512
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- operator String
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- property String
- (String) The property.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- value String
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- description string
- (String) The required config description.
- Constraints: The maximum length is
512
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- operator string
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- property string
- (String) The property.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- value string
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- description str
- (String) The required config description.
- Constraints: The maximum length is
512
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- operator str
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- property str
- (String) The property.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- value str
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- description String
- (String) The required config description.
- Constraints: The maximum length is
512
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- operator String
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- property String
- (String) The property.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- value String
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
GetSccRuleRequiredConfigAllIfRequiredConfigAllRequiredConfigAndAllTarget
- Additional
Target List<GetAttributes Scc Rule Required Config All If Required Config All Required Config And All Target Additional Target Attribute> - (List) The list of targets supported properties.
- Constraints: The maximum length is
99999
items. The minimum length is0
items. Nested schema for additional_target_attributes:
- Constraints: The maximum length is
- Reference
Name string - Resource
Kind string - (String) The target resource kind.
- Constraints: The maximum length is
99999
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Service
Display stringName - (String) The display name of the target service.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Service
Name string - (String) The target service name.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Additional
Target []GetAttributes Scc Rule Required Config All If Required Config All Required Config And All Target Additional Target Attribute - (List) The list of targets supported properties.
- Constraints: The maximum length is
99999
items. The minimum length is0
items. Nested schema for additional_target_attributes:
- Constraints: The maximum length is
- Reference
Name string - Resource
Kind string - (String) The target resource kind.
- Constraints: The maximum length is
99999
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Service
Display stringName - (String) The display name of the target service.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Service
Name string - (String) The target service name.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- additional
Target List<GetAttributes Scc Rule Required Config All If Required Config All Required Config And All Target Additional Target Attribute> - (List) The list of targets supported properties.
- Constraints: The maximum length is
99999
items. The minimum length is0
items. Nested schema for additional_target_attributes:
- Constraints: The maximum length is
- reference
Name String - resource
Kind String - (String) The target resource kind.
- Constraints: The maximum length is
99999
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- service
Display StringName - (String) The display name of the target service.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- service
Name String - (String) The target service name.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- additional
Target GetAttributes Scc Rule Required Config All If Required Config All Required Config And All Target Additional Target Attribute[] - (List) The list of targets supported properties.
- Constraints: The maximum length is
99999
items. The minimum length is0
items. Nested schema for additional_target_attributes:
- Constraints: The maximum length is
- reference
Name string - resource
Kind string - (String) The target resource kind.
- Constraints: The maximum length is
99999
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- service
Display stringName - (String) The display name of the target service.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- service
Name string - (String) The target service name.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- additional_
target_ Sequence[Getattributes Scc Rule Required Config All If Required Config All Required Config And All Target Additional Target Attribute] - (List) The list of targets supported properties.
- Constraints: The maximum length is
99999
items. The minimum length is0
items. Nested schema for additional_target_attributes:
- Constraints: The maximum length is
- reference_
name str - resource_
kind str - (String) The target resource kind.
- Constraints: The maximum length is
99999
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- service_
display_ strname - (String) The display name of the target service.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- service_
name str - (String) The target service name.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- additional
Target List<Property Map>Attributes - (List) The list of targets supported properties.
- Constraints: The maximum length is
99999
items. The minimum length is0
items. Nested schema for additional_target_attributes:
- Constraints: The maximum length is
- reference
Name String - resource
Kind String - (String) The target resource kind.
- Constraints: The maximum length is
99999
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- service
Display StringName - (String) The display name of the target service.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- service
Name String - (String) The target service name.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
GetSccRuleRequiredConfigAllIfRequiredConfigAllRequiredConfigAndAllTargetAdditionalTargetAttribute
- Name string
- (String) The additional target attribute name.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Operator string
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- Value string
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Name string
- (String) The additional target attribute name.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Operator string
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- Value string
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- name String
- (String) The additional target attribute name.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- operator String
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- value String
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- name string
- (String) The additional target attribute name.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- operator string
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- value string
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- name str
- (String) The additional target attribute name.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- operator str
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- value str
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- name String
- (String) The additional target attribute name.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- operator String
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- value String
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
GetSccRuleRequiredConfigAllIfRequiredConfigAllRequiredConfigAndAnd
- Description string
- (String) The required config description.
- Constraints: The maximum length is
512
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Operator string
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- Property string
- (String) The property.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Value string
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Description string
- (String) The required config description.
- Constraints: The maximum length is
512
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Operator string
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- Property string
- (String) The property.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Value string
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- description String
- (String) The required config description.
- Constraints: The maximum length is
512
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- operator String
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- property String
- (String) The property.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- value String
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- description string
- (String) The required config description.
- Constraints: The maximum length is
512
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- operator string
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- property string
- (String) The property.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- value string
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- description str
- (String) The required config description.
- Constraints: The maximum length is
512
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- operator str
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- property str
- (String) The property.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- value str
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- description String
- (String) The required config description.
- Constraints: The maximum length is
512
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- operator String
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- property String
- (String) The property.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- value String
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
GetSccRuleRequiredConfigAllIfRequiredConfigAllRequiredConfigAndAny
- Required
Configs List<GetScc Rule Required Config All If Required Config All Required Config And Any Required Config> - (List) The required configurations. Nested schema for required_config:
- Targets
List<Get
Scc Rule Required Config All If Required Config All Required Config And Any Target> - (List) The rule target. Nested schema for target:
- Required
Configs []GetScc Rule Required Config All If Required Config All Required Config And Any Required Config - (List) The required configurations. Nested schema for required_config:
- Targets
[]Get
Scc Rule Required Config All If Required Config All Required Config And Any Target - (List) The rule target. Nested schema for target:
- required
Configs List<GetScc Rule Required Config All If Required Config All Required Config And Any Required Config> - (List) The required configurations. Nested schema for required_config:
- targets
List<Get
Scc Rule Required Config All If Required Config All Required Config And Any Target> - (List) The rule target. Nested schema for target:
- required
Configs GetScc Rule Required Config All If Required Config All Required Config And Any Required Config[] - (List) The required configurations. Nested schema for required_config:
- targets
Get
Scc Rule Required Config All If Required Config All Required Config And Any Target[] - (List) The rule target. Nested schema for target:
- required_
configs Sequence[GetScc Rule Required Config All If Required Config All Required Config And Any Required Config] - (List) The required configurations. Nested schema for required_config:
- targets
Sequence[Get
Scc Rule Required Config All If Required Config All Required Config And Any Target] - (List) The rule target. Nested schema for target:
- required
Configs List<Property Map> - (List) The required configurations. Nested schema for required_config:
- targets List<Property Map>
- (List) The rule target. Nested schema for target:
GetSccRuleRequiredConfigAllIfRequiredConfigAllRequiredConfigAndAnyIf
- Required
Configs List<GetScc Rule Required Config All If Required Config All Required Config And Any If Required Config> - (List) The required configurations. Nested schema for required_config:
- Targets
List<Get
Scc Rule Required Config All If Required Config All Required Config And Any If Target> - (List) The rule target. Nested schema for target:
- Required
Configs []GetScc Rule Required Config All If Required Config All Required Config And Any If Required Config - (List) The required configurations. Nested schema for required_config:
- Targets
[]Get
Scc Rule Required Config All If Required Config All Required Config And Any If Target - (List) The rule target. Nested schema for target:
- required
Configs List<GetScc Rule Required Config All If Required Config All Required Config And Any If Required Config> - (List) The required configurations. Nested schema for required_config:
- targets
List<Get
Scc Rule Required Config All If Required Config All Required Config And Any If Target> - (List) The rule target. Nested schema for target:
- required
Configs GetScc Rule Required Config All If Required Config All Required Config And Any If Required Config[] - (List) The required configurations. Nested schema for required_config:
- targets
Get
Scc Rule Required Config All If Required Config All Required Config And Any If Target[] - (List) The rule target. Nested schema for target:
- required_
configs Sequence[GetScc Rule Required Config All If Required Config All Required Config And Any If Required Config] - (List) The required configurations. Nested schema for required_config:
- targets
Sequence[Get
Scc Rule Required Config All If Required Config All Required Config And Any If Target] - (List) The rule target. Nested schema for target:
- required
Configs List<Property Map> - (List) The required configurations. Nested schema for required_config:
- targets List<Property Map>
- (List) The rule target. Nested schema for target:
GetSccRuleRequiredConfigAllIfRequiredConfigAllRequiredConfigAndAnyIfRequiredConfig
- Description string
- (String) The required config description.
- Constraints: The maximum length is
512
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Operator string
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- Property string
- (String) The property.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Value string
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Description string
- (String) The required config description.
- Constraints: The maximum length is
512
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Operator string
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- Property string
- (String) The property.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Value string
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- description String
- (String) The required config description.
- Constraints: The maximum length is
512
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- operator String
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- property String
- (String) The property.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- value String
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- description string
- (String) The required config description.
- Constraints: The maximum length is
512
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- operator string
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- property string
- (String) The property.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- value string
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- description str
- (String) The required config description.
- Constraints: The maximum length is
512
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- operator str
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- property str
- (String) The property.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- value str
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- description String
- (String) The required config description.
- Constraints: The maximum length is
512
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- operator String
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- property String
- (String) The property.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- value String
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
GetSccRuleRequiredConfigAllIfRequiredConfigAllRequiredConfigAndAnyIfTarget
- Additional
Target List<GetAttributes Scc Rule Required Config All If Required Config All Required Config And Any If Target Additional Target Attribute> - (List) The list of targets supported properties.
- Constraints: The maximum length is
99999
items. The minimum length is0
items. Nested schema for additional_target_attributes:
- Constraints: The maximum length is
- Reference
Name string - Resource
Kind string - (String) The target resource kind.
- Constraints: The maximum length is
99999
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Service
Display stringName - (String) The display name of the target service.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Service
Name string - (String) The target service name.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Additional
Target []GetAttributes Scc Rule Required Config All If Required Config All Required Config And Any If Target Additional Target Attribute - (List) The list of targets supported properties.
- Constraints: The maximum length is
99999
items. The minimum length is0
items. Nested schema for additional_target_attributes:
- Constraints: The maximum length is
- Reference
Name string - Resource
Kind string - (String) The target resource kind.
- Constraints: The maximum length is
99999
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Service
Display stringName - (String) The display name of the target service.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Service
Name string - (String) The target service name.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- additional
Target List<GetAttributes Scc Rule Required Config All If Required Config All Required Config And Any If Target Additional Target Attribute> - (List) The list of targets supported properties.
- Constraints: The maximum length is
99999
items. The minimum length is0
items. Nested schema for additional_target_attributes:
- Constraints: The maximum length is
- reference
Name String - resource
Kind String - (String) The target resource kind.
- Constraints: The maximum length is
99999
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- service
Display StringName - (String) The display name of the target service.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- service
Name String - (String) The target service name.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- additional
Target GetAttributes Scc Rule Required Config All If Required Config All Required Config And Any If Target Additional Target Attribute[] - (List) The list of targets supported properties.
- Constraints: The maximum length is
99999
items. The minimum length is0
items. Nested schema for additional_target_attributes:
- Constraints: The maximum length is
- reference
Name string - resource
Kind string - (String) The target resource kind.
- Constraints: The maximum length is
99999
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- service
Display stringName - (String) The display name of the target service.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- service
Name string - (String) The target service name.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- additional_
target_ Sequence[Getattributes Scc Rule Required Config All If Required Config All Required Config And Any If Target Additional Target Attribute] - (List) The list of targets supported properties.
- Constraints: The maximum length is
99999
items. The minimum length is0
items. Nested schema for additional_target_attributes:
- Constraints: The maximum length is
- reference_
name str - resource_
kind str - (String) The target resource kind.
- Constraints: The maximum length is
99999
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- service_
display_ strname - (String) The display name of the target service.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- service_
name str - (String) The target service name.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- additional
Target List<Property Map>Attributes - (List) The list of targets supported properties.
- Constraints: The maximum length is
99999
items. The minimum length is0
items. Nested schema for additional_target_attributes:
- Constraints: The maximum length is
- reference
Name String - resource
Kind String - (String) The target resource kind.
- Constraints: The maximum length is
99999
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- service
Display StringName - (String) The display name of the target service.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- service
Name String - (String) The target service name.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
GetSccRuleRequiredConfigAllIfRequiredConfigAllRequiredConfigAndAnyIfTargetAdditionalTargetAttribute
- Name string
- (String) The additional target attribute name.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Operator string
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- Value string
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Name string
- (String) The additional target attribute name.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Operator string
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- Value string
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- name String
- (String) The additional target attribute name.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- operator String
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- value String
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- name string
- (String) The additional target attribute name.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- operator string
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- value string
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- name str
- (String) The additional target attribute name.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- operator str
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- value str
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- name String
- (String) The additional target attribute name.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- operator String
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- value String
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
GetSccRuleRequiredConfigAllIfRequiredConfigAllRequiredConfigAndAnyRequiredConfig
- Description string
- (String) The required config description.
- Constraints: The maximum length is
512
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Operator string
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- Property string
- (String) The property.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Value string
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Description string
- (String) The required config description.
- Constraints: The maximum length is
512
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Operator string
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- Property string
- (String) The property.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Value string
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- description String
- (String) The required config description.
- Constraints: The maximum length is
512
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- operator String
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- property String
- (String) The property.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- value String
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- description string
- (String) The required config description.
- Constraints: The maximum length is
512
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- operator string
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- property string
- (String) The property.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- value string
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- description str
- (String) The required config description.
- Constraints: The maximum length is
512
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- operator str
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- property str
- (String) The property.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- value str
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- description String
- (String) The required config description.
- Constraints: The maximum length is
512
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- operator String
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- property String
- (String) The property.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- value String
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
GetSccRuleRequiredConfigAllIfRequiredConfigAllRequiredConfigAndAnyTarget
- Additional
Target List<GetAttributes Scc Rule Required Config All If Required Config All Required Config And Any Target Additional Target Attribute> - (List) The list of targets supported properties.
- Constraints: The maximum length is
99999
items. The minimum length is0
items. Nested schema for additional_target_attributes:
- Constraints: The maximum length is
- Reference
Name string - Resource
Kind string - (String) The target resource kind.
- Constraints: The maximum length is
99999
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Service
Display stringName - (String) The display name of the target service.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Service
Name string - (String) The target service name.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Additional
Target []GetAttributes Scc Rule Required Config All If Required Config All Required Config And Any Target Additional Target Attribute - (List) The list of targets supported properties.
- Constraints: The maximum length is
99999
items. The minimum length is0
items. Nested schema for additional_target_attributes:
- Constraints: The maximum length is
- Reference
Name string - Resource
Kind string - (String) The target resource kind.
- Constraints: The maximum length is
99999
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Service
Display stringName - (String) The display name of the target service.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Service
Name string - (String) The target service name.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- additional
Target List<GetAttributes Scc Rule Required Config All If Required Config All Required Config And Any Target Additional Target Attribute> - (List) The list of targets supported properties.
- Constraints: The maximum length is
99999
items. The minimum length is0
items. Nested schema for additional_target_attributes:
- Constraints: The maximum length is
- reference
Name String - resource
Kind String - (String) The target resource kind.
- Constraints: The maximum length is
99999
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- service
Display StringName - (String) The display name of the target service.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- service
Name String - (String) The target service name.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- additional
Target GetAttributes Scc Rule Required Config All If Required Config All Required Config And Any Target Additional Target Attribute[] - (List) The list of targets supported properties.
- Constraints: The maximum length is
99999
items. The minimum length is0
items. Nested schema for additional_target_attributes:
- Constraints: The maximum length is
- reference
Name string - resource
Kind string - (String) The target resource kind.
- Constraints: The maximum length is
99999
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- service
Display stringName - (String) The display name of the target service.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- service
Name string - (String) The target service name.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- additional_
target_ Sequence[Getattributes Scc Rule Required Config All If Required Config All Required Config And Any Target Additional Target Attribute] - (List) The list of targets supported properties.
- Constraints: The maximum length is
99999
items. The minimum length is0
items. Nested schema for additional_target_attributes:
- Constraints: The maximum length is
- reference_
name str - resource_
kind str - (String) The target resource kind.
- Constraints: The maximum length is
99999
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- service_
display_ strname - (String) The display name of the target service.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- service_
name str - (String) The target service name.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- additional
Target List<Property Map>Attributes - (List) The list of targets supported properties.
- Constraints: The maximum length is
99999
items. The minimum length is0
items. Nested schema for additional_target_attributes:
- Constraints: The maximum length is
- reference
Name String - resource
Kind String - (String) The target resource kind.
- Constraints: The maximum length is
99999
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- service
Display StringName - (String) The display name of the target service.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- service
Name String - (String) The target service name.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
GetSccRuleRequiredConfigAllIfRequiredConfigAllRequiredConfigAndAnyTargetAdditionalTargetAttribute
- Name string
- (String) The additional target attribute name.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Operator string
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- Value string
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Name string
- (String) The additional target attribute name.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Operator string
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- Value string
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- name String
- (String) The additional target attribute name.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- operator String
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- value String
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- name string
- (String) The additional target attribute name.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- operator string
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- value string
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- name str
- (String) The additional target attribute name.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- operator str
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- value str
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- name String
- (String) The additional target attribute name.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- operator String
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- value String
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
GetSccRuleRequiredConfigAllIfRequiredConfigAllRequiredConfigAndOr
- Description string
- (String) The required config description.
- Constraints: The maximum length is
512
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Operator string
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- Property string
- (String) The property.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Value string
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Description string
- (String) The required config description.
- Constraints: The maximum length is
512
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Operator string
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- Property string
- (String) The property.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Value string
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- description String
- (String) The required config description.
- Constraints: The maximum length is
512
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- operator String
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- property String
- (String) The property.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- value String
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- description string
- (String) The required config description.
- Constraints: The maximum length is
512
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- operator string
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- property string
- (String) The property.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- value string
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- description str
- (String) The required config description.
- Constraints: The maximum length is
512
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- operator str
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- property str
- (String) The property.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- value str
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- description String
- (String) The required config description.
- Constraints: The maximum length is
512
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- operator String
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- property String
- (String) The property.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- value String
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
GetSccRuleRequiredConfigAllIfRequiredConfigAllRequiredConfigAny
- Required
Configs List<GetScc Rule Required Config All If Required Config All Required Config Any Required Config> - (List) The required configurations. Nested schema for required_config:
- Targets
List<Get
Scc Rule Required Config All If Required Config All Required Config Any Target> - (List) The rule target. Nested schema for target:
- Required
Configs []GetScc Rule Required Config All If Required Config All Required Config Any Required Config - (List) The required configurations. Nested schema for required_config:
- Targets
[]Get
Scc Rule Required Config All If Required Config All Required Config Any Target - (List) The rule target. Nested schema for target:
- required
Configs List<GetScc Rule Required Config All If Required Config All Required Config Any Required Config> - (List) The required configurations. Nested schema for required_config:
- targets
List<Get
Scc Rule Required Config All If Required Config All Required Config Any Target> - (List) The rule target. Nested schema for target:
- required
Configs GetScc Rule Required Config All If Required Config All Required Config Any Required Config[] - (List) The required configurations. Nested schema for required_config:
- targets
Get
Scc Rule Required Config All If Required Config All Required Config Any Target[] - (List) The rule target. Nested schema for target:
- required_
configs Sequence[GetScc Rule Required Config All If Required Config All Required Config Any Required Config] - (List) The required configurations. Nested schema for required_config:
- targets
Sequence[Get
Scc Rule Required Config All If Required Config All Required Config Any Target] - (List) The rule target. Nested schema for target:
- required
Configs List<Property Map> - (List) The required configurations. Nested schema for required_config:
- targets List<Property Map>
- (List) The rule target. Nested schema for target:
GetSccRuleRequiredConfigAllIfRequiredConfigAllRequiredConfigAnyIf
- Required
Configs List<GetScc Rule Required Config All If Required Config All Required Config Any If Required Config> - (List) The required configurations. Nested schema for required_config:
- Targets
List<Get
Scc Rule Required Config All If Required Config All Required Config Any If Target> - (List) The rule target. Nested schema for target:
- Required
Configs []GetScc Rule Required Config All If Required Config All Required Config Any If Required Config - (List) The required configurations. Nested schema for required_config:
- Targets
[]Get
Scc Rule Required Config All If Required Config All Required Config Any If Target - (List) The rule target. Nested schema for target:
- required
Configs List<GetScc Rule Required Config All If Required Config All Required Config Any If Required Config> - (List) The required configurations. Nested schema for required_config:
- targets
List<Get
Scc Rule Required Config All If Required Config All Required Config Any If Target> - (List) The rule target. Nested schema for target:
- required
Configs GetScc Rule Required Config All If Required Config All Required Config Any If Required Config[] - (List) The required configurations. Nested schema for required_config:
- targets
Get
Scc Rule Required Config All If Required Config All Required Config Any If Target[] - (List) The rule target. Nested schema for target:
- required_
configs Sequence[GetScc Rule Required Config All If Required Config All Required Config Any If Required Config] - (List) The required configurations. Nested schema for required_config:
- targets
Sequence[Get
Scc Rule Required Config All If Required Config All Required Config Any If Target] - (List) The rule target. Nested schema for target:
- required
Configs List<Property Map> - (List) The required configurations. Nested schema for required_config:
- targets List<Property Map>
- (List) The rule target. Nested schema for target:
GetSccRuleRequiredConfigAllIfRequiredConfigAllRequiredConfigAnyIfRequiredConfig
- Description string
- (String) The required config description.
- Constraints: The maximum length is
512
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Operator string
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- Property string
- (String) The property.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Value string
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Description string
- (String) The required config description.
- Constraints: The maximum length is
512
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Operator string
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- Property string
- (String) The property.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Value string
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- description String
- (String) The required config description.
- Constraints: The maximum length is
512
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- operator String
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- property String
- (String) The property.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- value String
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- description string
- (String) The required config description.
- Constraints: The maximum length is
512
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- operator string
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- property string
- (String) The property.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- value string
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- description str
- (String) The required config description.
- Constraints: The maximum length is
512
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- operator str
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- property str
- (String) The property.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- value str
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- description String
- (String) The required config description.
- Constraints: The maximum length is
512
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- operator String
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- property String
- (String) The property.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- value String
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
GetSccRuleRequiredConfigAllIfRequiredConfigAllRequiredConfigAnyIfTarget
- Additional
Target List<GetAttributes Scc Rule Required Config All If Required Config All Required Config Any If Target Additional Target Attribute> - (List) The list of targets supported properties.
- Constraints: The maximum length is
99999
items. The minimum length is0
items. Nested schema for additional_target_attributes:
- Constraints: The maximum length is
- Reference
Name string - Resource
Kind string - (String) The target resource kind.
- Constraints: The maximum length is
99999
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Service
Display stringName - (String) The display name of the target service.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Service
Name string - (String) The target service name.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Additional
Target []GetAttributes Scc Rule Required Config All If Required Config All Required Config Any If Target Additional Target Attribute - (List) The list of targets supported properties.
- Constraints: The maximum length is
99999
items. The minimum length is0
items. Nested schema for additional_target_attributes:
- Constraints: The maximum length is
- Reference
Name string - Resource
Kind string - (String) The target resource kind.
- Constraints: The maximum length is
99999
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Service
Display stringName - (String) The display name of the target service.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Service
Name string - (String) The target service name.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- additional
Target List<GetAttributes Scc Rule Required Config All If Required Config All Required Config Any If Target Additional Target Attribute> - (List) The list of targets supported properties.
- Constraints: The maximum length is
99999
items. The minimum length is0
items. Nested schema for additional_target_attributes:
- Constraints: The maximum length is
- reference
Name String - resource
Kind String - (String) The target resource kind.
- Constraints: The maximum length is
99999
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- service
Display StringName - (String) The display name of the target service.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- service
Name String - (String) The target service name.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- additional
Target GetAttributes Scc Rule Required Config All If Required Config All Required Config Any If Target Additional Target Attribute[] - (List) The list of targets supported properties.
- Constraints: The maximum length is
99999
items. The minimum length is0
items. Nested schema for additional_target_attributes:
- Constraints: The maximum length is
- reference
Name string - resource
Kind string - (String) The target resource kind.
- Constraints: The maximum length is
99999
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- service
Display stringName - (String) The display name of the target service.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- service
Name string - (String) The target service name.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- additional_
target_ Sequence[Getattributes Scc Rule Required Config All If Required Config All Required Config Any If Target Additional Target Attribute] - (List) The list of targets supported properties.
- Constraints: The maximum length is
99999
items. The minimum length is0
items. Nested schema for additional_target_attributes:
- Constraints: The maximum length is
- reference_
name str - resource_
kind str - (String) The target resource kind.
- Constraints: The maximum length is
99999
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- service_
display_ strname - (String) The display name of the target service.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- service_
name str - (String) The target service name.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- additional
Target List<Property Map>Attributes - (List) The list of targets supported properties.
- Constraints: The maximum length is
99999
items. The minimum length is0
items. Nested schema for additional_target_attributes:
- Constraints: The maximum length is
- reference
Name String - resource
Kind String - (String) The target resource kind.
- Constraints: The maximum length is
99999
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- service
Display StringName - (String) The display name of the target service.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- service
Name String - (String) The target service name.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
GetSccRuleRequiredConfigAllIfRequiredConfigAllRequiredConfigAnyIfTargetAdditionalTargetAttribute
- Name string
- (String) The additional target attribute name.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Operator string
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- Value string
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Name string
- (String) The additional target attribute name.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Operator string
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- Value string
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- name String
- (String) The additional target attribute name.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- operator String
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- value String
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- name string
- (String) The additional target attribute name.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- operator string
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- value string
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- name str
- (String) The additional target attribute name.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- operator str
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- value str
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- name String
- (String) The additional target attribute name.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- operator String
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- value String
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
GetSccRuleRequiredConfigAllIfRequiredConfigAllRequiredConfigAnyRequiredConfig
- Description string
- (String) The required config description.
- Constraints: The maximum length is
512
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Operator string
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- Property string
- (String) The property.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Value string
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Description string
- (String) The required config description.
- Constraints: The maximum length is
512
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Operator string
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- Property string
- (String) The property.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Value string
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- description String
- (String) The required config description.
- Constraints: The maximum length is
512
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- operator String
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- property String
- (String) The property.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- value String
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- description string
- (String) The required config description.
- Constraints: The maximum length is
512
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- operator string
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- property string
- (String) The property.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- value string
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- description str
- (String) The required config description.
- Constraints: The maximum length is
512
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- operator str
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- property str
- (String) The property.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- value str
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- description String
- (String) The required config description.
- Constraints: The maximum length is
512
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- operator String
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- property String
- (String) The property.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- value String
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
GetSccRuleRequiredConfigAllIfRequiredConfigAllRequiredConfigAnyTarget
- Additional
Target List<GetAttributes Scc Rule Required Config All If Required Config All Required Config Any Target Additional Target Attribute> - (List) The list of targets supported properties.
- Constraints: The maximum length is
99999
items. The minimum length is0
items. Nested schema for additional_target_attributes:
- Constraints: The maximum length is
- Reference
Name string - Resource
Kind string - (String) The target resource kind.
- Constraints: The maximum length is
99999
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Service
Display stringName - (String) The display name of the target service.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Service
Name string - (String) The target service name.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Additional
Target []GetAttributes Scc Rule Required Config All If Required Config All Required Config Any Target Additional Target Attribute - (List) The list of targets supported properties.
- Constraints: The maximum length is
99999
items. The minimum length is0
items. Nested schema for additional_target_attributes:
- Constraints: The maximum length is
- Reference
Name string - Resource
Kind string - (String) The target resource kind.
- Constraints: The maximum length is
99999
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Service
Display stringName - (String) The display name of the target service.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Service
Name string - (String) The target service name.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- additional
Target List<GetAttributes Scc Rule Required Config All If Required Config All Required Config Any Target Additional Target Attribute> - (List) The list of targets supported properties.
- Constraints: The maximum length is
99999
items. The minimum length is0
items. Nested schema for additional_target_attributes:
- Constraints: The maximum length is
- reference
Name String - resource
Kind String - (String) The target resource kind.
- Constraints: The maximum length is
99999
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- service
Display StringName - (String) The display name of the target service.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- service
Name String - (String) The target service name.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- additional
Target GetAttributes Scc Rule Required Config All If Required Config All Required Config Any Target Additional Target Attribute[] - (List) The list of targets supported properties.
- Constraints: The maximum length is
99999
items. The minimum length is0
items. Nested schema for additional_target_attributes:
- Constraints: The maximum length is
- reference
Name string - resource
Kind string - (String) The target resource kind.
- Constraints: The maximum length is
99999
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- service
Display stringName - (String) The display name of the target service.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- service
Name string - (String) The target service name.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- additional_
target_ Sequence[Getattributes Scc Rule Required Config All If Required Config All Required Config Any Target Additional Target Attribute] - (List) The list of targets supported properties.
- Constraints: The maximum length is
99999
items. The minimum length is0
items. Nested schema for additional_target_attributes:
- Constraints: The maximum length is
- reference_
name str - resource_
kind str - (String) The target resource kind.
- Constraints: The maximum length is
99999
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- service_
display_ strname - (String) The display name of the target service.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- service_
name str - (String) The target service name.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- additional
Target List<Property Map>Attributes - (List) The list of targets supported properties.
- Constraints: The maximum length is
99999
items. The minimum length is0
items. Nested schema for additional_target_attributes:
- Constraints: The maximum length is
- reference
Name String - resource
Kind String - (String) The target resource kind.
- Constraints: The maximum length is
99999
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- service
Display StringName - (String) The display name of the target service.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- service
Name String - (String) The target service name.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
GetSccRuleRequiredConfigAllIfRequiredConfigAllRequiredConfigAnyTargetAdditionalTargetAttribute
- Name string
- (String) The additional target attribute name.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Operator string
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- Value string
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Name string
- (String) The additional target attribute name.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Operator string
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- Value string
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- name String
- (String) The additional target attribute name.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- operator String
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- value String
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- name string
- (String) The additional target attribute name.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- operator string
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- value string
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- name str
- (String) The additional target attribute name.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- operator str
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- value str
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- name String
- (String) The additional target attribute name.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- operator String
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- value String
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
GetSccRuleRequiredConfigAllIfRequiredConfigAllRequiredConfigOr
- All
Ifs List<GetScc Rule Required Config All If Required Config All Required Config Or All If> - Alls
List<Get
Scc Rule Required Config All If Required Config All Required Config Or All> - Ands
List<Get
Scc Rule Required Config All If Required Config All Required Config Or And> - (List) The
AND
required configurations.- Constraints: The maximum length is
64
items. The minimum length is1
item. Nested schema for and:
- Constraints: The maximum length is
- Anies
List<Get
Scc Rule Required Config All If Required Config All Required Config Or Any> - Any
Ifs List<GetScc Rule Required Config All If Required Config All Required Config Or Any If> - Description string
- (String) The required config description.
- Constraints: The maximum length is
512
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Operator string
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- Ors
List<Get
Scc Rule Required Config All If Required Config All Required Config Or Or> - (List) The
OR
required configurations.- Constraints: The maximum length is
64
items. The minimum length is1
item. Nested schema for or:
- Constraints: The maximum length is
- Property string
- (String) The property.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Value string
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- All
Ifs []GetScc Rule Required Config All If Required Config All Required Config Or All If - Alls
[]Get
Scc Rule Required Config All If Required Config All Required Config Or All - Ands
[]Get
Scc Rule Required Config All If Required Config All Required Config Or And - (List) The
AND
required configurations.- Constraints: The maximum length is
64
items. The minimum length is1
item. Nested schema for and:
- Constraints: The maximum length is
- Anies
[]Get
Scc Rule Required Config All If Required Config All Required Config Or Any - Any
Ifs []GetScc Rule Required Config All If Required Config All Required Config Or Any If - Description string
- (String) The required config description.
- Constraints: The maximum length is
512
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Operator string
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- Ors
[]Get
Scc Rule Required Config All If Required Config All Required Config Or Or - (List) The
OR
required configurations.- Constraints: The maximum length is
64
items. The minimum length is1
item. Nested schema for or:
- Constraints: The maximum length is
- Property string
- (String) The property.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Value string
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- all
Ifs List<GetScc Rule Required Config All If Required Config All Required Config Or All If> - alls
List<Get
Scc Rule Required Config All If Required Config All Required Config Or All> - ands
List<Get
Scc Rule Required Config All If Required Config All Required Config Or And> - (List) The
AND
required configurations.- Constraints: The maximum length is
64
items. The minimum length is1
item. Nested schema for and:
- Constraints: The maximum length is
- anies
List<Get
Scc Rule Required Config All If Required Config All Required Config Or Any> - any
Ifs List<GetScc Rule Required Config All If Required Config All Required Config Or Any If> - description String
- (String) The required config description.
- Constraints: The maximum length is
512
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- operator String
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- ors
List<Get
Scc Rule Required Config All If Required Config All Required Config Or Or> - (List) The
OR
required configurations.- Constraints: The maximum length is
64
items. The minimum length is1
item. Nested schema for or:
- Constraints: The maximum length is
- property String
- (String) The property.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- value String
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- all
Ifs GetScc Rule Required Config All If Required Config All Required Config Or All If[] - alls
Get
Scc Rule Required Config All If Required Config All Required Config Or All[] - ands
Get
Scc Rule Required Config All If Required Config All Required Config Or And[] - (List) The
AND
required configurations.- Constraints: The maximum length is
64
items. The minimum length is1
item. Nested schema for and:
- Constraints: The maximum length is
- anies
Get
Scc Rule Required Config All If Required Config All Required Config Or Any[] - any
Ifs GetScc Rule Required Config All If Required Config All Required Config Or Any If[] - description string
- (String) The required config description.
- Constraints: The maximum length is
512
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- operator string
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- ors
Get
Scc Rule Required Config All If Required Config All Required Config Or Or[] - (List) The
OR
required configurations.- Constraints: The maximum length is
64
items. The minimum length is1
item. Nested schema for or:
- Constraints: The maximum length is
- property string
- (String) The property.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- value string
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- all_
ifs Sequence[GetScc Rule Required Config All If Required Config All Required Config Or All If] - alls
Sequence[Get
Scc Rule Required Config All If Required Config All Required Config Or All] - ands
Sequence[Get
Scc Rule Required Config All If Required Config All Required Config Or And] - (List) The
AND
required configurations.- Constraints: The maximum length is
64
items. The minimum length is1
item. Nested schema for and:
- Constraints: The maximum length is
- anies
Sequence[Get
Scc Rule Required Config All If Required Config All Required Config Or Any] - any_
ifs Sequence[GetScc Rule Required Config All If Required Config All Required Config Or Any If] - description str
- (String) The required config description.
- Constraints: The maximum length is
512
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- operator str
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- ors
Sequence[Get
Scc Rule Required Config All If Required Config All Required Config Or Or] - (List) The
OR
required configurations.- Constraints: The maximum length is
64
items. The minimum length is1
item. Nested schema for or:
- Constraints: The maximum length is
- property str
- (String) The property.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- value str
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- all
Ifs List<Property Map> - alls List<Property Map>
- ands List<Property Map>
- (List) The
AND
required configurations.- Constraints: The maximum length is
64
items. The minimum length is1
item. Nested schema for and:
- Constraints: The maximum length is
- anies List<Property Map>
- any
Ifs List<Property Map> - description String
- (String) The required config description.
- Constraints: The maximum length is
512
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- operator String
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- ors List<Property Map>
- (List) The
OR
required configurations.- Constraints: The maximum length is
64
items. The minimum length is1
item. Nested schema for or:
- Constraints: The maximum length is
- property String
- (String) The property.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- value String
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
GetSccRuleRequiredConfigAllIfRequiredConfigAllRequiredConfigOrAll
- Required
Configs List<GetScc Rule Required Config All If Required Config All Required Config Or All Required Config> - (List) The required configurations. Nested schema for required_config:
- Targets
List<Get
Scc Rule Required Config All If Required Config All Required Config Or All Target> - (List) The rule target. Nested schema for target:
- Required
Configs []GetScc Rule Required Config All If Required Config All Required Config Or All Required Config - (List) The required configurations. Nested schema for required_config:
- Targets
[]Get
Scc Rule Required Config All If Required Config All Required Config Or All Target - (List) The rule target. Nested schema for target:
- required
Configs List<GetScc Rule Required Config All If Required Config All Required Config Or All Required Config> - (List) The required configurations. Nested schema for required_config:
- targets
List<Get
Scc Rule Required Config All If Required Config All Required Config Or All Target> - (List) The rule target. Nested schema for target:
- required
Configs GetScc Rule Required Config All If Required Config All Required Config Or All Required Config[] - (List) The required configurations. Nested schema for required_config:
- targets
Get
Scc Rule Required Config All If Required Config All Required Config Or All Target[] - (List) The rule target. Nested schema for target:
- required_
configs Sequence[GetScc Rule Required Config All If Required Config All Required Config Or All Required Config] - (List) The required configurations. Nested schema for required_config:
- targets
Sequence[Get
Scc Rule Required Config All If Required Config All Required Config Or All Target] - (List) The rule target. Nested schema for target:
- required
Configs List<Property Map> - (List) The required configurations. Nested schema for required_config:
- targets List<Property Map>
- (List) The rule target. Nested schema for target:
GetSccRuleRequiredConfigAllIfRequiredConfigAllRequiredConfigOrAllIf
- Required
Configs List<GetScc Rule Required Config All If Required Config All Required Config Or All If Required Config> - (List) The required configurations. Nested schema for required_config:
- Targets
List<Get
Scc Rule Required Config All If Required Config All Required Config Or All If Target> - (List) The rule target. Nested schema for target:
- Required
Configs []GetScc Rule Required Config All If Required Config All Required Config Or All If Required Config - (List) The required configurations. Nested schema for required_config:
- Targets
[]Get
Scc Rule Required Config All If Required Config All Required Config Or All If Target - (List) The rule target. Nested schema for target:
- required
Configs List<GetScc Rule Required Config All If Required Config All Required Config Or All If Required Config> - (List) The required configurations. Nested schema for required_config:
- targets
List<Get
Scc Rule Required Config All If Required Config All Required Config Or All If Target> - (List) The rule target. Nested schema for target:
- required
Configs GetScc Rule Required Config All If Required Config All Required Config Or All If Required Config[] - (List) The required configurations. Nested schema for required_config:
- targets
Get
Scc Rule Required Config All If Required Config All Required Config Or All If Target[] - (List) The rule target. Nested schema for target:
- required_
configs Sequence[GetScc Rule Required Config All If Required Config All Required Config Or All If Required Config] - (List) The required configurations. Nested schema for required_config:
- targets
Sequence[Get
Scc Rule Required Config All If Required Config All Required Config Or All If Target] - (List) The rule target. Nested schema for target:
- required
Configs List<Property Map> - (List) The required configurations. Nested schema for required_config:
- targets List<Property Map>
- (List) The rule target. Nested schema for target:
GetSccRuleRequiredConfigAllIfRequiredConfigAllRequiredConfigOrAllIfRequiredConfig
- Description string
- (String) The required config description.
- Constraints: The maximum length is
512
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Operator string
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- Property string
- (String) The property.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Value string
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Description string
- (String) The required config description.
- Constraints: The maximum length is
512
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Operator string
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- Property string
- (String) The property.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Value string
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- description String
- (String) The required config description.
- Constraints: The maximum length is
512
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- operator String
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- property String
- (String) The property.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- value String
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- description string
- (String) The required config description.
- Constraints: The maximum length is
512
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- operator string
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- property string
- (String) The property.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- value string
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- description str
- (String) The required config description.
- Constraints: The maximum length is
512
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- operator str
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- property str
- (String) The property.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- value str
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- description String
- (String) The required config description.
- Constraints: The maximum length is
512
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- operator String
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- property String
- (String) The property.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- value String
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
GetSccRuleRequiredConfigAllIfRequiredConfigAllRequiredConfigOrAllIfTarget
- Additional
Target List<GetAttributes Scc Rule Required Config All If Required Config All Required Config Or All If Target Additional Target Attribute> - (List) The list of targets supported properties.
- Constraints: The maximum length is
99999
items. The minimum length is0
items. Nested schema for additional_target_attributes:
- Constraints: The maximum length is
- Reference
Name string - Resource
Kind string - (String) The target resource kind.
- Constraints: The maximum length is
99999
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Service
Display stringName - (String) The display name of the target service.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Service
Name string - (String) The target service name.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Additional
Target []GetAttributes Scc Rule Required Config All If Required Config All Required Config Or All If Target Additional Target Attribute - (List) The list of targets supported properties.
- Constraints: The maximum length is
99999
items. The minimum length is0
items. Nested schema for additional_target_attributes:
- Constraints: The maximum length is
- Reference
Name string - Resource
Kind string - (String) The target resource kind.
- Constraints: The maximum length is
99999
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Service
Display stringName - (String) The display name of the target service.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Service
Name string - (String) The target service name.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- additional
Target List<GetAttributes Scc Rule Required Config All If Required Config All Required Config Or All If Target Additional Target Attribute> - (List) The list of targets supported properties.
- Constraints: The maximum length is
99999
items. The minimum length is0
items. Nested schema for additional_target_attributes:
- Constraints: The maximum length is
- reference
Name String - resource
Kind String - (String) The target resource kind.
- Constraints: The maximum length is
99999
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- service
Display StringName - (String) The display name of the target service.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- service
Name String - (String) The target service name.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- additional
Target GetAttributes Scc Rule Required Config All If Required Config All Required Config Or All If Target Additional Target Attribute[] - (List) The list of targets supported properties.
- Constraints: The maximum length is
99999
items. The minimum length is0
items. Nested schema for additional_target_attributes:
- Constraints: The maximum length is
- reference
Name string - resource
Kind string - (String) The target resource kind.
- Constraints: The maximum length is
99999
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- service
Display stringName - (String) The display name of the target service.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- service
Name string - (String) The target service name.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- additional_
target_ Sequence[Getattributes Scc Rule Required Config All If Required Config All Required Config Or All If Target Additional Target Attribute] - (List) The list of targets supported properties.
- Constraints: The maximum length is
99999
items. The minimum length is0
items. Nested schema for additional_target_attributes:
- Constraints: The maximum length is
- reference_
name str - resource_
kind str - (String) The target resource kind.
- Constraints: The maximum length is
99999
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- service_
display_ strname - (String) The display name of the target service.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- service_
name str - (String) The target service name.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- additional
Target List<Property Map>Attributes - (List) The list of targets supported properties.
- Constraints: The maximum length is
99999
items. The minimum length is0
items. Nested schema for additional_target_attributes:
- Constraints: The maximum length is
- reference
Name String - resource
Kind String - (String) The target resource kind.
- Constraints: The maximum length is
99999
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- service
Display StringName - (String) The display name of the target service.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- service
Name String - (String) The target service name.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
GetSccRuleRequiredConfigAllIfRequiredConfigAllRequiredConfigOrAllIfTargetAdditionalTargetAttribute
- Name string
- (String) The additional target attribute name.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Operator string
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- Value string
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Name string
- (String) The additional target attribute name.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Operator string
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- Value string
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- name String
- (String) The additional target attribute name.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- operator String
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- value String
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- name string
- (String) The additional target attribute name.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- operator string
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- value string
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- name str
- (String) The additional target attribute name.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- operator str
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- value str
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- name String
- (String) The additional target attribute name.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- operator String
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- value String
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
GetSccRuleRequiredConfigAllIfRequiredConfigAllRequiredConfigOrAllRequiredConfig
- Description string
- (String) The required config description.
- Constraints: The maximum length is
512
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Operator string
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- Property string
- (String) The property.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Value string
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Description string
- (String) The required config description.
- Constraints: The maximum length is
512
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Operator string
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- Property string
- (String) The property.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Value string
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- description String
- (String) The required config description.
- Constraints: The maximum length is
512
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- operator String
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- property String
- (String) The property.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- value String
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- description string
- (String) The required config description.
- Constraints: The maximum length is
512
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- operator string
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- property string
- (String) The property.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- value string
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- description str
- (String) The required config description.
- Constraints: The maximum length is
512
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- operator str
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- property str
- (String) The property.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- value str
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- description String
- (String) The required config description.
- Constraints: The maximum length is
512
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- operator String
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- property String
- (String) The property.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- value String
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
GetSccRuleRequiredConfigAllIfRequiredConfigAllRequiredConfigOrAllTarget
- Additional
Target List<GetAttributes Scc Rule Required Config All If Required Config All Required Config Or All Target Additional Target Attribute> - (List) The list of targets supported properties.
- Constraints: The maximum length is
99999
items. The minimum length is0
items. Nested schema for additional_target_attributes:
- Constraints: The maximum length is
- Reference
Name string - Resource
Kind string - (String) The target resource kind.
- Constraints: The maximum length is
99999
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Service
Display stringName - (String) The display name of the target service.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Service
Name string - (String) The target service name.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Additional
Target []GetAttributes Scc Rule Required Config All If Required Config All Required Config Or All Target Additional Target Attribute - (List) The list of targets supported properties.
- Constraints: The maximum length is
99999
items. The minimum length is0
items. Nested schema for additional_target_attributes:
- Constraints: The maximum length is
- Reference
Name string - Resource
Kind string - (String) The target resource kind.
- Constraints: The maximum length is
99999
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Service
Display stringName - (String) The display name of the target service.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Service
Name string - (String) The target service name.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- additional
Target List<GetAttributes Scc Rule Required Config All If Required Config All Required Config Or All Target Additional Target Attribute> - (List) The list of targets supported properties.
- Constraints: The maximum length is
99999
items. The minimum length is0
items. Nested schema for additional_target_attributes:
- Constraints: The maximum length is
- reference
Name String - resource
Kind String - (String) The target resource kind.
- Constraints: The maximum length is
99999
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- service
Display StringName - (String) The display name of the target service.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- service
Name String - (String) The target service name.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- additional
Target GetAttributes Scc Rule Required Config All If Required Config All Required Config Or All Target Additional Target Attribute[] - (List) The list of targets supported properties.
- Constraints: The maximum length is
99999
items. The minimum length is0
items. Nested schema for additional_target_attributes:
- Constraints: The maximum length is
- reference
Name string - resource
Kind string - (String) The target resource kind.
- Constraints: The maximum length is
99999
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- service
Display stringName - (String) The display name of the target service.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- service
Name string - (String) The target service name.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- additional_
target_ Sequence[Getattributes Scc Rule Required Config All If Required Config All Required Config Or All Target Additional Target Attribute] - (List) The list of targets supported properties.
- Constraints: The maximum length is
99999
items. The minimum length is0
items. Nested schema for additional_target_attributes:
- Constraints: The maximum length is
- reference_
name str - resource_
kind str - (String) The target resource kind.
- Constraints: The maximum length is
99999
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- service_
display_ strname - (String) The display name of the target service.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- service_
name str - (String) The target service name.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- additional
Target List<Property Map>Attributes - (List) The list of targets supported properties.
- Constraints: The maximum length is
99999
items. The minimum length is0
items. Nested schema for additional_target_attributes:
- Constraints: The maximum length is
- reference
Name String - resource
Kind String - (String) The target resource kind.
- Constraints: The maximum length is
99999
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- service
Display StringName - (String) The display name of the target service.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- service
Name String - (String) The target service name.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
GetSccRuleRequiredConfigAllIfRequiredConfigAllRequiredConfigOrAllTargetAdditionalTargetAttribute
- Name string
- (String) The additional target attribute name.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Operator string
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- Value string
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Name string
- (String) The additional target attribute name.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Operator string
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- Value string
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- name String
- (String) The additional target attribute name.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- operator String
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- value String
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- name string
- (String) The additional target attribute name.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- operator string
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- value string
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- name str
- (String) The additional target attribute name.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- operator str
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- value str
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- name String
- (String) The additional target attribute name.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- operator String
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- value String
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
GetSccRuleRequiredConfigAllIfRequiredConfigAllRequiredConfigOrAnd
- Description string
- (String) The required config description.
- Constraints: The maximum length is
512
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Operator string
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- Property string
- (String) The property.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Value string
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Description string
- (String) The required config description.
- Constraints: The maximum length is
512
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Operator string
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- Property string
- (String) The property.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Value string
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- description String
- (String) The required config description.
- Constraints: The maximum length is
512
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- operator String
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- property String
- (String) The property.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- value String
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- description string
- (String) The required config description.
- Constraints: The maximum length is
512
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- operator string
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- property string
- (String) The property.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- value string
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- description str
- (String) The required config description.
- Constraints: The maximum length is
512
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- operator str
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- property str
- (String) The property.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- value str
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- description String
- (String) The required config description.
- Constraints: The maximum length is
512
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- operator String
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- property String
- (String) The property.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- value String
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
GetSccRuleRequiredConfigAllIfRequiredConfigAllRequiredConfigOrAny
- Required
Configs List<GetScc Rule Required Config All If Required Config All Required Config Or Any Required Config> - (List) The required configurations. Nested schema for required_config:
- Targets
List<Get
Scc Rule Required Config All If Required Config All Required Config Or Any Target> - (List) The rule target. Nested schema for target:
- Required
Configs []GetScc Rule Required Config All If Required Config All Required Config Or Any Required Config - (List) The required configurations. Nested schema for required_config:
- Targets
[]Get
Scc Rule Required Config All If Required Config All Required Config Or Any Target - (List) The rule target. Nested schema for target:
- required
Configs List<GetScc Rule Required Config All If Required Config All Required Config Or Any Required Config> - (List) The required configurations. Nested schema for required_config:
- targets
List<Get
Scc Rule Required Config All If Required Config All Required Config Or Any Target> - (List) The rule target. Nested schema for target:
- required
Configs GetScc Rule Required Config All If Required Config All Required Config Or Any Required Config[] - (List) The required configurations. Nested schema for required_config:
- targets
Get
Scc Rule Required Config All If Required Config All Required Config Or Any Target[] - (List) The rule target. Nested schema for target:
- required_
configs Sequence[GetScc Rule Required Config All If Required Config All Required Config Or Any Required Config] - (List) The required configurations. Nested schema for required_config:
- targets
Sequence[Get
Scc Rule Required Config All If Required Config All Required Config Or Any Target] - (List) The rule target. Nested schema for target:
- required
Configs List<Property Map> - (List) The required configurations. Nested schema for required_config:
- targets List<Property Map>
- (List) The rule target. Nested schema for target:
GetSccRuleRequiredConfigAllIfRequiredConfigAllRequiredConfigOrAnyIf
- Required
Configs List<GetScc Rule Required Config All If Required Config All Required Config Or Any If Required Config> - (List) The required configurations. Nested schema for required_config:
- Targets
List<Get
Scc Rule Required Config All If Required Config All Required Config Or Any If Target> - (List) The rule target. Nested schema for target:
- Required
Configs []GetScc Rule Required Config All If Required Config All Required Config Or Any If Required Config - (List) The required configurations. Nested schema for required_config:
- Targets
[]Get
Scc Rule Required Config All If Required Config All Required Config Or Any If Target - (List) The rule target. Nested schema for target:
- required
Configs List<GetScc Rule Required Config All If Required Config All Required Config Or Any If Required Config> - (List) The required configurations. Nested schema for required_config:
- targets
List<Get
Scc Rule Required Config All If Required Config All Required Config Or Any If Target> - (List) The rule target. Nested schema for target:
- required
Configs GetScc Rule Required Config All If Required Config All Required Config Or Any If Required Config[] - (List) The required configurations. Nested schema for required_config:
- targets
Get
Scc Rule Required Config All If Required Config All Required Config Or Any If Target[] - (List) The rule target. Nested schema for target:
- required_
configs Sequence[GetScc Rule Required Config All If Required Config All Required Config Or Any If Required Config] - (List) The required configurations. Nested schema for required_config:
- targets
Sequence[Get
Scc Rule Required Config All If Required Config All Required Config Or Any If Target] - (List) The rule target. Nested schema for target:
- required
Configs List<Property Map> - (List) The required configurations. Nested schema for required_config:
- targets List<Property Map>
- (List) The rule target. Nested schema for target:
GetSccRuleRequiredConfigAllIfRequiredConfigAllRequiredConfigOrAnyIfRequiredConfig
- Description string
- (String) The required config description.
- Constraints: The maximum length is
512
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Operator string
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- Property string
- (String) The property.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Value string
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Description string
- (String) The required config description.
- Constraints: The maximum length is
512
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Operator string
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- Property string
- (String) The property.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Value string
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- description String
- (String) The required config description.
- Constraints: The maximum length is
512
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- operator String
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- property String
- (String) The property.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- value String
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- description string
- (String) The required config description.
- Constraints: The maximum length is
512
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- operator string
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- property string
- (String) The property.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- value string
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- description str
- (String) The required config description.
- Constraints: The maximum length is
512
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- operator str
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- property str
- (String) The property.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- value str
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- description String
- (String) The required config description.
- Constraints: The maximum length is
512
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- operator String
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- property String
- (String) The property.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- value String
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
GetSccRuleRequiredConfigAllIfRequiredConfigAllRequiredConfigOrAnyIfTarget
- Additional
Target List<GetAttributes Scc Rule Required Config All If Required Config All Required Config Or Any If Target Additional Target Attribute> - (List) The list of targets supported properties.
- Constraints: The maximum length is
99999
items. The minimum length is0
items. Nested schema for additional_target_attributes:
- Constraints: The maximum length is
- Reference
Name string - Resource
Kind string - (String) The target resource kind.
- Constraints: The maximum length is
99999
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Service
Display stringName - (String) The display name of the target service.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Service
Name string - (String) The target service name.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Additional
Target []GetAttributes Scc Rule Required Config All If Required Config All Required Config Or Any If Target Additional Target Attribute - (List) The list of targets supported properties.
- Constraints: The maximum length is
99999
items. The minimum length is0
items. Nested schema for additional_target_attributes:
- Constraints: The maximum length is
- Reference
Name string - Resource
Kind string - (String) The target resource kind.
- Constraints: The maximum length is
99999
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Service
Display stringName - (String) The display name of the target service.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Service
Name string - (String) The target service name.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- additional
Target List<GetAttributes Scc Rule Required Config All If Required Config All Required Config Or Any If Target Additional Target Attribute> - (List) The list of targets supported properties.
- Constraints: The maximum length is
99999
items. The minimum length is0
items. Nested schema for additional_target_attributes:
- Constraints: The maximum length is
- reference
Name String - resource
Kind String - (String) The target resource kind.
- Constraints: The maximum length is
99999
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- service
Display StringName - (String) The display name of the target service.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- service
Name String - (String) The target service name.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- additional
Target GetAttributes Scc Rule Required Config All If Required Config All Required Config Or Any If Target Additional Target Attribute[] - (List) The list of targets supported properties.
- Constraints: The maximum length is
99999
items. The minimum length is0
items. Nested schema for additional_target_attributes:
- Constraints: The maximum length is
- reference
Name string - resource
Kind string - (String) The target resource kind.
- Constraints: The maximum length is
99999
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- service
Display stringName - (String) The display name of the target service.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- service
Name string - (String) The target service name.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- additional_
target_ Sequence[Getattributes Scc Rule Required Config All If Required Config All Required Config Or Any If Target Additional Target Attribute] - (List) The list of targets supported properties.
- Constraints: The maximum length is
99999
items. The minimum length is0
items. Nested schema for additional_target_attributes:
- Constraints: The maximum length is
- reference_
name str - resource_
kind str - (String) The target resource kind.
- Constraints: The maximum length is
99999
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- service_
display_ strname - (String) The display name of the target service.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- service_
name str - (String) The target service name.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- additional
Target List<Property Map>Attributes - (List) The list of targets supported properties.
- Constraints: The maximum length is
99999
items. The minimum length is0
items. Nested schema for additional_target_attributes:
- Constraints: The maximum length is
- reference
Name String - resource
Kind String - (String) The target resource kind.
- Constraints: The maximum length is
99999
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- service
Display StringName - (String) The display name of the target service.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- service
Name String - (String) The target service name.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
GetSccRuleRequiredConfigAllIfRequiredConfigAllRequiredConfigOrAnyIfTargetAdditionalTargetAttribute
- Name string
- (String) The additional target attribute name.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Operator string
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- Value string
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Name string
- (String) The additional target attribute name.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Operator string
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- Value string
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- name String
- (String) The additional target attribute name.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- operator String
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- value String
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- name string
- (String) The additional target attribute name.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- operator string
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- value string
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- name str
- (String) The additional target attribute name.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- operator str
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- value str
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- name String
- (String) The additional target attribute name.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- operator String
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- value String
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
GetSccRuleRequiredConfigAllIfRequiredConfigAllRequiredConfigOrAnyRequiredConfig
- Description string
- (String) The required config description.
- Constraints: The maximum length is
512
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Operator string
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- Property string
- (String) The property.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Value string
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Description string
- (String) The required config description.
- Constraints: The maximum length is
512
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Operator string
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- Property string
- (String) The property.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Value string
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- description String
- (String) The required config description.
- Constraints: The maximum length is
512
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- operator String
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- property String
- (String) The property.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- value String
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- description string
- (String) The required config description.
- Constraints: The maximum length is
512
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- operator string
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- property string
- (String) The property.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- value string
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- description str
- (String) The required config description.
- Constraints: The maximum length is
512
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- operator str
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- property str
- (String) The property.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- value str
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- description String
- (String) The required config description.
- Constraints: The maximum length is
512
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- operator String
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- property String
- (String) The property.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- value String
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
GetSccRuleRequiredConfigAllIfRequiredConfigAllRequiredConfigOrAnyTarget
- Additional
Target List<GetAttributes Scc Rule Required Config All If Required Config All Required Config Or Any Target Additional Target Attribute> - (List) The list of targets supported properties.
- Constraints: The maximum length is
99999
items. The minimum length is0
items. Nested schema for additional_target_attributes:
- Constraints: The maximum length is
- Reference
Name string - Resource
Kind string - (String) The target resource kind.
- Constraints: The maximum length is
99999
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Service
Display stringName - (String) The display name of the target service.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Service
Name string - (String) The target service name.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Additional
Target []GetAttributes Scc Rule Required Config All If Required Config All Required Config Or Any Target Additional Target Attribute - (List) The list of targets supported properties.
- Constraints: The maximum length is
99999
items. The minimum length is0
items. Nested schema for additional_target_attributes:
- Constraints: The maximum length is
- Reference
Name string - Resource
Kind string - (String) The target resource kind.
- Constraints: The maximum length is
99999
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Service
Display stringName - (String) The display name of the target service.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Service
Name string - (String) The target service name.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- additional
Target List<GetAttributes Scc Rule Required Config All If Required Config All Required Config Or Any Target Additional Target Attribute> - (List) The list of targets supported properties.
- Constraints: The maximum length is
99999
items. The minimum length is0
items. Nested schema for additional_target_attributes:
- Constraints: The maximum length is
- reference
Name String - resource
Kind String - (String) The target resource kind.
- Constraints: The maximum length is
99999
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- service
Display StringName - (String) The display name of the target service.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- service
Name String - (String) The target service name.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- additional
Target GetAttributes Scc Rule Required Config All If Required Config All Required Config Or Any Target Additional Target Attribute[] - (List) The list of targets supported properties.
- Constraints: The maximum length is
99999
items. The minimum length is0
items. Nested schema for additional_target_attributes:
- Constraints: The maximum length is
- reference
Name string - resource
Kind string - (String) The target resource kind.
- Constraints: The maximum length is
99999
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- service
Display stringName - (String) The display name of the target service.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- service
Name string - (String) The target service name.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- additional_
target_ Sequence[Getattributes Scc Rule Required Config All If Required Config All Required Config Or Any Target Additional Target Attribute] - (List) The list of targets supported properties.
- Constraints: The maximum length is
99999
items. The minimum length is0
items. Nested schema for additional_target_attributes:
- Constraints: The maximum length is
- reference_
name str - resource_
kind str - (String) The target resource kind.
- Constraints: The maximum length is
99999
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- service_
display_ strname - (String) The display name of the target service.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- service_
name str - (String) The target service name.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- additional
Target List<Property Map>Attributes - (List) The list of targets supported properties.
- Constraints: The maximum length is
99999
items. The minimum length is0
items. Nested schema for additional_target_attributes:
- Constraints: The maximum length is
- reference
Name String - resource
Kind String - (String) The target resource kind.
- Constraints: The maximum length is
99999
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- service
Display StringName - (String) The display name of the target service.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- service
Name String - (String) The target service name.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
GetSccRuleRequiredConfigAllIfRequiredConfigAllRequiredConfigOrAnyTargetAdditionalTargetAttribute
- Name string
- (String) The additional target attribute name.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Operator string
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- Value string
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Name string
- (String) The additional target attribute name.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Operator string
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- Value string
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- name String
- (String) The additional target attribute name.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- operator String
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- value String
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- name string
- (String) The additional target attribute name.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- operator string
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- value string
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- name str
- (String) The additional target attribute name.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- operator str
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- value str
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- name String
- (String) The additional target attribute name.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- operator String
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- value String
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
GetSccRuleRequiredConfigAllIfRequiredConfigAllRequiredConfigOrOr
- Description string
- (String) The required config description.
- Constraints: The maximum length is
512
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Operator string
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- Property string
- (String) The property.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Value string
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Description string
- (String) The required config description.
- Constraints: The maximum length is
512
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Operator string
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- Property string
- (String) The property.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Value string
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- description String
- (String) The required config description.
- Constraints: The maximum length is
512
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- operator String
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- property String
- (String) The property.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- value String
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- description string
- (String) The required config description.
- Constraints: The maximum length is
512
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- operator string
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- property string
- (String) The property.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- value string
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- description str
- (String) The required config description.
- Constraints: The maximum length is
512
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- operator str
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- property str
- (String) The property.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- value str
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- description String
- (String) The required config description.
- Constraints: The maximum length is
512
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- operator String
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- property String
- (String) The property.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- value String
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
GetSccRuleRequiredConfigAllIfRequiredConfigAllTarget
- Additional
Target List<GetAttributes Scc Rule Required Config All If Required Config All Target Additional Target Attribute> - (List) The list of targets supported properties.
- Constraints: The maximum length is
99999
items. The minimum length is0
items. Nested schema for additional_target_attributes:
- Constraints: The maximum length is
- Reference
Name string - Resource
Kind string - (String) The target resource kind.
- Constraints: The maximum length is
99999
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Service
Display stringName - (String) The display name of the target service.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Service
Name string - (String) The target service name.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Additional
Target []GetAttributes Scc Rule Required Config All If Required Config All Target Additional Target Attribute - (List) The list of targets supported properties.
- Constraints: The maximum length is
99999
items. The minimum length is0
items. Nested schema for additional_target_attributes:
- Constraints: The maximum length is
- Reference
Name string - Resource
Kind string - (String) The target resource kind.
- Constraints: The maximum length is
99999
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Service
Display stringName - (String) The display name of the target service.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Service
Name string - (String) The target service name.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- additional
Target List<GetAttributes Scc Rule Required Config All If Required Config All Target Additional Target Attribute> - (List) The list of targets supported properties.
- Constraints: The maximum length is
99999
items. The minimum length is0
items. Nested schema for additional_target_attributes:
- Constraints: The maximum length is
- reference
Name String - resource
Kind String - (String) The target resource kind.
- Constraints: The maximum length is
99999
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- service
Display StringName - (String) The display name of the target service.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- service
Name String - (String) The target service name.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- additional
Target GetAttributes Scc Rule Required Config All If Required Config All Target Additional Target Attribute[] - (List) The list of targets supported properties.
- Constraints: The maximum length is
99999
items. The minimum length is0
items. Nested schema for additional_target_attributes:
- Constraints: The maximum length is
- reference
Name string - resource
Kind string - (String) The target resource kind.
- Constraints: The maximum length is
99999
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- service
Display stringName - (String) The display name of the target service.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- service
Name string - (String) The target service name.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- additional_
target_ Sequence[Getattributes Scc Rule Required Config All If Required Config All Target Additional Target Attribute] - (List) The list of targets supported properties.
- Constraints: The maximum length is
99999
items. The minimum length is0
items. Nested schema for additional_target_attributes:
- Constraints: The maximum length is
- reference_
name str - resource_
kind str - (String) The target resource kind.
- Constraints: The maximum length is
99999
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- service_
display_ strname - (String) The display name of the target service.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- service_
name str - (String) The target service name.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- additional
Target List<Property Map>Attributes - (List) The list of targets supported properties.
- Constraints: The maximum length is
99999
items. The minimum length is0
items. Nested schema for additional_target_attributes:
- Constraints: The maximum length is
- reference
Name String - resource
Kind String - (String) The target resource kind.
- Constraints: The maximum length is
99999
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- service
Display StringName - (String) The display name of the target service.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- service
Name String - (String) The target service name.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
GetSccRuleRequiredConfigAllIfRequiredConfigAllTargetAdditionalTargetAttribute
- Name string
- (String) The additional target attribute name.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Operator string
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- Value string
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Name string
- (String) The additional target attribute name.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Operator string
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- Value string
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- name String
- (String) The additional target attribute name.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- operator String
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- value String
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- name string
- (String) The additional target attribute name.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- operator string
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- value string
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- name str
- (String) The additional target attribute name.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- operator str
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- value str
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- name String
- (String) The additional target attribute name.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- operator String
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- value String
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
GetSccRuleRequiredConfigAllIfRequiredConfigAnd
- All
Ifs List<GetScc Rule Required Config All If Required Config And All If> - Alls
List<Get
Scc Rule Required Config All If Required Config And All> - Ands
List<Get
Scc Rule Required Config All If Required Config And And> - (List) The
AND
required configurations.- Constraints: The maximum length is
64
items. The minimum length is1
item. Nested schema for and:
- Constraints: The maximum length is
- Anies
List<Get
Scc Rule Required Config All If Required Config And Any> - Any
Ifs List<GetScc Rule Required Config All If Required Config And Any If> - Description string
- (String) The required config description.
- Constraints: The maximum length is
512
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Operator string
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- Ors
List<Get
Scc Rule Required Config All If Required Config And Or> - (List) The
OR
required configurations.- Constraints: The maximum length is
64
items. The minimum length is1
item. Nested schema for or:
- Constraints: The maximum length is
- Property string
- (String) The property.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Value string
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- All
Ifs []GetScc Rule Required Config All If Required Config And All If - Alls
[]Get
Scc Rule Required Config All If Required Config And All - Ands
[]Get
Scc Rule Required Config All If Required Config And And - (List) The
AND
required configurations.- Constraints: The maximum length is
64
items. The minimum length is1
item. Nested schema for and:
- Constraints: The maximum length is
- Anies
[]Get
Scc Rule Required Config All If Required Config And Any - Any
Ifs []GetScc Rule Required Config All If Required Config And Any If - Description string
- (String) The required config description.
- Constraints: The maximum length is
512
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Operator string
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- Ors
[]Get
Scc Rule Required Config All If Required Config And Or - (List) The
OR
required configurations.- Constraints: The maximum length is
64
items. The minimum length is1
item. Nested schema for or:
- Constraints: The maximum length is
- Property string
- (String) The property.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Value string
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- all
Ifs List<GetScc Rule Required Config All If Required Config And All If> - alls
List<Get
Scc Rule Required Config All If Required Config And All> - ands
List<Get
Scc Rule Required Config All If Required Config And And> - (List) The
AND
required configurations.- Constraints: The maximum length is
64
items. The minimum length is1
item. Nested schema for and:
- Constraints: The maximum length is
- anies
List<Get
Scc Rule Required Config All If Required Config And Any> - any
Ifs List<GetScc Rule Required Config All If Required Config And Any If> - description String
- (String) The required config description.
- Constraints: The maximum length is
512
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- operator String
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- ors
List<Get
Scc Rule Required Config All If Required Config And Or> - (List) The
OR
required configurations.- Constraints: The maximum length is
64
items. The minimum length is1
item. Nested schema for or:
- Constraints: The maximum length is
- property String
- (String) The property.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- value String
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- all
Ifs GetScc Rule Required Config All If Required Config And All If[] - alls
Get
Scc Rule Required Config All If Required Config And All[] - ands
Get
Scc Rule Required Config All If Required Config And And[] - (List) The
AND
required configurations.- Constraints: The maximum length is
64
items. The minimum length is1
item. Nested schema for and:
- Constraints: The maximum length is
- anies
Get
Scc Rule Required Config All If Required Config And Any[] - any
Ifs GetScc Rule Required Config All If Required Config And Any If[] - description string
- (String) The required config description.
- Constraints: The maximum length is
512
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- operator string
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- ors
Get
Scc Rule Required Config All If Required Config And Or[] - (List) The
OR
required configurations.- Constraints: The maximum length is
64
items. The minimum length is1
item. Nested schema for or:
- Constraints: The maximum length is
- property string
- (String) The property.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- value string
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- all_
ifs Sequence[GetScc Rule Required Config All If Required Config And All If] - alls
Sequence[Get
Scc Rule Required Config All If Required Config And All] - ands
Sequence[Get
Scc Rule Required Config All If Required Config And And] - (List) The
AND
required configurations.- Constraints: The maximum length is
64
items. The minimum length is1
item. Nested schema for and:
- Constraints: The maximum length is
- anies
Sequence[Get
Scc Rule Required Config All If Required Config And Any] - any_
ifs Sequence[GetScc Rule Required Config All If Required Config And Any If] - description str
- (String) The required config description.
- Constraints: The maximum length is
512
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- operator str
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- ors
Sequence[Get
Scc Rule Required Config All If Required Config And Or] - (List) The
OR
required configurations.- Constraints: The maximum length is
64
items. The minimum length is1
item. Nested schema for or:
- Constraints: The maximum length is
- property str
- (String) The property.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- value str
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- all
Ifs List<Property Map> - alls List<Property Map>
- ands List<Property Map>
- (List) The
AND
required configurations.- Constraints: The maximum length is
64
items. The minimum length is1
item. Nested schema for and:
- Constraints: The maximum length is
- anies List<Property Map>
- any
Ifs List<Property Map> - description String
- (String) The required config description.
- Constraints: The maximum length is
512
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- operator String
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- ors List<Property Map>
- (List) The
OR
required configurations.- Constraints: The maximum length is
64
items. The minimum length is1
item. Nested schema for or:
- Constraints: The maximum length is
- property String
- (String) The property.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- value String
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
GetSccRuleRequiredConfigAllIfRequiredConfigAndAll
- Required
Configs List<GetScc Rule Required Config All If Required Config And All Required Config> - (List) The required configurations. Nested schema for required_config:
- Targets
List<Get
Scc Rule Required Config All If Required Config And All Target> - (List) The rule target. Nested schema for target:
- Required
Configs []GetScc Rule Required Config All If Required Config And All Required Config - (List) The required configurations. Nested schema for required_config:
- Targets
[]Get
Scc Rule Required Config All If Required Config And All Target - (List) The rule target. Nested schema for target:
- required
Configs List<GetScc Rule Required Config All If Required Config And All Required Config> - (List) The required configurations. Nested schema for required_config:
- targets
List<Get
Scc Rule Required Config All If Required Config And All Target> - (List) The rule target. Nested schema for target:
- required
Configs GetScc Rule Required Config All If Required Config And All Required Config[] - (List) The required configurations. Nested schema for required_config:
- targets
Get
Scc Rule Required Config All If Required Config And All Target[] - (List) The rule target. Nested schema for target:
- required_
configs Sequence[GetScc Rule Required Config All If Required Config And All Required Config] - (List) The required configurations. Nested schema for required_config:
- targets
Sequence[Get
Scc Rule Required Config All If Required Config And All Target] - (List) The rule target. Nested schema for target:
- required
Configs List<Property Map> - (List) The required configurations. Nested schema for required_config:
- targets List<Property Map>
- (List) The rule target. Nested schema for target:
GetSccRuleRequiredConfigAllIfRequiredConfigAndAllIf
- Required
Configs List<GetScc Rule Required Config All If Required Config And All If Required Config> - (List) The required configurations. Nested schema for required_config:
- Targets
List<Get
Scc Rule Required Config All If Required Config And All If Target> - (List) The rule target. Nested schema for target:
- Required
Configs []GetScc Rule Required Config All If Required Config And All If Required Config - (List) The required configurations. Nested schema for required_config:
- Targets
[]Get
Scc Rule Required Config All If Required Config And All If Target - (List) The rule target. Nested schema for target:
- required
Configs List<GetScc Rule Required Config All If Required Config And All If Required Config> - (List) The required configurations. Nested schema for required_config:
- targets
List<Get
Scc Rule Required Config All If Required Config And All If Target> - (List) The rule target. Nested schema for target:
- required
Configs GetScc Rule Required Config All If Required Config And All If Required Config[] - (List) The required configurations. Nested schema for required_config:
- targets
Get
Scc Rule Required Config All If Required Config And All If Target[] - (List) The rule target. Nested schema for target:
- required_
configs Sequence[GetScc Rule Required Config All If Required Config And All If Required Config] - (List) The required configurations. Nested schema for required_config:
- targets
Sequence[Get
Scc Rule Required Config All If Required Config And All If Target] - (List) The rule target. Nested schema for target:
- required
Configs List<Property Map> - (List) The required configurations. Nested schema for required_config:
- targets List<Property Map>
- (List) The rule target. Nested schema for target:
GetSccRuleRequiredConfigAllIfRequiredConfigAndAllIfRequiredConfig
- All
Ifs List<GetScc Rule Required Config All If Required Config And All If Required Config All If> - Alls
List<Get
Scc Rule Required Config All If Required Config And All If Required Config All> - Ands
List<Get
Scc Rule Required Config All If Required Config And All If Required Config And> - (List) The
AND
required configurations.- Constraints: The maximum length is
64
items. The minimum length is1
item. Nested schema for and:
- Constraints: The maximum length is
- Anies
List<Get
Scc Rule Required Config All If Required Config And All If Required Config Any> - Any
Ifs List<GetScc Rule Required Config All If Required Config And All If Required Config Any If> - Description string
- (String) The required config description.
- Constraints: The maximum length is
512
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Operator string
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- Ors
List<Get
Scc Rule Required Config All If Required Config And All If Required Config Or> - (List) The
OR
required configurations.- Constraints: The maximum length is
64
items. The minimum length is1
item. Nested schema for or:
- Constraints: The maximum length is
- Property string
- (String) The property.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Value string
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- All
Ifs []GetScc Rule Required Config All If Required Config And All If Required Config All If - Alls
[]Get
Scc Rule Required Config All If Required Config And All If Required Config All - Ands
[]Get
Scc Rule Required Config All If Required Config And All If Required Config And - (List) The
AND
required configurations.- Constraints: The maximum length is
64
items. The minimum length is1
item. Nested schema for and:
- Constraints: The maximum length is
- Anies
[]Get
Scc Rule Required Config All If Required Config And All If Required Config Any - Any
Ifs []GetScc Rule Required Config All If Required Config And All If Required Config Any If - Description string
- (String) The required config description.
- Constraints: The maximum length is
512
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Operator string
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- Ors
[]Get
Scc Rule Required Config All If Required Config And All If Required Config Or - (List) The
OR
required configurations.- Constraints: The maximum length is
64
items. The minimum length is1
item. Nested schema for or:
- Constraints: The maximum length is
- Property string
- (String) The property.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Value string
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- all
Ifs List<GetScc Rule Required Config All If Required Config And All If Required Config All If> - alls
List<Get
Scc Rule Required Config All If Required Config And All If Required Config All> - ands
List<Get
Scc Rule Required Config All If Required Config And All If Required Config And> - (List) The
AND
required configurations.- Constraints: The maximum length is
64
items. The minimum length is1
item. Nested schema for and:
- Constraints: The maximum length is
- anies
List<Get
Scc Rule Required Config All If Required Config And All If Required Config Any> - any
Ifs List<GetScc Rule Required Config All If Required Config And All If Required Config Any If> - description String
- (String) The required config description.
- Constraints: The maximum length is
512
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- operator String
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- ors
List<Get
Scc Rule Required Config All If Required Config And All If Required Config Or> - (List) The
OR
required configurations.- Constraints: The maximum length is
64
items. The minimum length is1
item. Nested schema for or:
- Constraints: The maximum length is
- property String
- (String) The property.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- value String
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- all
Ifs GetScc Rule Required Config All If Required Config And All If Required Config All If[] - alls
Get
Scc Rule Required Config All If Required Config And All If Required Config All[] - ands
Get
Scc Rule Required Config All If Required Config And All If Required Config And[] - (List) The
AND
required configurations.- Constraints: The maximum length is
64
items. The minimum length is1
item. Nested schema for and:
- Constraints: The maximum length is
- anies
Get
Scc Rule Required Config All If Required Config And All If Required Config Any[] - any
Ifs GetScc Rule Required Config All If Required Config And All If Required Config Any If[] - description string
- (String) The required config description.
- Constraints: The maximum length is
512
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- operator string
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- ors
Get
Scc Rule Required Config All If Required Config And All If Required Config Or[] - (List) The
OR
required configurations.- Constraints: The maximum length is
64
items. The minimum length is1
item. Nested schema for or:
- Constraints: The maximum length is
- property string
- (String) The property.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- value string
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- all_
ifs Sequence[GetScc Rule Required Config All If Required Config And All If Required Config All If] - alls
Sequence[Get
Scc Rule Required Config All If Required Config And All If Required Config All] - ands
Sequence[Get
Scc Rule Required Config All If Required Config And All If Required Config And] - (List) The
AND
required configurations.- Constraints: The maximum length is
64
items. The minimum length is1
item. Nested schema for and:
- Constraints: The maximum length is
- anies
Sequence[Get
Scc Rule Required Config All If Required Config And All If Required Config Any] - any_
ifs Sequence[GetScc Rule Required Config All If Required Config And All If Required Config Any If] - description str
- (String) The required config description.
- Constraints: The maximum length is
512
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- operator str
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- ors
Sequence[Get
Scc Rule Required Config All If Required Config And All If Required Config Or] - (List) The
OR
required configurations.- Constraints: The maximum length is
64
items. The minimum length is1
item. Nested schema for or:
- Constraints: The maximum length is
- property str
- (String) The property.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- value str
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- all
Ifs List<Property Map> - alls List<Property Map>
- ands List<Property Map>
- (List) The
AND
required configurations.- Constraints: The maximum length is
64
items. The minimum length is1
item. Nested schema for and:
- Constraints: The maximum length is
- anies List<Property Map>
- any
Ifs List<Property Map> - description String
- (String) The required config description.
- Constraints: The maximum length is
512
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- operator String
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- ors List<Property Map>
- (List) The
OR
required configurations.- Constraints: The maximum length is
64
items. The minimum length is1
item. Nested schema for or:
- Constraints: The maximum length is
- property String
- (String) The property.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- value String
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
GetSccRuleRequiredConfigAllIfRequiredConfigAndAllIfRequiredConfigAll
- Required
Configs List<GetScc Rule Required Config All If Required Config And All If Required Config All Required Config> - (List) The required configurations. Nested schema for required_config:
- Targets
List<Get
Scc Rule Required Config All If Required Config And All If Required Config All Target> - (List) The rule target. Nested schema for target:
- Required
Configs []GetScc Rule Required Config All If Required Config And All If Required Config All Required Config - (List) The required configurations. Nested schema for required_config:
- Targets
[]Get
Scc Rule Required Config All If Required Config And All If Required Config All Target - (List) The rule target. Nested schema for target:
- required
Configs List<GetScc Rule Required Config All If Required Config And All If Required Config All Required Config> - (List) The required configurations. Nested schema for required_config:
- targets
List<Get
Scc Rule Required Config All If Required Config And All If Required Config All Target> - (List) The rule target. Nested schema for target:
- required
Configs GetScc Rule Required Config All If Required Config And All If Required Config All Required Config[] - (List) The required configurations. Nested schema for required_config:
- targets
Get
Scc Rule Required Config All If Required Config And All If Required Config All Target[] - (List) The rule target. Nested schema for target:
- required_
configs Sequence[GetScc Rule Required Config All If Required Config And All If Required Config All Required Config] - (List) The required configurations. Nested schema for required_config:
- targets
Sequence[Get
Scc Rule Required Config All If Required Config And All If Required Config All Target] - (List) The rule target. Nested schema for target:
- required
Configs List<Property Map> - (List) The required configurations. Nested schema for required_config:
- targets List<Property Map>
- (List) The rule target. Nested schema for target:
GetSccRuleRequiredConfigAllIfRequiredConfigAndAllIfRequiredConfigAllIf
- Required
Configs List<GetScc Rule Required Config All If Required Config And All If Required Config All If Required Config> - (List) The required configurations. Nested schema for required_config:
- Targets
List<Get
Scc Rule Required Config All If Required Config And All If Required Config All If Target> - (List) The rule target. Nested schema for target:
- Required
Configs []GetScc Rule Required Config All If Required Config And All If Required Config All If Required Config - (List) The required configurations. Nested schema for required_config:
- Targets
[]Get
Scc Rule Required Config All If Required Config And All If Required Config All If Target - (List) The rule target. Nested schema for target:
- required
Configs List<GetScc Rule Required Config All If Required Config And All If Required Config All If Required Config> - (List) The required configurations. Nested schema for required_config:
- targets
List<Get
Scc Rule Required Config All If Required Config And All If Required Config All If Target> - (List) The rule target. Nested schema for target:
- required
Configs GetScc Rule Required Config All If Required Config And All If Required Config All If Required Config[] - (List) The required configurations. Nested schema for required_config:
- targets
Get
Scc Rule Required Config All If Required Config And All If Required Config All If Target[] - (List) The rule target. Nested schema for target:
- required_
configs Sequence[GetScc Rule Required Config All If Required Config And All If Required Config All If Required Config] - (List) The required configurations. Nested schema for required_config:
- targets
Sequence[Get
Scc Rule Required Config All If Required Config And All If Required Config All If Target] - (List) The rule target. Nested schema for target:
- required
Configs List<Property Map> - (List) The required configurations. Nested schema for required_config:
- targets List<Property Map>
- (List) The rule target. Nested schema for target:
GetSccRuleRequiredConfigAllIfRequiredConfigAndAllIfRequiredConfigAllIfRequiredConfig
- Description string
- (String) The required config description.
- Constraints: The maximum length is
512
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Operator string
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- Property string
- (String) The property.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Value string
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Description string
- (String) The required config description.
- Constraints: The maximum length is
512
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Operator string
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- Property string
- (String) The property.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Value string
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- description String
- (String) The required config description.
- Constraints: The maximum length is
512
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- operator String
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- property String
- (String) The property.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- value String
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- description string
- (String) The required config description.
- Constraints: The maximum length is
512
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- operator string
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- property string
- (String) The property.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- value string
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- description str
- (String) The required config description.
- Constraints: The maximum length is
512
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- operator str
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- property str
- (String) The property.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- value str
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- description String
- (String) The required config description.
- Constraints: The maximum length is
512
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- operator String
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- property String
- (String) The property.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- value String
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
GetSccRuleRequiredConfigAllIfRequiredConfigAndAllIfRequiredConfigAllIfTarget
- Additional
Target List<GetAttributes Scc Rule Required Config All If Required Config And All If Required Config All If Target Additional Target Attribute> - (List) The list of targets supported properties.
- Constraints: The maximum length is
99999
items. The minimum length is0
items. Nested schema for additional_target_attributes:
- Constraints: The maximum length is
- Reference
Name string - Resource
Kind string - (String) The target resource kind.
- Constraints: The maximum length is
99999
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Service
Display stringName - (String) The display name of the target service.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Service
Name string - (String) The target service name.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Additional
Target []GetAttributes Scc Rule Required Config All If Required Config And All If Required Config All If Target Additional Target Attribute - (List) The list of targets supported properties.
- Constraints: The maximum length is
99999
items. The minimum length is0
items. Nested schema for additional_target_attributes:
- Constraints: The maximum length is
- Reference
Name string - Resource
Kind string - (String) The target resource kind.
- Constraints: The maximum length is
99999
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Service
Display stringName - (String) The display name of the target service.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Service
Name string - (String) The target service name.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- additional
Target List<GetAttributes Scc Rule Required Config All If Required Config And All If Required Config All If Target Additional Target Attribute> - (List) The list of targets supported properties.
- Constraints: The maximum length is
99999
items. The minimum length is0
items. Nested schema for additional_target_attributes:
- Constraints: The maximum length is
- reference
Name String - resource
Kind String - (String) The target resource kind.
- Constraints: The maximum length is
99999
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- service
Display StringName - (String) The display name of the target service.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- service
Name String - (String) The target service name.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- additional
Target GetAttributes Scc Rule Required Config All If Required Config And All If Required Config All If Target Additional Target Attribute[] - (List) The list of targets supported properties.
- Constraints: The maximum length is
99999
items. The minimum length is0
items. Nested schema for additional_target_attributes:
- Constraints: The maximum length is
- reference
Name string - resource
Kind string - (String) The target resource kind.
- Constraints: The maximum length is
99999
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- service
Display stringName - (String) The display name of the target service.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- service
Name string - (String) The target service name.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- additional_
target_ Sequence[Getattributes Scc Rule Required Config All If Required Config And All If Required Config All If Target Additional Target Attribute] - (List) The list of targets supported properties.
- Constraints: The maximum length is
99999
items. The minimum length is0
items. Nested schema for additional_target_attributes:
- Constraints: The maximum length is
- reference_
name str - resource_
kind str - (String) The target resource kind.
- Constraints: The maximum length is
99999
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- service_
display_ strname - (String) The display name of the target service.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- service_
name str - (String) The target service name.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- additional
Target List<Property Map>Attributes - (List) The list of targets supported properties.
- Constraints: The maximum length is
99999
items. The minimum length is0
items. Nested schema for additional_target_attributes:
- Constraints: The maximum length is
- reference
Name String - resource
Kind String - (String) The target resource kind.
- Constraints: The maximum length is
99999
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- service
Display StringName - (String) The display name of the target service.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- service
Name String - (String) The target service name.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
GetSccRuleRequiredConfigAllIfRequiredConfigAndAllIfRequiredConfigAllIfTargetAdditionalTargetAttribute
- Name string
- (String) The additional target attribute name.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Operator string
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- Value string
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Name string
- (String) The additional target attribute name.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Operator string
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- Value string
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- name String
- (String) The additional target attribute name.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- operator String
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- value String
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- name string
- (String) The additional target attribute name.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- operator string
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- value string
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- name str
- (String) The additional target attribute name.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- operator str
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- value str
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- name String
- (String) The additional target attribute name.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- operator String
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- value String
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
GetSccRuleRequiredConfigAllIfRequiredConfigAndAllIfRequiredConfigAllRequiredConfig
- Description string
- (String) The required config description.
- Constraints: The maximum length is
512
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Operator string
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- Property string
- (String) The property.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Value string
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Description string
- (String) The required config description.
- Constraints: The maximum length is
512
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Operator string
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- Property string
- (String) The property.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Value string
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- description String
- (String) The required config description.
- Constraints: The maximum length is
512
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- operator String
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- property String
- (String) The property.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- value String
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- description string
- (String) The required config description.
- Constraints: The maximum length is
512
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- operator string
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- property string
- (String) The property.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- value string
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- description str
- (String) The required config description.
- Constraints: The maximum length is
512
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- operator str
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- property str
- (String) The property.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- value str
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- description String
- (String) The required config description.
- Constraints: The maximum length is
512
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- operator String
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- property String
- (String) The property.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- value String
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
GetSccRuleRequiredConfigAllIfRequiredConfigAndAllIfRequiredConfigAllTarget
- Additional
Target List<GetAttributes Scc Rule Required Config All If Required Config And All If Required Config All Target Additional Target Attribute> - (List) The list of targets supported properties.
- Constraints: The maximum length is
99999
items. The minimum length is0
items. Nested schema for additional_target_attributes:
- Constraints: The maximum length is
- Reference
Name string - Resource
Kind string - (String) The target resource kind.
- Constraints: The maximum length is
99999
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Service
Display stringName - (String) The display name of the target service.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Service
Name string - (String) The target service name.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Additional
Target []GetAttributes Scc Rule Required Config All If Required Config And All If Required Config All Target Additional Target Attribute - (List) The list of targets supported properties.
- Constraints: The maximum length is
99999
items. The minimum length is0
items. Nested schema for additional_target_attributes:
- Constraints: The maximum length is
- Reference
Name string - Resource
Kind string - (String) The target resource kind.
- Constraints: The maximum length is
99999
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Service
Display stringName - (String) The display name of the target service.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Service
Name string - (String) The target service name.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- additional
Target List<GetAttributes Scc Rule Required Config All If Required Config And All If Required Config All Target Additional Target Attribute> - (List) The list of targets supported properties.
- Constraints: The maximum length is
99999
items. The minimum length is0
items. Nested schema for additional_target_attributes:
- Constraints: The maximum length is
- reference
Name String - resource
Kind String - (String) The target resource kind.
- Constraints: The maximum length is
99999
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- service
Display StringName - (String) The display name of the target service.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- service
Name String - (String) The target service name.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- additional
Target GetAttributes Scc Rule Required Config All If Required Config And All If Required Config All Target Additional Target Attribute[] - (List) The list of targets supported properties.
- Constraints: The maximum length is
99999
items. The minimum length is0
items. Nested schema for additional_target_attributes:
- Constraints: The maximum length is
- reference
Name string - resource
Kind string - (String) The target resource kind.
- Constraints: The maximum length is
99999
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- service
Display stringName - (String) The display name of the target service.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- service
Name string - (String) The target service name.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- additional_
target_ Sequence[Getattributes Scc Rule Required Config All If Required Config And All If Required Config All Target Additional Target Attribute] - (List) The list of targets supported properties.
- Constraints: The maximum length is
99999
items. The minimum length is0
items. Nested schema for additional_target_attributes:
- Constraints: The maximum length is
- reference_
name str - resource_
kind str - (String) The target resource kind.
- Constraints: The maximum length is
99999
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- service_
display_ strname - (String) The display name of the target service.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- service_
name str - (String) The target service name.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- additional
Target List<Property Map>Attributes - (List) The list of targets supported properties.
- Constraints: The maximum length is
99999
items. The minimum length is0
items. Nested schema for additional_target_attributes:
- Constraints: The maximum length is
- reference
Name String - resource
Kind String - (String) The target resource kind.
- Constraints: The maximum length is
99999
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- service
Display StringName - (String) The display name of the target service.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- service
Name String - (String) The target service name.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
GetSccRuleRequiredConfigAllIfRequiredConfigAndAllIfRequiredConfigAllTargetAdditionalTargetAttribute
- Name string
- (String) The additional target attribute name.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Operator string
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- Value string
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Name string
- (String) The additional target attribute name.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Operator string
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- Value string
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- name String
- (String) The additional target attribute name.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- operator String
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- value String
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- name string
- (String) The additional target attribute name.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- operator string
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- value string
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- name str
- (String) The additional target attribute name.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- operator str
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- value str
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- name String
- (String) The additional target attribute name.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- operator String
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- value String
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
GetSccRuleRequiredConfigAllIfRequiredConfigAndAllIfRequiredConfigAnd
- Description string
- (String) The required config description.
- Constraints: The maximum length is
512
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Operator string
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- Property string
- (String) The property.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Value string
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Description string
- (String) The required config description.
- Constraints: The maximum length is
512
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Operator string
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- Property string
- (String) The property.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Value string
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- description String
- (String) The required config description.
- Constraints: The maximum length is
512
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- operator String
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- property String
- (String) The property.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- value String
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- description string
- (String) The required config description.
- Constraints: The maximum length is
512
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- operator string
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- property string
- (String) The property.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- value string
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- description str
- (String) The required config description.
- Constraints: The maximum length is
512
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- operator str
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- property str
- (String) The property.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- value str
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- description String
- (String) The required config description.
- Constraints: The maximum length is
512
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- operator String
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- property String
- (String) The property.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- value String
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
GetSccRuleRequiredConfigAllIfRequiredConfigAndAllIfRequiredConfigAny
- Required
Configs List<GetScc Rule Required Config All If Required Config And All If Required Config Any Required Config> - (List) The required configurations. Nested schema for required_config:
- Targets
List<Get
Scc Rule Required Config All If Required Config And All If Required Config Any Target> - (List) The rule target. Nested schema for target:
- Required
Configs []GetScc Rule Required Config All If Required Config And All If Required Config Any Required Config - (List) The required configurations. Nested schema for required_config:
- Targets
[]Get
Scc Rule Required Config All If Required Config And All If Required Config Any Target - (List) The rule target. Nested schema for target:
- required
Configs List<GetScc Rule Required Config All If Required Config And All If Required Config Any Required Config> - (List) The required configurations. Nested schema for required_config:
- targets
List<Get
Scc Rule Required Config All If Required Config And All If Required Config Any Target> - (List) The rule target. Nested schema for target:
- required
Configs GetScc Rule Required Config All If Required Config And All If Required Config Any Required Config[] - (List) The required configurations. Nested schema for required_config:
- targets
Get
Scc Rule Required Config All If Required Config And All If Required Config Any Target[] - (List) The rule target. Nested schema for target:
- required_
configs Sequence[GetScc Rule Required Config All If Required Config And All If Required Config Any Required Config] - (List) The required configurations. Nested schema for required_config:
- targets
Sequence[Get
Scc Rule Required Config All If Required Config And All If Required Config Any Target] - (List) The rule target. Nested schema for target:
- required
Configs List<Property Map> - (List) The required configurations. Nested schema for required_config:
- targets List<Property Map>
- (List) The rule target. Nested schema for target:
GetSccRuleRequiredConfigAllIfRequiredConfigAndAllIfRequiredConfigAnyIf
- Required
Configs List<GetScc Rule Required Config All If Required Config And All If Required Config Any If Required Config> - (List) The required configurations. Nested schema for required_config:
- Targets
List<Get
Scc Rule Required Config All If Required Config And All If Required Config Any If Target> - (List) The rule target. Nested schema for target:
- Required
Configs []GetScc Rule Required Config All If Required Config And All If Required Config Any If Required Config - (List) The required configurations. Nested schema for required_config:
- Targets
[]Get
Scc Rule Required Config All If Required Config And All If Required Config Any If Target - (List) The rule target. Nested schema for target:
- required
Configs List<GetScc Rule Required Config All If Required Config And All If Required Config Any If Required Config> - (List) The required configurations. Nested schema for required_config:
- targets
List<Get
Scc Rule Required Config All If Required Config And All If Required Config Any If Target> - (List) The rule target. Nested schema for target:
- required
Configs GetScc Rule Required Config All If Required Config And All If Required Config Any If Required Config[] - (List) The required configurations. Nested schema for required_config:
- targets
Get
Scc Rule Required Config All If Required Config And All If Required Config Any If Target[] - (List) The rule target. Nested schema for target:
- required_
configs Sequence[GetScc Rule Required Config All If Required Config And All If Required Config Any If Required Config] - (List) The required configurations. Nested schema for required_config:
- targets
Sequence[Get
Scc Rule Required Config All If Required Config And All If Required Config Any If Target] - (List) The rule target. Nested schema for target:
- required
Configs List<Property Map> - (List) The required configurations. Nested schema for required_config:
- targets List<Property Map>
- (List) The rule target. Nested schema for target:
GetSccRuleRequiredConfigAllIfRequiredConfigAndAllIfRequiredConfigAnyIfRequiredConfig
- Description string
- (String) The required config description.
- Constraints: The maximum length is
512
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Operator string
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- Property string
- (String) The property.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Value string
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Description string
- (String) The required config description.
- Constraints: The maximum length is
512
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Operator string
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- Property string
- (String) The property.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Value string
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- description String
- (String) The required config description.
- Constraints: The maximum length is
512
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- operator String
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- property String
- (String) The property.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- value String
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- description string
- (String) The required config description.
- Constraints: The maximum length is
512
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- operator string
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- property string
- (String) The property.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- value string
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- description str
- (String) The required config description.
- Constraints: The maximum length is
512
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- operator str
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- property str
- (String) The property.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- value str
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- description String
- (String) The required config description.
- Constraints: The maximum length is
512
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- operator String
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- property String
- (String) The property.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- value String
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
GetSccRuleRequiredConfigAllIfRequiredConfigAndAllIfRequiredConfigAnyIfTarget
- Additional
Target List<GetAttributes Scc Rule Required Config All If Required Config And All If Required Config Any If Target Additional Target Attribute> - (List) The list of targets supported properties.
- Constraints: The maximum length is
99999
items. The minimum length is0
items. Nested schema for additional_target_attributes:
- Constraints: The maximum length is
- Reference
Name string - Resource
Kind string - (String) The target resource kind.
- Constraints: The maximum length is
99999
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Service
Display stringName - (String) The display name of the target service.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Service
Name string - (String) The target service name.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Additional
Target []GetAttributes Scc Rule Required Config All If Required Config And All If Required Config Any If Target Additional Target Attribute - (List) The list of targets supported properties.
- Constraints: The maximum length is
99999
items. The minimum length is0
items. Nested schema for additional_target_attributes:
- Constraints: The maximum length is
- Reference
Name string - Resource
Kind string - (String) The target resource kind.
- Constraints: The maximum length is
99999
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Service
Display stringName - (String) The display name of the target service.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Service
Name string - (String) The target service name.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- additional
Target List<GetAttributes Scc Rule Required Config All If Required Config And All If Required Config Any If Target Additional Target Attribute> - (List) The list of targets supported properties.
- Constraints: The maximum length is
99999
items. The minimum length is0
items. Nested schema for additional_target_attributes:
- Constraints: The maximum length is
- reference
Name String - resource
Kind String - (String) The target resource kind.
- Constraints: The maximum length is
99999
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- service
Display StringName - (String) The display name of the target service.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- service
Name String - (String) The target service name.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- additional
Target GetAttributes Scc Rule Required Config All If Required Config And All If Required Config Any If Target Additional Target Attribute[] - (List) The list of targets supported properties.
- Constraints: The maximum length is
99999
items. The minimum length is0
items. Nested schema for additional_target_attributes:
- Constraints: The maximum length is
- reference
Name string - resource
Kind string - (String) The target resource kind.
- Constraints: The maximum length is
99999
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- service
Display stringName - (String) The display name of the target service.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- service
Name string - (String) The target service name.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- additional_
target_ Sequence[Getattributes Scc Rule Required Config All If Required Config And All If Required Config Any If Target Additional Target Attribute] - (List) The list of targets supported properties.
- Constraints: The maximum length is
99999
items. The minimum length is0
items. Nested schema for additional_target_attributes:
- Constraints: The maximum length is
- reference_
name str - resource_
kind str - (String) The target resource kind.
- Constraints: The maximum length is
99999
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- service_
display_ strname - (String) The display name of the target service.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- service_
name str - (String) The target service name.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- additional
Target List<Property Map>Attributes - (List) The list of targets supported properties.
- Constraints: The maximum length is
99999
items. The minimum length is0
items. Nested schema for additional_target_attributes:
- Constraints: The maximum length is
- reference
Name String - resource
Kind String - (String) The target resource kind.
- Constraints: The maximum length is
99999
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- service
Display StringName - (String) The display name of the target service.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- service
Name String - (String) The target service name.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
GetSccRuleRequiredConfigAllIfRequiredConfigAndAllIfRequiredConfigAnyIfTargetAdditionalTargetAttribute
- Name string
- (String) The additional target attribute name.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Operator string
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- Value string
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Name string
- (String) The additional target attribute name.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Operator string
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- Value string
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- name String
- (String) The additional target attribute name.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- operator String
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- value String
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- name string
- (String) The additional target attribute name.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- operator string
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- value string
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- name str
- (String) The additional target attribute name.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- operator str
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- value str
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- name String
- (String) The additional target attribute name.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- operator String
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- value String
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
GetSccRuleRequiredConfigAllIfRequiredConfigAndAllIfRequiredConfigAnyRequiredConfig
- Description string
- (String) The required config description.
- Constraints: The maximum length is
512
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Operator string
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- Property string
- (String) The property.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Value string
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Description string
- (String) The required config description.
- Constraints: The maximum length is
512
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Operator string
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- Property string
- (String) The property.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Value string
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- description String
- (String) The required config description.
- Constraints: The maximum length is
512
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- operator String
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- property String
- (String) The property.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- value String
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- description string
- (String) The required config description.
- Constraints: The maximum length is
512
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- operator string
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- property string
- (String) The property.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- value string
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- description str
- (String) The required config description.
- Constraints: The maximum length is
512
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- operator str
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- property str
- (String) The property.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- value str
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- description String
- (String) The required config description.
- Constraints: The maximum length is
512
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- operator String
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- property String
- (String) The property.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- value String
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
GetSccRuleRequiredConfigAllIfRequiredConfigAndAllIfRequiredConfigAnyTarget
- Additional
Target List<GetAttributes Scc Rule Required Config All If Required Config And All If Required Config Any Target Additional Target Attribute> - (List) The list of targets supported properties.
- Constraints: The maximum length is
99999
items. The minimum length is0
items. Nested schema for additional_target_attributes:
- Constraints: The maximum length is
- Reference
Name string - Resource
Kind string - (String) The target resource kind.
- Constraints: The maximum length is
99999
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Service
Display stringName - (String) The display name of the target service.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Service
Name string - (String) The target service name.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Additional
Target []GetAttributes Scc Rule Required Config All If Required Config And All If Required Config Any Target Additional Target Attribute - (List) The list of targets supported properties.
- Constraints: The maximum length is
99999
items. The minimum length is0
items. Nested schema for additional_target_attributes:
- Constraints: The maximum length is
- Reference
Name string - Resource
Kind string - (String) The target resource kind.
- Constraints: The maximum length is
99999
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Service
Display stringName - (String) The display name of the target service.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Service
Name string - (String) The target service name.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- additional
Target List<GetAttributes Scc Rule Required Config All If Required Config And All If Required Config Any Target Additional Target Attribute> - (List) The list of targets supported properties.
- Constraints: The maximum length is
99999
items. The minimum length is0
items. Nested schema for additional_target_attributes:
- Constraints: The maximum length is
- reference
Name String - resource
Kind String - (String) The target resource kind.
- Constraints: The maximum length is
99999
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- service
Display StringName - (String) The display name of the target service.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- service
Name String - (String) The target service name.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- additional
Target GetAttributes Scc Rule Required Config All If Required Config And All If Required Config Any Target Additional Target Attribute[] - (List) The list of targets supported properties.
- Constraints: The maximum length is
99999
items. The minimum length is0
items. Nested schema for additional_target_attributes:
- Constraints: The maximum length is
- reference
Name string - resource
Kind string - (String) The target resource kind.
- Constraints: The maximum length is
99999
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- service
Display stringName - (String) The display name of the target service.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- service
Name string - (String) The target service name.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- additional_
target_ Sequence[Getattributes Scc Rule Required Config All If Required Config And All If Required Config Any Target Additional Target Attribute] - (List) The list of targets supported properties.
- Constraints: The maximum length is
99999
items. The minimum length is0
items. Nested schema for additional_target_attributes:
- Constraints: The maximum length is
- reference_
name str - resource_
kind str - (String) The target resource kind.
- Constraints: The maximum length is
99999
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- service_
display_ strname - (String) The display name of the target service.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- service_
name str - (String) The target service name.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- additional
Target List<Property Map>Attributes - (List) The list of targets supported properties.
- Constraints: The maximum length is
99999
items. The minimum length is0
items. Nested schema for additional_target_attributes:
- Constraints: The maximum length is
- reference
Name String - resource
Kind String - (String) The target resource kind.
- Constraints: The maximum length is
99999
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- service
Display StringName - (String) The display name of the target service.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- service
Name String - (String) The target service name.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
GetSccRuleRequiredConfigAllIfRequiredConfigAndAllIfRequiredConfigAnyTargetAdditionalTargetAttribute
- Name string
- (String) The additional target attribute name.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Operator string
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- Value string
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Name string
- (String) The additional target attribute name.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Operator string
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- Value string
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- name String
- (String) The additional target attribute name.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- operator String
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- value String
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- name string
- (String) The additional target attribute name.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- operator string
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- value string
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- name str
- (String) The additional target attribute name.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- operator str
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- value str
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- name String
- (String) The additional target attribute name.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- operator String
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- value String
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
GetSccRuleRequiredConfigAllIfRequiredConfigAndAllIfRequiredConfigOr
- Description string
- (String) The required config description.
- Constraints: The maximum length is
512
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Operator string
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- Property string
- (String) The property.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Value string
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Description string
- (String) The required config description.
- Constraints: The maximum length is
512
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Operator string
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- Property string
- (String) The property.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Value string
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- description String
- (String) The required config description.
- Constraints: The maximum length is
512
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- operator String
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- property String
- (String) The property.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- value String
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- description string
- (String) The required config description.
- Constraints: The maximum length is
512
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- operator string
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- property string
- (String) The property.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- value string
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- description str
- (String) The required config description.
- Constraints: The maximum length is
512
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- operator str
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- property str
- (String) The property.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- value str
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- description String
- (String) The required config description.
- Constraints: The maximum length is
512
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- operator String
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- property String
- (String) The property.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- value String
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
GetSccRuleRequiredConfigAllIfRequiredConfigAndAllIfTarget
- Additional
Target List<GetAttributes Scc Rule Required Config All If Required Config And All If Target Additional Target Attribute> - (List) The list of targets supported properties.
- Constraints: The maximum length is
99999
items. The minimum length is0
items. Nested schema for additional_target_attributes:
- Constraints: The maximum length is
- Reference
Name string - Resource
Kind string - (String) The target resource kind.
- Constraints: The maximum length is
99999
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Service
Display stringName - (String) The display name of the target service.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Service
Name string - (String) The target service name.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Additional
Target []GetAttributes Scc Rule Required Config All If Required Config And All If Target Additional Target Attribute - (List) The list of targets supported properties.
- Constraints: The maximum length is
99999
items. The minimum length is0
items. Nested schema for additional_target_attributes:
- Constraints: The maximum length is
- Reference
Name string - Resource
Kind string - (String) The target resource kind.
- Constraints: The maximum length is
99999
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Service
Display stringName - (String) The display name of the target service.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Service
Name string - (String) The target service name.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- additional
Target List<GetAttributes Scc Rule Required Config All If Required Config And All If Target Additional Target Attribute> - (List) The list of targets supported properties.
- Constraints: The maximum length is
99999
items. The minimum length is0
items. Nested schema for additional_target_attributes:
- Constraints: The maximum length is
- reference
Name String - resource
Kind String - (String) The target resource kind.
- Constraints: The maximum length is
99999
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- service
Display StringName - (String) The display name of the target service.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- service
Name String - (String) The target service name.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- additional
Target GetAttributes Scc Rule Required Config All If Required Config And All If Target Additional Target Attribute[] - (List) The list of targets supported properties.
- Constraints: The maximum length is
99999
items. The minimum length is0
items. Nested schema for additional_target_attributes:
- Constraints: The maximum length is
- reference
Name string - resource
Kind string - (String) The target resource kind.
- Constraints: The maximum length is
99999
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- service
Display stringName - (String) The display name of the target service.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- service
Name string - (String) The target service name.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- additional_
target_ Sequence[Getattributes Scc Rule Required Config All If Required Config And All If Target Additional Target Attribute] - (List) The list of targets supported properties.
- Constraints: The maximum length is
99999
items. The minimum length is0
items. Nested schema for additional_target_attributes:
- Constraints: The maximum length is
- reference_
name str - resource_
kind str - (String) The target resource kind.
- Constraints: The maximum length is
99999
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- service_
display_ strname - (String) The display name of the target service.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- service_
name str - (String) The target service name.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- additional
Target List<Property Map>Attributes - (List) The list of targets supported properties.
- Constraints: The maximum length is
99999
items. The minimum length is0
items. Nested schema for additional_target_attributes:
- Constraints: The maximum length is
- reference
Name String - resource
Kind String - (String) The target resource kind.
- Constraints: The maximum length is
99999
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- service
Display StringName - (String) The display name of the target service.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- service
Name String - (String) The target service name.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
GetSccRuleRequiredConfigAllIfRequiredConfigAndAllIfTargetAdditionalTargetAttribute
- Name string
- (String) The additional target attribute name.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Operator string
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- Value string
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Name string
- (String) The additional target attribute name.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Operator string
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- Value string
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- name String
- (String) The additional target attribute name.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- operator String
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- value String
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- name string
- (String) The additional target attribute name.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- operator string
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- value string
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- name str
- (String) The additional target attribute name.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- operator str
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- value str
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- name String
- (String) The additional target attribute name.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- operator String
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- value String
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
GetSccRuleRequiredConfigAllIfRequiredConfigAndAllRequiredConfig
- All
Ifs List<GetScc Rule Required Config All If Required Config And All Required Config All If> - Alls
List<Get
Scc Rule Required Config All If Required Config And All Required Config All> - Ands
List<Get
Scc Rule Required Config All If Required Config And All Required Config And> - (List) The
AND
required configurations.- Constraints: The maximum length is
64
items. The minimum length is1
item. Nested schema for and:
- Constraints: The maximum length is
- Anies
List<Get
Scc Rule Required Config All If Required Config And All Required Config Any> - Any
Ifs List<GetScc Rule Required Config All If Required Config And All Required Config Any If> - Description string
- (String) The required config description.
- Constraints: The maximum length is
512
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Operator string
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- Ors
List<Get
Scc Rule Required Config All If Required Config And All Required Config Or> - (List) The
OR
required configurations.- Constraints: The maximum length is
64
items. The minimum length is1
item. Nested schema for or:
- Constraints: The maximum length is
- Property string
- (String) The property.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Value string
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- All
Ifs []GetScc Rule Required Config All If Required Config And All Required Config All If - Alls
[]Get
Scc Rule Required Config All If Required Config And All Required Config All - Ands
[]Get
Scc Rule Required Config All If Required Config And All Required Config And - (List) The
AND
required configurations.- Constraints: The maximum length is
64
items. The minimum length is1
item. Nested schema for and:
- Constraints: The maximum length is
- Anies
[]Get
Scc Rule Required Config All If Required Config And All Required Config Any - Any
Ifs []GetScc Rule Required Config All If Required Config And All Required Config Any If - Description string
- (String) The required config description.
- Constraints: The maximum length is
512
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Operator string
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- Ors
[]Get
Scc Rule Required Config All If Required Config And All Required Config Or - (List) The
OR
required configurations.- Constraints: The maximum length is
64
items. The minimum length is1
item. Nested schema for or:
- Constraints: The maximum length is
- Property string
- (String) The property.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Value string
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- all
Ifs List<GetScc Rule Required Config All If Required Config And All Required Config All If> - alls
List<Get
Scc Rule Required Config All If Required Config And All Required Config All> - ands
List<Get
Scc Rule Required Config All If Required Config And All Required Config And> - (List) The
AND
required configurations.- Constraints: The maximum length is
64
items. The minimum length is1
item. Nested schema for and:
- Constraints: The maximum length is
- anies
List<Get
Scc Rule Required Config All If Required Config And All Required Config Any> - any
Ifs List<GetScc Rule Required Config All If Required Config And All Required Config Any If> - description String
- (String) The required config description.
- Constraints: The maximum length is
512
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- operator String
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- ors
List<Get
Scc Rule Required Config All If Required Config And All Required Config Or> - (List) The
OR
required configurations.- Constraints: The maximum length is
64
items. The minimum length is1
item. Nested schema for or:
- Constraints: The maximum length is
- property String
- (String) The property.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- value String
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- all
Ifs GetScc Rule Required Config All If Required Config And All Required Config All If[] - alls
Get
Scc Rule Required Config All If Required Config And All Required Config All[] - ands
Get
Scc Rule Required Config All If Required Config And All Required Config And[] - (List) The
AND
required configurations.- Constraints: The maximum length is
64
items. The minimum length is1
item. Nested schema for and:
- Constraints: The maximum length is
- anies
Get
Scc Rule Required Config All If Required Config And All Required Config Any[] - any
Ifs GetScc Rule Required Config All If Required Config And All Required Config Any If[] - description string
- (String) The required config description.
- Constraints: The maximum length is
512
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- operator string
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- ors
Get
Scc Rule Required Config All If Required Config And All Required Config Or[] - (List) The
OR
required configurations.- Constraints: The maximum length is
64
items. The minimum length is1
item. Nested schema for or:
- Constraints: The maximum length is
- property string
- (String) The property.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- value string
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- all_
ifs Sequence[GetScc Rule Required Config All If Required Config And All Required Config All If] - alls
Sequence[Get
Scc Rule Required Config All If Required Config And All Required Config All] - ands
Sequence[Get
Scc Rule Required Config All If Required Config And All Required Config And] - (List) The
AND
required configurations.- Constraints: The maximum length is
64
items. The minimum length is1
item. Nested schema for and:
- Constraints: The maximum length is
- anies
Sequence[Get
Scc Rule Required Config All If Required Config And All Required Config Any] - any_
ifs Sequence[GetScc Rule Required Config All If Required Config And All Required Config Any If] - description str
- (String) The required config description.
- Constraints: The maximum length is
512
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- operator str
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- ors
Sequence[Get
Scc Rule Required Config All If Required Config And All Required Config Or] - (List) The
OR
required configurations.- Constraints: The maximum length is
64
items. The minimum length is1
item. Nested schema for or:
- Constraints: The maximum length is
- property str
- (String) The property.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- value str
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- all
Ifs List<Property Map> - alls List<Property Map>
- ands List<Property Map>
- (List) The
AND
required configurations.- Constraints: The maximum length is
64
items. The minimum length is1
item. Nested schema for and:
- Constraints: The maximum length is
- anies List<Property Map>
- any
Ifs List<Property Map> - description String
- (String) The required config description.
- Constraints: The maximum length is
512
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- operator String
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- ors List<Property Map>
- (List) The
OR
required configurations.- Constraints: The maximum length is
64
items. The minimum length is1
item. Nested schema for or:
- Constraints: The maximum length is
- property String
- (String) The property.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- value String
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
GetSccRuleRequiredConfigAllIfRequiredConfigAndAllRequiredConfigAll
- Required
Configs List<GetScc Rule Required Config All If Required Config And All Required Config All Required Config> - (List) The required configurations. Nested schema for required_config:
- Targets
List<Get
Scc Rule Required Config All If Required Config And All Required Config All Target> - (List) The rule target. Nested schema for target:
- Required
Configs []GetScc Rule Required Config All If Required Config And All Required Config All Required Config - (List) The required configurations. Nested schema for required_config:
- Targets
[]Get
Scc Rule Required Config All If Required Config And All Required Config All Target - (List) The rule target. Nested schema for target:
- required
Configs List<GetScc Rule Required Config All If Required Config And All Required Config All Required Config> - (List) The required configurations. Nested schema for required_config:
- targets
List<Get
Scc Rule Required Config All If Required Config And All Required Config All Target> - (List) The rule target. Nested schema for target:
- required
Configs GetScc Rule Required Config All If Required Config And All Required Config All Required Config[] - (List) The required configurations. Nested schema for required_config:
- targets
Get
Scc Rule Required Config All If Required Config And All Required Config All Target[] - (List) The rule target. Nested schema for target:
- required_
configs Sequence[GetScc Rule Required Config All If Required Config And All Required Config All Required Config] - (List) The required configurations. Nested schema for required_config:
- targets
Sequence[Get
Scc Rule Required Config All If Required Config And All Required Config All Target] - (List) The rule target. Nested schema for target:
- required
Configs List<Property Map> - (List) The required configurations. Nested schema for required_config:
- targets List<Property Map>
- (List) The rule target. Nested schema for target:
GetSccRuleRequiredConfigAllIfRequiredConfigAndAllRequiredConfigAllIf
- Required
Configs List<GetScc Rule Required Config All If Required Config And All Required Config All If Required Config> - (List) The required configurations. Nested schema for required_config:
- Targets
List<Get
Scc Rule Required Config All If Required Config And All Required Config All If Target> - (List) The rule target. Nested schema for target:
- Required
Configs []GetScc Rule Required Config All If Required Config And All Required Config All If Required Config - (List) The required configurations. Nested schema for required_config:
- Targets
[]Get
Scc Rule Required Config All If Required Config And All Required Config All If Target - (List) The rule target. Nested schema for target:
- required
Configs List<GetScc Rule Required Config All If Required Config And All Required Config All If Required Config> - (List) The required configurations. Nested schema for required_config:
- targets
List<Get
Scc Rule Required Config All If Required Config And All Required Config All If Target> - (List) The rule target. Nested schema for target:
- required
Configs GetScc Rule Required Config All If Required Config And All Required Config All If Required Config[] - (List) The required configurations. Nested schema for required_config:
- targets
Get
Scc Rule Required Config All If Required Config And All Required Config All If Target[] - (List) The rule target. Nested schema for target:
- required_
configs Sequence[GetScc Rule Required Config All If Required Config And All Required Config All If Required Config] - (List) The required configurations. Nested schema for required_config:
- targets
Sequence[Get
Scc Rule Required Config All If Required Config And All Required Config All If Target] - (List) The rule target. Nested schema for target:
- required
Configs List<Property Map> - (List) The required configurations. Nested schema for required_config:
- targets List<Property Map>
- (List) The rule target. Nested schema for target:
GetSccRuleRequiredConfigAllIfRequiredConfigAndAllRequiredConfigAllIfRequiredConfig
- Description string
- (String) The required config description.
- Constraints: The maximum length is
512
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Operator string
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- Property string
- (String) The property.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Value string
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Description string
- (String) The required config description.
- Constraints: The maximum length is
512
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Operator string
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- Property string
- (String) The property.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Value string
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- description String
- (String) The required config description.
- Constraints: The maximum length is
512
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- operator String
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- property String
- (String) The property.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- value String
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- description string
- (String) The required config description.
- Constraints: The maximum length is
512
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- operator string
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- property string
- (String) The property.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- value string
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- description str
- (String) The required config description.
- Constraints: The maximum length is
512
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- operator str
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- property str
- (String) The property.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- value str
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- description String
- (String) The required config description.
- Constraints: The maximum length is
512
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- operator String
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- property String
- (String) The property.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- value String
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
GetSccRuleRequiredConfigAllIfRequiredConfigAndAllRequiredConfigAllIfTarget
- Additional
Target List<GetAttributes Scc Rule Required Config All If Required Config And All Required Config All If Target Additional Target Attribute> - (List) The list of targets supported properties.
- Constraints: The maximum length is
99999
items. The minimum length is0
items. Nested schema for additional_target_attributes:
- Constraints: The maximum length is
- Reference
Name string - Resource
Kind string - (String) The target resource kind.
- Constraints: The maximum length is
99999
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Service
Display stringName - (String) The display name of the target service.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Service
Name string - (String) The target service name.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Additional
Target []GetAttributes Scc Rule Required Config All If Required Config And All Required Config All If Target Additional Target Attribute - (List) The list of targets supported properties.
- Constraints: The maximum length is
99999
items. The minimum length is0
items. Nested schema for additional_target_attributes:
- Constraints: The maximum length is
- Reference
Name string - Resource
Kind string - (String) The target resource kind.
- Constraints: The maximum length is
99999
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Service
Display stringName - (String) The display name of the target service.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Service
Name string - (String) The target service name.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- additional
Target List<GetAttributes Scc Rule Required Config All If Required Config And All Required Config All If Target Additional Target Attribute> - (List) The list of targets supported properties.
- Constraints: The maximum length is
99999
items. The minimum length is0
items. Nested schema for additional_target_attributes:
- Constraints: The maximum length is
- reference
Name String - resource
Kind String - (String) The target resource kind.
- Constraints: The maximum length is
99999
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- service
Display StringName - (String) The display name of the target service.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- service
Name String - (String) The target service name.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- additional
Target GetAttributes Scc Rule Required Config All If Required Config And All Required Config All If Target Additional Target Attribute[] - (List) The list of targets supported properties.
- Constraints: The maximum length is
99999
items. The minimum length is0
items. Nested schema for additional_target_attributes:
- Constraints: The maximum length is
- reference
Name string - resource
Kind string - (String) The target resource kind.
- Constraints: The maximum length is
99999
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- service
Display stringName - (String) The display name of the target service.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- service
Name string - (String) The target service name.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- additional_
target_ Sequence[Getattributes Scc Rule Required Config All If Required Config And All Required Config All If Target Additional Target Attribute] - (List) The list of targets supported properties.
- Constraints: The maximum length is
99999
items. The minimum length is0
items. Nested schema for additional_target_attributes:
- Constraints: The maximum length is
- reference_
name str - resource_
kind str - (String) The target resource kind.
- Constraints: The maximum length is
99999
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- service_
display_ strname - (String) The display name of the target service.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- service_
name str - (String) The target service name.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- additional
Target List<Property Map>Attributes - (List) The list of targets supported properties.
- Constraints: The maximum length is
99999
items. The minimum length is0
items. Nested schema for additional_target_attributes:
- Constraints: The maximum length is
- reference
Name String - resource
Kind String - (String) The target resource kind.
- Constraints: The maximum length is
99999
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- service
Display StringName - (String) The display name of the target service.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- service
Name String - (String) The target service name.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
GetSccRuleRequiredConfigAllIfRequiredConfigAndAllRequiredConfigAllIfTargetAdditionalTargetAttribute
- Name string
- (String) The additional target attribute name.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Operator string
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- Value string
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Name string
- (String) The additional target attribute name.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Operator string
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- Value string
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- name String
- (String) The additional target attribute name.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- operator String
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- value String
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- name string
- (String) The additional target attribute name.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- operator string
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- value string
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- name str
- (String) The additional target attribute name.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- operator str
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- value str
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- name String
- (String) The additional target attribute name.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- operator String
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- value String
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
GetSccRuleRequiredConfigAllIfRequiredConfigAndAllRequiredConfigAllRequiredConfig
- Description string
- (String) The required config description.
- Constraints: The maximum length is
512
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Operator string
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- Property string
- (String) The property.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Value string
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Description string
- (String) The required config description.
- Constraints: The maximum length is
512
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Operator string
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- Property string
- (String) The property.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Value string
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- description String
- (String) The required config description.
- Constraints: The maximum length is
512
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- operator String
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- property String
- (String) The property.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- value String
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- description string
- (String) The required config description.
- Constraints: The maximum length is
512
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- operator string
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- property string
- (String) The property.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- value string
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- description str
- (String) The required config description.
- Constraints: The maximum length is
512
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- operator str
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- property str
- (String) The property.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- value str
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- description String
- (String) The required config description.
- Constraints: The maximum length is
512
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- operator String
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- property String
- (String) The property.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- value String
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
GetSccRuleRequiredConfigAllIfRequiredConfigAndAllRequiredConfigAllTarget
- Additional
Target List<GetAttributes Scc Rule Required Config All If Required Config And All Required Config All Target Additional Target Attribute> - (List) The list of targets supported properties.
- Constraints: The maximum length is
99999
items. The minimum length is0
items. Nested schema for additional_target_attributes:
- Constraints: The maximum length is
- Reference
Name string - Resource
Kind string - (String) The target resource kind.
- Constraints: The maximum length is
99999
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Service
Display stringName - (String) The display name of the target service.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Service
Name string - (String) The target service name.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Additional
Target []GetAttributes Scc Rule Required Config All If Required Config And All Required Config All Target Additional Target Attribute - (List) The list of targets supported properties.
- Constraints: The maximum length is
99999
items. The minimum length is0
items. Nested schema for additional_target_attributes:
- Constraints: The maximum length is
- Reference
Name string - Resource
Kind string - (String) The target resource kind.
- Constraints: The maximum length is
99999
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Service
Display stringName - (String) The display name of the target service.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Service
Name string - (String) The target service name.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- additional
Target List<GetAttributes Scc Rule Required Config All If Required Config And All Required Config All Target Additional Target Attribute> - (List) The list of targets supported properties.
- Constraints: The maximum length is
99999
items. The minimum length is0
items. Nested schema for additional_target_attributes:
- Constraints: The maximum length is
- reference
Name String - resource
Kind String - (String) The target resource kind.
- Constraints: The maximum length is
99999
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- service
Display StringName - (String) The display name of the target service.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- service
Name String - (String) The target service name.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- additional
Target GetAttributes Scc Rule Required Config All If Required Config And All Required Config All Target Additional Target Attribute[] - (List) The list of targets supported properties.
- Constraints: The maximum length is
99999
items. The minimum length is0
items. Nested schema for additional_target_attributes:
- Constraints: The maximum length is
- reference
Name string - resource
Kind string - (String) The target resource kind.
- Constraints: The maximum length is
99999
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- service
Display stringName - (String) The display name of the target service.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- service
Name string - (String) The target service name.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- additional_
target_ Sequence[Getattributes Scc Rule Required Config All If Required Config And All Required Config All Target Additional Target Attribute] - (List) The list of targets supported properties.
- Constraints: The maximum length is
99999
items. The minimum length is0
items. Nested schema for additional_target_attributes:
- Constraints: The maximum length is
- reference_
name str - resource_
kind str - (String) The target resource kind.
- Constraints: The maximum length is
99999
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- service_
display_ strname - (String) The display name of the target service.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- service_
name str - (String) The target service name.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- additional
Target List<Property Map>Attributes - (List) The list of targets supported properties.
- Constraints: The maximum length is
99999
items. The minimum length is0
items. Nested schema for additional_target_attributes:
- Constraints: The maximum length is
- reference
Name String - resource
Kind String - (String) The target resource kind.
- Constraints: The maximum length is
99999
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- service
Display StringName - (String) The display name of the target service.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- service
Name String - (String) The target service name.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
GetSccRuleRequiredConfigAllIfRequiredConfigAndAllRequiredConfigAllTargetAdditionalTargetAttribute
- Name string
- (String) The additional target attribute name.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Operator string
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- Value string
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Name string
- (String) The additional target attribute name.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Operator string
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- Value string
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- name String
- (String) The additional target attribute name.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- operator String
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- value String
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- name string
- (String) The additional target attribute name.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- operator string
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- value string
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- name str
- (String) The additional target attribute name.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- operator str
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- value str
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- name String
- (String) The additional target attribute name.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- operator String
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- value String
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
GetSccRuleRequiredConfigAllIfRequiredConfigAndAllRequiredConfigAnd
- Description string
- (String) The required config description.
- Constraints: The maximum length is
512
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Operator string
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- Property string
- (String) The property.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Value string
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Description string
- (String) The required config description.
- Constraints: The maximum length is
512
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Operator string
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- Property string
- (String) The property.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Value string
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- description String
- (String) The required config description.
- Constraints: The maximum length is
512
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- operator String
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- property String
- (String) The property.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- value String
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- description string
- (String) The required config description.
- Constraints: The maximum length is
512
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- operator string
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- property string
- (String) The property.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- value string
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- description str
- (String) The required config description.
- Constraints: The maximum length is
512
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- operator str
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- property str
- (String) The property.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- value str
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- description String
- (String) The required config description.
- Constraints: The maximum length is
512
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- operator String
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- property String
- (String) The property.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- value String
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
GetSccRuleRequiredConfigAllIfRequiredConfigAndAllRequiredConfigAny
- Required
Configs List<GetScc Rule Required Config All If Required Config And All Required Config Any Required Config> - (List) The required configurations. Nested schema for required_config:
- Targets
List<Get
Scc Rule Required Config All If Required Config And All Required Config Any Target> - (List) The rule target. Nested schema for target:
- Required
Configs []GetScc Rule Required Config All If Required Config And All Required Config Any Required Config - (List) The required configurations. Nested schema for required_config:
- Targets
[]Get
Scc Rule Required Config All If Required Config And All Required Config Any Target - (List) The rule target. Nested schema for target:
- required
Configs List<GetScc Rule Required Config All If Required Config And All Required Config Any Required Config> - (List) The required configurations. Nested schema for required_config:
- targets
List<Get
Scc Rule Required Config All If Required Config And All Required Config Any Target> - (List) The rule target. Nested schema for target:
- required
Configs GetScc Rule Required Config All If Required Config And All Required Config Any Required Config[] - (List) The required configurations. Nested schema for required_config:
- targets
Get
Scc Rule Required Config All If Required Config And All Required Config Any Target[] - (List) The rule target. Nested schema for target:
- required_
configs Sequence[GetScc Rule Required Config All If Required Config And All Required Config Any Required Config] - (List) The required configurations. Nested schema for required_config:
- targets
Sequence[Get
Scc Rule Required Config All If Required Config And All Required Config Any Target] - (List) The rule target. Nested schema for target:
- required
Configs List<Property Map> - (List) The required configurations. Nested schema for required_config:
- targets List<Property Map>
- (List) The rule target. Nested schema for target:
GetSccRuleRequiredConfigAllIfRequiredConfigAndAllRequiredConfigAnyIf
- Required
Configs List<GetScc Rule Required Config All If Required Config And All Required Config Any If Required Config> - (List) The required configurations. Nested schema for required_config:
- Targets
List<Get
Scc Rule Required Config All If Required Config And All Required Config Any If Target> - (List) The rule target. Nested schema for target:
- Required
Configs []GetScc Rule Required Config All If Required Config And All Required Config Any If Required Config - (List) The required configurations. Nested schema for required_config:
- Targets
[]Get
Scc Rule Required Config All If Required Config And All Required Config Any If Target - (List) The rule target. Nested schema for target:
- required
Configs List<GetScc Rule Required Config All If Required Config And All Required Config Any If Required Config> - (List) The required configurations. Nested schema for required_config:
- targets
List<Get
Scc Rule Required Config All If Required Config And All Required Config Any If Target> - (List) The rule target. Nested schema for target:
- required
Configs GetScc Rule Required Config All If Required Config And All Required Config Any If Required Config[] - (List) The required configurations. Nested schema for required_config:
- targets
Get
Scc Rule Required Config All If Required Config And All Required Config Any If Target[] - (List) The rule target. Nested schema for target:
- required_
configs Sequence[GetScc Rule Required Config All If Required Config And All Required Config Any If Required Config] - (List) The required configurations. Nested schema for required_config:
- targets
Sequence[Get
Scc Rule Required Config All If Required Config And All Required Config Any If Target] - (List) The rule target. Nested schema for target:
- required
Configs List<Property Map> - (List) The required configurations. Nested schema for required_config:
- targets List<Property Map>
- (List) The rule target. Nested schema for target:
GetSccRuleRequiredConfigAllIfRequiredConfigAndAllRequiredConfigAnyIfRequiredConfig
- Description string
- (String) The required config description.
- Constraints: The maximum length is
512
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Operator string
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- Property string
- (String) The property.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Value string
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Description string
- (String) The required config description.
- Constraints: The maximum length is
512
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Operator string
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- Property string
- (String) The property.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Value string
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- description String
- (String) The required config description.
- Constraints: The maximum length is
512
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- operator String
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- property String
- (String) The property.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- value String
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- description string
- (String) The required config description.
- Constraints: The maximum length is
512
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- operator string
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- property string
- (String) The property.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- value string
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- description str
- (String) The required config description.
- Constraints: The maximum length is
512
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- operator str
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- property str
- (String) The property.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- value str
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- description String
- (String) The required config description.
- Constraints: The maximum length is
512
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- operator String
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- property String
- (String) The property.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- value String
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
GetSccRuleRequiredConfigAllIfRequiredConfigAndAllRequiredConfigAnyIfTarget
- Additional
Target List<GetAttributes Scc Rule Required Config All If Required Config And All Required Config Any If Target Additional Target Attribute> - (List) The list of targets supported properties.
- Constraints: The maximum length is
99999
items. The minimum length is0
items. Nested schema for additional_target_attributes:
- Constraints: The maximum length is
- Reference
Name string - Resource
Kind string - (String) The target resource kind.
- Constraints: The maximum length is
99999
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Service
Display stringName - (String) The display name of the target service.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Service
Name string - (String) The target service name.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Additional
Target []GetAttributes Scc Rule Required Config All If Required Config And All Required Config Any If Target Additional Target Attribute - (List) The list of targets supported properties.
- Constraints: The maximum length is
99999
items. The minimum length is0
items. Nested schema for additional_target_attributes:
- Constraints: The maximum length is
- Reference
Name string - Resource
Kind string - (String) The target resource kind.
- Constraints: The maximum length is
99999
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Service
Display stringName - (String) The display name of the target service.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Service
Name string - (String) The target service name.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- additional
Target List<GetAttributes Scc Rule Required Config All If Required Config And All Required Config Any If Target Additional Target Attribute> - (List) The list of targets supported properties.
- Constraints: The maximum length is
99999
items. The minimum length is0
items. Nested schema for additional_target_attributes:
- Constraints: The maximum length is
- reference
Name String - resource
Kind String - (String) The target resource kind.
- Constraints: The maximum length is
99999
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- service
Display StringName - (String) The display name of the target service.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- service
Name String - (String) The target service name.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- additional
Target GetAttributes Scc Rule Required Config All If Required Config And All Required Config Any If Target Additional Target Attribute[] - (List) The list of targets supported properties.
- Constraints: The maximum length is
99999
items. The minimum length is0
items. Nested schema for additional_target_attributes:
- Constraints: The maximum length is
- reference
Name string - resource
Kind string - (String) The target resource kind.
- Constraints: The maximum length is
99999
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- service
Display stringName - (String) The display name of the target service.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- service
Name string - (String) The target service name.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- additional_
target_ Sequence[Getattributes Scc Rule Required Config All If Required Config And All Required Config Any If Target Additional Target Attribute] - (List) The list of targets supported properties.
- Constraints: The maximum length is
99999
items. The minimum length is0
items. Nested schema for additional_target_attributes:
- Constraints: The maximum length is
- reference_
name str - resource_
kind str - (String) The target resource kind.
- Constraints: The maximum length is
99999
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- service_
display_ strname - (String) The display name of the target service.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- service_
name str - (String) The target service name.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- additional
Target List<Property Map>Attributes - (List) The list of targets supported properties.
- Constraints: The maximum length is
99999
items. The minimum length is0
items. Nested schema for additional_target_attributes:
- Constraints: The maximum length is
- reference
Name String - resource
Kind String - (String) The target resource kind.
- Constraints: The maximum length is
99999
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- service
Display StringName - (String) The display name of the target service.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- service
Name String - (String) The target service name.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
GetSccRuleRequiredConfigAllIfRequiredConfigAndAllRequiredConfigAnyIfTargetAdditionalTargetAttribute
- Name string
- (String) The additional target attribute name.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Operator string
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- Value string
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Name string
- (String) The additional target attribute name.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Operator string
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- Value string
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- name String
- (String) The additional target attribute name.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- operator String
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- value String
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- name string
- (String) The additional target attribute name.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- operator string
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- value string
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- name str
- (String) The additional target attribute name.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- operator str
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- value str
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- name String
- (String) The additional target attribute name.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- operator String
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- value String
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
GetSccRuleRequiredConfigAllIfRequiredConfigAndAllRequiredConfigAnyRequiredConfig
- Description string
- (String) The required config description.
- Constraints: The maximum length is
512
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Operator string
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- Property string
- (String) The property.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Value string
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Description string
- (String) The required config description.
- Constraints: The maximum length is
512
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Operator string
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- Property string
- (String) The property.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Value string
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- description String
- (String) The required config description.
- Constraints: The maximum length is
512
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- operator String
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- property String
- (String) The property.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- value String
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- description string
- (String) The required config description.
- Constraints: The maximum length is
512
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- operator string
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- property string
- (String) The property.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- value string
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- description str
- (String) The required config description.
- Constraints: The maximum length is
512
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- operator str
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- property str
- (String) The property.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- value str
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- description String
- (String) The required config description.
- Constraints: The maximum length is
512
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- operator String
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- property String
- (String) The property.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- value String
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
GetSccRuleRequiredConfigAllIfRequiredConfigAndAllRequiredConfigAnyTarget
- Additional
Target List<GetAttributes Scc Rule Required Config All If Required Config And All Required Config Any Target Additional Target Attribute> - (List) The list of targets supported properties.
- Constraints: The maximum length is
99999
items. The minimum length is0
items. Nested schema for additional_target_attributes:
- Constraints: The maximum length is
- Reference
Name string - Resource
Kind string - (String) The target resource kind.
- Constraints: The maximum length is
99999
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Service
Display stringName - (String) The display name of the target service.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Service
Name string - (String) The target service name.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Additional
Target []GetAttributes Scc Rule Required Config All If Required Config And All Required Config Any Target Additional Target Attribute - (List) The list of targets supported properties.
- Constraints: The maximum length is
99999
items. The minimum length is0
items. Nested schema for additional_target_attributes:
- Constraints: The maximum length is
- Reference
Name string - Resource
Kind string - (String) The target resource kind.
- Constraints: The maximum length is
99999
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Service
Display stringName - (String) The display name of the target service.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Service
Name string - (String) The target service name.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- additional
Target List<GetAttributes Scc Rule Required Config All If Required Config And All Required Config Any Target Additional Target Attribute> - (List) The list of targets supported properties.
- Constraints: The maximum length is
99999
items. The minimum length is0
items. Nested schema for additional_target_attributes:
- Constraints: The maximum length is
- reference
Name String - resource
Kind String - (String) The target resource kind.
- Constraints: The maximum length is
99999
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- service
Display StringName - (String) The display name of the target service.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- service
Name String - (String) The target service name.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- additional
Target GetAttributes Scc Rule Required Config All If Required Config And All Required Config Any Target Additional Target Attribute[] - (List) The list of targets supported properties.
- Constraints: The maximum length is
99999
items. The minimum length is0
items. Nested schema for additional_target_attributes:
- Constraints: The maximum length is
- reference
Name string - resource
Kind string - (String) The target resource kind.
- Constraints: The maximum length is
99999
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- service
Display stringName - (String) The display name of the target service.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- service
Name string - (String) The target service name.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- additional_
target_ Sequence[Getattributes Scc Rule Required Config All If Required Config And All Required Config Any Target Additional Target Attribute] - (List) The list of targets supported properties.
- Constraints: The maximum length is
99999
items. The minimum length is0
items. Nested schema for additional_target_attributes:
- Constraints: The maximum length is
- reference_
name str - resource_
kind str - (String) The target resource kind.
- Constraints: The maximum length is
99999
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- service_
display_ strname - (String) The display name of the target service.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- service_
name str - (String) The target service name.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- additional
Target List<Property Map>Attributes - (List) The list of targets supported properties.
- Constraints: The maximum length is
99999
items. The minimum length is0
items. Nested schema for additional_target_attributes:
- Constraints: The maximum length is
- reference
Name String - resource
Kind String - (String) The target resource kind.
- Constraints: The maximum length is
99999
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- service
Display StringName - (String) The display name of the target service.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- service
Name String - (String) The target service name.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
GetSccRuleRequiredConfigAllIfRequiredConfigAndAllRequiredConfigAnyTargetAdditionalTargetAttribute
- Name string
- (String) The additional target attribute name.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Operator string
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- Value string
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Name string
- (String) The additional target attribute name.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Operator string
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- Value string
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- name String
- (String) The additional target attribute name.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- operator String
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- value String
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- name string
- (String) The additional target attribute name.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- operator string
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- value string
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- name str
- (String) The additional target attribute name.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- operator str
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- value str
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- name String
- (String) The additional target attribute name.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- operator String
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- value String
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
GetSccRuleRequiredConfigAllIfRequiredConfigAndAllRequiredConfigOr
- Description string
- (String) The required config description.
- Constraints: The maximum length is
512
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Operator string
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- Property string
- (String) The property.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Value string
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Description string
- (String) The required config description.
- Constraints: The maximum length is
512
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Operator string
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- Property string
- (String) The property.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Value string
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- description String
- (String) The required config description.
- Constraints: The maximum length is
512
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- operator String
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- property String
- (String) The property.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- value String
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- description string
- (String) The required config description.
- Constraints: The maximum length is
512
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- operator string
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- property string
- (String) The property.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- value string
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- description str
- (String) The required config description.
- Constraints: The maximum length is
512
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- operator str
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- property str
- (String) The property.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- value str
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- description String
- (String) The required config description.
- Constraints: The maximum length is
512
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- operator String
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- property String
- (String) The property.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- value String
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
GetSccRuleRequiredConfigAllIfRequiredConfigAndAllTarget
- Additional
Target List<GetAttributes Scc Rule Required Config All If Required Config And All Target Additional Target Attribute> - (List) The list of targets supported properties.
- Constraints: The maximum length is
99999
items. The minimum length is0
items. Nested schema for additional_target_attributes:
- Constraints: The maximum length is
- Reference
Name string - Resource
Kind string - (String) The target resource kind.
- Constraints: The maximum length is
99999
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Service
Display stringName - (String) The display name of the target service.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Service
Name string - (String) The target service name.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Additional
Target []GetAttributes Scc Rule Required Config All If Required Config And All Target Additional Target Attribute - (List) The list of targets supported properties.
- Constraints: The maximum length is
99999
items. The minimum length is0
items. Nested schema for additional_target_attributes:
- Constraints: The maximum length is
- Reference
Name string - Resource
Kind string - (String) The target resource kind.
- Constraints: The maximum length is
99999
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Service
Display stringName - (String) The display name of the target service.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Service
Name string - (String) The target service name.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- additional
Target List<GetAttributes Scc Rule Required Config All If Required Config And All Target Additional Target Attribute> - (List) The list of targets supported properties.
- Constraints: The maximum length is
99999
items. The minimum length is0
items. Nested schema for additional_target_attributes:
- Constraints: The maximum length is
- reference
Name String - resource
Kind String - (String) The target resource kind.
- Constraints: The maximum length is
99999
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- service
Display StringName - (String) The display name of the target service.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- service
Name String - (String) The target service name.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- additional
Target GetAttributes Scc Rule Required Config All If Required Config And All Target Additional Target Attribute[] - (List) The list of targets supported properties.
- Constraints: The maximum length is
99999
items. The minimum length is0
items. Nested schema for additional_target_attributes:
- Constraints: The maximum length is
- reference
Name string - resource
Kind string - (String) The target resource kind.
- Constraints: The maximum length is
99999
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- service
Display stringName - (String) The display name of the target service.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- service
Name string - (String) The target service name.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- additional_
target_ Sequence[Getattributes Scc Rule Required Config All If Required Config And All Target Additional Target Attribute] - (List) The list of targets supported properties.
- Constraints: The maximum length is
99999
items. The minimum length is0
items. Nested schema for additional_target_attributes:
- Constraints: The maximum length is
- reference_
name str - resource_
kind str - (String) The target resource kind.
- Constraints: The maximum length is
99999
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- service_
display_ strname - (String) The display name of the target service.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- service_
name str - (String) The target service name.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- additional
Target List<Property Map>Attributes - (List) The list of targets supported properties.
- Constraints: The maximum length is
99999
items. The minimum length is0
items. Nested schema for additional_target_attributes:
- Constraints: The maximum length is
- reference
Name String - resource
Kind String - (String) The target resource kind.
- Constraints: The maximum length is
99999
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- service
Display StringName - (String) The display name of the target service.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- service
Name String - (String) The target service name.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
GetSccRuleRequiredConfigAllIfRequiredConfigAndAllTargetAdditionalTargetAttribute
- Name string
- (String) The additional target attribute name.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Operator string
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- Value string
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Name string
- (String) The additional target attribute name.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Operator string
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- Value string
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- name String
- (String) The additional target attribute name.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- operator String
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- value String
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- name string
- (String) The additional target attribute name.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- operator string
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- value string
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- name str
- (String) The additional target attribute name.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- operator str
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- value str
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- name String
- (String) The additional target attribute name.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- operator String
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- value String
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
GetSccRuleRequiredConfigAllIfRequiredConfigAndAnd
- All
Ifs List<GetScc Rule Required Config All If Required Config And And All If> - Alls
List<Get
Scc Rule Required Config All If Required Config And And All> - Ands
List<Get
Scc Rule Required Config All If Required Config And And And> - (List) The
AND
required configurations.- Constraints: The maximum length is
64
items. The minimum length is1
item. Nested schema for and:
- Constraints: The maximum length is
- Anies
List<Get
Scc Rule Required Config All If Required Config And And Any> - Any
Ifs List<GetScc Rule Required Config All If Required Config And And Any If> - Description string
- (String) The required config description.
- Constraints: The maximum length is
512
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Operator string
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- Ors
List<Get
Scc Rule Required Config All If Required Config And And Or> - (List) The
OR
required configurations.- Constraints: The maximum length is
64
items. The minimum length is1
item. Nested schema for or:
- Constraints: The maximum length is
- Property string
- (String) The property.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Value string
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- All
Ifs []GetScc Rule Required Config All If Required Config And And All If - Alls
[]Get
Scc Rule Required Config All If Required Config And And All - Ands
[]Get
Scc Rule Required Config All If Required Config And And And - (List) The
AND
required configurations.- Constraints: The maximum length is
64
items. The minimum length is1
item. Nested schema for and:
- Constraints: The maximum length is
- Anies
[]Get
Scc Rule Required Config All If Required Config And And Any - Any
Ifs []GetScc Rule Required Config All If Required Config And And Any If - Description string
- (String) The required config description.
- Constraints: The maximum length is
512
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Operator string
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- Ors
[]Get
Scc Rule Required Config All If Required Config And And Or - (List) The
OR
required configurations.- Constraints: The maximum length is
64
items. The minimum length is1
item. Nested schema for or:
- Constraints: The maximum length is
- Property string
- (String) The property.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Value string
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- all
Ifs List<GetScc Rule Required Config All If Required Config And And All If> - alls
List<Get
Scc Rule Required Config All If Required Config And And All> - ands
List<Get
Scc Rule Required Config All If Required Config And And And> - (List) The
AND
required configurations.- Constraints: The maximum length is
64
items. The minimum length is1
item. Nested schema for and:
- Constraints: The maximum length is
- anies
List<Get
Scc Rule Required Config All If Required Config And And Any> - any
Ifs List<GetScc Rule Required Config All If Required Config And And Any If> - description String
- (String) The required config description.
- Constraints: The maximum length is
512
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- operator String
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- ors
List<Get
Scc Rule Required Config All If Required Config And And Or> - (List) The
OR
required configurations.- Constraints: The maximum length is
64
items. The minimum length is1
item. Nested schema for or:
- Constraints: The maximum length is
- property String
- (String) The property.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- value String
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- all
Ifs GetScc Rule Required Config All If Required Config And And All If[] - alls
Get
Scc Rule Required Config All If Required Config And And All[] - ands
Get
Scc Rule Required Config All If Required Config And And And[] - (List) The
AND
required configurations.- Constraints: The maximum length is
64
items. The minimum length is1
item. Nested schema for and:
- Constraints: The maximum length is
- anies
Get
Scc Rule Required Config All If Required Config And And Any[] - any
Ifs GetScc Rule Required Config All If Required Config And And Any If[] - description string
- (String) The required config description.
- Constraints: The maximum length is
512
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- operator string
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- ors
Get
Scc Rule Required Config All If Required Config And And Or[] - (List) The
OR
required configurations.- Constraints: The maximum length is
64
items. The minimum length is1
item. Nested schema for or:
- Constraints: The maximum length is
- property string
- (String) The property.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- value string
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- all_
ifs Sequence[GetScc Rule Required Config All If Required Config And And All If] - alls
Sequence[Get
Scc Rule Required Config All If Required Config And And All] - ands
Sequence[Get
Scc Rule Required Config All If Required Config And And And] - (List) The
AND
required configurations.- Constraints: The maximum length is
64
items. The minimum length is1
item. Nested schema for and:
- Constraints: The maximum length is
- anies
Sequence[Get
Scc Rule Required Config All If Required Config And And Any] - any_
ifs Sequence[GetScc Rule Required Config All If Required Config And And Any If] - description str
- (String) The required config description.
- Constraints: The maximum length is
512
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- operator str
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- ors
Sequence[Get
Scc Rule Required Config All If Required Config And And Or] - (List) The
OR
required configurations.- Constraints: The maximum length is
64
items. The minimum length is1
item. Nested schema for or:
- Constraints: The maximum length is
- property str
- (String) The property.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- value str
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- all
Ifs List<Property Map> - alls List<Property Map>
- ands List<Property Map>
- (List) The
AND
required configurations.- Constraints: The maximum length is
64
items. The minimum length is1
item. Nested schema for and:
- Constraints: The maximum length is
- anies List<Property Map>
- any
Ifs List<Property Map> - description String
- (String) The required config description.
- Constraints: The maximum length is
512
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- operator String
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- ors List<Property Map>
- (List) The
OR
required configurations.- Constraints: The maximum length is
64
items. The minimum length is1
item. Nested schema for or:
- Constraints: The maximum length is
- property String
- (String) The property.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- value String
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
GetSccRuleRequiredConfigAllIfRequiredConfigAndAndAll
- Required
Configs List<GetScc Rule Required Config All If Required Config And And All Required Config> - (List) The required configurations. Nested schema for required_config:
- Targets
List<Get
Scc Rule Required Config All If Required Config And And All Target> - (List) The rule target. Nested schema for target:
- Required
Configs []GetScc Rule Required Config All If Required Config And And All Required Config - (List) The required configurations. Nested schema for required_config:
- Targets
[]Get
Scc Rule Required Config All If Required Config And And All Target - (List) The rule target. Nested schema for target:
- required
Configs List<GetScc Rule Required Config All If Required Config And And All Required Config> - (List) The required configurations. Nested schema for required_config:
- targets
List<Get
Scc Rule Required Config All If Required Config And And All Target> - (List) The rule target. Nested schema for target:
- required
Configs GetScc Rule Required Config All If Required Config And And All Required Config[] - (List) The required configurations. Nested schema for required_config:
- targets
Get
Scc Rule Required Config All If Required Config And And All Target[] - (List) The rule target. Nested schema for target:
- required_
configs Sequence[GetScc Rule Required Config All If Required Config And And All Required Config] - (List) The required configurations. Nested schema for required_config:
- targets
Sequence[Get
Scc Rule Required Config All If Required Config And And All Target] - (List) The rule target. Nested schema for target:
- required
Configs List<Property Map> - (List) The required configurations. Nested schema for required_config:
- targets List<Property Map>
- (List) The rule target. Nested schema for target:
GetSccRuleRequiredConfigAllIfRequiredConfigAndAndAllIf
- Required
Configs List<GetScc Rule Required Config All If Required Config And And All If Required Config> - (List) The required configurations. Nested schema for required_config:
- Targets
List<Get
Scc Rule Required Config All If Required Config And And All If Target> - (List) The rule target. Nested schema for target:
- Required
Configs []GetScc Rule Required Config All If Required Config And And All If Required Config - (List) The required configurations. Nested schema for required_config:
- Targets
[]Get
Scc Rule Required Config All If Required Config And And All If Target - (List) The rule target. Nested schema for target:
- required
Configs List<GetScc Rule Required Config All If Required Config And And All If Required Config> - (List) The required configurations. Nested schema for required_config:
- targets
List<Get
Scc Rule Required Config All If Required Config And And All If Target> - (List) The rule target. Nested schema for target:
- required
Configs GetScc Rule Required Config All If Required Config And And All If Required Config[] - (List) The required configurations. Nested schema for required_config:
- targets
Get
Scc Rule Required Config All If Required Config And And All If Target[] - (List) The rule target. Nested schema for target:
- required_
configs Sequence[GetScc Rule Required Config All If Required Config And And All If Required Config] - (List) The required configurations. Nested schema for required_config:
- targets
Sequence[Get
Scc Rule Required Config All If Required Config And And All If Target] - (List) The rule target. Nested schema for target:
- required
Configs List<Property Map> - (List) The required configurations. Nested schema for required_config:
- targets List<Property Map>
- (List) The rule target. Nested schema for target:
GetSccRuleRequiredConfigAllIfRequiredConfigAndAndAllIfRequiredConfig
- Description string
- (String) The required config description.
- Constraints: The maximum length is
512
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Operator string
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- Property string
- (String) The property.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Value string
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Description string
- (String) The required config description.
- Constraints: The maximum length is
512
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Operator string
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- Property string
- (String) The property.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Value string
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- description String
- (String) The required config description.
- Constraints: The maximum length is
512
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- operator String
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- property String
- (String) The property.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- value String
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- description string
- (String) The required config description.
- Constraints: The maximum length is
512
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- operator string
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- property string
- (String) The property.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- value string
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- description str
- (String) The required config description.
- Constraints: The maximum length is
512
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- operator str
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- property str
- (String) The property.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- value str
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- description String
- (String) The required config description.
- Constraints: The maximum length is
512
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- operator String
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- property String
- (String) The property.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- value String
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
GetSccRuleRequiredConfigAllIfRequiredConfigAndAndAllIfTarget
- Additional
Target List<GetAttributes Scc Rule Required Config All If Required Config And And All If Target Additional Target Attribute> - (List) The list of targets supported properties.
- Constraints: The maximum length is
99999
items. The minimum length is0
items. Nested schema for additional_target_attributes:
- Constraints: The maximum length is
- Reference
Name string - Resource
Kind string - (String) The target resource kind.
- Constraints: The maximum length is
99999
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Service
Display stringName - (String) The display name of the target service.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Service
Name string - (String) The target service name.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Additional
Target []GetAttributes Scc Rule Required Config All If Required Config And And All If Target Additional Target Attribute - (List) The list of targets supported properties.
- Constraints: The maximum length is
99999
items. The minimum length is0
items. Nested schema for additional_target_attributes:
- Constraints: The maximum length is
- Reference
Name string - Resource
Kind string - (String) The target resource kind.
- Constraints: The maximum length is
99999
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Service
Display stringName - (String) The display name of the target service.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Service
Name string - (String) The target service name.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- additional
Target List<GetAttributes Scc Rule Required Config All If Required Config And And All If Target Additional Target Attribute> - (List) The list of targets supported properties.
- Constraints: The maximum length is
99999
items. The minimum length is0
items. Nested schema for additional_target_attributes:
- Constraints: The maximum length is
- reference
Name String - resource
Kind String - (String) The target resource kind.
- Constraints: The maximum length is
99999
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- service
Display StringName - (String) The display name of the target service.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- service
Name String - (String) The target service name.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- additional
Target GetAttributes Scc Rule Required Config All If Required Config And And All If Target Additional Target Attribute[] - (List) The list of targets supported properties.
- Constraints: The maximum length is
99999
items. The minimum length is0
items. Nested schema for additional_target_attributes:
- Constraints: The maximum length is
- reference
Name string - resource
Kind string - (String) The target resource kind.
- Constraints: The maximum length is
99999
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- service
Display stringName - (String) The display name of the target service.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- service
Name string - (String) The target service name.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- additional_
target_ Sequence[Getattributes Scc Rule Required Config All If Required Config And And All If Target Additional Target Attribute] - (List) The list of targets supported properties.
- Constraints: The maximum length is
99999
items. The minimum length is0
items. Nested schema for additional_target_attributes:
- Constraints: The maximum length is
- reference_
name str - resource_
kind str - (String) The target resource kind.
- Constraints: The maximum length is
99999
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- service_
display_ strname - (String) The display name of the target service.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- service_
name str - (String) The target service name.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- additional
Target List<Property Map>Attributes - (List) The list of targets supported properties.
- Constraints: The maximum length is
99999
items. The minimum length is0
items. Nested schema for additional_target_attributes:
- Constraints: The maximum length is
- reference
Name String - resource
Kind String - (String) The target resource kind.
- Constraints: The maximum length is
99999
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- service
Display StringName - (String) The display name of the target service.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- service
Name String - (String) The target service name.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
GetSccRuleRequiredConfigAllIfRequiredConfigAndAndAllIfTargetAdditionalTargetAttribute
- Name string
- (String) The additional target attribute name.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Operator string
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- Value string
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Name string
- (String) The additional target attribute name.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Operator string
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- Value string
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- name String
- (String) The additional target attribute name.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- operator String
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- value String
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- name string
- (String) The additional target attribute name.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- operator string
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- value string
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- name str
- (String) The additional target attribute name.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- operator str
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- value str
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- name String
- (String) The additional target attribute name.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- operator String
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- value String
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
GetSccRuleRequiredConfigAllIfRequiredConfigAndAndAllRequiredConfig
- Description string
- (String) The required config description.
- Constraints: The maximum length is
512
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Operator string
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- Property string
- (String) The property.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Value string
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Description string
- (String) The required config description.
- Constraints: The maximum length is
512
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Operator string
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- Property string
- (String) The property.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Value string
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- description String
- (String) The required config description.
- Constraints: The maximum length is
512
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- operator String
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- property String
- (String) The property.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- value String
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- description string
- (String) The required config description.
- Constraints: The maximum length is
512
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- operator string
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- property string
- (String) The property.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- value string
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- description str
- (String) The required config description.
- Constraints: The maximum length is
512
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- operator str
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- property str
- (String) The property.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- value str
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- description String
- (String) The required config description.
- Constraints: The maximum length is
512
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- operator String
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- property String
- (String) The property.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- value String
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
GetSccRuleRequiredConfigAllIfRequiredConfigAndAndAllTarget
- Additional
Target List<GetAttributes Scc Rule Required Config All If Required Config And And All Target Additional Target Attribute> - (List) The list of targets supported properties.
- Constraints: The maximum length is
99999
items. The minimum length is0
items. Nested schema for additional_target_attributes:
- Constraints: The maximum length is
- Reference
Name string - Resource
Kind string - (String) The target resource kind.
- Constraints: The maximum length is
99999
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Service
Display stringName - (String) The display name of the target service.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Service
Name string - (String) The target service name.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Additional
Target []GetAttributes Scc Rule Required Config All If Required Config And And All Target Additional Target Attribute - (List) The list of targets supported properties.
- Constraints: The maximum length is
99999
items. The minimum length is0
items. Nested schema for additional_target_attributes:
- Constraints: The maximum length is
- Reference
Name string - Resource
Kind string - (String) The target resource kind.
- Constraints: The maximum length is
99999
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Service
Display stringName - (String) The display name of the target service.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Service
Name string - (String) The target service name.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- additional
Target List<GetAttributes Scc Rule Required Config All If Required Config And And All Target Additional Target Attribute> - (List) The list of targets supported properties.
- Constraints: The maximum length is
99999
items. The minimum length is0
items. Nested schema for additional_target_attributes:
- Constraints: The maximum length is
- reference
Name String - resource
Kind String - (String) The target resource kind.
- Constraints: The maximum length is
99999
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- service
Display StringName - (String) The display name of the target service.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- service
Name String - (String) The target service name.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- additional
Target GetAttributes Scc Rule Required Config All If Required Config And And All Target Additional Target Attribute[] - (List) The list of targets supported properties.
- Constraints: The maximum length is
99999
items. The minimum length is0
items. Nested schema for additional_target_attributes:
- Constraints: The maximum length is
- reference
Name string - resource
Kind string - (String) The target resource kind.
- Constraints: The maximum length is
99999
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- service
Display stringName - (String) The display name of the target service.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- service
Name string - (String) The target service name.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- additional_
target_ Sequence[Getattributes Scc Rule Required Config All If Required Config And And All Target Additional Target Attribute] - (List) The list of targets supported properties.
- Constraints: The maximum length is
99999
items. The minimum length is0
items. Nested schema for additional_target_attributes:
- Constraints: The maximum length is
- reference_
name str - resource_
kind str - (String) The target resource kind.
- Constraints: The maximum length is
99999
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- service_
display_ strname - (String) The display name of the target service.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- service_
name str - (String) The target service name.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- additional
Target List<Property Map>Attributes - (List) The list of targets supported properties.
- Constraints: The maximum length is
99999
items. The minimum length is0
items. Nested schema for additional_target_attributes:
- Constraints: The maximum length is
- reference
Name String - resource
Kind String - (String) The target resource kind.
- Constraints: The maximum length is
99999
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- service
Display StringName - (String) The display name of the target service.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- service
Name String - (String) The target service name.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
GetSccRuleRequiredConfigAllIfRequiredConfigAndAndAllTargetAdditionalTargetAttribute
- Name string
- (String) The additional target attribute name.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Operator string
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- Value string
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Name string
- (String) The additional target attribute name.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Operator string
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- Value string
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- name String
- (String) The additional target attribute name.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- operator String
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- value String
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- name string
- (String) The additional target attribute name.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- operator string
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- value string
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- name str
- (String) The additional target attribute name.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- operator str
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- value str
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- name String
- (String) The additional target attribute name.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- operator String
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- value String
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
GetSccRuleRequiredConfigAllIfRequiredConfigAndAndAnd
- All
Ifs List<GetScc Rule Required Config All If Required Config And And And All If> - Alls
List<Get
Scc Rule Required Config All If Required Config And And And All> - Ands
List<Get
Scc Rule Required Config All If Required Config And And And And> - (List) The
AND
required configurations.- Constraints: The maximum length is
64
items. The minimum length is1
item. Nested schema for and:
- Constraints: The maximum length is
- Anies
List<Get
Scc Rule Required Config All If Required Config And And And Any> - Any
Ifs List<GetScc Rule Required Config All If Required Config And And And Any If> - Description string
- (String) The required config description.
- Constraints: The maximum length is
512
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Operator string
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- Ors
List<Get
Scc Rule Required Config All If Required Config And And And Or> - (List) The
OR
required configurations.- Constraints: The maximum length is
64
items. The minimum length is1
item. Nested schema for or:
- Constraints: The maximum length is
- Property string
- (String) The property.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Value string
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- All
Ifs []GetScc Rule Required Config All If Required Config And And And All If - Alls
[]Get
Scc Rule Required Config All If Required Config And And And All - Ands
[]Get
Scc Rule Required Config All If Required Config And And And And - (List) The
AND
required configurations.- Constraints: The maximum length is
64
items. The minimum length is1
item. Nested schema for and:
- Constraints: The maximum length is
- Anies
[]Get
Scc Rule Required Config All If Required Config And And And Any - Any
Ifs []GetScc Rule Required Config All If Required Config And And And Any If - Description string
- (String) The required config description.
- Constraints: The maximum length is
512
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Operator string
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- Ors
[]Get
Scc Rule Required Config All If Required Config And And And Or - (List) The
OR
required configurations.- Constraints: The maximum length is
64
items. The minimum length is1
item. Nested schema for or:
- Constraints: The maximum length is
- Property string
- (String) The property.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Value string
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- all
Ifs List<GetScc Rule Required Config All If Required Config And And And All If> - alls
List<Get
Scc Rule Required Config All If Required Config And And And All> - ands
List<Get
Scc Rule Required Config All If Required Config And And And And> - (List) The
AND
required configurations.- Constraints: The maximum length is
64
items. The minimum length is1
item. Nested schema for and:
- Constraints: The maximum length is
- anies
List<Get
Scc Rule Required Config All If Required Config And And And Any> - any
Ifs List<GetScc Rule Required Config All If Required Config And And And Any If> - description String
- (String) The required config description.
- Constraints: The maximum length is
512
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- operator String
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- ors
List<Get
Scc Rule Required Config All If Required Config And And And Or> - (List) The
OR
required configurations.- Constraints: The maximum length is
64
items. The minimum length is1
item. Nested schema for or:
- Constraints: The maximum length is
- property String
- (String) The property.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- value String
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- all
Ifs GetScc Rule Required Config All If Required Config And And And All If[] - alls
Get
Scc Rule Required Config All If Required Config And And And All[] - ands
Get
Scc Rule Required Config All If Required Config And And And And[] - (List) The
AND
required configurations.- Constraints: The maximum length is
64
items. The minimum length is1
item. Nested schema for and:
- Constraints: The maximum length is
- anies
Get
Scc Rule Required Config All If Required Config And And And Any[] - any
Ifs GetScc Rule Required Config All If Required Config And And And Any If[] - description string
- (String) The required config description.
- Constraints: The maximum length is
512
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- operator string
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- ors
Get
Scc Rule Required Config All If Required Config And And And Or[] - (List) The
OR
required configurations.- Constraints: The maximum length is
64
items. The minimum length is1
item. Nested schema for or:
- Constraints: The maximum length is
- property string
- (String) The property.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- value string
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- all_
ifs Sequence[GetScc Rule Required Config All If Required Config And And And All If] - alls
Sequence[Get
Scc Rule Required Config All If Required Config And And And All] - ands
Sequence[Get
Scc Rule Required Config All If Required Config And And And And] - (List) The
AND
required configurations.- Constraints: The maximum length is
64
items. The minimum length is1
item. Nested schema for and:
- Constraints: The maximum length is
- anies
Sequence[Get
Scc Rule Required Config All If Required Config And And And Any] - any_
ifs Sequence[GetScc Rule Required Config All If Required Config And And And Any If] - description str
- (String) The required config description.
- Constraints: The maximum length is
512
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- operator str
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- ors
Sequence[Get
Scc Rule Required Config All If Required Config And And And Or] - (List) The
OR
required configurations.- Constraints: The maximum length is
64
items. The minimum length is1
item. Nested schema for or:
- Constraints: The maximum length is
- property str
- (String) The property.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- value str
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- all
Ifs List<Property Map> - alls List<Property Map>
- ands List<Property Map>
- (List) The
AND
required configurations.- Constraints: The maximum length is
64
items. The minimum length is1
item. Nested schema for and:
- Constraints: The maximum length is
- anies List<Property Map>
- any
Ifs List<Property Map> - description String
- (String) The required config description.
- Constraints: The maximum length is
512
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- operator String
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- ors List<Property Map>
- (List) The
OR
required configurations.- Constraints: The maximum length is
64
items. The minimum length is1
item. Nested schema for or:
- Constraints: The maximum length is
- property String
- (String) The property.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- value String
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
GetSccRuleRequiredConfigAllIfRequiredConfigAndAndAndAll
- Required
Configs List<GetScc Rule Required Config All If Required Config And And And All Required Config> - (List) The required configurations. Nested schema for required_config:
- Targets
List<Get
Scc Rule Required Config All If Required Config And And And All Target> - (List) The rule target. Nested schema for target:
- Required
Configs []GetScc Rule Required Config All If Required Config And And And All Required Config - (List) The required configurations. Nested schema for required_config:
- Targets
[]Get
Scc Rule Required Config All If Required Config And And And All Target - (List) The rule target. Nested schema for target:
- required
Configs List<GetScc Rule Required Config All If Required Config And And And All Required Config> - (List) The required configurations. Nested schema for required_config:
- targets
List<Get
Scc Rule Required Config All If Required Config And And And All Target> - (List) The rule target. Nested schema for target:
- required
Configs GetScc Rule Required Config All If Required Config And And And All Required Config[] - (List) The required configurations. Nested schema for required_config:
- targets
Get
Scc Rule Required Config All If Required Config And And And All Target[] - (List) The rule target. Nested schema for target:
- required_
configs Sequence[GetScc Rule Required Config All If Required Config And And And All Required Config] - (List) The required configurations. Nested schema for required_config:
- targets
Sequence[Get
Scc Rule Required Config All If Required Config And And And All Target] - (List) The rule target. Nested schema for target:
- required
Configs List<Property Map> - (List) The required configurations. Nested schema for required_config:
- targets List<Property Map>
- (List) The rule target. Nested schema for target:
GetSccRuleRequiredConfigAllIfRequiredConfigAndAndAndAllIf
- Required
Configs List<GetScc Rule Required Config All If Required Config And And And All If Required Config> - (List) The required configurations. Nested schema for required_config:
- Targets
List<Get
Scc Rule Required Config All If Required Config And And And All If Target> - (List) The rule target. Nested schema for target:
- Required
Configs []GetScc Rule Required Config All If Required Config And And And All If Required Config - (List) The required configurations. Nested schema for required_config:
- Targets
[]Get
Scc Rule Required Config All If Required Config And And And All If Target - (List) The rule target. Nested schema for target:
- required
Configs List<GetScc Rule Required Config All If Required Config And And And All If Required Config> - (List) The required configurations. Nested schema for required_config:
- targets
List<Get
Scc Rule Required Config All If Required Config And And And All If Target> - (List) The rule target. Nested schema for target:
- required
Configs GetScc Rule Required Config All If Required Config And And And All If Required Config[] - (List) The required configurations. Nested schema for required_config:
- targets
Get
Scc Rule Required Config All If Required Config And And And All If Target[] - (List) The rule target. Nested schema for target:
- required_
configs Sequence[GetScc Rule Required Config All If Required Config And And And All If Required Config] - (List) The required configurations. Nested schema for required_config:
- targets
Sequence[Get
Scc Rule Required Config All If Required Config And And And All If Target] - (List) The rule target. Nested schema for target:
- required
Configs List<Property Map> - (List) The required configurations. Nested schema for required_config:
- targets List<Property Map>
- (List) The rule target. Nested schema for target:
GetSccRuleRequiredConfigAllIfRequiredConfigAndAndAndAllIfRequiredConfig
- Description string
- (String) The required config description.
- Constraints: The maximum length is
512
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Operator string
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- Property string
- (String) The property.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Value string
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Description string
- (String) The required config description.
- Constraints: The maximum length is
512
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Operator string
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- Property string
- (String) The property.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Value string
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- description String
- (String) The required config description.
- Constraints: The maximum length is
512
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- operator String
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- property String
- (String) The property.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- value String
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- description string
- (String) The required config description.
- Constraints: The maximum length is
512
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- operator string
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- property string
- (String) The property.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- value string
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- description str
- (String) The required config description.
- Constraints: The maximum length is
512
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- operator str
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- property str
- (String) The property.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- value str
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- description String
- (String) The required config description.
- Constraints: The maximum length is
512
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- operator String
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- property String
- (String) The property.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- value String
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
GetSccRuleRequiredConfigAllIfRequiredConfigAndAndAndAllIfTarget
- Additional
Target List<GetAttributes Scc Rule Required Config All If Required Config And And And All If Target Additional Target Attribute> - (List) The list of targets supported properties.
- Constraints: The maximum length is
99999
items. The minimum length is0
items. Nested schema for additional_target_attributes:
- Constraints: The maximum length is
- Reference
Name string - Resource
Kind string - (String) The target resource kind.
- Constraints: The maximum length is
99999
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Service
Display stringName - (String) The display name of the target service.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Service
Name string - (String) The target service name.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Additional
Target []GetAttributes Scc Rule Required Config All If Required Config And And And All If Target Additional Target Attribute - (List) The list of targets supported properties.
- Constraints: The maximum length is
99999
items. The minimum length is0
items. Nested schema for additional_target_attributes:
- Constraints: The maximum length is
- Reference
Name string - Resource
Kind string - (String) The target resource kind.
- Constraints: The maximum length is
99999
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Service
Display stringName - (String) The display name of the target service.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Service
Name string - (String) The target service name.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- additional
Target List<GetAttributes Scc Rule Required Config All If Required Config And And And All If Target Additional Target Attribute> - (List) The list of targets supported properties.
- Constraints: The maximum length is
99999
items. The minimum length is0
items. Nested schema for additional_target_attributes:
- Constraints: The maximum length is
- reference
Name String - resource
Kind String - (String) The target resource kind.
- Constraints: The maximum length is
99999
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- service
Display StringName - (String) The display name of the target service.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- service
Name String - (String) The target service name.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- additional
Target GetAttributes Scc Rule Required Config All If Required Config And And And All If Target Additional Target Attribute[] - (List) The list of targets supported properties.
- Constraints: The maximum length is
99999
items. The minimum length is0
items. Nested schema for additional_target_attributes:
- Constraints: The maximum length is
- reference
Name string - resource
Kind string - (String) The target resource kind.
- Constraints: The maximum length is
99999
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- service
Display stringName - (String) The display name of the target service.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- service
Name string - (String) The target service name.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- additional_
target_ Sequence[Getattributes Scc Rule Required Config All If Required Config And And And All If Target Additional Target Attribute] - (List) The list of targets supported properties.
- Constraints: The maximum length is
99999
items. The minimum length is0
items. Nested schema for additional_target_attributes:
- Constraints: The maximum length is
- reference_
name str - resource_
kind str - (String) The target resource kind.
- Constraints: The maximum length is
99999
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- service_
display_ strname - (String) The display name of the target service.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- service_
name str - (String) The target service name.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- additional
Target List<Property Map>Attributes - (List) The list of targets supported properties.
- Constraints: The maximum length is
99999
items. The minimum length is0
items. Nested schema for additional_target_attributes:
- Constraints: The maximum length is
- reference
Name String - resource
Kind String - (String) The target resource kind.
- Constraints: The maximum length is
99999
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- service
Display StringName - (String) The display name of the target service.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- service
Name String - (String) The target service name.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
GetSccRuleRequiredConfigAllIfRequiredConfigAndAndAndAllIfTargetAdditionalTargetAttribute
- Name string
- (String) The additional target attribute name.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Operator string
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- Value string
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Name string
- (String) The additional target attribute name.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Operator string
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- Value string
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- name String
- (String) The additional target attribute name.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- operator String
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- value String
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- name string
- (String) The additional target attribute name.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- operator string
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- value string
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- name str
- (String) The additional target attribute name.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- operator str
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- value str
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- name String
- (String) The additional target attribute name.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- operator String
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- value String
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
GetSccRuleRequiredConfigAllIfRequiredConfigAndAndAndAllRequiredConfig
- Description string
- (String) The required config description.
- Constraints: The maximum length is
512
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Operator string
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- Property string
- (String) The property.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Value string
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Description string
- (String) The required config description.
- Constraints: The maximum length is
512
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Operator string
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- Property string
- (String) The property.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Value string
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- description String
- (String) The required config description.
- Constraints: The maximum length is
512
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- operator String
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- property String
- (String) The property.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- value String
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- description string
- (String) The required config description.
- Constraints: The maximum length is
512
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- operator string
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- property string
- (String) The property.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- value string
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- description str
- (String) The required config description.
- Constraints: The maximum length is
512
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- operator str
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- property str
- (String) The property.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- value str
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- description String
- (String) The required config description.
- Constraints: The maximum length is
512
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- operator String
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- property String
- (String) The property.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- value String
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
GetSccRuleRequiredConfigAllIfRequiredConfigAndAndAndAllTarget
- Additional
Target List<GetAttributes Scc Rule Required Config All If Required Config And And And All Target Additional Target Attribute> - (List) The list of targets supported properties.
- Constraints: The maximum length is
99999
items. The minimum length is0
items. Nested schema for additional_target_attributes:
- Constraints: The maximum length is
- Reference
Name string - Resource
Kind string - (String) The target resource kind.
- Constraints: The maximum length is
99999
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Service
Display stringName - (String) The display name of the target service.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Service
Name string - (String) The target service name.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Additional
Target []GetAttributes Scc Rule Required Config All If Required Config And And And All Target Additional Target Attribute - (List) The list of targets supported properties.
- Constraints: The maximum length is
99999
items. The minimum length is0
items. Nested schema for additional_target_attributes:
- Constraints: The maximum length is
- Reference
Name string - Resource
Kind string - (String) The target resource kind.
- Constraints: The maximum length is
99999
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Service
Display stringName - (String) The display name of the target service.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Service
Name string - (String) The target service name.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- additional
Target List<GetAttributes Scc Rule Required Config All If Required Config And And And All Target Additional Target Attribute> - (List) The list of targets supported properties.
- Constraints: The maximum length is
99999
items. The minimum length is0
items. Nested schema for additional_target_attributes:
- Constraints: The maximum length is
- reference
Name String - resource
Kind String - (String) The target resource kind.
- Constraints: The maximum length is
99999
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- service
Display StringName - (String) The display name of the target service.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- service
Name String - (String) The target service name.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- additional
Target GetAttributes Scc Rule Required Config All If Required Config And And And All Target Additional Target Attribute[] - (List) The list of targets supported properties.
- Constraints: The maximum length is
99999
items. The minimum length is0
items. Nested schema for additional_target_attributes:
- Constraints: The maximum length is
- reference
Name string - resource
Kind string - (String) The target resource kind.
- Constraints: The maximum length is
99999
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- service
Display stringName - (String) The display name of the target service.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- service
Name string - (String) The target service name.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- additional_
target_ Sequence[Getattributes Scc Rule Required Config All If Required Config And And And All Target Additional Target Attribute] - (List) The list of targets supported properties.
- Constraints: The maximum length is
99999
items. The minimum length is0
items. Nested schema for additional_target_attributes:
- Constraints: The maximum length is
- reference_
name str - resource_
kind str - (String) The target resource kind.
- Constraints: The maximum length is
99999
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- service_
display_ strname - (String) The display name of the target service.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- service_
name str - (String) The target service name.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- additional
Target List<Property Map>Attributes - (List) The list of targets supported properties.
- Constraints: The maximum length is
99999
items. The minimum length is0
items. Nested schema for additional_target_attributes:
- Constraints: The maximum length is
- reference
Name String - resource
Kind String - (String) The target resource kind.
- Constraints: The maximum length is
99999
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- service
Display StringName - (String) The display name of the target service.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- service
Name String - (String) The target service name.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
GetSccRuleRequiredConfigAllIfRequiredConfigAndAndAndAllTargetAdditionalTargetAttribute
- Name string
- (String) The additional target attribute name.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Operator string
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- Value string
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Name string
- (String) The additional target attribute name.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Operator string
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- Value string
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- name String
- (String) The additional target attribute name.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- operator String
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- value String
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- name string
- (String) The additional target attribute name.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- operator string
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- value string
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- name str
- (String) The additional target attribute name.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- operator str
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- value str
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- name String
- (String) The additional target attribute name.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- operator String
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- value String
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
GetSccRuleRequiredConfigAllIfRequiredConfigAndAndAndAnd
- Description string
- (String) The required config description.
- Constraints: The maximum length is
512
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Operator string
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- Property string
- (String) The property.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Value string
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Description string
- (String) The required config description.
- Constraints: The maximum length is
512
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Operator string
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- Property string
- (String) The property.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Value string
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- description String
- (String) The required config description.
- Constraints: The maximum length is
512
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- operator String
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- property String
- (String) The property.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- value String
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- description string
- (String) The required config description.
- Constraints: The maximum length is
512
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- operator string
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- property string
- (String) The property.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- value string
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- description str
- (String) The required config description.
- Constraints: The maximum length is
512
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- operator str
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- property str
- (String) The property.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- value str
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- description String
- (String) The required config description.
- Constraints: The maximum length is
512
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- operator String
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- property String
- (String) The property.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- value String
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
GetSccRuleRequiredConfigAllIfRequiredConfigAndAndAndAny
- Required
Configs List<GetScc Rule Required Config All If Required Config And And And Any Required Config> - (List) The required configurations. Nested schema for required_config:
- Targets
List<Get
Scc Rule Required Config All If Required Config And And And Any Target> - (List) The rule target. Nested schema for target:
- Required
Configs []GetScc Rule Required Config All If Required Config And And And Any Required Config - (List) The required configurations. Nested schema for required_config:
- Targets
[]Get
Scc Rule Required Config All If Required Config And And And Any Target - (List) The rule target. Nested schema for target:
- required
Configs List<GetScc Rule Required Config All If Required Config And And And Any Required Config> - (List) The required configurations. Nested schema for required_config:
- targets
List<Get
Scc Rule Required Config All If Required Config And And And Any Target> - (List) The rule target. Nested schema for target:
- required
Configs GetScc Rule Required Config All If Required Config And And And Any Required Config[] - (List) The required configurations. Nested schema for required_config:
- targets
Get
Scc Rule Required Config All If Required Config And And And Any Target[] - (List) The rule target. Nested schema for target:
- required_
configs Sequence[GetScc Rule Required Config All If Required Config And And And Any Required Config] - (List) The required configurations. Nested schema for required_config:
- targets
Sequence[Get
Scc Rule Required Config All If Required Config And And And Any Target] - (List) The rule target. Nested schema for target:
- required
Configs List<Property Map> - (List) The required configurations. Nested schema for required_config:
- targets List<Property Map>
- (List) The rule target. Nested schema for target:
GetSccRuleRequiredConfigAllIfRequiredConfigAndAndAndAnyIf
- Required
Configs List<GetScc Rule Required Config All If Required Config And And And Any If Required Config> - (List) The required configurations. Nested schema for required_config:
- Targets
List<Get
Scc Rule Required Config All If Required Config And And And Any If Target> - (List) The rule target. Nested schema for target:
- Required
Configs []GetScc Rule Required Config All If Required Config And And And Any If Required Config - (List) The required configurations. Nested schema for required_config:
- Targets
[]Get
Scc Rule Required Config All If Required Config And And And Any If Target - (List) The rule target. Nested schema for target:
- required
Configs List<GetScc Rule Required Config All If Required Config And And And Any If Required Config> - (List) The required configurations. Nested schema for required_config:
- targets
List<Get
Scc Rule Required Config All If Required Config And And And Any If Target> - (List) The rule target. Nested schema for target:
- required
Configs GetScc Rule Required Config All If Required Config And And And Any If Required Config[] - (List) The required configurations. Nested schema for required_config:
- targets
Get
Scc Rule Required Config All If Required Config And And And Any If Target[] - (List) The rule target. Nested schema for target:
- required_
configs Sequence[GetScc Rule Required Config All If Required Config And And And Any If Required Config] - (List) The required configurations. Nested schema for required_config:
- targets
Sequence[Get
Scc Rule Required Config All If Required Config And And And Any If Target] - (List) The rule target. Nested schema for target:
- required
Configs List<Property Map> - (List) The required configurations. Nested schema for required_config:
- targets List<Property Map>
- (List) The rule target. Nested schema for target:
GetSccRuleRequiredConfigAllIfRequiredConfigAndAndAndAnyIfRequiredConfig
- Description string
- (String) The required config description.
- Constraints: The maximum length is
512
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Operator string
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- Property string
- (String) The property.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Value string
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Description string
- (String) The required config description.
- Constraints: The maximum length is
512
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Operator string
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- Property string
- (String) The property.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Value string
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- description String
- (String) The required config description.
- Constraints: The maximum length is
512
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- operator String
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- property String
- (String) The property.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- value String
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- description string
- (String) The required config description.
- Constraints: The maximum length is
512
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- operator string
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- property string
- (String) The property.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- value string
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- description str
- (String) The required config description.
- Constraints: The maximum length is
512
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- operator str
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- property str
- (String) The property.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- value str
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- description String
- (String) The required config description.
- Constraints: The maximum length is
512
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- operator String
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- property String
- (String) The property.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- value String
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
GetSccRuleRequiredConfigAllIfRequiredConfigAndAndAndAnyIfTarget
- Additional
Target List<GetAttributes Scc Rule Required Config All If Required Config And And And Any If Target Additional Target Attribute> - (List) The list of targets supported properties.
- Constraints: The maximum length is
99999
items. The minimum length is0
items. Nested schema for additional_target_attributes:
- Constraints: The maximum length is
- Reference
Name string - Resource
Kind string - (String) The target resource kind.
- Constraints: The maximum length is
99999
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Service
Display stringName - (String) The display name of the target service.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Service
Name string - (String) The target service name.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Additional
Target []GetAttributes Scc Rule Required Config All If Required Config And And And Any If Target Additional Target Attribute - (List) The list of targets supported properties.
- Constraints: The maximum length is
99999
items. The minimum length is0
items. Nested schema for additional_target_attributes:
- Constraints: The maximum length is
- Reference
Name string - Resource
Kind string - (String) The target resource kind.
- Constraints: The maximum length is
99999
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Service
Display stringName - (String) The display name of the target service.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Service
Name string - (String) The target service name.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- additional
Target List<GetAttributes Scc Rule Required Config All If Required Config And And And Any If Target Additional Target Attribute> - (List) The list of targets supported properties.
- Constraints: The maximum length is
99999
items. The minimum length is0
items. Nested schema for additional_target_attributes:
- Constraints: The maximum length is
- reference
Name String - resource
Kind String - (String) The target resource kind.
- Constraints: The maximum length is
99999
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- service
Display StringName - (String) The display name of the target service.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- service
Name String - (String) The target service name.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- additional
Target GetAttributes Scc Rule Required Config All If Required Config And And And Any If Target Additional Target Attribute[] - (List) The list of targets supported properties.
- Constraints: The maximum length is
99999
items. The minimum length is0
items. Nested schema for additional_target_attributes:
- Constraints: The maximum length is
- reference
Name string - resource
Kind string - (String) The target resource kind.
- Constraints: The maximum length is
99999
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- service
Display stringName - (String) The display name of the target service.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- service
Name string - (String) The target service name.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- additional_
target_ Sequence[Getattributes Scc Rule Required Config All If Required Config And And And Any If Target Additional Target Attribute] - (List) The list of targets supported properties.
- Constraints: The maximum length is
99999
items. The minimum length is0
items. Nested schema for additional_target_attributes:
- Constraints: The maximum length is
- reference_
name str - resource_
kind str - (String) The target resource kind.
- Constraints: The maximum length is
99999
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- service_
display_ strname - (String) The display name of the target service.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- service_
name str - (String) The target service name.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- additional
Target List<Property Map>Attributes - (List) The list of targets supported properties.
- Constraints: The maximum length is
99999
items. The minimum length is0
items. Nested schema for additional_target_attributes:
- Constraints: The maximum length is
- reference
Name String - resource
Kind String - (String) The target resource kind.
- Constraints: The maximum length is
99999
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- service
Display StringName - (String) The display name of the target service.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- service
Name String - (String) The target service name.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
GetSccRuleRequiredConfigAllIfRequiredConfigAndAndAndAnyIfTargetAdditionalTargetAttribute
- Name string
- (String) The additional target attribute name.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Operator string
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- Value string
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Name string
- (String) The additional target attribute name.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Operator string
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- Value string
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- name String
- (String) The additional target attribute name.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- operator String
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- value String
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- name string
- (String) The additional target attribute name.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- operator string
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- value string
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- name str
- (String) The additional target attribute name.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- operator str
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- value str
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- name String
- (String) The additional target attribute name.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- operator String
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- value String
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
GetSccRuleRequiredConfigAllIfRequiredConfigAndAndAndAnyRequiredConfig
- Description string
- (String) The required config description.
- Constraints: The maximum length is
512
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Operator string
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- Property string
- (String) The property.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Value string
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Description string
- (String) The required config description.
- Constraints: The maximum length is
512
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Operator string
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- Property string
- (String) The property.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Value string
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- description String
- (String) The required config description.
- Constraints: The maximum length is
512
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- operator String
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- property String
- (String) The property.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- value String
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- description string
- (String) The required config description.
- Constraints: The maximum length is
512
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- operator string
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- property string
- (String) The property.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- value string
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- description str
- (String) The required config description.
- Constraints: The maximum length is
512
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- operator str
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- property str
- (String) The property.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- value str
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- description String
- (String) The required config description.
- Constraints: The maximum length is
512
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- operator String
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- property String
- (String) The property.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- value String
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
GetSccRuleRequiredConfigAllIfRequiredConfigAndAndAndAnyTarget
- Additional
Target List<GetAttributes Scc Rule Required Config All If Required Config And And And Any Target Additional Target Attribute> - (List) The list of targets supported properties.
- Constraints: The maximum length is
99999
items. The minimum length is0
items. Nested schema for additional_target_attributes:
- Constraints: The maximum length is
- Reference
Name string - Resource
Kind string - (String) The target resource kind.
- Constraints: The maximum length is
99999
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Service
Display stringName - (String) The display name of the target service.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Service
Name string - (String) The target service name.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Additional
Target []GetAttributes Scc Rule Required Config All If Required Config And And And Any Target Additional Target Attribute - (List) The list of targets supported properties.
- Constraints: The maximum length is
99999
items. The minimum length is0
items. Nested schema for additional_target_attributes:
- Constraints: The maximum length is
- Reference
Name string - Resource
Kind string - (String) The target resource kind.
- Constraints: The maximum length is
99999
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Service
Display stringName - (String) The display name of the target service.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Service
Name string - (String) The target service name.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- additional
Target List<GetAttributes Scc Rule Required Config All If Required Config And And And Any Target Additional Target Attribute> - (List) The list of targets supported properties.
- Constraints: The maximum length is
99999
items. The minimum length is0
items. Nested schema for additional_target_attributes:
- Constraints: The maximum length is
- reference
Name String - resource
Kind String - (String) The target resource kind.
- Constraints: The maximum length is
99999
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- service
Display StringName - (String) The display name of the target service.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- service
Name String - (String) The target service name.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- additional
Target GetAttributes Scc Rule Required Config All If Required Config And And And Any Target Additional Target Attribute[] - (List) The list of targets supported properties.
- Constraints: The maximum length is
99999
items. The minimum length is0
items. Nested schema for additional_target_attributes:
- Constraints: The maximum length is
- reference
Name string - resource
Kind string - (String) The target resource kind.
- Constraints: The maximum length is
99999
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- service
Display stringName - (String) The display name of the target service.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- service
Name string - (String) The target service name.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- additional_
target_ Sequence[Getattributes Scc Rule Required Config All If Required Config And And And Any Target Additional Target Attribute] - (List) The list of targets supported properties.
- Constraints: The maximum length is
99999
items. The minimum length is0
items. Nested schema for additional_target_attributes:
- Constraints: The maximum length is
- reference_
name str - resource_
kind str - (String) The target resource kind.
- Constraints: The maximum length is
99999
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- service_
display_ strname - (String) The display name of the target service.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- service_
name str - (String) The target service name.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- additional
Target List<Property Map>Attributes - (List) The list of targets supported properties.
- Constraints: The maximum length is
99999
items. The minimum length is0
items. Nested schema for additional_target_attributes:
- Constraints: The maximum length is
- reference
Name String - resource
Kind String - (String) The target resource kind.
- Constraints: The maximum length is
99999
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- service
Display StringName - (String) The display name of the target service.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- service
Name String - (String) The target service name.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
GetSccRuleRequiredConfigAllIfRequiredConfigAndAndAndAnyTargetAdditionalTargetAttribute
- Name string
- (String) The additional target attribute name.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Operator string
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- Value string
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Name string
- (String) The additional target attribute name.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Operator string
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- Value string
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- name String
- (String) The additional target attribute name.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- operator String
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- value String
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- name string
- (String) The additional target attribute name.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- operator string
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- value string
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- name str
- (String) The additional target attribute name.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- operator str
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- value str
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- name String
- (String) The additional target attribute name.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- operator String
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- value String
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
GetSccRuleRequiredConfigAllIfRequiredConfigAndAndAndOr
- Description string
- (String) The required config description.
- Constraints: The maximum length is
512
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Operator string
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- Property string
- (String) The property.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Value string
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Description string
- (String) The required config description.
- Constraints: The maximum length is
512
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Operator string
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- Property string
- (String) The property.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Value string
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- description String
- (String) The required config description.
- Constraints: The maximum length is
512
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- operator String
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- property String
- (String) The property.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- value String
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- description string
- (String) The required config description.
- Constraints: The maximum length is
512
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- operator string
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- property string
- (String) The property.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- value string
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- description str
- (String) The required config description.
- Constraints: The maximum length is
512
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- operator str
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- property str
- (String) The property.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- value str
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- description String
- (String) The required config description.
- Constraints: The maximum length is
512
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- operator String
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- property String
- (String) The property.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- value String
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
GetSccRuleRequiredConfigAllIfRequiredConfigAndAndAny
- Required
Configs List<GetScc Rule Required Config All If Required Config And And Any Required Config> - (List) The required configurations. Nested schema for required_config:
- Targets
List<Get
Scc Rule Required Config All If Required Config And And Any Target> - (List) The rule target. Nested schema for target:
- Required
Configs []GetScc Rule Required Config All If Required Config And And Any Required Config - (List) The required configurations. Nested schema for required_config:
- Targets
[]Get
Scc Rule Required Config All If Required Config And And Any Target - (List) The rule target. Nested schema for target:
- required
Configs List<GetScc Rule Required Config All If Required Config And And Any Required Config> - (List) The required configurations. Nested schema for required_config:
- targets
List<Get
Scc Rule Required Config All If Required Config And And Any Target> - (List) The rule target. Nested schema for target:
- required
Configs GetScc Rule Required Config All If Required Config And And Any Required Config[] - (List) The required configurations. Nested schema for required_config:
- targets
Get
Scc Rule Required Config All If Required Config And And Any Target[] - (List) The rule target. Nested schema for target:
- required_
configs Sequence[GetScc Rule Required Config All If Required Config And And Any Required Config] - (List) The required configurations. Nested schema for required_config:
- targets
Sequence[Get
Scc Rule Required Config All If Required Config And And Any Target] - (List) The rule target. Nested schema for target:
- required
Configs List<Property Map> - (List) The required configurations. Nested schema for required_config:
- targets List<Property Map>
- (List) The rule target. Nested schema for target:
GetSccRuleRequiredConfigAllIfRequiredConfigAndAndAnyIf
- Required
Configs List<GetScc Rule Required Config All If Required Config And And Any If Required Config> - (List) The required configurations. Nested schema for required_config:
- Targets
List<Get
Scc Rule Required Config All If Required Config And And Any If Target> - (List) The rule target. Nested schema for target:
- Required
Configs []GetScc Rule Required Config All If Required Config And And Any If Required Config - (List) The required configurations. Nested schema for required_config:
- Targets
[]Get
Scc Rule Required Config All If Required Config And And Any If Target - (List) The rule target. Nested schema for target:
- required
Configs List<GetScc Rule Required Config All If Required Config And And Any If Required Config> - (List) The required configurations. Nested schema for required_config:
- targets
List<Get
Scc Rule Required Config All If Required Config And And Any If Target> - (List) The rule target. Nested schema for target:
- required
Configs GetScc Rule Required Config All If Required Config And And Any If Required Config[] - (List) The required configurations. Nested schema for required_config:
- targets
Get
Scc Rule Required Config All If Required Config And And Any If Target[] - (List) The rule target. Nested schema for target:
- required_
configs Sequence[GetScc Rule Required Config All If Required Config And And Any If Required Config] - (List) The required configurations. Nested schema for required_config:
- targets
Sequence[Get
Scc Rule Required Config All If Required Config And And Any If Target] - (List) The rule target. Nested schema for target:
- required
Configs List<Property Map> - (List) The required configurations. Nested schema for required_config:
- targets List<Property Map>
- (List) The rule target. Nested schema for target:
GetSccRuleRequiredConfigAllIfRequiredConfigAndAndAnyIfRequiredConfig
- Description string
- (String) The required config description.
- Constraints: The maximum length is
512
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Operator string
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- Property string
- (String) The property.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Value string
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Description string
- (String) The required config description.
- Constraints: The maximum length is
512
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Operator string
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- Property string
- (String) The property.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Value string
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- description String
- (String) The required config description.
- Constraints: The maximum length is
512
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- operator String
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- property String
- (String) The property.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- value String
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- description string
- (String) The required config description.
- Constraints: The maximum length is
512
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- operator string
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- property string
- (String) The property.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- value string
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- description str
- (String) The required config description.
- Constraints: The maximum length is
512
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- operator str
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- property str
- (String) The property.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- value str
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- description String
- (String) The required config description.
- Constraints: The maximum length is
512
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- operator String
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- property String
- (String) The property.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- value String
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
GetSccRuleRequiredConfigAllIfRequiredConfigAndAndAnyIfTarget
- Additional
Target List<GetAttributes Scc Rule Required Config All If Required Config And And Any If Target Additional Target Attribute> - (List) The list of targets supported properties.
- Constraints: The maximum length is
99999
items. The minimum length is0
items. Nested schema for additional_target_attributes:
- Constraints: The maximum length is
- Reference
Name string - Resource
Kind string - (String) The target resource kind.
- Constraints: The maximum length is
99999
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Service
Display stringName - (String) The display name of the target service.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Service
Name string - (String) The target service name.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Additional
Target []GetAttributes Scc Rule Required Config All If Required Config And And Any If Target Additional Target Attribute - (List) The list of targets supported properties.
- Constraints: The maximum length is
99999
items. The minimum length is0
items. Nested schema for additional_target_attributes:
- Constraints: The maximum length is
- Reference
Name string - Resource
Kind string - (String) The target resource kind.
- Constraints: The maximum length is
99999
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Service
Display stringName - (String) The display name of the target service.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Service
Name string - (String) The target service name.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- additional
Target List<GetAttributes Scc Rule Required Config All If Required Config And And Any If Target Additional Target Attribute> - (List) The list of targets supported properties.
- Constraints: The maximum length is
99999
items. The minimum length is0
items. Nested schema for additional_target_attributes:
- Constraints: The maximum length is
- reference
Name String - resource
Kind String - (String) The target resource kind.
- Constraints: The maximum length is
99999
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- service
Display StringName - (String) The display name of the target service.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- service
Name String - (String) The target service name.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- additional
Target GetAttributes Scc Rule Required Config All If Required Config And And Any If Target Additional Target Attribute[] - (List) The list of targets supported properties.
- Constraints: The maximum length is
99999
items. The minimum length is0
items. Nested schema for additional_target_attributes:
- Constraints: The maximum length is
- reference
Name string - resource
Kind string - (String) The target resource kind.
- Constraints: The maximum length is
99999
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- service
Display stringName - (String) The display name of the target service.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- service
Name string - (String) The target service name.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- additional_
target_ Sequence[Getattributes Scc Rule Required Config All If Required Config And And Any If Target Additional Target Attribute] - (List) The list of targets supported properties.
- Constraints: The maximum length is
99999
items. The minimum length is0
items. Nested schema for additional_target_attributes:
- Constraints: The maximum length is
- reference_
name str - resource_
kind str - (String) The target resource kind.
- Constraints: The maximum length is
99999
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- service_
display_ strname - (String) The display name of the target service.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- service_
name str - (String) The target service name.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- additional
Target List<Property Map>Attributes - (List) The list of targets supported properties.
- Constraints: The maximum length is
99999
items. The minimum length is0
items. Nested schema for additional_target_attributes:
- Constraints: The maximum length is
- reference
Name String - resource
Kind String - (String) The target resource kind.
- Constraints: The maximum length is
99999
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- service
Display StringName - (String) The display name of the target service.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- service
Name String - (String) The target service name.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
GetSccRuleRequiredConfigAllIfRequiredConfigAndAndAnyIfTargetAdditionalTargetAttribute
- Name string
- (String) The additional target attribute name.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Operator string
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- Value string
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Name string
- (String) The additional target attribute name.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Operator string
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- Value string
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- name String
- (String) The additional target attribute name.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- operator String
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- value String
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- name string
- (String) The additional target attribute name.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- operator string
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- value string
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- name str
- (String) The additional target attribute name.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- operator str
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- value str
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- name String
- (String) The additional target attribute name.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- operator String
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- value String
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
GetSccRuleRequiredConfigAllIfRequiredConfigAndAndAnyRequiredConfig
- Description string
- (String) The required config description.
- Constraints: The maximum length is
512
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Operator string
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- Property string
- (String) The property.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Value string
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Description string
- (String) The required config description.
- Constraints: The maximum length is
512
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Operator string
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- Property string
- (String) The property.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Value string
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- description String
- (String) The required config description.
- Constraints: The maximum length is
512
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- operator String
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- property String
- (String) The property.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- value String
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- description string
- (String) The required config description.
- Constraints: The maximum length is
512
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- operator string
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- property string
- (String) The property.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- value string
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- description str
- (String) The required config description.
- Constraints: The maximum length is
512
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- operator str
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- property str
- (String) The property.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- value str
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- description String
- (String) The required config description.
- Constraints: The maximum length is
512
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- operator String
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- property String
- (String) The property.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- value String
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
GetSccRuleRequiredConfigAllIfRequiredConfigAndAndAnyTarget
- Additional
Target List<GetAttributes Scc Rule Required Config All If Required Config And And Any Target Additional Target Attribute> - (List) The list of targets supported properties.
- Constraints: The maximum length is
99999
items. The minimum length is0
items. Nested schema for additional_target_attributes:
- Constraints: The maximum length is
- Reference
Name string - Resource
Kind string - (String) The target resource kind.
- Constraints: The maximum length is
99999
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Service
Display stringName - (String) The display name of the target service.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Service
Name string - (String) The target service name.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Additional
Target []GetAttributes Scc Rule Required Config All If Required Config And And Any Target Additional Target Attribute - (List) The list of targets supported properties.
- Constraints: The maximum length is
99999
items. The minimum length is0
items. Nested schema for additional_target_attributes:
- Constraints: The maximum length is
- Reference
Name string - Resource
Kind string - (String) The target resource kind.
- Constraints: The maximum length is
99999
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Service
Display stringName - (String) The display name of the target service.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Service
Name string - (String) The target service name.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- additional
Target List<GetAttributes Scc Rule Required Config All If Required Config And And Any Target Additional Target Attribute> - (List) The list of targets supported properties.
- Constraints: The maximum length is
99999
items. The minimum length is0
items. Nested schema for additional_target_attributes:
- Constraints: The maximum length is
- reference
Name String - resource
Kind String - (String) The target resource kind.
- Constraints: The maximum length is
99999
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- service
Display StringName - (String) The display name of the target service.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- service
Name String - (String) The target service name.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- additional
Target GetAttributes Scc Rule Required Config All If Required Config And And Any Target Additional Target Attribute[] - (List) The list of targets supported properties.
- Constraints: The maximum length is
99999
items. The minimum length is0
items. Nested schema for additional_target_attributes:
- Constraints: The maximum length is
- reference
Name string - resource
Kind string - (String) The target resource kind.
- Constraints: The maximum length is
99999
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- service
Display stringName - (String) The display name of the target service.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- service
Name string - (String) The target service name.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- additional_
target_ Sequence[Getattributes Scc Rule Required Config All If Required Config And And Any Target Additional Target Attribute] - (List) The list of targets supported properties.
- Constraints: The maximum length is
99999
items. The minimum length is0
items. Nested schema for additional_target_attributes:
- Constraints: The maximum length is
- reference_
name str - resource_
kind str - (String) The target resource kind.
- Constraints: The maximum length is
99999
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- service_
display_ strname - (String) The display name of the target service.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- service_
name str - (String) The target service name.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- additional
Target List<Property Map>Attributes - (List) The list of targets supported properties.
- Constraints: The maximum length is
99999
items. The minimum length is0
items. Nested schema for additional_target_attributes:
- Constraints: The maximum length is
- reference
Name String - resource
Kind String - (String) The target resource kind.
- Constraints: The maximum length is
99999
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- service
Display StringName - (String) The display name of the target service.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- service
Name String - (String) The target service name.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
GetSccRuleRequiredConfigAllIfRequiredConfigAndAndAnyTargetAdditionalTargetAttribute
- Name string
- (String) The additional target attribute name.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Operator string
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- Value string
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Name string
- (String) The additional target attribute name.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Operator string
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- Value string
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- name String
- (String) The additional target attribute name.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- operator String
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- value String
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- name string
- (String) The additional target attribute name.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- operator string
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- value string
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- name str
- (String) The additional target attribute name.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- operator str
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- value str
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- name String
- (String) The additional target attribute name.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- operator String
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- value String
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
GetSccRuleRequiredConfigAllIfRequiredConfigAndAndOr
- All
Ifs List<GetScc Rule Required Config All If Required Config And And Or All If> - Alls
List<Get
Scc Rule Required Config All If Required Config And And Or All> - Ands
List<Get
Scc Rule Required Config All If Required Config And And Or And> - (List) The
AND
required configurations.- Constraints: The maximum length is
64
items. The minimum length is1
item. Nested schema for and:
- Constraints: The maximum length is
- Anies
List<Get
Scc Rule Required Config All If Required Config And And Or Any> - Any
Ifs List<GetScc Rule Required Config All If Required Config And And Or Any If> - Description string
- (String) The required config description.
- Constraints: The maximum length is
512
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Operator string
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- Ors
List<Get
Scc Rule Required Config All If Required Config And And Or Or> - (List) The
OR
required configurations.- Constraints: The maximum length is
64
items. The minimum length is1
item. Nested schema for or:
- Constraints: The maximum length is
- Property string
- (String) The property.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Value string
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- All
Ifs []GetScc Rule Required Config All If Required Config And And Or All If - Alls
[]Get
Scc Rule Required Config All If Required Config And And Or All - Ands
[]Get
Scc Rule Required Config All If Required Config And And Or And - (List) The
AND
required configurations.- Constraints: The maximum length is
64
items. The minimum length is1
item. Nested schema for and:
- Constraints: The maximum length is
- Anies
[]Get
Scc Rule Required Config All If Required Config And And Or Any - Any
Ifs []GetScc Rule Required Config All If Required Config And And Or Any If - Description string
- (String) The required config description.
- Constraints: The maximum length is
512
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Operator string
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- Ors
[]Get
Scc Rule Required Config All If Required Config And And Or Or - (List) The
OR
required configurations.- Constraints: The maximum length is
64
items. The minimum length is1
item. Nested schema for or:
- Constraints: The maximum length is
- Property string
- (String) The property.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Value string
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- all
Ifs List<GetScc Rule Required Config All If Required Config And And Or All If> - alls
List<Get
Scc Rule Required Config All If Required Config And And Or All> - ands
List<Get
Scc Rule Required Config All If Required Config And And Or And> - (List) The
AND
required configurations.- Constraints: The maximum length is
64
items. The minimum length is1
item. Nested schema for and:
- Constraints: The maximum length is
- anies
List<Get
Scc Rule Required Config All If Required Config And And Or Any> - any
Ifs List<GetScc Rule Required Config All If Required Config And And Or Any If> - description String
- (String) The required config description.
- Constraints: The maximum length is
512
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- operator String
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- ors
List<Get
Scc Rule Required Config All If Required Config And And Or Or> - (List) The
OR
required configurations.- Constraints: The maximum length is
64
items. The minimum length is1
item. Nested schema for or:
- Constraints: The maximum length is
- property String
- (String) The property.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- value String
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- all
Ifs GetScc Rule Required Config All If Required Config And And Or All If[] - alls
Get
Scc Rule Required Config All If Required Config And And Or All[] - ands
Get
Scc Rule Required Config All If Required Config And And Or And[] - (List) The
AND
required configurations.- Constraints: The maximum length is
64
items. The minimum length is1
item. Nested schema for and:
- Constraints: The maximum length is
- anies
Get
Scc Rule Required Config All If Required Config And And Or Any[] - any
Ifs GetScc Rule Required Config All If Required Config And And Or Any If[] - description string
- (String) The required config description.
- Constraints: The maximum length is
512
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- operator string
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- ors
Get
Scc Rule Required Config All If Required Config And And Or Or[] - (List) The
OR
required configurations.- Constraints: The maximum length is
64
items. The minimum length is1
item. Nested schema for or:
- Constraints: The maximum length is
- property string
- (String) The property.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- value string
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- all_
ifs Sequence[GetScc Rule Required Config All If Required Config And And Or All If] - alls
Sequence[Get
Scc Rule Required Config All If Required Config And And Or All] - ands
Sequence[Get
Scc Rule Required Config All If Required Config And And Or And] - (List) The
AND
required configurations.- Constraints: The maximum length is
64
items. The minimum length is1
item. Nested schema for and:
- Constraints: The maximum length is
- anies
Sequence[Get
Scc Rule Required Config All If Required Config And And Or Any] - any_
ifs Sequence[GetScc Rule Required Config All If Required Config And And Or Any If] - description str
- (String) The required config description.
- Constraints: The maximum length is
512
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- operator str
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- ors
Sequence[Get
Scc Rule Required Config All If Required Config And And Or Or] - (List) The
OR
required configurations.- Constraints: The maximum length is
64
items. The minimum length is1
item. Nested schema for or:
- Constraints: The maximum length is
- property str
- (String) The property.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- value str
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- all
Ifs List<Property Map> - alls List<Property Map>
- ands List<Property Map>
- (List) The
AND
required configurations.- Constraints: The maximum length is
64
items. The minimum length is1
item. Nested schema for and:
- Constraints: The maximum length is
- anies List<Property Map>
- any
Ifs List<Property Map> - description String
- (String) The required config description.
- Constraints: The maximum length is
512
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- operator String
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- ors List<Property Map>
- (List) The
OR
required configurations.- Constraints: The maximum length is
64
items. The minimum length is1
item. Nested schema for or:
- Constraints: The maximum length is
- property String
- (String) The property.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- value String
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
GetSccRuleRequiredConfigAllIfRequiredConfigAndAndOrAll
- Required
Configs List<GetScc Rule Required Config All If Required Config And And Or All Required Config> - (List) The required configurations. Nested schema for required_config:
- Targets
List<Get
Scc Rule Required Config All If Required Config And And Or All Target> - (List) The rule target. Nested schema for target:
- Required
Configs []GetScc Rule Required Config All If Required Config And And Or All Required Config - (List) The required configurations. Nested schema for required_config:
- Targets
[]Get
Scc Rule Required Config All If Required Config And And Or All Target - (List) The rule target. Nested schema for target:
- required
Configs List<GetScc Rule Required Config All If Required Config And And Or All Required Config> - (List) The required configurations. Nested schema for required_config:
- targets
List<Get
Scc Rule Required Config All If Required Config And And Or All Target> - (List) The rule target. Nested schema for target:
- required
Configs GetScc Rule Required Config All If Required Config And And Or All Required Config[] - (List) The required configurations. Nested schema for required_config:
- targets
Get
Scc Rule Required Config All If Required Config And And Or All Target[] - (List) The rule target. Nested schema for target:
- required_
configs Sequence[GetScc Rule Required Config All If Required Config And And Or All Required Config] - (List) The required configurations. Nested schema for required_config:
- targets
Sequence[Get
Scc Rule Required Config All If Required Config And And Or All Target] - (List) The rule target. Nested schema for target:
- required
Configs List<Property Map> - (List) The required configurations. Nested schema for required_config:
- targets List<Property Map>
- (List) The rule target. Nested schema for target:
GetSccRuleRequiredConfigAllIfRequiredConfigAndAndOrAllIf
- Required
Configs List<GetScc Rule Required Config All If Required Config And And Or All If Required Config> - (List) The required configurations. Nested schema for required_config:
- Targets
List<Get
Scc Rule Required Config All If Required Config And And Or All If Target> - (List) The rule target. Nested schema for target:
- Required
Configs []GetScc Rule Required Config All If Required Config And And Or All If Required Config - (List) The required configurations. Nested schema for required_config:
- Targets
[]Get
Scc Rule Required Config All If Required Config And And Or All If Target - (List) The rule target. Nested schema for target:
- required
Configs List<GetScc Rule Required Config All If Required Config And And Or All If Required Config> - (List) The required configurations. Nested schema for required_config:
- targets
List<Get
Scc Rule Required Config All If Required Config And And Or All If Target> - (List) The rule target. Nested schema for target:
- required
Configs GetScc Rule Required Config All If Required Config And And Or All If Required Config[] - (List) The required configurations. Nested schema for required_config:
- targets
Get
Scc Rule Required Config All If Required Config And And Or All If Target[] - (List) The rule target. Nested schema for target:
- required_
configs Sequence[GetScc Rule Required Config All If Required Config And And Or All If Required Config] - (List) The required configurations. Nested schema for required_config:
- targets
Sequence[Get
Scc Rule Required Config All If Required Config And And Or All If Target] - (List) The rule target. Nested schema for target:
- required
Configs List<Property Map> - (List) The required configurations. Nested schema for required_config:
- targets List<Property Map>
- (List) The rule target. Nested schema for target:
GetSccRuleRequiredConfigAllIfRequiredConfigAndAndOrAllIfRequiredConfig
- Description string
- (String) The required config description.
- Constraints: The maximum length is
512
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Operator string
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- Property string
- (String) The property.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Value string
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Description string
- (String) The required config description.
- Constraints: The maximum length is
512
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Operator string
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- Property string
- (String) The property.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Value string
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- description String
- (String) The required config description.
- Constraints: The maximum length is
512
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- operator String
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- property String
- (String) The property.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- value String
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- description string
- (String) The required config description.
- Constraints: The maximum length is
512
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- operator string
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- property string
- (String) The property.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- value string
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- description str
- (String) The required config description.
- Constraints: The maximum length is
512
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- operator str
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- property str
- (String) The property.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- value str
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- description String
- (String) The required config description.
- Constraints: The maximum length is
512
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- operator String
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- property String
- (String) The property.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- value String
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
GetSccRuleRequiredConfigAllIfRequiredConfigAndAndOrAllIfTarget
- Additional
Target List<GetAttributes Scc Rule Required Config All If Required Config And And Or All If Target Additional Target Attribute> - (List) The list of targets supported properties.
- Constraints: The maximum length is
99999
items. The minimum length is0
items. Nested schema for additional_target_attributes:
- Constraints: The maximum length is
- Reference
Name string - Resource
Kind string - (String) The target resource kind.
- Constraints: The maximum length is
99999
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Service
Display stringName - (String) The display name of the target service.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Service
Name string - (String) The target service name.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Additional
Target []GetAttributes Scc Rule Required Config All If Required Config And And Or All If Target Additional Target Attribute - (List) The list of targets supported properties.
- Constraints: The maximum length is
99999
items. The minimum length is0
items. Nested schema for additional_target_attributes:
- Constraints: The maximum length is
- Reference
Name string - Resource
Kind string - (String) The target resource kind.
- Constraints: The maximum length is
99999
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Service
Display stringName - (String) The display name of the target service.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Service
Name string - (String) The target service name.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- additional
Target List<GetAttributes Scc Rule Required Config All If Required Config And And Or All If Target Additional Target Attribute> - (List) The list of targets supported properties.
- Constraints: The maximum length is
99999
items. The minimum length is0
items. Nested schema for additional_target_attributes:
- Constraints: The maximum length is
- reference
Name String - resource
Kind String - (String) The target resource kind.
- Constraints: The maximum length is
99999
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- service
Display StringName - (String) The display name of the target service.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- service
Name String - (String) The target service name.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- additional
Target GetAttributes Scc Rule Required Config All If Required Config And And Or All If Target Additional Target Attribute[] - (List) The list of targets supported properties.
- Constraints: The maximum length is
99999
items. The minimum length is0
items. Nested schema for additional_target_attributes:
- Constraints: The maximum length is
- reference
Name string - resource
Kind string - (String) The target resource kind.
- Constraints: The maximum length is
99999
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- service
Display stringName - (String) The display name of the target service.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- service
Name string - (String) The target service name.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- additional_
target_ Sequence[Getattributes Scc Rule Required Config All If Required Config And And Or All If Target Additional Target Attribute] - (List) The list of targets supported properties.
- Constraints: The maximum length is
99999
items. The minimum length is0
items. Nested schema for additional_target_attributes:
- Constraints: The maximum length is
- reference_
name str - resource_
kind str - (String) The target resource kind.
- Constraints: The maximum length is
99999
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- service_
display_ strname - (String) The display name of the target service.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- service_
name str - (String) The target service name.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- additional
Target List<Property Map>Attributes - (List) The list of targets supported properties.
- Constraints: The maximum length is
99999
items. The minimum length is0
items. Nested schema for additional_target_attributes:
- Constraints: The maximum length is
- reference
Name String - resource
Kind String - (String) The target resource kind.
- Constraints: The maximum length is
99999
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- service
Display StringName - (String) The display name of the target service.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- service
Name String - (String) The target service name.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
GetSccRuleRequiredConfigAllIfRequiredConfigAndAndOrAllIfTargetAdditionalTargetAttribute
- Name string
- (String) The additional target attribute name.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Operator string
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- Value string
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Name string
- (String) The additional target attribute name.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Operator string
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- Value string
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- name String
- (String) The additional target attribute name.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- operator String
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- value String
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- name string
- (String) The additional target attribute name.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- operator string
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- value string
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- name str
- (String) The additional target attribute name.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- operator str
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- value str
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- name String
- (String) The additional target attribute name.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- operator String
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- value String
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
GetSccRuleRequiredConfigAllIfRequiredConfigAndAndOrAllRequiredConfig
- Description string
- (String) The required config description.
- Constraints: The maximum length is
512
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Operator string
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- Property string
- (String) The property.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Value string
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Description string
- (String) The required config description.
- Constraints: The maximum length is
512
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Operator string
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- Property string
- (String) The property.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Value string
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- description String
- (String) The required config description.
- Constraints: The maximum length is
512
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- operator String
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- property String
- (String) The property.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- value String
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- description string
- (String) The required config description.
- Constraints: The maximum length is
512
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- operator string
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- property string
- (String) The property.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- value string
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- description str
- (String) The required config description.
- Constraints: The maximum length is
512
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- operator str
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- property str
- (String) The property.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- value str
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- description String
- (String) The required config description.
- Constraints: The maximum length is
512
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- operator String
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- property String
- (String) The property.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- value String
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
GetSccRuleRequiredConfigAllIfRequiredConfigAndAndOrAllTarget
- Additional
Target List<GetAttributes Scc Rule Required Config All If Required Config And And Or All Target Additional Target Attribute> - (List) The list of targets supported properties.
- Constraints: The maximum length is
99999
items. The minimum length is0
items. Nested schema for additional_target_attributes:
- Constraints: The maximum length is
- Reference
Name string - Resource
Kind string - (String) The target resource kind.
- Constraints: The maximum length is
99999
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Service
Display stringName - (String) The display name of the target service.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Service
Name string - (String) The target service name.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Additional
Target []GetAttributes Scc Rule Required Config All If Required Config And And Or All Target Additional Target Attribute - (List) The list of targets supported properties.
- Constraints: The maximum length is
99999
items. The minimum length is0
items. Nested schema for additional_target_attributes:
- Constraints: The maximum length is
- Reference
Name string - Resource
Kind string - (String) The target resource kind.
- Constraints: The maximum length is
99999
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Service
Display stringName - (String) The display name of the target service.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Service
Name string - (String) The target service name.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- additional
Target List<GetAttributes Scc Rule Required Config All If Required Config And And Or All Target Additional Target Attribute> - (List) The list of targets supported properties.
- Constraints: The maximum length is
99999
items. The minimum length is0
items. Nested schema for additional_target_attributes:
- Constraints: The maximum length is
- reference
Name String - resource
Kind String - (String) The target resource kind.
- Constraints: The maximum length is
99999
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- service
Display StringName - (String) The display name of the target service.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- service
Name String - (String) The target service name.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- additional
Target GetAttributes Scc Rule Required Config All If Required Config And And Or All Target Additional Target Attribute[] - (List) The list of targets supported properties.
- Constraints: The maximum length is
99999
items. The minimum length is0
items. Nested schema for additional_target_attributes:
- Constraints: The maximum length is
- reference
Name string - resource
Kind string - (String) The target resource kind.
- Constraints: The maximum length is
99999
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- service
Display stringName - (String) The display name of the target service.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- service
Name string - (String) The target service name.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- additional_
target_ Sequence[Getattributes Scc Rule Required Config All If Required Config And And Or All Target Additional Target Attribute] - (List) The list of targets supported properties.
- Constraints: The maximum length is
99999
items. The minimum length is0
items. Nested schema for additional_target_attributes:
- Constraints: The maximum length is
- reference_
name str - resource_
kind str - (String) The target resource kind.
- Constraints: The maximum length is
99999
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- service_
display_ strname - (String) The display name of the target service.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- service_
name str - (String) The target service name.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- additional
Target List<Property Map>Attributes - (List) The list of targets supported properties.
- Constraints: The maximum length is
99999
items. The minimum length is0
items. Nested schema for additional_target_attributes:
- Constraints: The maximum length is
- reference
Name String - resource
Kind String - (String) The target resource kind.
- Constraints: The maximum length is
99999
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- service
Display StringName - (String) The display name of the target service.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- service
Name String - (String) The target service name.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
GetSccRuleRequiredConfigAllIfRequiredConfigAndAndOrAllTargetAdditionalTargetAttribute
- Name string
- (String) The additional target attribute name.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Operator string
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- Value string
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Name string
- (String) The additional target attribute name.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Operator string
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- Value string
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- name String
- (String) The additional target attribute name.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- operator String
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- value String
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- name string
- (String) The additional target attribute name.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- operator string
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- value string
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- name str
- (String) The additional target attribute name.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- operator str
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- value str
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- name String
- (String) The additional target attribute name.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- operator String
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- value String
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
GetSccRuleRequiredConfigAllIfRequiredConfigAndAndOrAnd
- Description string
- (String) The required config description.
- Constraints: The maximum length is
512
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Operator string
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- Property string
- (String) The property.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Value string
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Description string
- (String) The required config description.
- Constraints: The maximum length is
512
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Operator string
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- Property string
- (String) The property.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Value string
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- description String
- (String) The required config description.
- Constraints: The maximum length is
512
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- operator String
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- property String
- (String) The property.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- value String
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- description string
- (String) The required config description.
- Constraints: The maximum length is
512
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- operator string
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- property string
- (String) The property.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- value string
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- description str
- (String) The required config description.
- Constraints: The maximum length is
512
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- operator str
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- property str
- (String) The property.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- value str
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- description String
- (String) The required config description.
- Constraints: The maximum length is
512
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- operator String
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- property String
- (String) The property.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- value String
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
GetSccRuleRequiredConfigAllIfRequiredConfigAndAndOrAny
- Required
Configs List<GetScc Rule Required Config All If Required Config And And Or Any Required Config> - (List) The required configurations. Nested schema for required_config:
- Targets
List<Get
Scc Rule Required Config All If Required Config And And Or Any Target> - (List) The rule target. Nested schema for target:
- Required
Configs []GetScc Rule Required Config All If Required Config And And Or Any Required Config - (List) The required configurations. Nested schema for required_config:
- Targets
[]Get
Scc Rule Required Config All If Required Config And And Or Any Target - (List) The rule target. Nested schema for target:
- required
Configs List<GetScc Rule Required Config All If Required Config And And Or Any Required Config> - (List) The required configurations. Nested schema for required_config:
- targets
List<Get
Scc Rule Required Config All If Required Config And And Or Any Target> - (List) The rule target. Nested schema for target:
- required
Configs GetScc Rule Required Config All If Required Config And And Or Any Required Config[] - (List) The required configurations. Nested schema for required_config:
- targets
Get
Scc Rule Required Config All If Required Config And And Or Any Target[] - (List) The rule target. Nested schema for target:
- required_
configs Sequence[GetScc Rule Required Config All If Required Config And And Or Any Required Config] - (List) The required configurations. Nested schema for required_config:
- targets
Sequence[Get
Scc Rule Required Config All If Required Config And And Or Any Target] - (List) The rule target. Nested schema for target:
- required
Configs List<Property Map> - (List) The required configurations. Nested schema for required_config:
- targets List<Property Map>
- (List) The rule target. Nested schema for target:
GetSccRuleRequiredConfigAllIfRequiredConfigAndAndOrAnyIf
- Required
Configs List<GetScc Rule Required Config All If Required Config And And Or Any If Required Config> - (List) The required configurations. Nested schema for required_config:
- Targets
List<Get
Scc Rule Required Config All If Required Config And And Or Any If Target> - (List) The rule target. Nested schema for target:
- Required
Configs []GetScc Rule Required Config All If Required Config And And Or Any If Required Config - (List) The required configurations. Nested schema for required_config:
- Targets
[]Get
Scc Rule Required Config All If Required Config And And Or Any If Target - (List) The rule target. Nested schema for target:
- required
Configs List<GetScc Rule Required Config All If Required Config And And Or Any If Required Config> - (List) The required configurations. Nested schema for required_config:
- targets
List<Get
Scc Rule Required Config All If Required Config And And Or Any If Target> - (List) The rule target. Nested schema for target:
- required
Configs GetScc Rule Required Config All If Required Config And And Or Any If Required Config[] - (List) The required configurations. Nested schema for required_config:
- targets
Get
Scc Rule Required Config All If Required Config And And Or Any If Target[] - (List) The rule target. Nested schema for target:
- required_
configs Sequence[GetScc Rule Required Config All If Required Config And And Or Any If Required Config] - (List) The required configurations. Nested schema for required_config:
- targets
Sequence[Get
Scc Rule Required Config All If Required Config And And Or Any If Target] - (List) The rule target. Nested schema for target:
- required
Configs List<Property Map> - (List) The required configurations. Nested schema for required_config:
- targets List<Property Map>
- (List) The rule target. Nested schema for target:
GetSccRuleRequiredConfigAllIfRequiredConfigAndAndOrAnyIfRequiredConfig
- Description string
- (String) The required config description.
- Constraints: The maximum length is
512
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Operator string
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- Property string
- (String) The property.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Value string
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Description string
- (String) The required config description.
- Constraints: The maximum length is
512
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Operator string
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- Property string
- (String) The property.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Value string
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- description String
- (String) The required config description.
- Constraints: The maximum length is
512
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- operator String
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- property String
- (String) The property.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- value String
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- description string
- (String) The required config description.
- Constraints: The maximum length is
512
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- operator string
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- property string
- (String) The property.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- value string
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- description str
- (String) The required config description.
- Constraints: The maximum length is
512
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- operator str
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- property str
- (String) The property.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- value str
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- description String
- (String) The required config description.
- Constraints: The maximum length is
512
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- operator String
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- property String
- (String) The property.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- value String
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
GetSccRuleRequiredConfigAllIfRequiredConfigAndAndOrAnyIfTarget
- Additional
Target List<GetAttributes Scc Rule Required Config All If Required Config And And Or Any If Target Additional Target Attribute> - (List) The list of targets supported properties.
- Constraints: The maximum length is
99999
items. The minimum length is0
items. Nested schema for additional_target_attributes:
- Constraints: The maximum length is
- Reference
Name string - Resource
Kind string - (String) The target resource kind.
- Constraints: The maximum length is
99999
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Service
Display stringName - (String) The display name of the target service.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Service
Name string - (String) The target service name.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Additional
Target []GetAttributes Scc Rule Required Config All If Required Config And And Or Any If Target Additional Target Attribute - (List) The list of targets supported properties.
- Constraints: The maximum length is
99999
items. The minimum length is0
items. Nested schema for additional_target_attributes:
- Constraints: The maximum length is
- Reference
Name string - Resource
Kind string - (String) The target resource kind.
- Constraints: The maximum length is
99999
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Service
Display stringName - (String) The display name of the target service.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Service
Name string - (String) The target service name.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- additional
Target List<GetAttributes Scc Rule Required Config All If Required Config And And Or Any If Target Additional Target Attribute> - (List) The list of targets supported properties.
- Constraints: The maximum length is
99999
items. The minimum length is0
items. Nested schema for additional_target_attributes:
- Constraints: The maximum length is
- reference
Name String - resource
Kind String - (String) The target resource kind.
- Constraints: The maximum length is
99999
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- service
Display StringName - (String) The display name of the target service.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- service
Name String - (String) The target service name.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- additional
Target GetAttributes Scc Rule Required Config All If Required Config And And Or Any If Target Additional Target Attribute[] - (List) The list of targets supported properties.
- Constraints: The maximum length is
99999
items. The minimum length is0
items. Nested schema for additional_target_attributes:
- Constraints: The maximum length is
- reference
Name string - resource
Kind string - (String) The target resource kind.
- Constraints: The maximum length is
99999
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- service
Display stringName - (String) The display name of the target service.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- service
Name string - (String) The target service name.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- additional_
target_ Sequence[Getattributes Scc Rule Required Config All If Required Config And And Or Any If Target Additional Target Attribute] - (List) The list of targets supported properties.
- Constraints: The maximum length is
99999
items. The minimum length is0
items. Nested schema for additional_target_attributes:
- Constraints: The maximum length is
- reference_
name str - resource_
kind str - (String) The target resource kind.
- Constraints: The maximum length is
99999
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- service_
display_ strname - (String) The display name of the target service.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- service_
name str - (String) The target service name.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- additional
Target List<Property Map>Attributes - (List) The list of targets supported properties.
- Constraints: The maximum length is
99999
items. The minimum length is0
items. Nested schema for additional_target_attributes:
- Constraints: The maximum length is
- reference
Name String - resource
Kind String - (String) The target resource kind.
- Constraints: The maximum length is
99999
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- service
Display StringName - (String) The display name of the target service.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- service
Name String - (String) The target service name.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
GetSccRuleRequiredConfigAllIfRequiredConfigAndAndOrAnyIfTargetAdditionalTargetAttribute
- Name string
- (String) The additional target attribute name.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Operator string
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- Value string
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Name string
- (String) The additional target attribute name.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Operator string
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- Value string
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- name String
- (String) The additional target attribute name.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- operator String
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- value String
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- name string
- (String) The additional target attribute name.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- operator string
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- value string
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- name str
- (String) The additional target attribute name.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- operator str
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- value str
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- name String
- (String) The additional target attribute name.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- operator String
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- value String
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
GetSccRuleRequiredConfigAllIfRequiredConfigAndAndOrAnyRequiredConfig
- Description string
- (String) The required config description.
- Constraints: The maximum length is
512
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Operator string
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- Property string
- (String) The property.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Value string
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Description string
- (String) The required config description.
- Constraints: The maximum length is
512
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Operator string
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- Property string
- (String) The property.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Value string
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- description String
- (String) The required config description.
- Constraints: The maximum length is
512
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- operator String
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- property String
- (String) The property.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- value String
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- description string
- (String) The required config description.
- Constraints: The maximum length is
512
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- operator string
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- property string
- (String) The property.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- value string
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- description str
- (String) The required config description.
- Constraints: The maximum length is
512
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- operator str
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- property str
- (String) The property.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- value str
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- description String
- (String) The required config description.
- Constraints: The maximum length is
512
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- operator String
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- property String
- (String) The property.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- value String
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
GetSccRuleRequiredConfigAllIfRequiredConfigAndAndOrAnyTarget
- Additional
Target List<GetAttributes Scc Rule Required Config All If Required Config And And Or Any Target Additional Target Attribute> - (List) The list of targets supported properties.
- Constraints: The maximum length is
99999
items. The minimum length is0
items. Nested schema for additional_target_attributes:
- Constraints: The maximum length is
- Reference
Name string - Resource
Kind string - (String) The target resource kind.
- Constraints: The maximum length is
99999
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Service
Display stringName - (String) The display name of the target service.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Service
Name string - (String) The target service name.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Additional
Target []GetAttributes Scc Rule Required Config All If Required Config And And Or Any Target Additional Target Attribute - (List) The list of targets supported properties.
- Constraints: The maximum length is
99999
items. The minimum length is0
items. Nested schema for additional_target_attributes:
- Constraints: The maximum length is
- Reference
Name string - Resource
Kind string - (String) The target resource kind.
- Constraints: The maximum length is
99999
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Service
Display stringName - (String) The display name of the target service.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Service
Name string - (String) The target service name.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- additional
Target List<GetAttributes Scc Rule Required Config All If Required Config And And Or Any Target Additional Target Attribute> - (List) The list of targets supported properties.
- Constraints: The maximum length is
99999
items. The minimum length is0
items. Nested schema for additional_target_attributes:
- Constraints: The maximum length is
- reference
Name String - resource
Kind String - (String) The target resource kind.
- Constraints: The maximum length is
99999
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- service
Display StringName - (String) The display name of the target service.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- service
Name String - (String) The target service name.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- additional
Target GetAttributes Scc Rule Required Config All If Required Config And And Or Any Target Additional Target Attribute[] - (List) The list of targets supported properties.
- Constraints: The maximum length is
99999
items. The minimum length is0
items. Nested schema for additional_target_attributes:
- Constraints: The maximum length is
- reference
Name string - resource
Kind string - (String) The target resource kind.
- Constraints: The maximum length is
99999
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- service
Display stringName - (String) The display name of the target service.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- service
Name string - (String) The target service name.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- additional_
target_ Sequence[Getattributes Scc Rule Required Config All If Required Config And And Or Any Target Additional Target Attribute] - (List) The list of targets supported properties.
- Constraints: The maximum length is
99999
items. The minimum length is0
items. Nested schema for additional_target_attributes:
- Constraints: The maximum length is
- reference_
name str - resource_
kind str - (String) The target resource kind.
- Constraints: The maximum length is
99999
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- service_
display_ strname - (String) The display name of the target service.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- service_
name str - (String) The target service name.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- additional
Target List<Property Map>Attributes - (List) The list of targets supported properties.
- Constraints: The maximum length is
99999
items. The minimum length is0
items. Nested schema for additional_target_attributes:
- Constraints: The maximum length is
- reference
Name String - resource
Kind String - (String) The target resource kind.
- Constraints: The maximum length is
99999
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- service
Display StringName - (String) The display name of the target service.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- service
Name String - (String) The target service name.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
GetSccRuleRequiredConfigAllIfRequiredConfigAndAndOrAnyTargetAdditionalTargetAttribute
- Name string
- (String) The additional target attribute name.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Operator string
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- Value string
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Name string
- (String) The additional target attribute name.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Operator string
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- Value string
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- name String
- (String) The additional target attribute name.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- operator String
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- value String
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- name string
- (String) The additional target attribute name.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- operator string
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- value string
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- name str
- (String) The additional target attribute name.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- operator str
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- value str
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- name String
- (String) The additional target attribute name.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- operator String
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- value String
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
GetSccRuleRequiredConfigAllIfRequiredConfigAndAndOrOr
- Description string
- (String) The required config description.
- Constraints: The maximum length is
512
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Operator string
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- Property string
- (String) The property.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Value string
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Description string
- (String) The required config description.
- Constraints: The maximum length is
512
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Operator string
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- Property string
- (String) The property.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Value string
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- description String
- (String) The required config description.
- Constraints: The maximum length is
512
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- operator String
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- property String
- (String) The property.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- value String
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- description string
- (String) The required config description.
- Constraints: The maximum length is
512
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- operator string
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- property string
- (String) The property.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- value string
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- description str
- (String) The required config description.
- Constraints: The maximum length is
512
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- operator str
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- property str
- (String) The property.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- value str
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- description String
- (String) The required config description.
- Constraints: The maximum length is
512
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- operator String
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- property String
- (String) The property.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- value String
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
GetSccRuleRequiredConfigAllIfRequiredConfigAndAny
- Required
Configs List<GetScc Rule Required Config All If Required Config And Any Required Config> - (List) The required configurations. Nested schema for required_config:
- Targets
List<Get
Scc Rule Required Config All If Required Config And Any Target> - (List) The rule target. Nested schema for target:
- Required
Configs []GetScc Rule Required Config All If Required Config And Any Required Config - (List) The required configurations. Nested schema for required_config:
- Targets
[]Get
Scc Rule Required Config All If Required Config And Any Target - (List) The rule target. Nested schema for target:
- required
Configs List<GetScc Rule Required Config All If Required Config And Any Required Config> - (List) The required configurations. Nested schema for required_config:
- targets
List<Get
Scc Rule Required Config All If Required Config And Any Target> - (List) The rule target. Nested schema for target:
- required
Configs GetScc Rule Required Config All If Required Config And Any Required Config[] - (List) The required configurations. Nested schema for required_config:
- targets
Get
Scc Rule Required Config All If Required Config And Any Target[] - (List) The rule target. Nested schema for target:
- required_
configs Sequence[GetScc Rule Required Config All If Required Config And Any Required Config] - (List) The required configurations. Nested schema for required_config:
- targets
Sequence[Get
Scc Rule Required Config All If Required Config And Any Target] - (List) The rule target. Nested schema for target:
- required
Configs List<Property Map> - (List) The required configurations. Nested schema for required_config:
- targets List<Property Map>
- (List) The rule target. Nested schema for target:
GetSccRuleRequiredConfigAllIfRequiredConfigAndAnyIf
- Required
Configs List<GetScc Rule Required Config All If Required Config And Any If Required Config> - (List) The required configurations. Nested schema for required_config:
- Targets
List<Get
Scc Rule Required Config All If Required Config And Any If Target> - (List) The rule target. Nested schema for target:
- Required
Configs []GetScc Rule Required Config All If Required Config And Any If Required Config - (List) The required configurations. Nested schema for required_config:
- Targets
[]Get
Scc Rule Required Config All If Required Config And Any If Target - (List) The rule target. Nested schema for target:
- required
Configs List<GetScc Rule Required Config All If Required Config And Any If Required Config> - (List) The required configurations. Nested schema for required_config:
- targets
List<Get
Scc Rule Required Config All If Required Config And Any If Target> - (List) The rule target. Nested schema for target:
- required
Configs GetScc Rule Required Config All If Required Config And Any If Required Config[] - (List) The required configurations. Nested schema for required_config:
- targets
Get
Scc Rule Required Config All If Required Config And Any If Target[] - (List) The rule target. Nested schema for target:
- required_
configs Sequence[GetScc Rule Required Config All If Required Config And Any If Required Config] - (List) The required configurations. Nested schema for required_config:
- targets
Sequence[Get
Scc Rule Required Config All If Required Config And Any If Target] - (List) The rule target. Nested schema for target:
- required
Configs List<Property Map> - (List) The required configurations. Nested schema for required_config:
- targets List<Property Map>
- (List) The rule target. Nested schema for target:
GetSccRuleRequiredConfigAllIfRequiredConfigAndAnyIfRequiredConfig
- All
Ifs List<GetScc Rule Required Config All If Required Config And Any If Required Config All If> - Alls
List<Get
Scc Rule Required Config All If Required Config And Any If Required Config All> - Ands
List<Get
Scc Rule Required Config All If Required Config And Any If Required Config And> - (List) The
AND
required configurations.- Constraints: The maximum length is
64
items. The minimum length is1
item. Nested schema for and:
- Constraints: The maximum length is
- Anies
List<Get
Scc Rule Required Config All If Required Config And Any If Required Config Any> - Any
Ifs List<GetScc Rule Required Config All If Required Config And Any If Required Config Any If> - Description string
- (String) The required config description.
- Constraints: The maximum length is
512
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Operator string
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- Ors
List<Get
Scc Rule Required Config All If Required Config And Any If Required Config Or> - (List) The
OR
required configurations.- Constraints: The maximum length is
64
items. The minimum length is1
item. Nested schema for or:
- Constraints: The maximum length is
- Property string
- (String) The property.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Value string
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- All
Ifs []GetScc Rule Required Config All If Required Config And Any If Required Config All If - Alls
[]Get
Scc Rule Required Config All If Required Config And Any If Required Config All - Ands
[]Get
Scc Rule Required Config All If Required Config And Any If Required Config And - (List) The
AND
required configurations.- Constraints: The maximum length is
64
items. The minimum length is1
item. Nested schema for and:
- Constraints: The maximum length is
- Anies
[]Get
Scc Rule Required Config All If Required Config And Any If Required Config Any - Any
Ifs []GetScc Rule Required Config All If Required Config And Any If Required Config Any If - Description string
- (String) The required config description.
- Constraints: The maximum length is
512
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Operator string
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- Ors
[]Get
Scc Rule Required Config All If Required Config And Any If Required Config Or - (List) The
OR
required configurations.- Constraints: The maximum length is
64
items. The minimum length is1
item. Nested schema for or:
- Constraints: The maximum length is
- Property string
- (String) The property.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Value string
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- all
Ifs List<GetScc Rule Required Config All If Required Config And Any If Required Config All If> - alls
List<Get
Scc Rule Required Config All If Required Config And Any If Required Config All> - ands
List<Get
Scc Rule Required Config All If Required Config And Any If Required Config And> - (List) The
AND
required configurations.- Constraints: The maximum length is
64
items. The minimum length is1
item. Nested schema for and:
- Constraints: The maximum length is
- anies
List<Get
Scc Rule Required Config All If Required Config And Any If Required Config Any> - any
Ifs List<GetScc Rule Required Config All If Required Config And Any If Required Config Any If> - description String
- (String) The required config description.
- Constraints: The maximum length is
512
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- operator String
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- ors
List<Get
Scc Rule Required Config All If Required Config And Any If Required Config Or> - (List) The
OR
required configurations.- Constraints: The maximum length is
64
items. The minimum length is1
item. Nested schema for or:
- Constraints: The maximum length is
- property String
- (String) The property.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- value String
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- all
Ifs GetScc Rule Required Config All If Required Config And Any If Required Config All If[] - alls
Get
Scc Rule Required Config All If Required Config And Any If Required Config All[] - ands
Get
Scc Rule Required Config All If Required Config And Any If Required Config And[] - (List) The
AND
required configurations.- Constraints: The maximum length is
64
items. The minimum length is1
item. Nested schema for and:
- Constraints: The maximum length is
- anies
Get
Scc Rule Required Config All If Required Config And Any If Required Config Any[] - any
Ifs GetScc Rule Required Config All If Required Config And Any If Required Config Any If[] - description string
- (String) The required config description.
- Constraints: The maximum length is
512
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- operator string
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- ors
Get
Scc Rule Required Config All If Required Config And Any If Required Config Or[] - (List) The
OR
required configurations.- Constraints: The maximum length is
64
items. The minimum length is1
item. Nested schema for or:
- Constraints: The maximum length is
- property string
- (String) The property.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- value string
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- all_
ifs Sequence[GetScc Rule Required Config All If Required Config And Any If Required Config All If] - alls
Sequence[Get
Scc Rule Required Config All If Required Config And Any If Required Config All] - ands
Sequence[Get
Scc Rule Required Config All If Required Config And Any If Required Config And] - (List) The
AND
required configurations.- Constraints: The maximum length is
64
items. The minimum length is1
item. Nested schema for and:
- Constraints: The maximum length is
- anies
Sequence[Get
Scc Rule Required Config All If Required Config And Any If Required Config Any] - any_
ifs Sequence[GetScc Rule Required Config All If Required Config And Any If Required Config Any If] - description str
- (String) The required config description.
- Constraints: The maximum length is
512
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- operator str
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- ors
Sequence[Get
Scc Rule Required Config All If Required Config And Any If Required Config Or] - (List) The
OR
required configurations.- Constraints: The maximum length is
64
items. The minimum length is1
item. Nested schema for or:
- Constraints: The maximum length is
- property str
- (String) The property.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- value str
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- all
Ifs List<Property Map> - alls List<Property Map>
- ands List<Property Map>
- (List) The
AND
required configurations.- Constraints: The maximum length is
64
items. The minimum length is1
item. Nested schema for and:
- Constraints: The maximum length is
- anies List<Property Map>
- any
Ifs List<Property Map> - description String
- (String) The required config description.
- Constraints: The maximum length is
512
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- operator String
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- ors List<Property Map>
- (List) The
OR
required configurations.- Constraints: The maximum length is
64
items. The minimum length is1
item. Nested schema for or:
- Constraints: The maximum length is
- property String
- (String) The property.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- value String
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
GetSccRuleRequiredConfigAllIfRequiredConfigAndAnyIfRequiredConfigAll
- Required
Configs List<GetScc Rule Required Config All If Required Config And Any If Required Config All Required Config> - (List) The required configurations. Nested schema for required_config:
- Targets
List<Get
Scc Rule Required Config All If Required Config And Any If Required Config All Target> - (List) The rule target. Nested schema for target:
- Required
Configs []GetScc Rule Required Config All If Required Config And Any If Required Config All Required Config - (List) The required configurations. Nested schema for required_config:
- Targets
[]Get
Scc Rule Required Config All If Required Config And Any If Required Config All Target - (List) The rule target. Nested schema for target:
- required
Configs List<GetScc Rule Required Config All If Required Config And Any If Required Config All Required Config> - (List) The required configurations. Nested schema for required_config:
- targets
List<Get
Scc Rule Required Config All If Required Config And Any If Required Config All Target> - (List) The rule target. Nested schema for target:
- required
Configs GetScc Rule Required Config All If Required Config And Any If Required Config All Required Config[] - (List) The required configurations. Nested schema for required_config:
- targets
Get
Scc Rule Required Config All If Required Config And Any If Required Config All Target[] - (List) The rule target. Nested schema for target:
- required_
configs Sequence[GetScc Rule Required Config All If Required Config And Any If Required Config All Required Config] - (List) The required configurations. Nested schema for required_config:
- targets
Sequence[Get
Scc Rule Required Config All If Required Config And Any If Required Config All Target] - (List) The rule target. Nested schema for target:
- required
Configs List<Property Map> - (List) The required configurations. Nested schema for required_config:
- targets List<Property Map>
- (List) The rule target. Nested schema for target:
GetSccRuleRequiredConfigAllIfRequiredConfigAndAnyIfRequiredConfigAllIf
- Required
Configs List<GetScc Rule Required Config All If Required Config And Any If Required Config All If Required Config> - (List) The required configurations. Nested schema for required_config:
- Targets
List<Get
Scc Rule Required Config All If Required Config And Any If Required Config All If Target> - (List) The rule target. Nested schema for target:
- Required
Configs []GetScc Rule Required Config All If Required Config And Any If Required Config All If Required Config - (List) The required configurations. Nested schema for required_config:
- Targets
[]Get
Scc Rule Required Config All If Required Config And Any If Required Config All If Target - (List) The rule target. Nested schema for target:
- required
Configs List<GetScc Rule Required Config All If Required Config And Any If Required Config All If Required Config> - (List) The required configurations. Nested schema for required_config:
- targets
List<Get
Scc Rule Required Config All If Required Config And Any If Required Config All If Target> - (List) The rule target. Nested schema for target:
- required
Configs GetScc Rule Required Config All If Required Config And Any If Required Config All If Required Config[] - (List) The required configurations. Nested schema for required_config:
- targets
Get
Scc Rule Required Config All If Required Config And Any If Required Config All If Target[] - (List) The rule target. Nested schema for target:
- required_
configs Sequence[GetScc Rule Required Config All If Required Config And Any If Required Config All If Required Config] - (List) The required configurations. Nested schema for required_config:
- targets
Sequence[Get
Scc Rule Required Config All If Required Config And Any If Required Config All If Target] - (List) The rule target. Nested schema for target:
- required
Configs List<Property Map> - (List) The required configurations. Nested schema for required_config:
- targets List<Property Map>
- (List) The rule target. Nested schema for target:
GetSccRuleRequiredConfigAllIfRequiredConfigAndAnyIfRequiredConfigAllIfRequiredConfig
- Description string
- (String) The required config description.
- Constraints: The maximum length is
512
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Operator string
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- Property string
- (String) The property.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Value string
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Description string
- (String) The required config description.
- Constraints: The maximum length is
512
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Operator string
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- Property string
- (String) The property.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Value string
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- description String
- (String) The required config description.
- Constraints: The maximum length is
512
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- operator String
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- property String
- (String) The property.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- value String
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- description string
- (String) The required config description.
- Constraints: The maximum length is
512
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- operator string
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- property string
- (String) The property.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- value string
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- description str
- (String) The required config description.
- Constraints: The maximum length is
512
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- operator str
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- property str
- (String) The property.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- value str
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- description String
- (String) The required config description.
- Constraints: The maximum length is
512
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- operator String
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- property String
- (String) The property.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- value String
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
GetSccRuleRequiredConfigAllIfRequiredConfigAndAnyIfRequiredConfigAllIfTarget
- Additional
Target List<GetAttributes Scc Rule Required Config All If Required Config And Any If Required Config All If Target Additional Target Attribute> - (List) The list of targets supported properties.
- Constraints: The maximum length is
99999
items. The minimum length is0
items. Nested schema for additional_target_attributes:
- Constraints: The maximum length is
- Reference
Name string - Resource
Kind string - (String) The target resource kind.
- Constraints: The maximum length is
99999
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Service
Display stringName - (String) The display name of the target service.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Service
Name string - (String) The target service name.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Additional
Target []GetAttributes Scc Rule Required Config All If Required Config And Any If Required Config All If Target Additional Target Attribute - (List) The list of targets supported properties.
- Constraints: The maximum length is
99999
items. The minimum length is0
items. Nested schema for additional_target_attributes:
- Constraints: The maximum length is
- Reference
Name string - Resource
Kind string - (String) The target resource kind.
- Constraints: The maximum length is
99999
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Service
Display stringName - (String) The display name of the target service.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Service
Name string - (String) The target service name.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- additional
Target List<GetAttributes Scc Rule Required Config All If Required Config And Any If Required Config All If Target Additional Target Attribute> - (List) The list of targets supported properties.
- Constraints: The maximum length is
99999
items. The minimum length is0
items. Nested schema for additional_target_attributes:
- Constraints: The maximum length is
- reference
Name String - resource
Kind String - (String) The target resource kind.
- Constraints: The maximum length is
99999
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- service
Display StringName - (String) The display name of the target service.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- service
Name String - (String) The target service name.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- additional
Target GetAttributes Scc Rule Required Config All If Required Config And Any If Required Config All If Target Additional Target Attribute[] - (List) The list of targets supported properties.
- Constraints: The maximum length is
99999
items. The minimum length is0
items. Nested schema for additional_target_attributes:
- Constraints: The maximum length is
- reference
Name string - resource
Kind string - (String) The target resource kind.
- Constraints: The maximum length is
99999
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- service
Display stringName - (String) The display name of the target service.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- service
Name string - (String) The target service name.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- additional_
target_ Sequence[Getattributes Scc Rule Required Config All If Required Config And Any If Required Config All If Target Additional Target Attribute] - (List) The list of targets supported properties.
- Constraints: The maximum length is
99999
items. The minimum length is0
items. Nested schema for additional_target_attributes:
- Constraints: The maximum length is
- reference_
name str - resource_
kind str - (String) The target resource kind.
- Constraints: The maximum length is
99999
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- service_
display_ strname - (String) The display name of the target service.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- service_
name str - (String) The target service name.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- additional
Target List<Property Map>Attributes - (List) The list of targets supported properties.
- Constraints: The maximum length is
99999
items. The minimum length is0
items. Nested schema for additional_target_attributes:
- Constraints: The maximum length is
- reference
Name String - resource
Kind String - (String) The target resource kind.
- Constraints: The maximum length is
99999
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- service
Display StringName - (String) The display name of the target service.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- service
Name String - (String) The target service name.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
GetSccRuleRequiredConfigAllIfRequiredConfigAndAnyIfRequiredConfigAllIfTargetAdditionalTargetAttribute
- Name string
- (String) The additional target attribute name.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Operator string
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- Value string
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Name string
- (String) The additional target attribute name.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Operator string
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- Value string
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- name String
- (String) The additional target attribute name.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- operator String
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- value String
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- name string
- (String) The additional target attribute name.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- operator string
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- value string
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- name str
- (String) The additional target attribute name.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- operator str
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- value str
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- name String
- (String) The additional target attribute name.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- operator String
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- value String
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
GetSccRuleRequiredConfigAllIfRequiredConfigAndAnyIfRequiredConfigAllRequiredConfig
- Description string
- (String) The required config description.
- Constraints: The maximum length is
512
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Operator string
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- Property string
- (String) The property.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Value string
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Description string
- (String) The required config description.
- Constraints: The maximum length is
512
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Operator string
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- Property string
- (String) The property.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Value string
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- description String
- (String) The required config description.
- Constraints: The maximum length is
512
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- operator String
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- property String
- (String) The property.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- value String
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- description string
- (String) The required config description.
- Constraints: The maximum length is
512
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- operator string
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- property string
- (String) The property.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- value string
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- description str
- (String) The required config description.
- Constraints: The maximum length is
512
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- operator str
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- property str
- (String) The property.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- value str
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- description String
- (String) The required config description.
- Constraints: The maximum length is
512
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- operator String
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- property String
- (String) The property.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- value String
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
GetSccRuleRequiredConfigAllIfRequiredConfigAndAnyIfRequiredConfigAllTarget
- Additional
Target List<GetAttributes Scc Rule Required Config All If Required Config And Any If Required Config All Target Additional Target Attribute> - (List) The list of targets supported properties.
- Constraints: The maximum length is
99999
items. The minimum length is0
items. Nested schema for additional_target_attributes:
- Constraints: The maximum length is
- Reference
Name string - Resource
Kind string - (String) The target resource kind.
- Constraints: The maximum length is
99999
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Service
Display stringName - (String) The display name of the target service.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Service
Name string - (String) The target service name.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Additional
Target []GetAttributes Scc Rule Required Config All If Required Config And Any If Required Config All Target Additional Target Attribute - (List) The list of targets supported properties.
- Constraints: The maximum length is
99999
items. The minimum length is0
items. Nested schema for additional_target_attributes:
- Constraints: The maximum length is
- Reference
Name string - Resource
Kind string - (String) The target resource kind.
- Constraints: The maximum length is
99999
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Service
Display stringName - (String) The display name of the target service.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Service
Name string - (String) The target service name.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- additional
Target List<GetAttributes Scc Rule Required Config All If Required Config And Any If Required Config All Target Additional Target Attribute> - (List) The list of targets supported properties.
- Constraints: The maximum length is
99999
items. The minimum length is0
items. Nested schema for additional_target_attributes:
- Constraints: The maximum length is
- reference
Name String - resource
Kind String - (String) The target resource kind.
- Constraints: The maximum length is
99999
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- service
Display StringName - (String) The display name of the target service.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- service
Name String - (String) The target service name.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- additional
Target GetAttributes Scc Rule Required Config All If Required Config And Any If Required Config All Target Additional Target Attribute[] - (List) The list of targets supported properties.
- Constraints: The maximum length is
99999
items. The minimum length is0
items. Nested schema for additional_target_attributes:
- Constraints: The maximum length is
- reference
Name string - resource
Kind string - (String) The target resource kind.
- Constraints: The maximum length is
99999
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- service
Display stringName - (String) The display name of the target service.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- service
Name string - (String) The target service name.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- additional_
target_ Sequence[Getattributes Scc Rule Required Config All If Required Config And Any If Required Config All Target Additional Target Attribute] - (List) The list of targets supported properties.
- Constraints: The maximum length is
99999
items. The minimum length is0
items. Nested schema for additional_target_attributes:
- Constraints: The maximum length is
- reference_
name str - resource_
kind str - (String) The target resource kind.
- Constraints: The maximum length is
99999
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- service_
display_ strname - (String) The display name of the target service.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- service_
name str - (String) The target service name.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- additional
Target List<Property Map>Attributes - (List) The list of targets supported properties.
- Constraints: The maximum length is
99999
items. The minimum length is0
items. Nested schema for additional_target_attributes:
- Constraints: The maximum length is
- reference
Name String - resource
Kind String - (String) The target resource kind.
- Constraints: The maximum length is
99999
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- service
Display StringName - (String) The display name of the target service.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- service
Name String - (String) The target service name.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
GetSccRuleRequiredConfigAllIfRequiredConfigAndAnyIfRequiredConfigAllTargetAdditionalTargetAttribute
- Name string
- (String) The additional target attribute name.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Operator string
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- Value string
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Name string
- (String) The additional target attribute name.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Operator string
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- Value string
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- name String
- (String) The additional target attribute name.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- operator String
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- value String
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- name string
- (String) The additional target attribute name.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- operator string
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- value string
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- name str
- (String) The additional target attribute name.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- operator str
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- value str
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- name String
- (String) The additional target attribute name.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- operator String
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- value String
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
GetSccRuleRequiredConfigAllIfRequiredConfigAndAnyIfRequiredConfigAnd
- Description string
- (String) The required config description.
- Constraints: The maximum length is
512
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Operator string
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- Property string
- (String) The property.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Value string
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Description string
- (String) The required config description.
- Constraints: The maximum length is
512
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Operator string
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- Property string
- (String) The property.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Value string
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- description String
- (String) The required config description.
- Constraints: The maximum length is
512
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- operator String
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- property String
- (String) The property.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- value String
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- description string
- (String) The required config description.
- Constraints: The maximum length is
512
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- operator string
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- property string
- (String) The property.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- value string
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- description str
- (String) The required config description.
- Constraints: The maximum length is
512
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- operator str
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- property str
- (String) The property.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- value str
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- description String
- (String) The required config description.
- Constraints: The maximum length is
512
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- operator String
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- property String
- (String) The property.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- value String
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
GetSccRuleRequiredConfigAllIfRequiredConfigAndAnyIfRequiredConfigAny
- Required
Configs List<GetScc Rule Required Config All If Required Config And Any If Required Config Any Required Config> - (List) The required configurations. Nested schema for required_config:
- Targets
List<Get
Scc Rule Required Config All If Required Config And Any If Required Config Any Target> - (List) The rule target. Nested schema for target:
- Required
Configs []GetScc Rule Required Config All If Required Config And Any If Required Config Any Required Config - (List) The required configurations. Nested schema for required_config:
- Targets
[]Get
Scc Rule Required Config All If Required Config And Any If Required Config Any Target - (List) The rule target. Nested schema for target:
- required
Configs List<GetScc Rule Required Config All If Required Config And Any If Required Config Any Required Config> - (List) The required configurations. Nested schema for required_config:
- targets
List<Get
Scc Rule Required Config All If Required Config And Any If Required Config Any Target> - (List) The rule target. Nested schema for target:
- required
Configs GetScc Rule Required Config All If Required Config And Any If Required Config Any Required Config[] - (List) The required configurations. Nested schema for required_config:
- targets
Get
Scc Rule Required Config All If Required Config And Any If Required Config Any Target[] - (List) The rule target. Nested schema for target:
- required_
configs Sequence[GetScc Rule Required Config All If Required Config And Any If Required Config Any Required Config] - (List) The required configurations. Nested schema for required_config:
- targets
Sequence[Get
Scc Rule Required Config All If Required Config And Any If Required Config Any Target] - (List) The rule target. Nested schema for target:
- required
Configs List<Property Map> - (List) The required configurations. Nested schema for required_config:
- targets List<Property Map>
- (List) The rule target. Nested schema for target:
GetSccRuleRequiredConfigAllIfRequiredConfigAndAnyIfRequiredConfigAnyIf
- Required
Configs List<GetScc Rule Required Config All If Required Config And Any If Required Config Any If Required Config> - (List) The required configurations. Nested schema for required_config:
- Targets
List<Get
Scc Rule Required Config All If Required Config And Any If Required Config Any If Target> - (List) The rule target. Nested schema for target:
- Required
Configs []GetScc Rule Required Config All If Required Config And Any If Required Config Any If Required Config - (List) The required configurations. Nested schema for required_config:
- Targets
[]Get
Scc Rule Required Config All If Required Config And Any If Required Config Any If Target - (List) The rule target. Nested schema for target:
- required
Configs List<GetScc Rule Required Config All If Required Config And Any If Required Config Any If Required Config> - (List) The required configurations. Nested schema for required_config:
- targets
List<Get
Scc Rule Required Config All If Required Config And Any If Required Config Any If Target> - (List) The rule target. Nested schema for target:
- required
Configs GetScc Rule Required Config All If Required Config And Any If Required Config Any If Required Config[] - (List) The required configurations. Nested schema for required_config:
- targets
Get
Scc Rule Required Config All If Required Config And Any If Required Config Any If Target[] - (List) The rule target. Nested schema for target:
- required_
configs Sequence[GetScc Rule Required Config All If Required Config And Any If Required Config Any If Required Config] - (List) The required configurations. Nested schema for required_config:
- targets
Sequence[Get
Scc Rule Required Config All If Required Config And Any If Required Config Any If Target] - (List) The rule target. Nested schema for target:
- required
Configs List<Property Map> - (List) The required configurations. Nested schema for required_config:
- targets List<Property Map>
- (List) The rule target. Nested schema for target:
GetSccRuleRequiredConfigAllIfRequiredConfigAndAnyIfRequiredConfigAnyIfRequiredConfig
- Description string
- (String) The required config description.
- Constraints: The maximum length is
512
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Operator string
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- Property string
- (String) The property.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Value string
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Description string
- (String) The required config description.
- Constraints: The maximum length is
512
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Operator string
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- Property string
- (String) The property.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Value string
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- description String
- (String) The required config description.
- Constraints: The maximum length is
512
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- operator String
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- property String
- (String) The property.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- value String
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- description string
- (String) The required config description.
- Constraints: The maximum length is
512
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- operator string
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- property string
- (String) The property.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- value string
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- description str
- (String) The required config description.
- Constraints: The maximum length is
512
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- operator str
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- property str
- (String) The property.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- value str
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- description String
- (String) The required config description.
- Constraints: The maximum length is
512
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- operator String
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- property String
- (String) The property.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- value String
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
GetSccRuleRequiredConfigAllIfRequiredConfigAndAnyIfRequiredConfigAnyIfTarget
- Additional
Target List<GetAttributes Scc Rule Required Config All If Required Config And Any If Required Config Any If Target Additional Target Attribute> - (List) The list of targets supported properties.
- Constraints: The maximum length is
99999
items. The minimum length is0
items. Nested schema for additional_target_attributes:
- Constraints: The maximum length is
- Reference
Name string - Resource
Kind string - (String) The target resource kind.
- Constraints: The maximum length is
99999
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Service
Display stringName - (String) The display name of the target service.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Service
Name string - (String) The target service name.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Additional
Target []GetAttributes Scc Rule Required Config All If Required Config And Any If Required Config Any If Target Additional Target Attribute - (List) The list of targets supported properties.
- Constraints: The maximum length is
99999
items. The minimum length is0
items. Nested schema for additional_target_attributes:
- Constraints: The maximum length is
- Reference
Name string - Resource
Kind string - (String) The target resource kind.
- Constraints: The maximum length is
99999
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Service
Display stringName - (String) The display name of the target service.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Service
Name string - (String) The target service name.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- additional
Target List<GetAttributes Scc Rule Required Config All If Required Config And Any If Required Config Any If Target Additional Target Attribute> - (List) The list of targets supported properties.
- Constraints: The maximum length is
99999
items. The minimum length is0
items. Nested schema for additional_target_attributes:
- Constraints: The maximum length is
- reference
Name String - resource
Kind String - (String) The target resource kind.
- Constraints: The maximum length is
99999
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- service
Display StringName - (String) The display name of the target service.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- service
Name String - (String) The target service name.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- additional
Target GetAttributes Scc Rule Required Config All If Required Config And Any If Required Config Any If Target Additional Target Attribute[] - (List) The list of targets supported properties.
- Constraints: The maximum length is
99999
items. The minimum length is0
items. Nested schema for additional_target_attributes:
- Constraints: The maximum length is
- reference
Name string - resource
Kind string - (String) The target resource kind.
- Constraints: The maximum length is
99999
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- service
Display stringName - (String) The display name of the target service.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- service
Name string - (String) The target service name.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- additional_
target_ Sequence[Getattributes Scc Rule Required Config All If Required Config And Any If Required Config Any If Target Additional Target Attribute] - (List) The list of targets supported properties.
- Constraints: The maximum length is
99999
items. The minimum length is0
items. Nested schema for additional_target_attributes:
- Constraints: The maximum length is
- reference_
name str - resource_
kind str - (String) The target resource kind.
- Constraints: The maximum length is
99999
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- service_
display_ strname - (String) The display name of the target service.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- service_
name str - (String) The target service name.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- additional
Target List<Property Map>Attributes - (List) The list of targets supported properties.
- Constraints: The maximum length is
99999
items. The minimum length is0
items. Nested schema for additional_target_attributes:
- Constraints: The maximum length is
- reference
Name String - resource
Kind String - (String) The target resource kind.
- Constraints: The maximum length is
99999
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- service
Display StringName - (String) The display name of the target service.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- service
Name String - (String) The target service name.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
GetSccRuleRequiredConfigAllIfRequiredConfigAndAnyIfRequiredConfigAnyIfTargetAdditionalTargetAttribute
- Name string
- (String) The additional target attribute name.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Operator string
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- Value string
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Name string
- (String) The additional target attribute name.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Operator string
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- Value string
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- name String
- (String) The additional target attribute name.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- operator String
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- value String
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- name string
- (String) The additional target attribute name.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- operator string
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- value string
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- name str
- (String) The additional target attribute name.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- operator str
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- value str
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- name String
- (String) The additional target attribute name.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- operator String
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- value String
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
GetSccRuleRequiredConfigAllIfRequiredConfigAndAnyIfRequiredConfigAnyRequiredConfig
- Description string
- (String) The required config description.
- Constraints: The maximum length is
512
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Operator string
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- Property string
- (String) The property.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Value string
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Description string
- (String) The required config description.
- Constraints: The maximum length is
512
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Operator string
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- Property string
- (String) The property.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Value string
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- description String
- (String) The required config description.
- Constraints: The maximum length is
512
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- operator String
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- property String
- (String) The property.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- value String
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- description string
- (String) The required config description.
- Constraints: The maximum length is
512
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- operator string
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- property string
- (String) The property.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- value string
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- description str
- (String) The required config description.
- Constraints: The maximum length is
512
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- operator str
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- property str
- (String) The property.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- value str
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- description String
- (String) The required config description.
- Constraints: The maximum length is
512
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- operator String
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- property String
- (String) The property.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- value String
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
GetSccRuleRequiredConfigAllIfRequiredConfigAndAnyIfRequiredConfigAnyTarget
- Additional
Target List<GetAttributes Scc Rule Required Config All If Required Config And Any If Required Config Any Target Additional Target Attribute> - (List) The list of targets supported properties.
- Constraints: The maximum length is
99999
items. The minimum length is0
items. Nested schema for additional_target_attributes:
- Constraints: The maximum length is
- Reference
Name string - Resource
Kind string - (String) The target resource kind.
- Constraints: The maximum length is
99999
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Service
Display stringName - (String) The display name of the target service.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Service
Name string - (String) The target service name.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Additional
Target []GetAttributes Scc Rule Required Config All If Required Config And Any If Required Config Any Target Additional Target Attribute - (List) The list of targets supported properties.
- Constraints: The maximum length is
99999
items. The minimum length is0
items. Nested schema for additional_target_attributes:
- Constraints: The maximum length is
- Reference
Name string - Resource
Kind string - (String) The target resource kind.
- Constraints: The maximum length is
99999
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Service
Display stringName - (String) The display name of the target service.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Service
Name string - (String) The target service name.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- additional
Target List<GetAttributes Scc Rule Required Config All If Required Config And Any If Required Config Any Target Additional Target Attribute> - (List) The list of targets supported properties.
- Constraints: The maximum length is
99999
items. The minimum length is0
items. Nested schema for additional_target_attributes:
- Constraints: The maximum length is
- reference
Name String - resource
Kind String - (String) The target resource kind.
- Constraints: The maximum length is
99999
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- service
Display StringName - (String) The display name of the target service.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- service
Name String - (String) The target service name.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- additional
Target GetAttributes Scc Rule Required Config All If Required Config And Any If Required Config Any Target Additional Target Attribute[] - (List) The list of targets supported properties.
- Constraints: The maximum length is
99999
items. The minimum length is0
items. Nested schema for additional_target_attributes:
- Constraints: The maximum length is
- reference
Name string - resource
Kind string - (String) The target resource kind.
- Constraints: The maximum length is
99999
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- service
Display stringName - (String) The display name of the target service.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- service
Name string - (String) The target service name.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- additional_
target_ Sequence[Getattributes Scc Rule Required Config All If Required Config And Any If Required Config Any Target Additional Target Attribute] - (List) The list of targets supported properties.
- Constraints: The maximum length is
99999
items. The minimum length is0
items. Nested schema for additional_target_attributes:
- Constraints: The maximum length is
- reference_
name str - resource_
kind str - (String) The target resource kind.
- Constraints: The maximum length is
99999
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- service_
display_ strname - (String) The display name of the target service.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- service_
name str - (String) The target service name.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- additional
Target List<Property Map>Attributes - (List) The list of targets supported properties.
- Constraints: The maximum length is
99999
items. The minimum length is0
items. Nested schema for additional_target_attributes:
- Constraints: The maximum length is
- reference
Name String - resource
Kind String - (String) The target resource kind.
- Constraints: The maximum length is
99999
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- service
Display StringName - (String) The display name of the target service.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- service
Name String - (String) The target service name.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
GetSccRuleRequiredConfigAllIfRequiredConfigAndAnyIfRequiredConfigAnyTargetAdditionalTargetAttribute
- Name string
- (String) The additional target attribute name.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Operator string
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- Value string
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Name string
- (String) The additional target attribute name.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Operator string
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- Value string
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- name String
- (String) The additional target attribute name.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- operator String
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- value String
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- name string
- (String) The additional target attribute name.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- operator string
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- value string
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- name str
- (String) The additional target attribute name.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- operator str
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- value str
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- name String
- (String) The additional target attribute name.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- operator String
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- value String
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
GetSccRuleRequiredConfigAllIfRequiredConfigAndAnyIfRequiredConfigOr
- Description string
- (String) The required config description.
- Constraints: The maximum length is
512
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Operator string
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- Property string
- (String) The property.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Value string
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Description string
- (String) The required config description.
- Constraints: The maximum length is
512
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Operator string
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- Property string
- (String) The property.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Value string
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- description String
- (String) The required config description.
- Constraints: The maximum length is
512
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- operator String
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- property String
- (String) The property.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- value String
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- description string
- (String) The required config description.
- Constraints: The maximum length is
512
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- operator string
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- property string
- (String) The property.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- value string
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- description str
- (String) The required config description.
- Constraints: The maximum length is
512
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- operator str
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- property str
- (String) The property.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- value str
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- description String
- (String) The required config description.
- Constraints: The maximum length is
512
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- operator String
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- property String
- (String) The property.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- value String
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
GetSccRuleRequiredConfigAllIfRequiredConfigAndAnyIfTarget
- Additional
Target List<GetAttributes Scc Rule Required Config All If Required Config And Any If Target Additional Target Attribute> - (List) The list of targets supported properties.
- Constraints: The maximum length is
99999
items. The minimum length is0
items. Nested schema for additional_target_attributes:
- Constraints: The maximum length is
- Reference
Name string - Resource
Kind string - (String) The target resource kind.
- Constraints: The maximum length is
99999
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Service
Display stringName - (String) The display name of the target service.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Service
Name string - (String) The target service name.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Additional
Target []GetAttributes Scc Rule Required Config All If Required Config And Any If Target Additional Target Attribute - (List) The list of targets supported properties.
- Constraints: The maximum length is
99999
items. The minimum length is0
items. Nested schema for additional_target_attributes:
- Constraints: The maximum length is
- Reference
Name string - Resource
Kind string - (String) The target resource kind.
- Constraints: The maximum length is
99999
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Service
Display stringName - (String) The display name of the target service.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Service
Name string - (String) The target service name.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- additional
Target List<GetAttributes Scc Rule Required Config All If Required Config And Any If Target Additional Target Attribute> - (List) The list of targets supported properties.
- Constraints: The maximum length is
99999
items. The minimum length is0
items. Nested schema for additional_target_attributes:
- Constraints: The maximum length is
- reference
Name String - resource
Kind String - (String) The target resource kind.
- Constraints: The maximum length is
99999
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- service
Display StringName - (String) The display name of the target service.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- service
Name String - (String) The target service name.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- additional
Target GetAttributes Scc Rule Required Config All If Required Config And Any If Target Additional Target Attribute[] - (List) The list of targets supported properties.
- Constraints: The maximum length is
99999
items. The minimum length is0
items. Nested schema for additional_target_attributes:
- Constraints: The maximum length is
- reference
Name string - resource
Kind string - (String) The target resource kind.
- Constraints: The maximum length is
99999
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- service
Display stringName - (String) The display name of the target service.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- service
Name string - (String) The target service name.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- additional_
target_ Sequence[Getattributes Scc Rule Required Config All If Required Config And Any If Target Additional Target Attribute] - (List) The list of targets supported properties.
- Constraints: The maximum length is
99999
items. The minimum length is0
items. Nested schema for additional_target_attributes:
- Constraints: The maximum length is
- reference_
name str - resource_
kind str - (String) The target resource kind.
- Constraints: The maximum length is
99999
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- service_
display_ strname - (String) The display name of the target service.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- service_
name str - (String) The target service name.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- additional
Target List<Property Map>Attributes - (List) The list of targets supported properties.
- Constraints: The maximum length is
99999
items. The minimum length is0
items. Nested schema for additional_target_attributes:
- Constraints: The maximum length is
- reference
Name String - resource
Kind String - (String) The target resource kind.
- Constraints: The maximum length is
99999
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- service
Display StringName - (String) The display name of the target service.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- service
Name String - (String) The target service name.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
GetSccRuleRequiredConfigAllIfRequiredConfigAndAnyIfTargetAdditionalTargetAttribute
- Name string
- (String) The additional target attribute name.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Operator string
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- Value string
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Name string
- (String) The additional target attribute name.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Operator string
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- Value string
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- name String
- (String) The additional target attribute name.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- operator String
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- value String
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- name string
- (String) The additional target attribute name.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- operator string
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- value string
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- name str
- (String) The additional target attribute name.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- operator str
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- value str
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- name String
- (String) The additional target attribute name.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- operator String
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- value String
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
GetSccRuleRequiredConfigAllIfRequiredConfigAndAnyRequiredConfig
- All
Ifs List<GetScc Rule Required Config All If Required Config And Any Required Config All If> - Alls
List<Get
Scc Rule Required Config All If Required Config And Any Required Config All> - Ands
List<Get
Scc Rule Required Config All If Required Config And Any Required Config And> - (List) The
AND
required configurations.- Constraints: The maximum length is
64
items. The minimum length is1
item. Nested schema for and:
- Constraints: The maximum length is
- Anies
List<Get
Scc Rule Required Config All If Required Config And Any Required Config Any> - Any
Ifs List<GetScc Rule Required Config All If Required Config And Any Required Config Any If> - Description string
- (String) The required config description.
- Constraints: The maximum length is
512
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Operator string
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- Ors
List<Get
Scc Rule Required Config All If Required Config And Any Required Config Or> - (List) The
OR
required configurations.- Constraints: The maximum length is
64
items. The minimum length is1
item. Nested schema for or:
- Constraints: The maximum length is
- Property string
- (String) The property.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Value string
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- All
Ifs []GetScc Rule Required Config All If Required Config And Any Required Config All If - Alls
[]Get
Scc Rule Required Config All If Required Config And Any Required Config All - Ands
[]Get
Scc Rule Required Config All If Required Config And Any Required Config And - (List) The
AND
required configurations.- Constraints: The maximum length is
64
items. The minimum length is1
item. Nested schema for and:
- Constraints: The maximum length is
- Anies
[]Get
Scc Rule Required Config All If Required Config And Any Required Config Any - Any
Ifs []GetScc Rule Required Config All If Required Config And Any Required Config Any If - Description string
- (String) The required config description.
- Constraints: The maximum length is
512
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Operator string
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- Ors
[]Get
Scc Rule Required Config All If Required Config And Any Required Config Or - (List) The
OR
required configurations.- Constraints: The maximum length is
64
items. The minimum length is1
item. Nested schema for or:
- Constraints: The maximum length is
- Property string
- (String) The property.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Value string
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- all
Ifs List<GetScc Rule Required Config All If Required Config And Any Required Config All If> - alls
List<Get
Scc Rule Required Config All If Required Config And Any Required Config All> - ands
List<Get
Scc Rule Required Config All If Required Config And Any Required Config And> - (List) The
AND
required configurations.- Constraints: The maximum length is
64
items. The minimum length is1
item. Nested schema for and:
- Constraints: The maximum length is
- anies
List<Get
Scc Rule Required Config All If Required Config And Any Required Config Any> - any
Ifs List<GetScc Rule Required Config All If Required Config And Any Required Config Any If> - description String
- (String) The required config description.
- Constraints: The maximum length is
512
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- operator String
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- ors
List<Get
Scc Rule Required Config All If Required Config And Any Required Config Or> - (List) The
OR
required configurations.- Constraints: The maximum length is
64
items. The minimum length is1
item. Nested schema for or:
- Constraints: The maximum length is
- property String
- (String) The property.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- value String
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- all
Ifs GetScc Rule Required Config All If Required Config And Any Required Config All If[] - alls
Get
Scc Rule Required Config All If Required Config And Any Required Config All[] - ands
Get
Scc Rule Required Config All If Required Config And Any Required Config And[] - (List) The
AND
required configurations.- Constraints: The maximum length is
64
items. The minimum length is1
item. Nested schema for and:
- Constraints: The maximum length is
- anies
Get
Scc Rule Required Config All If Required Config And Any Required Config Any[] - any
Ifs GetScc Rule Required Config All If Required Config And Any Required Config Any If[] - description string
- (String) The required config description.
- Constraints: The maximum length is
512
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- operator string
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- ors
Get
Scc Rule Required Config All If Required Config And Any Required Config Or[] - (List) The
OR
required configurations.- Constraints: The maximum length is
64
items. The minimum length is1
item. Nested schema for or:
- Constraints: The maximum length is
- property string
- (String) The property.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- value string
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- all_
ifs Sequence[GetScc Rule Required Config All If Required Config And Any Required Config All If] - alls
Sequence[Get
Scc Rule Required Config All If Required Config And Any Required Config All] - ands
Sequence[Get
Scc Rule Required Config All If Required Config And Any Required Config And] - (List) The
AND
required configurations.- Constraints: The maximum length is
64
items. The minimum length is1
item. Nested schema for and:
- Constraints: The maximum length is
- anies
Sequence[Get
Scc Rule Required Config All If Required Config And Any Required Config Any] - any_
ifs Sequence[GetScc Rule Required Config All If Required Config And Any Required Config Any If] - description str
- (String) The required config description.
- Constraints: The maximum length is
512
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- operator str
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- ors
Sequence[Get
Scc Rule Required Config All If Required Config And Any Required Config Or] - (List) The
OR
required configurations.- Constraints: The maximum length is
64
items. The minimum length is1
item. Nested schema for or:
- Constraints: The maximum length is
- property str
- (String) The property.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- value str
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- all
Ifs List<Property Map> - alls List<Property Map>
- ands List<Property Map>
- (List) The
AND
required configurations.- Constraints: The maximum length is
64
items. The minimum length is1
item. Nested schema for and:
- Constraints: The maximum length is
- anies List<Property Map>
- any
Ifs List<Property Map> - description String
- (String) The required config description.
- Constraints: The maximum length is
512
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- operator String
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- ors List<Property Map>
- (List) The
OR
required configurations.- Constraints: The maximum length is
64
items. The minimum length is1
item. Nested schema for or:
- Constraints: The maximum length is
- property String
- (String) The property.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- value String
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
GetSccRuleRequiredConfigAllIfRequiredConfigAndAnyRequiredConfigAll
- Required
Configs List<GetScc Rule Required Config All If Required Config And Any Required Config All Required Config> - (List) The required configurations. Nested schema for required_config:
- Targets
List<Get
Scc Rule Required Config All If Required Config And Any Required Config All Target> - (List) The rule target. Nested schema for target:
- Required
Configs []GetScc Rule Required Config All If Required Config And Any Required Config All Required Config - (List) The required configurations. Nested schema for required_config:
- Targets
[]Get
Scc Rule Required Config All If Required Config And Any Required Config All Target - (List) The rule target. Nested schema for target:
- required
Configs List<GetScc Rule Required Config All If Required Config And Any Required Config All Required Config> - (List) The required configurations. Nested schema for required_config:
- targets
List<Get
Scc Rule Required Config All If Required Config And Any Required Config All Target> - (List) The rule target. Nested schema for target:
- required
Configs GetScc Rule Required Config All If Required Config And Any Required Config All Required Config[] - (List) The required configurations. Nested schema for required_config:
- targets
Get
Scc Rule Required Config All If Required Config And Any Required Config All Target[] - (List) The rule target. Nested schema for target:
- required_
configs Sequence[GetScc Rule Required Config All If Required Config And Any Required Config All Required Config] - (List) The required configurations. Nested schema for required_config:
- targets
Sequence[Get
Scc Rule Required Config All If Required Config And Any Required Config All Target] - (List) The rule target. Nested schema for target:
- required
Configs List<Property Map> - (List) The required configurations. Nested schema for required_config:
- targets List<Property Map>
- (List) The rule target. Nested schema for target:
GetSccRuleRequiredConfigAllIfRequiredConfigAndAnyRequiredConfigAllIf
- Required
Configs List<GetScc Rule Required Config All If Required Config And Any Required Config All If Required Config> - (List) The required configurations. Nested schema for required_config:
- Targets
List<Get
Scc Rule Required Config All If Required Config And Any Required Config All If Target> - (List) The rule target. Nested schema for target:
- Required
Configs []GetScc Rule Required Config All If Required Config And Any Required Config All If Required Config - (List) The required configurations. Nested schema for required_config:
- Targets
[]Get
Scc Rule Required Config All If Required Config And Any Required Config All If Target - (List) The rule target. Nested schema for target:
- required
Configs List<GetScc Rule Required Config All If Required Config And Any Required Config All If Required Config> - (List) The required configurations. Nested schema for required_config:
- targets
List<Get
Scc Rule Required Config All If Required Config And Any Required Config All If Target> - (List) The rule target. Nested schema for target:
- required
Configs GetScc Rule Required Config All If Required Config And Any Required Config All If Required Config[] - (List) The required configurations. Nested schema for required_config:
- targets
Get
Scc Rule Required Config All If Required Config And Any Required Config All If Target[] - (List) The rule target. Nested schema for target:
- required_
configs Sequence[GetScc Rule Required Config All If Required Config And Any Required Config All If Required Config] - (List) The required configurations. Nested schema for required_config:
- targets
Sequence[Get
Scc Rule Required Config All If Required Config And Any Required Config All If Target] - (List) The rule target. Nested schema for target:
- required
Configs List<Property Map> - (List) The required configurations. Nested schema for required_config:
- targets List<Property Map>
- (List) The rule target. Nested schema for target:
GetSccRuleRequiredConfigAllIfRequiredConfigAndAnyRequiredConfigAllIfRequiredConfig
- Description string
- (String) The required config description.
- Constraints: The maximum length is
512
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Operator string
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- Property string
- (String) The property.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Value string
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Description string
- (String) The required config description.
- Constraints: The maximum length is
512
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Operator string
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- Property string
- (String) The property.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Value string
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- description String
- (String) The required config description.
- Constraints: The maximum length is
512
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- operator String
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- property String
- (String) The property.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- value String
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- description string
- (String) The required config description.
- Constraints: The maximum length is
512
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- operator string
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- property string
- (String) The property.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- value string
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- description str
- (String) The required config description.
- Constraints: The maximum length is
512
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- operator str
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- property str
- (String) The property.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- value str
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- description String
- (String) The required config description.
- Constraints: The maximum length is
512
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- operator String
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- property String
- (String) The property.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- value String
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
GetSccRuleRequiredConfigAllIfRequiredConfigAndAnyRequiredConfigAllIfTarget
- Additional
Target List<GetAttributes Scc Rule Required Config All If Required Config And Any Required Config All If Target Additional Target Attribute> - (List) The list of targets supported properties.
- Constraints: The maximum length is
99999
items. The minimum length is0
items. Nested schema for additional_target_attributes:
- Constraints: The maximum length is
- Reference
Name string - Resource
Kind string - (String) The target resource kind.
- Constraints: The maximum length is
99999
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Service
Display stringName - (String) The display name of the target service.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Service
Name string - (String) The target service name.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Additional
Target []GetAttributes Scc Rule Required Config All If Required Config And Any Required Config All If Target Additional Target Attribute - (List) The list of targets supported properties.
- Constraints: The maximum length is
99999
items. The minimum length is0
items. Nested schema for additional_target_attributes:
- Constraints: The maximum length is
- Reference
Name string - Resource
Kind string - (String) The target resource kind.
- Constraints: The maximum length is
99999
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Service
Display stringName - (String) The display name of the target service.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Service
Name string - (String) The target service name.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- additional
Target List<GetAttributes Scc Rule Required Config All If Required Config And Any Required Config All If Target Additional Target Attribute> - (List) The list of targets supported properties.
- Constraints: The maximum length is
99999
items. The minimum length is0
items. Nested schema for additional_target_attributes:
- Constraints: The maximum length is
- reference
Name String - resource
Kind String - (String) The target resource kind.
- Constraints: The maximum length is
99999
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- service
Display StringName - (String) The display name of the target service.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- service
Name String - (String) The target service name.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- additional
Target GetAttributes Scc Rule Required Config All If Required Config And Any Required Config All If Target Additional Target Attribute[] - (List) The list of targets supported properties.
- Constraints: The maximum length is
99999
items. The minimum length is0
items. Nested schema for additional_target_attributes:
- Constraints: The maximum length is
- reference
Name string - resource
Kind string - (String) The target resource kind.
- Constraints: The maximum length is
99999
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- service
Display stringName - (String) The display name of the target service.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- service
Name string - (String) The target service name.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- additional_
target_ Sequence[Getattributes Scc Rule Required Config All If Required Config And Any Required Config All If Target Additional Target Attribute] - (List) The list of targets supported properties.
- Constraints: The maximum length is
99999
items. The minimum length is0
items. Nested schema for additional_target_attributes:
- Constraints: The maximum length is
- reference_
name str - resource_
kind str - (String) The target resource kind.
- Constraints: The maximum length is
99999
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- service_
display_ strname - (String) The display name of the target service.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- service_
name str - (String) The target service name.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- additional
Target List<Property Map>Attributes - (List) The list of targets supported properties.
- Constraints: The maximum length is
99999
items. The minimum length is0
items. Nested schema for additional_target_attributes:
- Constraints: The maximum length is
- reference
Name String - resource
Kind String - (String) The target resource kind.
- Constraints: The maximum length is
99999
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- service
Display StringName - (String) The display name of the target service.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- service
Name String - (String) The target service name.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
GetSccRuleRequiredConfigAllIfRequiredConfigAndAnyRequiredConfigAllIfTargetAdditionalTargetAttribute
- Name string
- (String) The additional target attribute name.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Operator string
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- Value string
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Name string
- (String) The additional target attribute name.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Operator string
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- Value string
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- name String
- (String) The additional target attribute name.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- operator String
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- value String
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- name string
- (String) The additional target attribute name.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- operator string
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- value string
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- name str
- (String) The additional target attribute name.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- operator str
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- value str
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- name String
- (String) The additional target attribute name.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- operator String
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- value String
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
GetSccRuleRequiredConfigAllIfRequiredConfigAndAnyRequiredConfigAllRequiredConfig
- Description string
- (String) The required config description.
- Constraints: The maximum length is
512
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Operator string
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- Property string
- (String) The property.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Value string
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Description string
- (String) The required config description.
- Constraints: The maximum length is
512
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Operator string
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- Property string
- (String) The property.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Value string
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- description String
- (String) The required config description.
- Constraints: The maximum length is
512
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- operator String
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- property String
- (String) The property.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- value String
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- description string
- (String) The required config description.
- Constraints: The maximum length is
512
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- operator string
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- property string
- (String) The property.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- value string
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- description str
- (String) The required config description.
- Constraints: The maximum length is
512
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- operator str
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- property str
- (String) The property.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- value str
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- description String
- (String) The required config description.
- Constraints: The maximum length is
512
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- operator String
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- property String
- (String) The property.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- value String
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
GetSccRuleRequiredConfigAllIfRequiredConfigAndAnyRequiredConfigAllTarget
- Additional
Target List<GetAttributes Scc Rule Required Config All If Required Config And Any Required Config All Target Additional Target Attribute> - (List) The list of targets supported properties.
- Constraints: The maximum length is
99999
items. The minimum length is0
items. Nested schema for additional_target_attributes:
- Constraints: The maximum length is
- Reference
Name string - Resource
Kind string - (String) The target resource kind.
- Constraints: The maximum length is
99999
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Service
Display stringName - (String) The display name of the target service.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Service
Name string - (String) The target service name.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Additional
Target []GetAttributes Scc Rule Required Config All If Required Config And Any Required Config All Target Additional Target Attribute - (List) The list of targets supported properties.
- Constraints: The maximum length is
99999
items. The minimum length is0
items. Nested schema for additional_target_attributes:
- Constraints: The maximum length is
- Reference
Name string - Resource
Kind string - (String) The target resource kind.
- Constraints: The maximum length is
99999
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Service
Display stringName - (String) The display name of the target service.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Service
Name string - (String) The target service name.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- additional
Target List<GetAttributes Scc Rule Required Config All If Required Config And Any Required Config All Target Additional Target Attribute> - (List) The list of targets supported properties.
- Constraints: The maximum length is
99999
items. The minimum length is0
items. Nested schema for additional_target_attributes:
- Constraints: The maximum length is
- reference
Name String - resource
Kind String - (String) The target resource kind.
- Constraints: The maximum length is
99999
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- service
Display StringName - (String) The display name of the target service.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- service
Name String - (String) The target service name.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- additional
Target GetAttributes Scc Rule Required Config All If Required Config And Any Required Config All Target Additional Target Attribute[] - (List) The list of targets supported properties.
- Constraints: The maximum length is
99999
items. The minimum length is0
items. Nested schema for additional_target_attributes:
- Constraints: The maximum length is
- reference
Name string - resource
Kind string - (String) The target resource kind.
- Constraints: The maximum length is
99999
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- service
Display stringName - (String) The display name of the target service.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- service
Name string - (String) The target service name.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- additional_
target_ Sequence[Getattributes Scc Rule Required Config All If Required Config And Any Required Config All Target Additional Target Attribute] - (List) The list of targets supported properties.
- Constraints: The maximum length is
99999
items. The minimum length is0
items. Nested schema for additional_target_attributes:
- Constraints: The maximum length is
- reference_
name str - resource_
kind str - (String) The target resource kind.
- Constraints: The maximum length is
99999
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- service_
display_ strname - (String) The display name of the target service.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- service_
name str - (String) The target service name.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- additional
Target List<Property Map>Attributes - (List) The list of targets supported properties.
- Constraints: The maximum length is
99999
items. The minimum length is0
items. Nested schema for additional_target_attributes:
- Constraints: The maximum length is
- reference
Name String - resource
Kind String - (String) The target resource kind.
- Constraints: The maximum length is
99999
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- service
Display StringName - (String) The display name of the target service.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- service
Name String - (String) The target service name.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
GetSccRuleRequiredConfigAllIfRequiredConfigAndAnyRequiredConfigAllTargetAdditionalTargetAttribute
- Name string
- (String) The additional target attribute name.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Operator string
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- Value string
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Name string
- (String) The additional target attribute name.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Operator string
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- Value string
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- name String
- (String) The additional target attribute name.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- operator String
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- value String
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- name string
- (String) The additional target attribute name.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- operator string
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- value string
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- name str
- (String) The additional target attribute name.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- operator str
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- value str
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- name String
- (String) The additional target attribute name.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- operator String
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- value String
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
GetSccRuleRequiredConfigAllIfRequiredConfigAndAnyRequiredConfigAnd
- Description string
- (String) The required config description.
- Constraints: The maximum length is
512
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Operator string
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- Property string
- (String) The property.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Value string
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Description string
- (String) The required config description.
- Constraints: The maximum length is
512
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Operator string
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- Property string
- (String) The property.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Value string
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- description String
- (String) The required config description.
- Constraints: The maximum length is
512
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- operator String
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- property String
- (String) The property.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- value String
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- description string
- (String) The required config description.
- Constraints: The maximum length is
512
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- operator string
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- property string
- (String) The property.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- value string
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- description str
- (String) The required config description.
- Constraints: The maximum length is
512
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- operator str
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- property str
- (String) The property.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- value str
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- description String
- (String) The required config description.
- Constraints: The maximum length is
512
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- operator String
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- property String
- (String) The property.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- value String
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
GetSccRuleRequiredConfigAllIfRequiredConfigAndAnyRequiredConfigAny
- Required
Configs List<GetScc Rule Required Config All If Required Config And Any Required Config Any Required Config> - (List) The required configurations. Nested schema for required_config:
- Targets
List<Get
Scc Rule Required Config All If Required Config And Any Required Config Any Target> - (List) The rule target. Nested schema for target:
- Required
Configs []GetScc Rule Required Config All If Required Config And Any Required Config Any Required Config - (List) The required configurations. Nested schema for required_config:
- Targets
[]Get
Scc Rule Required Config All If Required Config And Any Required Config Any Target - (List) The rule target. Nested schema for target:
- required
Configs List<GetScc Rule Required Config All If Required Config And Any Required Config Any Required Config> - (List) The required configurations. Nested schema for required_config:
- targets
List<Get
Scc Rule Required Config All If Required Config And Any Required Config Any Target> - (List) The rule target. Nested schema for target:
- required
Configs GetScc Rule Required Config All If Required Config And Any Required Config Any Required Config[] - (List) The required configurations. Nested schema for required_config:
- targets
Get
Scc Rule Required Config All If Required Config And Any Required Config Any Target[] - (List) The rule target. Nested schema for target:
- required_
configs Sequence[GetScc Rule Required Config All If Required Config And Any Required Config Any Required Config] - (List) The required configurations. Nested schema for required_config:
- targets
Sequence[Get
Scc Rule Required Config All If Required Config And Any Required Config Any Target] - (List) The rule target. Nested schema for target:
- required
Configs List<Property Map> - (List) The required configurations. Nested schema for required_config:
- targets List<Property Map>
- (List) The rule target. Nested schema for target:
GetSccRuleRequiredConfigAllIfRequiredConfigAndAnyRequiredConfigAnyIf
- Required
Configs List<GetScc Rule Required Config All If Required Config And Any Required Config Any If Required Config> - (List) The required configurations. Nested schema for required_config:
- Targets
List<Get
Scc Rule Required Config All If Required Config And Any Required Config Any If Target> - (List) The rule target. Nested schema for target:
- Required
Configs []GetScc Rule Required Config All If Required Config And Any Required Config Any If Required Config - (List) The required configurations. Nested schema for required_config:
- Targets
[]Get
Scc Rule Required Config All If Required Config And Any Required Config Any If Target - (List) The rule target. Nested schema for target:
- required
Configs List<GetScc Rule Required Config All If Required Config And Any Required Config Any If Required Config> - (List) The required configurations. Nested schema for required_config:
- targets
List<Get
Scc Rule Required Config All If Required Config And Any Required Config Any If Target> - (List) The rule target. Nested schema for target:
- required
Configs GetScc Rule Required Config All If Required Config And Any Required Config Any If Required Config[] - (List) The required configurations. Nested schema for required_config:
- targets
Get
Scc Rule Required Config All If Required Config And Any Required Config Any If Target[] - (List) The rule target. Nested schema for target:
- required_
configs Sequence[GetScc Rule Required Config All If Required Config And Any Required Config Any If Required Config] - (List) The required configurations. Nested schema for required_config:
- targets
Sequence[Get
Scc Rule Required Config All If Required Config And Any Required Config Any If Target] - (List) The rule target. Nested schema for target:
- required
Configs List<Property Map> - (List) The required configurations. Nested schema for required_config:
- targets List<Property Map>
- (List) The rule target. Nested schema for target:
GetSccRuleRequiredConfigAllIfRequiredConfigAndAnyRequiredConfigAnyIfRequiredConfig
- Description string
- (String) The required config description.
- Constraints: The maximum length is
512
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Operator string
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- Property string
- (String) The property.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Value string
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Description string
- (String) The required config description.
- Constraints: The maximum length is
512
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Operator string
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- Property string
- (String) The property.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Value string
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- description String
- (String) The required config description.
- Constraints: The maximum length is
512
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- operator String
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- property String
- (String) The property.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- value String
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- description string
- (String) The required config description.
- Constraints: The maximum length is
512
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- operator string
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- property string
- (String) The property.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- value string
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- description str
- (String) The required config description.
- Constraints: The maximum length is
512
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- operator str
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- property str
- (String) The property.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- value str
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- description String
- (String) The required config description.
- Constraints: The maximum length is
512
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- operator String
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- property String
- (String) The property.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- value String
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
GetSccRuleRequiredConfigAllIfRequiredConfigAndAnyRequiredConfigAnyIfTarget
- Additional
Target List<GetAttributes Scc Rule Required Config All If Required Config And Any Required Config Any If Target Additional Target Attribute> - (List) The list of targets supported properties.
- Constraints: The maximum length is
99999
items. The minimum length is0
items. Nested schema for additional_target_attributes:
- Constraints: The maximum length is
- Reference
Name string - Resource
Kind string - (String) The target resource kind.
- Constraints: The maximum length is
99999
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Service
Display stringName - (String) The display name of the target service.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Service
Name string - (String) The target service name.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Additional
Target []GetAttributes Scc Rule Required Config All If Required Config And Any Required Config Any If Target Additional Target Attribute - (List) The list of targets supported properties.
- Constraints: The maximum length is
99999
items. The minimum length is0
items. Nested schema for additional_target_attributes:
- Constraints: The maximum length is
- Reference
Name string - Resource
Kind string - (String) The target resource kind.
- Constraints: The maximum length is
99999
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Service
Display stringName - (String) The display name of the target service.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Service
Name string - (String) The target service name.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- additional
Target List<GetAttributes Scc Rule Required Config All If Required Config And Any Required Config Any If Target Additional Target Attribute> - (List) The list of targets supported properties.
- Constraints: The maximum length is
99999
items. The minimum length is0
items. Nested schema for additional_target_attributes:
- Constraints: The maximum length is
- reference
Name String - resource
Kind String - (String) The target resource kind.
- Constraints: The maximum length is
99999
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- service
Display StringName - (String) The display name of the target service.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- service
Name String - (String) The target service name.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- additional
Target GetAttributes Scc Rule Required Config All If Required Config And Any Required Config Any If Target Additional Target Attribute[] - (List) The list of targets supported properties.
- Constraints: The maximum length is
99999
items. The minimum length is0
items. Nested schema for additional_target_attributes:
- Constraints: The maximum length is
- reference
Name string - resource
Kind string - (String) The target resource kind.
- Constraints: The maximum length is
99999
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- service
Display stringName - (String) The display name of the target service.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- service
Name string - (String) The target service name.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- additional_
target_ Sequence[Getattributes Scc Rule Required Config All If Required Config And Any Required Config Any If Target Additional Target Attribute] - (List) The list of targets supported properties.
- Constraints: The maximum length is
99999
items. The minimum length is0
items. Nested schema for additional_target_attributes:
- Constraints: The maximum length is
- reference_
name str - resource_
kind str - (String) The target resource kind.
- Constraints: The maximum length is
99999
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- service_
display_ strname - (String) The display name of the target service.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- service_
name str - (String) The target service name.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- additional
Target List<Property Map>Attributes - (List) The list of targets supported properties.
- Constraints: The maximum length is
99999
items. The minimum length is0
items. Nested schema for additional_target_attributes:
- Constraints: The maximum length is
- reference
Name String - resource
Kind String - (String) The target resource kind.
- Constraints: The maximum length is
99999
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- service
Display StringName - (String) The display name of the target service.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- service
Name String - (String) The target service name.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
GetSccRuleRequiredConfigAllIfRequiredConfigAndAnyRequiredConfigAnyIfTargetAdditionalTargetAttribute
- Name string
- (String) The additional target attribute name.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Operator string
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- Value string
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Name string
- (String) The additional target attribute name.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Operator string
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- Value string
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- name String
- (String) The additional target attribute name.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- operator String
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- value String
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- name string
- (String) The additional target attribute name.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- operator string
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- value string
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- name str
- (String) The additional target attribute name.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- operator str
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- value str
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- name String
- (String) The additional target attribute name.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- operator String
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- value String
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
GetSccRuleRequiredConfigAllIfRequiredConfigAndAnyRequiredConfigAnyRequiredConfig
- Description string
- (String) The required config description.
- Constraints: The maximum length is
512
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Operator string
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- Property string
- (String) The property.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Value string
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Description string
- (String) The required config description.
- Constraints: The maximum length is
512
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Operator string
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- Property string
- (String) The property.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Value string
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- description String
- (String) The required config description.
- Constraints: The maximum length is
512
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- operator String
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- property String
- (String) The property.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- value String
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- description string
- (String) The required config description.
- Constraints: The maximum length is
512
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- operator string
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- property string
- (String) The property.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- value string
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- description str
- (String) The required config description.
- Constraints: The maximum length is
512
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- operator str
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- property str
- (String) The property.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- value str
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- description String
- (String) The required config description.
- Constraints: The maximum length is
512
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- operator String
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- property String
- (String) The property.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- value String
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
GetSccRuleRequiredConfigAllIfRequiredConfigAndAnyRequiredConfigAnyTarget
- Additional
Target List<GetAttributes Scc Rule Required Config All If Required Config And Any Required Config Any Target Additional Target Attribute> - (List) The list of targets supported properties.
- Constraints: The maximum length is
99999
items. The minimum length is0
items. Nested schema for additional_target_attributes:
- Constraints: The maximum length is
- Reference
Name string - Resource
Kind string - (String) The target resource kind.
- Constraints: The maximum length is
99999
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Service
Display stringName - (String) The display name of the target service.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Service
Name string - (String) The target service name.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Additional
Target []GetAttributes Scc Rule Required Config All If Required Config And Any Required Config Any Target Additional Target Attribute - (List) The list of targets supported properties.
- Constraints: The maximum length is
99999
items. The minimum length is0
items. Nested schema for additional_target_attributes:
- Constraints: The maximum length is
- Reference
Name string - Resource
Kind string - (String) The target resource kind.
- Constraints: The maximum length is
99999
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Service
Display stringName - (String) The display name of the target service.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Service
Name string - (String) The target service name.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- additional
Target List<GetAttributes Scc Rule Required Config All If Required Config And Any Required Config Any Target Additional Target Attribute> - (List) The list of targets supported properties.
- Constraints: The maximum length is
99999
items. The minimum length is0
items. Nested schema for additional_target_attributes:
- Constraints: The maximum length is
- reference
Name String - resource
Kind String - (String) The target resource kind.
- Constraints: The maximum length is
99999
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- service
Display StringName - (String) The display name of the target service.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- service
Name String - (String) The target service name.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- additional
Target GetAttributes Scc Rule Required Config All If Required Config And Any Required Config Any Target Additional Target Attribute[] - (List) The list of targets supported properties.
- Constraints: The maximum length is
99999
items. The minimum length is0
items. Nested schema for additional_target_attributes:
- Constraints: The maximum length is
- reference
Name string - resource
Kind string - (String) The target resource kind.
- Constraints: The maximum length is
99999
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- service
Display stringName - (String) The display name of the target service.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- service
Name string - (String) The target service name.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- additional_
target_ Sequence[Getattributes Scc Rule Required Config All If Required Config And Any Required Config Any Target Additional Target Attribute] - (List) The list of targets supported properties.
- Constraints: The maximum length is
99999
items. The minimum length is0
items. Nested schema for additional_target_attributes:
- Constraints: The maximum length is
- reference_
name str - resource_
kind str - (String) The target resource kind.
- Constraints: The maximum length is
99999
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- service_
display_ strname - (String) The display name of the target service.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- service_
name str - (String) The target service name.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- additional
Target List<Property Map>Attributes - (List) The list of targets supported properties.
- Constraints: The maximum length is
99999
items. The minimum length is0
items. Nested schema for additional_target_attributes:
- Constraints: The maximum length is
- reference
Name String - resource
Kind String - (String) The target resource kind.
- Constraints: The maximum length is
99999
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- service
Display StringName - (String) The display name of the target service.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- service
Name String - (String) The target service name.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
GetSccRuleRequiredConfigAllIfRequiredConfigAndAnyRequiredConfigAnyTargetAdditionalTargetAttribute
- Name string
- (String) The additional target attribute name.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Operator string
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- Value string
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Name string
- (String) The additional target attribute name.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Operator string
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- Value string
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- name String
- (String) The additional target attribute name.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- operator String
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- value String
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- name string
- (String) The additional target attribute name.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- operator string
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- value string
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- name str
- (String) The additional target attribute name.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- operator str
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- value str
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- name String
- (String) The additional target attribute name.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- operator String
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- value String
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
GetSccRuleRequiredConfigAllIfRequiredConfigAndAnyRequiredConfigOr
- Description string
- (String) The required config description.
- Constraints: The maximum length is
512
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Operator string
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- Property string
- (String) The property.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Value string
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Description string
- (String) The required config description.
- Constraints: The maximum length is
512
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Operator string
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- Property string
- (String) The property.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Value string
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- description String
- (String) The required config description.
- Constraints: The maximum length is
512
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- operator String
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- property String
- (String) The property.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- value String
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- description string
- (String) The required config description.
- Constraints: The maximum length is
512
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- operator string
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- property string
- (String) The property.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- value string
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- description str
- (String) The required config description.
- Constraints: The maximum length is
512
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- operator str
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- property str
- (String) The property.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- value str
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- description String
- (String) The required config description.
- Constraints: The maximum length is
512
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- operator String
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- property String
- (String) The property.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- value String
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
GetSccRuleRequiredConfigAllIfRequiredConfigAndAnyTarget
- Additional
Target List<GetAttributes Scc Rule Required Config All If Required Config And Any Target Additional Target Attribute> - (List) The list of targets supported properties.
- Constraints: The maximum length is
99999
items. The minimum length is0
items. Nested schema for additional_target_attributes:
- Constraints: The maximum length is
- Reference
Name string - Resource
Kind string - (String) The target resource kind.
- Constraints: The maximum length is
99999
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Service
Display stringName - (String) The display name of the target service.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Service
Name string - (String) The target service name.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Additional
Target []GetAttributes Scc Rule Required Config All If Required Config And Any Target Additional Target Attribute - (List) The list of targets supported properties.
- Constraints: The maximum length is
99999
items. The minimum length is0
items. Nested schema for additional_target_attributes:
- Constraints: The maximum length is
- Reference
Name string - Resource
Kind string - (String) The target resource kind.
- Constraints: The maximum length is
99999
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Service
Display stringName - (String) The display name of the target service.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Service
Name string - (String) The target service name.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- additional
Target List<GetAttributes Scc Rule Required Config All If Required Config And Any Target Additional Target Attribute> - (List) The list of targets supported properties.
- Constraints: The maximum length is
99999
items. The minimum length is0
items. Nested schema for additional_target_attributes:
- Constraints: The maximum length is
- reference
Name String - resource
Kind String - (String) The target resource kind.
- Constraints: The maximum length is
99999
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- service
Display StringName - (String) The display name of the target service.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- service
Name String - (String) The target service name.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- additional
Target GetAttributes Scc Rule Required Config All If Required Config And Any Target Additional Target Attribute[] - (List) The list of targets supported properties.
- Constraints: The maximum length is
99999
items. The minimum length is0
items. Nested schema for additional_target_attributes:
- Constraints: The maximum length is
- reference
Name string - resource
Kind string - (String) The target resource kind.
- Constraints: The maximum length is
99999
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- service
Display stringName - (String) The display name of the target service.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- service
Name string - (String) The target service name.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- additional_
target_ Sequence[Getattributes Scc Rule Required Config All If Required Config And Any Target Additional Target Attribute] - (List) The list of targets supported properties.
- Constraints: The maximum length is
99999
items. The minimum length is0
items. Nested schema for additional_target_attributes:
- Constraints: The maximum length is
- reference_
name str - resource_
kind str - (String) The target resource kind.
- Constraints: The maximum length is
99999
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- service_
display_ strname - (String) The display name of the target service.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- service_
name str - (String) The target service name.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- additional
Target List<Property Map>Attributes - (List) The list of targets supported properties.
- Constraints: The maximum length is
99999
items. The minimum length is0
items. Nested schema for additional_target_attributes:
- Constraints: The maximum length is
- reference
Name String - resource
Kind String - (String) The target resource kind.
- Constraints: The maximum length is
99999
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- service
Display StringName - (String) The display name of the target service.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- service
Name String - (String) The target service name.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
GetSccRuleRequiredConfigAllIfRequiredConfigAndAnyTargetAdditionalTargetAttribute
- Name string
- (String) The additional target attribute name.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Operator string
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- Value string
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Name string
- (String) The additional target attribute name.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Operator string
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- Value string
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- name String
- (String) The additional target attribute name.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- operator String
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- value String
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- name string
- (String) The additional target attribute name.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- operator string
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- value string
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- name str
- (String) The additional target attribute name.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- operator str
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- value str
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- name String
- (String) The additional target attribute name.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- operator String
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- value String
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
GetSccRuleRequiredConfigAllIfRequiredConfigAndOr
- All
Ifs List<GetScc Rule Required Config All If Required Config And Or All If> - Alls
List<Get
Scc Rule Required Config All If Required Config And Or All> - Ands
List<Get
Scc Rule Required Config All If Required Config And Or And> - (List) The
AND
required configurations.- Constraints: The maximum length is
64
items. The minimum length is1
item. Nested schema for and:
- Constraints: The maximum length is
- Anies
List<Get
Scc Rule Required Config All If Required Config And Or Any> - Any
Ifs List<GetScc Rule Required Config All If Required Config And Or Any If> - Description string
- (String) The required config description.
- Constraints: The maximum length is
512
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Operator string
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- Ors
List<Get
Scc Rule Required Config All If Required Config And Or Or> - (List) The
OR
required configurations.- Constraints: The maximum length is
64
items. The minimum length is1
item. Nested schema for or:
- Constraints: The maximum length is
- Property string
- (String) The property.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Value string
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- All
Ifs []GetScc Rule Required Config All If Required Config And Or All If - Alls
[]Get
Scc Rule Required Config All If Required Config And Or All - Ands
[]Get
Scc Rule Required Config All If Required Config And Or And - (List) The
AND
required configurations.- Constraints: The maximum length is
64
items. The minimum length is1
item. Nested schema for and:
- Constraints: The maximum length is
- Anies
[]Get
Scc Rule Required Config All If Required Config And Or Any - Any
Ifs []GetScc Rule Required Config All If Required Config And Or Any If - Description string
- (String) The required config description.
- Constraints: The maximum length is
512
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Operator string
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- Ors
[]Get
Scc Rule Required Config All If Required Config And Or Or - (List) The
OR
required configurations.- Constraints: The maximum length is
64
items. The minimum length is1
item. Nested schema for or:
- Constraints: The maximum length is
- Property string
- (String) The property.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Value string
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- all
Ifs List<GetScc Rule Required Config All If Required Config And Or All If> - alls
List<Get
Scc Rule Required Config All If Required Config And Or All> - ands
List<Get
Scc Rule Required Config All If Required Config And Or And> - (List) The
AND
required configurations.- Constraints: The maximum length is
64
items. The minimum length is1
item. Nested schema for and:
- Constraints: The maximum length is
- anies
List<Get
Scc Rule Required Config All If Required Config And Or Any> - any
Ifs List<GetScc Rule Required Config All If Required Config And Or Any If> - description String
- (String) The required config description.
- Constraints: The maximum length is
512
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- operator String
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- ors
List<Get
Scc Rule Required Config All If Required Config And Or Or> - (List) The
OR
required configurations.- Constraints: The maximum length is
64
items. The minimum length is1
item. Nested schema for or:
- Constraints: The maximum length is
- property String
- (String) The property.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- value String
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- all
Ifs GetScc Rule Required Config All If Required Config And Or All If[] - alls
Get
Scc Rule Required Config All If Required Config And Or All[] - ands
Get
Scc Rule Required Config All If Required Config And Or And[] - (List) The
AND
required configurations.- Constraints: The maximum length is
64
items. The minimum length is1
item. Nested schema for and:
- Constraints: The maximum length is
- anies
Get
Scc Rule Required Config All If Required Config And Or Any[] - any
Ifs GetScc Rule Required Config All If Required Config And Or Any If[] - description string
- (String) The required config description.
- Constraints: The maximum length is
512
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- operator string
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- ors
Get
Scc Rule Required Config All If Required Config And Or Or[] - (List) The
OR
required configurations.- Constraints: The maximum length is
64
items. The minimum length is1
item. Nested schema for or:
- Constraints: The maximum length is
- property string
- (String) The property.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- value string
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- all_
ifs Sequence[GetScc Rule Required Config All If Required Config And Or All If] - alls
Sequence[Get
Scc Rule Required Config All If Required Config And Or All] - ands
Sequence[Get
Scc Rule Required Config All If Required Config And Or And] - (List) The
AND
required configurations.- Constraints: The maximum length is
64
items. The minimum length is1
item. Nested schema for and:
- Constraints: The maximum length is
- anies
Sequence[Get
Scc Rule Required Config All If Required Config And Or Any] - any_
ifs Sequence[GetScc Rule Required Config All If Required Config And Or Any If] - description str
- (String) The required config description.
- Constraints: The maximum length is
512
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- operator str
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- ors
Sequence[Get
Scc Rule Required Config All If Required Config And Or Or] - (List) The
OR
required configurations.- Constraints: The maximum length is
64
items. The minimum length is1
item. Nested schema for or:
- Constraints: The maximum length is
- property str
- (String) The property.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- value str
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- all
Ifs List<Property Map> - alls List<Property Map>
- ands List<Property Map>
- (List) The
AND
required configurations.- Constraints: The maximum length is
64
items. The minimum length is1
item. Nested schema for and:
- Constraints: The maximum length is
- anies List<Property Map>
- any
Ifs List<Property Map> - description String
- (String) The required config description.
- Constraints: The maximum length is
512
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- operator String
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- ors List<Property Map>
- (List) The
OR
required configurations.- Constraints: The maximum length is
64
items. The minimum length is1
item. Nested schema for or:
- Constraints: The maximum length is
- property String
- (String) The property.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- value String
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
GetSccRuleRequiredConfigAllIfRequiredConfigAndOrAll
- Required
Configs List<GetScc Rule Required Config All If Required Config And Or All Required Config> - (List) The required configurations. Nested schema for required_config:
- Targets
List<Get
Scc Rule Required Config All If Required Config And Or All Target> - (List) The rule target. Nested schema for target:
- Required
Configs []GetScc Rule Required Config All If Required Config And Or All Required Config - (List) The required configurations. Nested schema for required_config:
- Targets
[]Get
Scc Rule Required Config All If Required Config And Or All Target - (List) The rule target. Nested schema for target:
- required
Configs List<GetScc Rule Required Config All If Required Config And Or All Required Config> - (List) The required configurations. Nested schema for required_config:
- targets
List<Get
Scc Rule Required Config All If Required Config And Or All Target> - (List) The rule target. Nested schema for target:
- required
Configs GetScc Rule Required Config All If Required Config And Or All Required Config[] - (List) The required configurations. Nested schema for required_config:
- targets
Get
Scc Rule Required Config All If Required Config And Or All Target[] - (List) The rule target. Nested schema for target:
- required_
configs Sequence[GetScc Rule Required Config All If Required Config And Or All Required Config] - (List) The required configurations. Nested schema for required_config:
- targets
Sequence[Get
Scc Rule Required Config All If Required Config And Or All Target] - (List) The rule target. Nested schema for target:
- required
Configs List<Property Map> - (List) The required configurations. Nested schema for required_config:
- targets List<Property Map>
- (List) The rule target. Nested schema for target:
GetSccRuleRequiredConfigAllIfRequiredConfigAndOrAllIf
- Required
Configs List<GetScc Rule Required Config All If Required Config And Or All If Required Config> - (List) The required configurations. Nested schema for required_config:
- Targets
List<Get
Scc Rule Required Config All If Required Config And Or All If Target> - (List) The rule target. Nested schema for target:
- Required
Configs []GetScc Rule Required Config All If Required Config And Or All If Required Config - (List) The required configurations. Nested schema for required_config:
- Targets
[]Get
Scc Rule Required Config All If Required Config And Or All If Target - (List) The rule target. Nested schema for target:
- required
Configs List<GetScc Rule Required Config All If Required Config And Or All If Required Config> - (List) The required configurations. Nested schema for required_config:
- targets
List<Get
Scc Rule Required Config All If Required Config And Or All If Target> - (List) The rule target. Nested schema for target:
- required
Configs GetScc Rule Required Config All If Required Config And Or All If Required Config[] - (List) The required configurations. Nested schema for required_config:
- targets
Get
Scc Rule Required Config All If Required Config And Or All If Target[] - (List) The rule target. Nested schema for target:
- required_
configs Sequence[GetScc Rule Required Config All If Required Config And Or All If Required Config] - (List) The required configurations. Nested schema for required_config:
- targets
Sequence[Get
Scc Rule Required Config All If Required Config And Or All If Target] - (List) The rule target. Nested schema for target:
- required
Configs List<Property Map> - (List) The required configurations. Nested schema for required_config:
- targets List<Property Map>
- (List) The rule target. Nested schema for target:
GetSccRuleRequiredConfigAllIfRequiredConfigAndOrAllIfRequiredConfig
- Description string
- (String) The required config description.
- Constraints: The maximum length is
512
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Operator string
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- Property string
- (String) The property.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Value string
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Description string
- (String) The required config description.
- Constraints: The maximum length is
512
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Operator string
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- Property string
- (String) The property.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Value string
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- description String
- (String) The required config description.
- Constraints: The maximum length is
512
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- operator String
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- property String
- (String) The property.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- value String
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- description string
- (String) The required config description.
- Constraints: The maximum length is
512
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- operator string
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- property string
- (String) The property.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- value string
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- description str
- (String) The required config description.
- Constraints: The maximum length is
512
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- operator str
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- property str
- (String) The property.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- value str
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- description String
- (String) The required config description.
- Constraints: The maximum length is
512
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- operator String
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- property String
- (String) The property.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- value String
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
GetSccRuleRequiredConfigAllIfRequiredConfigAndOrAllIfTarget
- Additional
Target List<GetAttributes Scc Rule Required Config All If Required Config And Or All If Target Additional Target Attribute> - (List) The list of targets supported properties.
- Constraints: The maximum length is
99999
items. The minimum length is0
items. Nested schema for additional_target_attributes:
- Constraints: The maximum length is
- Reference
Name string - Resource
Kind string - (String) The target resource kind.
- Constraints: The maximum length is
99999
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Service
Display stringName - (String) The display name of the target service.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Service
Name string - (String) The target service name.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Additional
Target []GetAttributes Scc Rule Required Config All If Required Config And Or All If Target Additional Target Attribute - (List) The list of targets supported properties.
- Constraints: The maximum length is
99999
items. The minimum length is0
items. Nested schema for additional_target_attributes:
- Constraints: The maximum length is
- Reference
Name string - Resource
Kind string - (String) The target resource kind.
- Constraints: The maximum length is
99999
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Service
Display stringName - (String) The display name of the target service.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Service
Name string - (String) The target service name.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- additional
Target List<GetAttributes Scc Rule Required Config All If Required Config And Or All If Target Additional Target Attribute> - (List) The list of targets supported properties.
- Constraints: The maximum length is
99999
items. The minimum length is0
items. Nested schema for additional_target_attributes:
- Constraints: The maximum length is
- reference
Name String - resource
Kind String - (String) The target resource kind.
- Constraints: The maximum length is
99999
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- service
Display StringName - (String) The display name of the target service.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- service
Name String - (String) The target service name.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- additional
Target GetAttributes Scc Rule Required Config All If Required Config And Or All If Target Additional Target Attribute[] - (List) The list of targets supported properties.
- Constraints: The maximum length is
99999
items. The minimum length is0
items. Nested schema for additional_target_attributes:
- Constraints: The maximum length is
- reference
Name string - resource
Kind string - (String) The target resource kind.
- Constraints: The maximum length is
99999
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- service
Display stringName - (String) The display name of the target service.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- service
Name string - (String) The target service name.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- additional_
target_ Sequence[Getattributes Scc Rule Required Config All If Required Config And Or All If Target Additional Target Attribute] - (List) The list of targets supported properties.
- Constraints: The maximum length is
99999
items. The minimum length is0
items. Nested schema for additional_target_attributes:
- Constraints: The maximum length is
- reference_
name str - resource_
kind str - (String) The target resource kind.
- Constraints: The maximum length is
99999
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- service_
display_ strname - (String) The display name of the target service.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- service_
name str - (String) The target service name.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- additional
Target List<Property Map>Attributes - (List) The list of targets supported properties.
- Constraints: The maximum length is
99999
items. The minimum length is0
items. Nested schema for additional_target_attributes:
- Constraints: The maximum length is
- reference
Name String - resource
Kind String - (String) The target resource kind.
- Constraints: The maximum length is
99999
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- service
Display StringName - (String) The display name of the target service.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- service
Name String - (String) The target service name.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
GetSccRuleRequiredConfigAllIfRequiredConfigAndOrAllIfTargetAdditionalTargetAttribute
- Name string
- (String) The additional target attribute name.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Operator string
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- Value string
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Name string
- (String) The additional target attribute name.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Operator string
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- Value string
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- name String
- (String) The additional target attribute name.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- operator String
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- value String
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- name string
- (String) The additional target attribute name.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- operator string
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- value string
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- name str
- (String) The additional target attribute name.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- operator str
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- value str
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- name String
- (String) The additional target attribute name.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- operator String
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- value String
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
GetSccRuleRequiredConfigAllIfRequiredConfigAndOrAllRequiredConfig
- Description string
- (String) The required config description.
- Constraints: The maximum length is
512
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Operator string
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- Property string
- (String) The property.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Value string
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Description string
- (String) The required config description.
- Constraints: The maximum length is
512
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Operator string
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- Property string
- (String) The property.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Value string
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- description String
- (String) The required config description.
- Constraints: The maximum length is
512
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- operator String
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- property String
- (String) The property.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- value String
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- description string
- (String) The required config description.
- Constraints: The maximum length is
512
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- operator string
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- property string
- (String) The property.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- value string
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- description str
- (String) The required config description.
- Constraints: The maximum length is
512
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- operator str
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- property str
- (String) The property.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- value str
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- description String
- (String) The required config description.
- Constraints: The maximum length is
512
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- operator String
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- property String
- (String) The property.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- value String
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
GetSccRuleRequiredConfigAllIfRequiredConfigAndOrAllTarget
- Additional
Target List<GetAttributes Scc Rule Required Config All If Required Config And Or All Target Additional Target Attribute> - (List) The list of targets supported properties.
- Constraints: The maximum length is
99999
items. The minimum length is0
items. Nested schema for additional_target_attributes:
- Constraints: The maximum length is
- Reference
Name string - Resource
Kind string - (String) The target resource kind.
- Constraints: The maximum length is
99999
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Service
Display stringName - (String) The display name of the target service.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Service
Name string - (String) The target service name.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Additional
Target []GetAttributes Scc Rule Required Config All If Required Config And Or All Target Additional Target Attribute - (List) The list of targets supported properties.
- Constraints: The maximum length is
99999
items. The minimum length is0
items. Nested schema for additional_target_attributes:
- Constraints: The maximum length is
- Reference
Name string - Resource
Kind string - (String) The target resource kind.
- Constraints: The maximum length is
99999
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Service
Display stringName - (String) The display name of the target service.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Service
Name string - (String) The target service name.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- additional
Target List<GetAttributes Scc Rule Required Config All If Required Config And Or All Target Additional Target Attribute> - (List) The list of targets supported properties.
- Constraints: The maximum length is
99999
items. The minimum length is0
items. Nested schema for additional_target_attributes:
- Constraints: The maximum length is
- reference
Name String - resource
Kind String - (String) The target resource kind.
- Constraints: The maximum length is
99999
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- service
Display StringName - (String) The display name of the target service.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- service
Name String - (String) The target service name.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- additional
Target GetAttributes Scc Rule Required Config All If Required Config And Or All Target Additional Target Attribute[] - (List) The list of targets supported properties.
- Constraints: The maximum length is
99999
items. The minimum length is0
items. Nested schema for additional_target_attributes:
- Constraints: The maximum length is
- reference
Name string - resource
Kind string - (String) The target resource kind.
- Constraints: The maximum length is
99999
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- service
Display stringName - (String) The display name of the target service.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- service
Name string - (String) The target service name.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- additional_
target_ Sequence[Getattributes Scc Rule Required Config All If Required Config And Or All Target Additional Target Attribute] - (List) The list of targets supported properties.
- Constraints: The maximum length is
99999
items. The minimum length is0
items. Nested schema for additional_target_attributes:
- Constraints: The maximum length is
- reference_
name str - resource_
kind str - (String) The target resource kind.
- Constraints: The maximum length is
99999
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- service_
display_ strname - (String) The display name of the target service.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- service_
name str - (String) The target service name.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- additional
Target List<Property Map>Attributes - (List) The list of targets supported properties.
- Constraints: The maximum length is
99999
items. The minimum length is0
items. Nested schema for additional_target_attributes:
- Constraints: The maximum length is
- reference
Name String - resource
Kind String - (String) The target resource kind.
- Constraints: The maximum length is
99999
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- service
Display StringName - (String) The display name of the target service.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- service
Name String - (String) The target service name.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
GetSccRuleRequiredConfigAllIfRequiredConfigAndOrAllTargetAdditionalTargetAttribute
- Name string
- (String) The additional target attribute name.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Operator string
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- Value string
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Name string
- (String) The additional target attribute name.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Operator string
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- Value string
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- name String
- (String) The additional target attribute name.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- operator String
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- value String
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- name string
- (String) The additional target attribute name.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- operator string
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- value string
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- name str
- (String) The additional target attribute name.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- operator str
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- value str
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- name String
- (String) The additional target attribute name.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- operator String
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- value String
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
GetSccRuleRequiredConfigAllIfRequiredConfigAndOrAnd
- All
Ifs List<GetScc Rule Required Config All If Required Config And Or And All If> - Alls
List<Get
Scc Rule Required Config All If Required Config And Or And All> - Ands
List<Get
Scc Rule Required Config All If Required Config And Or And And> - (List) The
AND
required configurations.- Constraints: The maximum length is
64
items. The minimum length is1
item. Nested schema for and:
- Constraints: The maximum length is
- Anies
List<Get
Scc Rule Required Config All If Required Config And Or And Any> - Any
Ifs List<GetScc Rule Required Config All If Required Config And Or And Any If> - Description string
- (String) The required config description.
- Constraints: The maximum length is
512
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Operator string
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- Ors
List<Get
Scc Rule Required Config All If Required Config And Or And Or> - (List) The
OR
required configurations.- Constraints: The maximum length is
64
items. The minimum length is1
item. Nested schema for or:
- Constraints: The maximum length is
- Property string
- (String) The property.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Value string
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- All
Ifs []GetScc Rule Required Config All If Required Config And Or And All If - Alls
[]Get
Scc Rule Required Config All If Required Config And Or And All - Ands
[]Get
Scc Rule Required Config All If Required Config And Or And And - (List) The
AND
required configurations.- Constraints: The maximum length is
64
items. The minimum length is1
item. Nested schema for and:
- Constraints: The maximum length is
- Anies
[]Get
Scc Rule Required Config All If Required Config And Or And Any - Any
Ifs []GetScc Rule Required Config All If Required Config And Or And Any If - Description string
- (String) The required config description.
- Constraints: The maximum length is
512
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Operator string
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- Ors
[]Get
Scc Rule Required Config All If Required Config And Or And Or - (List) The
OR
required configurations.- Constraints: The maximum length is
64
items. The minimum length is1
item. Nested schema for or:
- Constraints: The maximum length is
- Property string
- (String) The property.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Value string
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- all
Ifs List<GetScc Rule Required Config All If Required Config And Or And All If> - alls
List<Get
Scc Rule Required Config All If Required Config And Or And All> - ands
List<Get
Scc Rule Required Config All If Required Config And Or And And> - (List) The
AND
required configurations.- Constraints: The maximum length is
64
items. The minimum length is1
item. Nested schema for and:
- Constraints: The maximum length is
- anies
List<Get
Scc Rule Required Config All If Required Config And Or And Any> - any
Ifs List<GetScc Rule Required Config All If Required Config And Or And Any If> - description String
- (String) The required config description.
- Constraints: The maximum length is
512
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- operator String
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- ors
List<Get
Scc Rule Required Config All If Required Config And Or And Or> - (List) The
OR
required configurations.- Constraints: The maximum length is
64
items. The minimum length is1
item. Nested schema for or:
- Constraints: The maximum length is
- property String
- (String) The property.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- value String
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- all
Ifs GetScc Rule Required Config All If Required Config And Or And All If[] - alls
Get
Scc Rule Required Config All If Required Config And Or And All[] - ands
Get
Scc Rule Required Config All If Required Config And Or And And[] - (List) The
AND
required configurations.- Constraints: The maximum length is
64
items. The minimum length is1
item. Nested schema for and:
- Constraints: The maximum length is
- anies
Get
Scc Rule Required Config All If Required Config And Or And Any[] - any
Ifs GetScc Rule Required Config All If Required Config And Or And Any If[] - description string
- (String) The required config description.
- Constraints: The maximum length is
512
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- operator string
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- ors
Get
Scc Rule Required Config All If Required Config And Or And Or[] - (List) The
OR
required configurations.- Constraints: The maximum length is
64
items. The minimum length is1
item. Nested schema for or:
- Constraints: The maximum length is
- property string
- (String) The property.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- value string
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- all_
ifs Sequence[GetScc Rule Required Config All If Required Config And Or And All If] - alls
Sequence[Get
Scc Rule Required Config All If Required Config And Or And All] - ands
Sequence[Get
Scc Rule Required Config All If Required Config And Or And And] - (List) The
AND
required configurations.- Constraints: The maximum length is
64
items. The minimum length is1
item. Nested schema for and:
- Constraints: The maximum length is
- anies
Sequence[Get
Scc Rule Required Config All If Required Config And Or And Any] - any_
ifs Sequence[GetScc Rule Required Config All If Required Config And Or And Any If] - description str
- (String) The required config description.
- Constraints: The maximum length is
512
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- operator str
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- ors
Sequence[Get
Scc Rule Required Config All If Required Config And Or And Or] - (List) The
OR
required configurations.- Constraints: The maximum length is
64
items. The minimum length is1
item. Nested schema for or:
- Constraints: The maximum length is
- property str
- (String) The property.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- value str
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- all
Ifs List<Property Map> - alls List<Property Map>
- ands List<Property Map>
- (List) The
AND
required configurations.- Constraints: The maximum length is
64
items. The minimum length is1
item. Nested schema for and:
- Constraints: The maximum length is
- anies List<Property Map>
- any
Ifs List<Property Map> - description String
- (String) The required config description.
- Constraints: The maximum length is
512
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- operator String
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- ors List<Property Map>
- (List) The
OR
required configurations.- Constraints: The maximum length is
64
items. The minimum length is1
item. Nested schema for or:
- Constraints: The maximum length is
- property String
- (String) The property.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- value String
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
GetSccRuleRequiredConfigAllIfRequiredConfigAndOrAndAll
- Required
Configs List<GetScc Rule Required Config All If Required Config And Or And All Required Config> - (List) The required configurations. Nested schema for required_config:
- Targets
List<Get
Scc Rule Required Config All If Required Config And Or And All Target> - (List) The rule target. Nested schema for target:
- Required
Configs []GetScc Rule Required Config All If Required Config And Or And All Required Config - (List) The required configurations. Nested schema for required_config:
- Targets
[]Get
Scc Rule Required Config All If Required Config And Or And All Target - (List) The rule target. Nested schema for target:
- required
Configs List<GetScc Rule Required Config All If Required Config And Or And All Required Config> - (List) The required configurations. Nested schema for required_config:
- targets
List<Get
Scc Rule Required Config All If Required Config And Or And All Target> - (List) The rule target. Nested schema for target:
- required
Configs GetScc Rule Required Config All If Required Config And Or And All Required Config[] - (List) The required configurations. Nested schema for required_config:
- targets
Get
Scc Rule Required Config All If Required Config And Or And All Target[] - (List) The rule target. Nested schema for target:
- required_
configs Sequence[GetScc Rule Required Config All If Required Config And Or And All Required Config] - (List) The required configurations. Nested schema for required_config:
- targets
Sequence[Get
Scc Rule Required Config All If Required Config And Or And All Target] - (List) The rule target. Nested schema for target:
- required
Configs List<Property Map> - (List) The required configurations. Nested schema for required_config:
- targets List<Property Map>
- (List) The rule target. Nested schema for target:
GetSccRuleRequiredConfigAllIfRequiredConfigAndOrAndAllIf
- Required
Configs List<GetScc Rule Required Config All If Required Config And Or And All If Required Config> - (List) The required configurations. Nested schema for required_config:
- Targets
List<Get
Scc Rule Required Config All If Required Config And Or And All If Target> - (List) The rule target. Nested schema for target:
- Required
Configs []GetScc Rule Required Config All If Required Config And Or And All If Required Config - (List) The required configurations. Nested schema for required_config:
- Targets
[]Get
Scc Rule Required Config All If Required Config And Or And All If Target - (List) The rule target. Nested schema for target:
- required
Configs List<GetScc Rule Required Config All If Required Config And Or And All If Required Config> - (List) The required configurations. Nested schema for required_config:
- targets
List<Get
Scc Rule Required Config All If Required Config And Or And All If Target> - (List) The rule target. Nested schema for target:
- required
Configs GetScc Rule Required Config All If Required Config And Or And All If Required Config[] - (List) The required configurations. Nested schema for required_config:
- targets
Get
Scc Rule Required Config All If Required Config And Or And All If Target[] - (List) The rule target. Nested schema for target:
- required_
configs Sequence[GetScc Rule Required Config All If Required Config And Or And All If Required Config] - (List) The required configurations. Nested schema for required_config:
- targets
Sequence[Get
Scc Rule Required Config All If Required Config And Or And All If Target] - (List) The rule target. Nested schema for target:
- required
Configs List<Property Map> - (List) The required configurations. Nested schema for required_config:
- targets List<Property Map>
- (List) The rule target. Nested schema for target:
GetSccRuleRequiredConfigAllIfRequiredConfigAndOrAndAllIfRequiredConfig
- Description string
- (String) The required config description.
- Constraints: The maximum length is
512
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Operator string
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- Property string
- (String) The property.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Value string
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Description string
- (String) The required config description.
- Constraints: The maximum length is
512
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Operator string
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- Property string
- (String) The property.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Value string
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- description String
- (String) The required config description.
- Constraints: The maximum length is
512
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- operator String
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- property String
- (String) The property.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- value String
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- description string
- (String) The required config description.
- Constraints: The maximum length is
512
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- operator string
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- property string
- (String) The property.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- value string
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- description str
- (String) The required config description.
- Constraints: The maximum length is
512
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- operator str
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- property str
- (String) The property.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- value str
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- description String
- (String) The required config description.
- Constraints: The maximum length is
512
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- operator String
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- property String
- (String) The property.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- value String
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
GetSccRuleRequiredConfigAllIfRequiredConfigAndOrAndAllIfTarget
- Additional
Target List<GetAttributes Scc Rule Required Config All If Required Config And Or And All If Target Additional Target Attribute> - (List) The list of targets supported properties.
- Constraints: The maximum length is
99999
items. The minimum length is0
items. Nested schema for additional_target_attributes:
- Constraints: The maximum length is
- Reference
Name string - Resource
Kind string - (String) The target resource kind.
- Constraints: The maximum length is
99999
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Service
Display stringName - (String) The display name of the target service.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Service
Name string - (String) The target service name.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Additional
Target []GetAttributes Scc Rule Required Config All If Required Config And Or And All If Target Additional Target Attribute - (List) The list of targets supported properties.
- Constraints: The maximum length is
99999
items. The minimum length is0
items. Nested schema for additional_target_attributes:
- Constraints: The maximum length is
- Reference
Name string - Resource
Kind string - (String) The target resource kind.
- Constraints: The maximum length is
99999
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Service
Display stringName - (String) The display name of the target service.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Service
Name string - (String) The target service name.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- additional
Target List<GetAttributes Scc Rule Required Config All If Required Config And Or And All If Target Additional Target Attribute> - (List) The list of targets supported properties.
- Constraints: The maximum length is
99999
items. The minimum length is0
items. Nested schema for additional_target_attributes:
- Constraints: The maximum length is
- reference
Name String - resource
Kind String - (String) The target resource kind.
- Constraints: The maximum length is
99999
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- service
Display StringName - (String) The display name of the target service.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- service
Name String - (String) The target service name.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- additional
Target GetAttributes Scc Rule Required Config All If Required Config And Or And All If Target Additional Target Attribute[] - (List) The list of targets supported properties.
- Constraints: The maximum length is
99999
items. The minimum length is0
items. Nested schema for additional_target_attributes:
- Constraints: The maximum length is
- reference
Name string - resource
Kind string - (String) The target resource kind.
- Constraints: The maximum length is
99999
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- service
Display stringName - (String) The display name of the target service.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- service
Name string - (String) The target service name.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- additional_
target_ Sequence[Getattributes Scc Rule Required Config All If Required Config And Or And All If Target Additional Target Attribute] - (List) The list of targets supported properties.
- Constraints: The maximum length is
99999
items. The minimum length is0
items. Nested schema for additional_target_attributes:
- Constraints: The maximum length is
- reference_
name str - resource_
kind str - (String) The target resource kind.
- Constraints: The maximum length is
99999
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- service_
display_ strname - (String) The display name of the target service.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- service_
name str - (String) The target service name.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- additional
Target List<Property Map>Attributes - (List) The list of targets supported properties.
- Constraints: The maximum length is
99999
items. The minimum length is0
items. Nested schema for additional_target_attributes:
- Constraints: The maximum length is
- reference
Name String - resource
Kind String - (String) The target resource kind.
- Constraints: The maximum length is
99999
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- service
Display StringName - (String) The display name of the target service.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- service
Name String - (String) The target service name.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
GetSccRuleRequiredConfigAllIfRequiredConfigAndOrAndAllIfTargetAdditionalTargetAttribute
- Name string
- (String) The additional target attribute name.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Operator string
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- Value string
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Name string
- (String) The additional target attribute name.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Operator string
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- Value string
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- name String
- (String) The additional target attribute name.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- operator String
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- value String
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- name string
- (String) The additional target attribute name.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- operator string
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- value string
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- name str
- (String) The additional target attribute name.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- operator str
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- value str
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- name String
- (String) The additional target attribute name.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- operator String
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- value String
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
GetSccRuleRequiredConfigAllIfRequiredConfigAndOrAndAllRequiredConfig
- Description string
- (String) The required config description.
- Constraints: The maximum length is
512
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Operator string
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- Property string
- (String) The property.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Value string
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Description string
- (String) The required config description.
- Constraints: The maximum length is
512
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Operator string
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- Property string
- (String) The property.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Value string
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- description String
- (String) The required config description.
- Constraints: The maximum length is
512
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- operator String
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- property String
- (String) The property.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- value String
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- description string
- (String) The required config description.
- Constraints: The maximum length is
512
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- operator string
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- property string
- (String) The property.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- value string
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- description str
- (String) The required config description.
- Constraints: The maximum length is
512
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- operator str
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- property str
- (String) The property.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- value str
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- description String
- (String) The required config description.
- Constraints: The maximum length is
512
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- operator String
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- property String
- (String) The property.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- value String
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
GetSccRuleRequiredConfigAllIfRequiredConfigAndOrAndAllTarget
- Additional
Target List<GetAttributes Scc Rule Required Config All If Required Config And Or And All Target Additional Target Attribute> - (List) The list of targets supported properties.
- Constraints: The maximum length is
99999
items. The minimum length is0
items. Nested schema for additional_target_attributes:
- Constraints: The maximum length is
- Reference
Name string - Resource
Kind string - (String) The target resource kind.
- Constraints: The maximum length is
99999
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Service
Display stringName - (String) The display name of the target service.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Service
Name string - (String) The target service name.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Additional
Target []GetAttributes Scc Rule Required Config All If Required Config And Or And All Target Additional Target Attribute - (List) The list of targets supported properties.
- Constraints: The maximum length is
99999
items. The minimum length is0
items. Nested schema for additional_target_attributes:
- Constraints: The maximum length is
- Reference
Name string - Resource
Kind string - (String) The target resource kind.
- Constraints: The maximum length is
99999
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Service
Display stringName - (String) The display name of the target service.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Service
Name string - (String) The target service name.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- additional
Target List<GetAttributes Scc Rule Required Config All If Required Config And Or And All Target Additional Target Attribute> - (List) The list of targets supported properties.
- Constraints: The maximum length is
99999
items. The minimum length is0
items. Nested schema for additional_target_attributes:
- Constraints: The maximum length is
- reference
Name String - resource
Kind String - (String) The target resource kind.
- Constraints: The maximum length is
99999
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- service
Display StringName - (String) The display name of the target service.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- service
Name String - (String) The target service name.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- additional
Target GetAttributes Scc Rule Required Config All If Required Config And Or And All Target Additional Target Attribute[] - (List) The list of targets supported properties.
- Constraints: The maximum length is
99999
items. The minimum length is0
items. Nested schema for additional_target_attributes:
- Constraints: The maximum length is
- reference
Name string - resource
Kind string - (String) The target resource kind.
- Constraints: The maximum length is
99999
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- service
Display stringName - (String) The display name of the target service.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- service
Name string - (String) The target service name.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- additional_
target_ Sequence[Getattributes Scc Rule Required Config All If Required Config And Or And All Target Additional Target Attribute] - (List) The list of targets supported properties.
- Constraints: The maximum length is
99999
items. The minimum length is0
items. Nested schema for additional_target_attributes:
- Constraints: The maximum length is
- reference_
name str - resource_
kind str - (String) The target resource kind.
- Constraints: The maximum length is
99999
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- service_
display_ strname - (String) The display name of the target service.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- service_
name str - (String) The target service name.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- additional
Target List<Property Map>Attributes - (List) The list of targets supported properties.
- Constraints: The maximum length is
99999
items. The minimum length is0
items. Nested schema for additional_target_attributes:
- Constraints: The maximum length is
- reference
Name String - resource
Kind String - (String) The target resource kind.
- Constraints: The maximum length is
99999
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- service
Display StringName - (String) The display name of the target service.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- service
Name String - (String) The target service name.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
GetSccRuleRequiredConfigAllIfRequiredConfigAndOrAndAllTargetAdditionalTargetAttribute
- Name string
- (String) The additional target attribute name.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Operator string
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- Value string
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Name string
- (String) The additional target attribute name.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Operator string
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- Value string
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- name String
- (String) The additional target attribute name.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- operator String
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- value String
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- name string
- (String) The additional target attribute name.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- operator string
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- value string
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- name str
- (String) The additional target attribute name.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- operator str
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- value str
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- name String
- (String) The additional target attribute name.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- operator String
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- value String
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
GetSccRuleRequiredConfigAllIfRequiredConfigAndOrAndAnd
- Description string
- (String) The required config description.
- Constraints: The maximum length is
512
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Operator string
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- Property string
- (String) The property.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Value string
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Description string
- (String) The required config description.
- Constraints: The maximum length is
512
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Operator string
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- Property string
- (String) The property.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Value string
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- description String
- (String) The required config description.
- Constraints: The maximum length is
512
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- operator String
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- property String
- (String) The property.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- value String
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- description string
- (String) The required config description.
- Constraints: The maximum length is
512
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- operator string
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- property string
- (String) The property.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- value string
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- description str
- (String) The required config description.
- Constraints: The maximum length is
512
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- operator str
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- property str
- (String) The property.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- value str
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- description String
- (String) The required config description.
- Constraints: The maximum length is
512
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- operator String
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- property String
- (String) The property.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- value String
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
GetSccRuleRequiredConfigAllIfRequiredConfigAndOrAndAny
- Required
Configs List<GetScc Rule Required Config All If Required Config And Or And Any Required Config> - (List) The required configurations. Nested schema for required_config:
- Targets
List<Get
Scc Rule Required Config All If Required Config And Or And Any Target> - (List) The rule target. Nested schema for target:
- Required
Configs []GetScc Rule Required Config All If Required Config And Or And Any Required Config - (List) The required configurations. Nested schema for required_config:
- Targets
[]Get
Scc Rule Required Config All If Required Config And Or And Any Target - (List) The rule target. Nested schema for target:
- required
Configs List<GetScc Rule Required Config All If Required Config And Or And Any Required Config> - (List) The required configurations. Nested schema for required_config:
- targets
List<Get
Scc Rule Required Config All If Required Config And Or And Any Target> - (List) The rule target. Nested schema for target:
- required
Configs GetScc Rule Required Config All If Required Config And Or And Any Required Config[] - (List) The required configurations. Nested schema for required_config:
- targets
Get
Scc Rule Required Config All If Required Config And Or And Any Target[] - (List) The rule target. Nested schema for target:
- required_
configs Sequence[GetScc Rule Required Config All If Required Config And Or And Any Required Config] - (List) The required configurations. Nested schema for required_config:
- targets
Sequence[Get
Scc Rule Required Config All If Required Config And Or And Any Target] - (List) The rule target. Nested schema for target:
- required
Configs List<Property Map> - (List) The required configurations. Nested schema for required_config:
- targets List<Property Map>
- (List) The rule target. Nested schema for target:
GetSccRuleRequiredConfigAllIfRequiredConfigAndOrAndAnyIf
- Required
Configs List<GetScc Rule Required Config All If Required Config And Or And Any If Required Config> - (List) The required configurations. Nested schema for required_config:
- Targets
List<Get
Scc Rule Required Config All If Required Config And Or And Any If Target> - (List) The rule target. Nested schema for target:
- Required
Configs []GetScc Rule Required Config All If Required Config And Or And Any If Required Config - (List) The required configurations. Nested schema for required_config:
- Targets
[]Get
Scc Rule Required Config All If Required Config And Or And Any If Target - (List) The rule target. Nested schema for target:
- required
Configs List<GetScc Rule Required Config All If Required Config And Or And Any If Required Config> - (List) The required configurations. Nested schema for required_config:
- targets
List<Get
Scc Rule Required Config All If Required Config And Or And Any If Target> - (List) The rule target. Nested schema for target:
- required
Configs GetScc Rule Required Config All If Required Config And Or And Any If Required Config[] - (List) The required configurations. Nested schema for required_config:
- targets
Get
Scc Rule Required Config All If Required Config And Or And Any If Target[] - (List) The rule target. Nested schema for target:
- required_
configs Sequence[GetScc Rule Required Config All If Required Config And Or And Any If Required Config] - (List) The required configurations. Nested schema for required_config:
- targets
Sequence[Get
Scc Rule Required Config All If Required Config And Or And Any If Target] - (List) The rule target. Nested schema for target:
- required
Configs List<Property Map> - (List) The required configurations. Nested schema for required_config:
- targets List<Property Map>
- (List) The rule target. Nested schema for target:
GetSccRuleRequiredConfigAllIfRequiredConfigAndOrAndAnyIfRequiredConfig
- Description string
- (String) The required config description.
- Constraints: The maximum length is
512
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Operator string
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- Property string
- (String) The property.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Value string
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Description string
- (String) The required config description.
- Constraints: The maximum length is
512
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Operator string
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- Property string
- (String) The property.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Value string
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- description String
- (String) The required config description.
- Constraints: The maximum length is
512
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- operator String
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- property String
- (String) The property.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- value String
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- description string
- (String) The required config description.
- Constraints: The maximum length is
512
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- operator string
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- property string
- (String) The property.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- value string
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- description str
- (String) The required config description.
- Constraints: The maximum length is
512
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- operator str
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- property str
- (String) The property.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- value str
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- description String
- (String) The required config description.
- Constraints: The maximum length is
512
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- operator String
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- property String
- (String) The property.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- value String
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
GetSccRuleRequiredConfigAllIfRequiredConfigAndOrAndAnyIfTarget
- Additional
Target List<GetAttributes Scc Rule Required Config All If Required Config And Or And Any If Target Additional Target Attribute> - (List) The list of targets supported properties.
- Constraints: The maximum length is
99999
items. The minimum length is0
items. Nested schema for additional_target_attributes:
- Constraints: The maximum length is
- Reference
Name string - Resource
Kind string - (String) The target resource kind.
- Constraints: The maximum length is
99999
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Service
Display stringName - (String) The display name of the target service.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Service
Name string - (String) The target service name.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Additional
Target []GetAttributes Scc Rule Required Config All If Required Config And Or And Any If Target Additional Target Attribute - (List) The list of targets supported properties.
- Constraints: The maximum length is
99999
items. The minimum length is0
items. Nested schema for additional_target_attributes:
- Constraints: The maximum length is
- Reference
Name string - Resource
Kind string - (String) The target resource kind.
- Constraints: The maximum length is
99999
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Service
Display stringName - (String) The display name of the target service.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Service
Name string - (String) The target service name.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- additional
Target List<GetAttributes Scc Rule Required Config All If Required Config And Or And Any If Target Additional Target Attribute> - (List) The list of targets supported properties.
- Constraints: The maximum length is
99999
items. The minimum length is0
items. Nested schema for additional_target_attributes:
- Constraints: The maximum length is
- reference
Name String - resource
Kind String - (String) The target resource kind.
- Constraints: The maximum length is
99999
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- service
Display StringName - (String) The display name of the target service.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- service
Name String - (String) The target service name.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- additional
Target GetAttributes Scc Rule Required Config All If Required Config And Or And Any If Target Additional Target Attribute[] - (List) The list of targets supported properties.
- Constraints: The maximum length is
99999
items. The minimum length is0
items. Nested schema for additional_target_attributes:
- Constraints: The maximum length is
- reference
Name string - resource
Kind string - (String) The target resource kind.
- Constraints: The maximum length is
99999
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- service
Display stringName - (String) The display name of the target service.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- service
Name string - (String) The target service name.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- additional_
target_ Sequence[Getattributes Scc Rule Required Config All If Required Config And Or And Any If Target Additional Target Attribute] - (List) The list of targets supported properties.
- Constraints: The maximum length is
99999
items. The minimum length is0
items. Nested schema for additional_target_attributes:
- Constraints: The maximum length is
- reference_
name str - resource_
kind str - (String) The target resource kind.
- Constraints: The maximum length is
99999
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- service_
display_ strname - (String) The display name of the target service.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- service_
name str - (String) The target service name.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- additional
Target List<Property Map>Attributes - (List) The list of targets supported properties.
- Constraints: The maximum length is
99999
items. The minimum length is0
items. Nested schema for additional_target_attributes:
- Constraints: The maximum length is
- reference
Name String - resource
Kind String - (String) The target resource kind.
- Constraints: The maximum length is
99999
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- service
Display StringName - (String) The display name of the target service.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- service
Name String - (String) The target service name.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
GetSccRuleRequiredConfigAllIfRequiredConfigAndOrAndAnyIfTargetAdditionalTargetAttribute
- Name string
- (String) The additional target attribute name.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Operator string
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- Value string
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Name string
- (String) The additional target attribute name.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Operator string
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- Value string
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- name String
- (String) The additional target attribute name.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- operator String
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- value String
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- name string
- (String) The additional target attribute name.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- operator string
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- value string
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- name str
- (String) The additional target attribute name.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- operator str
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- value str
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- name String
- (String) The additional target attribute name.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- operator String
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- value String
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
GetSccRuleRequiredConfigAllIfRequiredConfigAndOrAndAnyRequiredConfig
- Description string
- (String) The required config description.
- Constraints: The maximum length is
512
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Operator string
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- Property string
- (String) The property.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Value string
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Description string
- (String) The required config description.
- Constraints: The maximum length is
512
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Operator string
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- Property string
- (String) The property.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Value string
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- description String
- (String) The required config description.
- Constraints: The maximum length is
512
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- operator String
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- property String
- (String) The property.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- value String
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- description string
- (String) The required config description.
- Constraints: The maximum length is
512
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- operator string
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- property string
- (String) The property.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- value string
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- description str
- (String) The required config description.
- Constraints: The maximum length is
512
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- operator str
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- property str
- (String) The property.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- value str
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- description String
- (String) The required config description.
- Constraints: The maximum length is
512
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- operator String
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- property String
- (String) The property.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- value String
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
GetSccRuleRequiredConfigAllIfRequiredConfigAndOrAndAnyTarget
- Additional
Target List<GetAttributes Scc Rule Required Config All If Required Config And Or And Any Target Additional Target Attribute> - (List) The list of targets supported properties.
- Constraints: The maximum length is
99999
items. The minimum length is0
items. Nested schema for additional_target_attributes:
- Constraints: The maximum length is
- Reference
Name string - Resource
Kind string - (String) The target resource kind.
- Constraints: The maximum length is
99999
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Service
Display stringName - (String) The display name of the target service.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Service
Name string - (String) The target service name.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Additional
Target []GetAttributes Scc Rule Required Config All If Required Config And Or And Any Target Additional Target Attribute - (List) The list of targets supported properties.
- Constraints: The maximum length is
99999
items. The minimum length is0
items. Nested schema for additional_target_attributes:
- Constraints: The maximum length is
- Reference
Name string - Resource
Kind string - (String) The target resource kind.
- Constraints: The maximum length is
99999
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Service
Display stringName - (String) The display name of the target service.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Service
Name string - (String) The target service name.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- additional
Target List<GetAttributes Scc Rule Required Config All If Required Config And Or And Any Target Additional Target Attribute> - (List) The list of targets supported properties.
- Constraints: The maximum length is
99999
items. The minimum length is0
items. Nested schema for additional_target_attributes:
- Constraints: The maximum length is
- reference
Name String - resource
Kind String - (String) The target resource kind.
- Constraints: The maximum length is
99999
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- service
Display StringName - (String) The display name of the target service.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- service
Name String - (String) The target service name.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- additional
Target GetAttributes Scc Rule Required Config All If Required Config And Or And Any Target Additional Target Attribute[] - (List) The list of targets supported properties.
- Constraints: The maximum length is
99999
items. The minimum length is0
items. Nested schema for additional_target_attributes:
- Constraints: The maximum length is
- reference
Name string - resource
Kind string - (String) The target resource kind.
- Constraints: The maximum length is
99999
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- service
Display stringName - (String) The display name of the target service.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- service
Name string - (String) The target service name.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- additional_
target_ Sequence[Getattributes Scc Rule Required Config All If Required Config And Or And Any Target Additional Target Attribute] - (List) The list of targets supported properties.
- Constraints: The maximum length is
99999
items. The minimum length is0
items. Nested schema for additional_target_attributes:
- Constraints: The maximum length is
- reference_
name str - resource_
kind str - (String) The target resource kind.
- Constraints: The maximum length is
99999
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- service_
display_ strname - (String) The display name of the target service.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- service_
name str - (String) The target service name.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- additional
Target List<Property Map>Attributes - (List) The list of targets supported properties.
- Constraints: The maximum length is
99999
items. The minimum length is0
items. Nested schema for additional_target_attributes:
- Constraints: The maximum length is
- reference
Name String - resource
Kind String - (String) The target resource kind.
- Constraints: The maximum length is
99999
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- service
Display StringName - (String) The display name of the target service.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- service
Name String - (String) The target service name.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
GetSccRuleRequiredConfigAllIfRequiredConfigAndOrAndAnyTargetAdditionalTargetAttribute
- Name string
- (String) The additional target attribute name.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Operator string
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- Value string
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Name string
- (String) The additional target attribute name.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Operator string
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- Value string
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- name String
- (String) The additional target attribute name.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- operator String
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- value String
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- name string
- (String) The additional target attribute name.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- operator string
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- value string
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- name str
- (String) The additional target attribute name.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- operator str
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- value str
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- name String
- (String) The additional target attribute name.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- operator String
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- value String
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
GetSccRuleRequiredConfigAllIfRequiredConfigAndOrAndOr
- Description string
- (String) The required config description.
- Constraints: The maximum length is
512
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Operator string
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- Property string
- (String) The property.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Value string
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Description string
- (String) The required config description.
- Constraints: The maximum length is
512
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Operator string
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- Property string
- (String) The property.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Value string
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- description String
- (String) The required config description.
- Constraints: The maximum length is
512
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- operator String
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- property String
- (String) The property.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- value String
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- description string
- (String) The required config description.
- Constraints: The maximum length is
512
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- operator string
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- property string
- (String) The property.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- value string
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- description str
- (String) The required config description.
- Constraints: The maximum length is
512
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- operator str
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- property str
- (String) The property.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- value str
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- description String
- (String) The required config description.
- Constraints: The maximum length is
512
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- operator String
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- property String
- (String) The property.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- value String
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
GetSccRuleRequiredConfigAllIfRequiredConfigAndOrAny
- Required
Configs List<GetScc Rule Required Config All If Required Config And Or Any Required Config> - (List) The required configurations. Nested schema for required_config:
- Targets
List<Get
Scc Rule Required Config All If Required Config And Or Any Target> - (List) The rule target. Nested schema for target:
- Required
Configs []GetScc Rule Required Config All If Required Config And Or Any Required Config - (List) The required configurations. Nested schema for required_config:
- Targets
[]Get
Scc Rule Required Config All If Required Config And Or Any Target - (List) The rule target. Nested schema for target:
- required
Configs List<GetScc Rule Required Config All If Required Config And Or Any Required Config> - (List) The required configurations. Nested schema for required_config:
- targets
List<Get
Scc Rule Required Config All If Required Config And Or Any Target> - (List) The rule target. Nested schema for target:
- required
Configs GetScc Rule Required Config All If Required Config And Or Any Required Config[] - (List) The required configurations. Nested schema for required_config:
- targets
Get
Scc Rule Required Config All If Required Config And Or Any Target[] - (List) The rule target. Nested schema for target:
- required_
configs Sequence[GetScc Rule Required Config All If Required Config And Or Any Required Config] - (List) The required configurations. Nested schema for required_config:
- targets
Sequence[Get
Scc Rule Required Config All If Required Config And Or Any Target] - (List) The rule target. Nested schema for target:
- required
Configs List<Property Map> - (List) The required configurations. Nested schema for required_config:
- targets List<Property Map>
- (List) The rule target. Nested schema for target:
GetSccRuleRequiredConfigAllIfRequiredConfigAndOrAnyIf
- Required
Configs List<GetScc Rule Required Config All If Required Config And Or Any If Required Config> - (List) The required configurations. Nested schema for required_config:
- Targets
List<Get
Scc Rule Required Config All If Required Config And Or Any If Target> - (List) The rule target. Nested schema for target:
- Required
Configs []GetScc Rule Required Config All If Required Config And Or Any If Required Config - (List) The required configurations. Nested schema for required_config:
- Targets
[]Get
Scc Rule Required Config All If Required Config And Or Any If Target - (List) The rule target. Nested schema for target:
- required
Configs List<GetScc Rule Required Config All If Required Config And Or Any If Required Config> - (List) The required configurations. Nested schema for required_config:
- targets
List<Get
Scc Rule Required Config All If Required Config And Or Any If Target> - (List) The rule target. Nested schema for target:
- required
Configs GetScc Rule Required Config All If Required Config And Or Any If Required Config[] - (List) The required configurations. Nested schema for required_config:
- targets
Get
Scc Rule Required Config All If Required Config And Or Any If Target[] - (List) The rule target. Nested schema for target:
- required_
configs Sequence[GetScc Rule Required Config All If Required Config And Or Any If Required Config] - (List) The required configurations. Nested schema for required_config:
- targets
Sequence[Get
Scc Rule Required Config All If Required Config And Or Any If Target] - (List) The rule target. Nested schema for target:
- required
Configs List<Property Map> - (List) The required configurations. Nested schema for required_config:
- targets List<Property Map>
- (List) The rule target. Nested schema for target:
GetSccRuleRequiredConfigAllIfRequiredConfigAndOrAnyIfRequiredConfig
- Description string
- (String) The required config description.
- Constraints: The maximum length is
512
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Operator string
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- Property string
- (String) The property.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Value string
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Description string
- (String) The required config description.
- Constraints: The maximum length is
512
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Operator string
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- Property string
- (String) The property.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Value string
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- description String
- (String) The required config description.
- Constraints: The maximum length is
512
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- operator String
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- property String
- (String) The property.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- value String
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- description string
- (String) The required config description.
- Constraints: The maximum length is
512
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- operator string
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- property string
- (String) The property.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- value string
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- description str
- (String) The required config description.
- Constraints: The maximum length is
512
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- operator str
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- property str
- (String) The property.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- value str
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- description String
- (String) The required config description.
- Constraints: The maximum length is
512
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- operator String
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- property String
- (String) The property.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- value String
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
GetSccRuleRequiredConfigAllIfRequiredConfigAndOrAnyIfTarget
- Additional
Target List<GetAttributes Scc Rule Required Config All If Required Config And Or Any If Target Additional Target Attribute> - (List) The list of targets supported properties.
- Constraints: The maximum length is
99999
items. The minimum length is0
items. Nested schema for additional_target_attributes:
- Constraints: The maximum length is
- Reference
Name string - Resource
Kind string - (String) The target resource kind.
- Constraints: The maximum length is
99999
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Service
Display stringName - (String) The display name of the target service.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Service
Name string - (String) The target service name.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Additional
Target []GetAttributes Scc Rule Required Config All If Required Config And Or Any If Target Additional Target Attribute - (List) The list of targets supported properties.
- Constraints: The maximum length is
99999
items. The minimum length is0
items. Nested schema for additional_target_attributes:
- Constraints: The maximum length is
- Reference
Name string - Resource
Kind string - (String) The target resource kind.
- Constraints: The maximum length is
99999
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Service
Display stringName - (String) The display name of the target service.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Service
Name string - (String) The target service name.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- additional
Target List<GetAttributes Scc Rule Required Config All If Required Config And Or Any If Target Additional Target Attribute> - (List) The list of targets supported properties.
- Constraints: The maximum length is
99999
items. The minimum length is0
items. Nested schema for additional_target_attributes:
- Constraints: The maximum length is
- reference
Name String - resource
Kind String - (String) The target resource kind.
- Constraints: The maximum length is
99999
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- service
Display StringName - (String) The display name of the target service.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- service
Name String - (String) The target service name.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- additional
Target GetAttributes Scc Rule Required Config All If Required Config And Or Any If Target Additional Target Attribute[] - (List) The list of targets supported properties.
- Constraints: The maximum length is
99999
items. The minimum length is0
items. Nested schema for additional_target_attributes:
- Constraints: The maximum length is
- reference
Name string - resource
Kind string - (String) The target resource kind.
- Constraints: The maximum length is
99999
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- service
Display stringName - (String) The display name of the target service.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- service
Name string - (String) The target service name.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- additional_
target_ Sequence[Getattributes Scc Rule Required Config All If Required Config And Or Any If Target Additional Target Attribute] - (List) The list of targets supported properties.
- Constraints: The maximum length is
99999
items. The minimum length is0
items. Nested schema for additional_target_attributes:
- Constraints: The maximum length is
- reference_
name str - resource_
kind str - (String) The target resource kind.
- Constraints: The maximum length is
99999
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- service_
display_ strname - (String) The display name of the target service.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- service_
name str - (String) The target service name.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- additional
Target List<Property Map>Attributes - (List) The list of targets supported properties.
- Constraints: The maximum length is
99999
items. The minimum length is0
items. Nested schema for additional_target_attributes:
- Constraints: The maximum length is
- reference
Name String - resource
Kind String - (String) The target resource kind.
- Constraints: The maximum length is
99999
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- service
Display StringName - (String) The display name of the target service.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- service
Name String - (String) The target service name.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
GetSccRuleRequiredConfigAllIfRequiredConfigAndOrAnyIfTargetAdditionalTargetAttribute
- Name string
- (String) The additional target attribute name.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Operator string
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- Value string
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Name string
- (String) The additional target attribute name.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Operator string
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- Value string
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- name String
- (String) The additional target attribute name.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- operator String
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- value String
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- name string
- (String) The additional target attribute name.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- operator string
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- value string
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- name str
- (String) The additional target attribute name.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- operator str
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- value str
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- name String
- (String) The additional target attribute name.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- operator String
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- value String
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
GetSccRuleRequiredConfigAllIfRequiredConfigAndOrAnyRequiredConfig
- Description string
- (String) The required config description.
- Constraints: The maximum length is
512
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Operator string
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- Property string
- (String) The property.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Value string
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Description string
- (String) The required config description.
- Constraints: The maximum length is
512
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Operator string
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- Property string
- (String) The property.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Value string
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- description String
- (String) The required config description.
- Constraints: The maximum length is
512
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- operator String
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- property String
- (String) The property.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- value String
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- description string
- (String) The required config description.
- Constraints: The maximum length is
512
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- operator string
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- property string
- (String) The property.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- value string
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- description str
- (String) The required config description.
- Constraints: The maximum length is
512
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- operator str
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- property str
- (String) The property.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- value str
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- description String
- (String) The required config description.
- Constraints: The maximum length is
512
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- operator String
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- property String
- (String) The property.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- value String
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
GetSccRuleRequiredConfigAllIfRequiredConfigAndOrAnyTarget
- Additional
Target List<GetAttributes Scc Rule Required Config All If Required Config And Or Any Target Additional Target Attribute> - (List) The list of targets supported properties.
- Constraints: The maximum length is
99999
items. The minimum length is0
items. Nested schema for additional_target_attributes:
- Constraints: The maximum length is
- Reference
Name string - Resource
Kind string - (String) The target resource kind.
- Constraints: The maximum length is
99999
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Service
Display stringName - (String) The display name of the target service.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Service
Name string - (String) The target service name.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Additional
Target []GetAttributes Scc Rule Required Config All If Required Config And Or Any Target Additional Target Attribute - (List) The list of targets supported properties.
- Constraints: The maximum length is
99999
items. The minimum length is0
items. Nested schema for additional_target_attributes:
- Constraints: The maximum length is
- Reference
Name string - Resource
Kind string - (String) The target resource kind.
- Constraints: The maximum length is
99999
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Service
Display stringName - (String) The display name of the target service.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Service
Name string - (String) The target service name.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- additional
Target List<GetAttributes Scc Rule Required Config All If Required Config And Or Any Target Additional Target Attribute> - (List) The list of targets supported properties.
- Constraints: The maximum length is
99999
items. The minimum length is0
items. Nested schema for additional_target_attributes:
- Constraints: The maximum length is
- reference
Name String - resource
Kind String - (String) The target resource kind.
- Constraints: The maximum length is
99999
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- service
Display StringName - (String) The display name of the target service.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- service
Name String - (String) The target service name.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- additional
Target GetAttributes Scc Rule Required Config All If Required Config And Or Any Target Additional Target Attribute[] - (List) The list of targets supported properties.
- Constraints: The maximum length is
99999
items. The minimum length is0
items. Nested schema for additional_target_attributes:
- Constraints: The maximum length is
- reference
Name string - resource
Kind string - (String) The target resource kind.
- Constraints: The maximum length is
99999
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- service
Display stringName - (String) The display name of the target service.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- service
Name string - (String) The target service name.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- additional_
target_ Sequence[Getattributes Scc Rule Required Config All If Required Config And Or Any Target Additional Target Attribute] - (List) The list of targets supported properties.
- Constraints: The maximum length is
99999
items. The minimum length is0
items. Nested schema for additional_target_attributes:
- Constraints: The maximum length is
- reference_
name str - resource_
kind str - (String) The target resource kind.
- Constraints: The maximum length is
99999
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- service_
display_ strname - (String) The display name of the target service.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- service_
name str - (String) The target service name.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- additional
Target List<Property Map>Attributes - (List) The list of targets supported properties.
- Constraints: The maximum length is
99999
items. The minimum length is0
items. Nested schema for additional_target_attributes:
- Constraints: The maximum length is
- reference
Name String - resource
Kind String - (String) The target resource kind.
- Constraints: The maximum length is
99999
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- service
Display StringName - (String) The display name of the target service.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- service
Name String - (String) The target service name.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
GetSccRuleRequiredConfigAllIfRequiredConfigAndOrAnyTargetAdditionalTargetAttribute
- Name string
- (String) The additional target attribute name.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Operator string
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- Value string
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Name string
- (String) The additional target attribute name.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Operator string
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- Value string
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- name String
- (String) The additional target attribute name.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- operator String
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- value String
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- name string
- (String) The additional target attribute name.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- operator string
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- value string
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- name str
- (String) The additional target attribute name.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- operator str
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- value str
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- name String
- (String) The additional target attribute name.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- operator String
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- value String
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
GetSccRuleRequiredConfigAllIfRequiredConfigAndOrOr
- All
Ifs List<GetScc Rule Required Config All If Required Config And Or Or All If> - Alls
List<Get
Scc Rule Required Config All If Required Config And Or Or All> - Ands
List<Get
Scc Rule Required Config All If Required Config And Or Or And> - (List) The
AND
required configurations.- Constraints: The maximum length is
64
items. The minimum length is1
item. Nested schema for and:
- Constraints: The maximum length is
- Anies
List<Get
Scc Rule Required Config All If Required Config And Or Or Any> - Any
Ifs List<GetScc Rule Required Config All If Required Config And Or Or Any If> - Description string
- (String) The required config description.
- Constraints: The maximum length is
512
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Operator string
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- Ors
List<Get
Scc Rule Required Config All If Required Config And Or Or Or> - (List) The
OR
required configurations.- Constraints: The maximum length is
64
items. The minimum length is1
item. Nested schema for or:
- Constraints: The maximum length is
- Property string
- (String) The property.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Value string
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- All
Ifs []GetScc Rule Required Config All If Required Config And Or Or All If - Alls
[]Get
Scc Rule Required Config All If Required Config And Or Or All - Ands
[]Get
Scc Rule Required Config All If Required Config And Or Or And - (List) The
AND
required configurations.- Constraints: The maximum length is
64
items. The minimum length is1
item. Nested schema for and:
- Constraints: The maximum length is
- Anies
[]Get
Scc Rule Required Config All If Required Config And Or Or Any - Any
Ifs []GetScc Rule Required Config All If Required Config And Or Or Any If - Description string
- (String) The required config description.
- Constraints: The maximum length is
512
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Operator string
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- Ors
[]Get
Scc Rule Required Config All If Required Config And Or Or Or - (List) The
OR
required configurations.- Constraints: The maximum length is
64
items. The minimum length is1
item. Nested schema for or:
- Constraints: The maximum length is
- Property string
- (String) The property.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Value string
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- all
Ifs List<GetScc Rule Required Config All If Required Config And Or Or All If> - alls
List<Get
Scc Rule Required Config All If Required Config And Or Or All> - ands
List<Get
Scc Rule Required Config All If Required Config And Or Or And> - (List) The
AND
required configurations.- Constraints: The maximum length is
64
items. The minimum length is1
item. Nested schema for and:
- Constraints: The maximum length is
- anies
List<Get
Scc Rule Required Config All If Required Config And Or Or Any> - any
Ifs List<GetScc Rule Required Config All If Required Config And Or Or Any If> - description String
- (String) The required config description.
- Constraints: The maximum length is
512
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- operator String
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- ors
List<Get
Scc Rule Required Config All If Required Config And Or Or Or> - (List) The
OR
required configurations.- Constraints: The maximum length is
64
items. The minimum length is1
item. Nested schema for or:
- Constraints: The maximum length is
- property String
- (String) The property.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- value String
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- all
Ifs GetScc Rule Required Config All If Required Config And Or Or All If[] - alls
Get
Scc Rule Required Config All If Required Config And Or Or All[] - ands
Get
Scc Rule Required Config All If Required Config And Or Or And[] - (List) The
AND
required configurations.- Constraints: The maximum length is
64
items. The minimum length is1
item. Nested schema for and:
- Constraints: The maximum length is
- anies
Get
Scc Rule Required Config All If Required Config And Or Or Any[] - any
Ifs GetScc Rule Required Config All If Required Config And Or Or Any If[] - description string
- (String) The required config description.
- Constraints: The maximum length is
512
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- operator string
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- ors
Get
Scc Rule Required Config All If Required Config And Or Or Or[] - (List) The
OR
required configurations.- Constraints: The maximum length is
64
items. The minimum length is1
item. Nested schema for or:
- Constraints: The maximum length is
- property string
- (String) The property.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- value string
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- all_
ifs Sequence[GetScc Rule Required Config All If Required Config And Or Or All If] - alls
Sequence[Get
Scc Rule Required Config All If Required Config And Or Or All] - ands
Sequence[Get
Scc Rule Required Config All If Required Config And Or Or And] - (List) The
AND
required configurations.- Constraints: The maximum length is
64
items. The minimum length is1
item. Nested schema for and:
- Constraints: The maximum length is
- anies
Sequence[Get
Scc Rule Required Config All If Required Config And Or Or Any] - any_
ifs Sequence[GetScc Rule Required Config All If Required Config And Or Or Any If] - description str
- (String) The required config description.
- Constraints: The maximum length is
512
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- operator str
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- ors
Sequence[Get
Scc Rule Required Config All If Required Config And Or Or Or] - (List) The
OR
required configurations.- Constraints: The maximum length is
64
items. The minimum length is1
item. Nested schema for or:
- Constraints: The maximum length is
- property str
- (String) The property.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- value str
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- all
Ifs List<Property Map> - alls List<Property Map>
- ands List<Property Map>
- (List) The
AND
required configurations.- Constraints: The maximum length is
64
items. The minimum length is1
item. Nested schema for and:
- Constraints: The maximum length is
- anies List<Property Map>
- any
Ifs List<Property Map> - description String
- (String) The required config description.
- Constraints: The maximum length is
512
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- operator String
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- ors List<Property Map>
- (List) The
OR
required configurations.- Constraints: The maximum length is
64
items. The minimum length is1
item. Nested schema for or:
- Constraints: The maximum length is
- property String
- (String) The property.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- value String
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
GetSccRuleRequiredConfigAllIfRequiredConfigAndOrOrAll
- Required
Configs List<GetScc Rule Required Config All If Required Config And Or Or All Required Config> - (List) The required configurations. Nested schema for required_config:
- Targets
List<Get
Scc Rule Required Config All If Required Config And Or Or All Target> - (List) The rule target. Nested schema for target:
- Required
Configs []GetScc Rule Required Config All If Required Config And Or Or All Required Config - (List) The required configurations. Nested schema for required_config:
- Targets
[]Get
Scc Rule Required Config All If Required Config And Or Or All Target - (List) The rule target. Nested schema for target:
- required
Configs List<GetScc Rule Required Config All If Required Config And Or Or All Required Config> - (List) The required configurations. Nested schema for required_config:
- targets
List<Get
Scc Rule Required Config All If Required Config And Or Or All Target> - (List) The rule target. Nested schema for target:
- required
Configs GetScc Rule Required Config All If Required Config And Or Or All Required Config[] - (List) The required configurations. Nested schema for required_config:
- targets
Get
Scc Rule Required Config All If Required Config And Or Or All Target[] - (List) The rule target. Nested schema for target:
- required_
configs Sequence[GetScc Rule Required Config All If Required Config And Or Or All Required Config] - (List) The required configurations. Nested schema for required_config:
- targets
Sequence[Get
Scc Rule Required Config All If Required Config And Or Or All Target] - (List) The rule target. Nested schema for target:
- required
Configs List<Property Map> - (List) The required configurations. Nested schema for required_config:
- targets List<Property Map>
- (List) The rule target. Nested schema for target:
GetSccRuleRequiredConfigAllIfRequiredConfigAndOrOrAllIf
- Required
Configs List<GetScc Rule Required Config All If Required Config And Or Or All If Required Config> - (List) The required configurations. Nested schema for required_config:
- Targets
List<Get
Scc Rule Required Config All If Required Config And Or Or All If Target> - (List) The rule target. Nested schema for target:
- Required
Configs []GetScc Rule Required Config All If Required Config And Or Or All If Required Config - (List) The required configurations. Nested schema for required_config:
- Targets
[]Get
Scc Rule Required Config All If Required Config And Or Or All If Target - (List) The rule target. Nested schema for target:
- required
Configs List<GetScc Rule Required Config All If Required Config And Or Or All If Required Config> - (List) The required configurations. Nested schema for required_config:
- targets
List<Get
Scc Rule Required Config All If Required Config And Or Or All If Target> - (List) The rule target. Nested schema for target:
- required
Configs GetScc Rule Required Config All If Required Config And Or Or All If Required Config[] - (List) The required configurations. Nested schema for required_config:
- targets
Get
Scc Rule Required Config All If Required Config And Or Or All If Target[] - (List) The rule target. Nested schema for target:
- required_
configs Sequence[GetScc Rule Required Config All If Required Config And Or Or All If Required Config] - (List) The required configurations. Nested schema for required_config:
- targets
Sequence[Get
Scc Rule Required Config All If Required Config And Or Or All If Target] - (List) The rule target. Nested schema for target:
- required
Configs List<Property Map> - (List) The required configurations. Nested schema for required_config:
- targets List<Property Map>
- (List) The rule target. Nested schema for target:
GetSccRuleRequiredConfigAllIfRequiredConfigAndOrOrAllIfRequiredConfig
- Description string
- (String) The required config description.
- Constraints: The maximum length is
512
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Operator string
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- Property string
- (String) The property.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Value string
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Description string
- (String) The required config description.
- Constraints: The maximum length is
512
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Operator string
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- Property string
- (String) The property.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Value string
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- description String
- (String) The required config description.
- Constraints: The maximum length is
512
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- operator String
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- property String
- (String) The property.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- value String
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- description string
- (String) The required config description.
- Constraints: The maximum length is
512
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- operator string
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- property string
- (String) The property.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- value string
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- description str
- (String) The required config description.
- Constraints: The maximum length is
512
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- operator str
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- property str
- (String) The property.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- value str
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- description String
- (String) The required config description.
- Constraints: The maximum length is
512
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- operator String
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- property String
- (String) The property.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- value String
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
GetSccRuleRequiredConfigAllIfRequiredConfigAndOrOrAllIfTarget
- Additional
Target List<GetAttributes Scc Rule Required Config All If Required Config And Or Or All If Target Additional Target Attribute> - (List) The list of targets supported properties.
- Constraints: The maximum length is
99999
items. The minimum length is0
items. Nested schema for additional_target_attributes:
- Constraints: The maximum length is
- Reference
Name string - Resource
Kind string - (String) The target resource kind.
- Constraints: The maximum length is
99999
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Service
Display stringName - (String) The display name of the target service.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Service
Name string - (String) The target service name.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Additional
Target []GetAttributes Scc Rule Required Config All If Required Config And Or Or All If Target Additional Target Attribute - (List) The list of targets supported properties.
- Constraints: The maximum length is
99999
items. The minimum length is0
items. Nested schema for additional_target_attributes:
- Constraints: The maximum length is
- Reference
Name string - Resource
Kind string - (String) The target resource kind.
- Constraints: The maximum length is
99999
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Service
Display stringName - (String) The display name of the target service.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Service
Name string - (String) The target service name.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- additional
Target List<GetAttributes Scc Rule Required Config All If Required Config And Or Or All If Target Additional Target Attribute> - (List) The list of targets supported properties.
- Constraints: The maximum length is
99999
items. The minimum length is0
items. Nested schema for additional_target_attributes:
- Constraints: The maximum length is
- reference
Name String - resource
Kind String - (String) The target resource kind.
- Constraints: The maximum length is
99999
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- service
Display StringName - (String) The display name of the target service.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- service
Name String - (String) The target service name.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- additional
Target GetAttributes Scc Rule Required Config All If Required Config And Or Or All If Target Additional Target Attribute[] - (List) The list of targets supported properties.
- Constraints: The maximum length is
99999
items. The minimum length is0
items. Nested schema for additional_target_attributes:
- Constraints: The maximum length is
- reference
Name string - resource
Kind string - (String) The target resource kind.
- Constraints: The maximum length is
99999
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- service
Display stringName - (String) The display name of the target service.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- service
Name string - (String) The target service name.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- additional_
target_ Sequence[Getattributes Scc Rule Required Config All If Required Config And Or Or All If Target Additional Target Attribute] - (List) The list of targets supported properties.
- Constraints: The maximum length is
99999
items. The minimum length is0
items. Nested schema for additional_target_attributes:
- Constraints: The maximum length is
- reference_
name str - resource_
kind str - (String) The target resource kind.
- Constraints: The maximum length is
99999
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- service_
display_ strname - (String) The display name of the target service.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- service_
name str - (String) The target service name.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- additional
Target List<Property Map>Attributes - (List) The list of targets supported properties.
- Constraints: The maximum length is
99999
items. The minimum length is0
items. Nested schema for additional_target_attributes:
- Constraints: The maximum length is
- reference
Name String - resource
Kind String - (String) The target resource kind.
- Constraints: The maximum length is
99999
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- service
Display StringName - (String) The display name of the target service.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- service
Name String - (String) The target service name.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
GetSccRuleRequiredConfigAllIfRequiredConfigAndOrOrAllIfTargetAdditionalTargetAttribute
- Name string
- (String) The additional target attribute name.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Operator string
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- Value string
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Name string
- (String) The additional target attribute name.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Operator string
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- Value string
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- name String
- (String) The additional target attribute name.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- operator String
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- value String
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- name string
- (String) The additional target attribute name.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- operator string
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- value string
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- name str
- (String) The additional target attribute name.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- operator str
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- value str
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- name String
- (String) The additional target attribute name.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- operator String
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- value String
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
GetSccRuleRequiredConfigAllIfRequiredConfigAndOrOrAllRequiredConfig
- Description string
- (String) The required config description.
- Constraints: The maximum length is
512
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Operator string
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- Property string
- (String) The property.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Value string
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Description string
- (String) The required config description.
- Constraints: The maximum length is
512
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Operator string
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- Property string
- (String) The property.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Value string
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- description String
- (String) The required config description.
- Constraints: The maximum length is
512
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- operator String
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- property String
- (String) The property.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- value String
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- description string
- (String) The required config description.
- Constraints: The maximum length is
512
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- operator string
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- property string
- (String) The property.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- value string
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- description str
- (String) The required config description.
- Constraints: The maximum length is
512
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- operator str
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- property str
- (String) The property.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- value str
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- description String
- (String) The required config description.
- Constraints: The maximum length is
512
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- operator String
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- property String
- (String) The property.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- value String
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
GetSccRuleRequiredConfigAllIfRequiredConfigAndOrOrAllTarget
- Additional
Target List<GetAttributes Scc Rule Required Config All If Required Config And Or Or All Target Additional Target Attribute> - (List) The list of targets supported properties.
- Constraints: The maximum length is
99999
items. The minimum length is0
items. Nested schema for additional_target_attributes:
- Constraints: The maximum length is
- Reference
Name string - Resource
Kind string - (String) The target resource kind.
- Constraints: The maximum length is
99999
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Service
Display stringName - (String) The display name of the target service.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Service
Name string - (String) The target service name.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Additional
Target []GetAttributes Scc Rule Required Config All If Required Config And Or Or All Target Additional Target Attribute - (List) The list of targets supported properties.
- Constraints: The maximum length is
99999
items. The minimum length is0
items. Nested schema for additional_target_attributes:
- Constraints: The maximum length is
- Reference
Name string - Resource
Kind string - (String) The target resource kind.
- Constraints: The maximum length is
99999
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Service
Display stringName - (String) The display name of the target service.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Service
Name string - (String) The target service name.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- additional
Target List<GetAttributes Scc Rule Required Config All If Required Config And Or Or All Target Additional Target Attribute> - (List) The list of targets supported properties.
- Constraints: The maximum length is
99999
items. The minimum length is0
items. Nested schema for additional_target_attributes:
- Constraints: The maximum length is
- reference
Name String - resource
Kind String - (String) The target resource kind.
- Constraints: The maximum length is
99999
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- service
Display StringName - (String) The display name of the target service.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- service
Name String - (String) The target service name.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- additional
Target GetAttributes Scc Rule Required Config All If Required Config And Or Or All Target Additional Target Attribute[] - (List) The list of targets supported properties.
- Constraints: The maximum length is
99999
items. The minimum length is0
items. Nested schema for additional_target_attributes:
- Constraints: The maximum length is
- reference
Name string - resource
Kind string - (String) The target resource kind.
- Constraints: The maximum length is
99999
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- service
Display stringName - (String) The display name of the target service.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- service
Name string - (String) The target service name.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- additional_
target_ Sequence[Getattributes Scc Rule Required Config All If Required Config And Or Or All Target Additional Target Attribute] - (List) The list of targets supported properties.
- Constraints: The maximum length is
99999
items. The minimum length is0
items. Nested schema for additional_target_attributes:
- Constraints: The maximum length is
- reference_
name str - resource_
kind str - (String) The target resource kind.
- Constraints: The maximum length is
99999
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- service_
display_ strname - (String) The display name of the target service.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- service_
name str - (String) The target service name.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- additional
Target List<Property Map>Attributes - (List) The list of targets supported properties.
- Constraints: The maximum length is
99999
items. The minimum length is0
items. Nested schema for additional_target_attributes:
- Constraints: The maximum length is
- reference
Name String - resource
Kind String - (String) The target resource kind.
- Constraints: The maximum length is
99999
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- service
Display StringName - (String) The display name of the target service.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- service
Name String - (String) The target service name.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
GetSccRuleRequiredConfigAllIfRequiredConfigAndOrOrAllTargetAdditionalTargetAttribute
- Name string
- (String) The additional target attribute name.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Operator string
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- Value string
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Name string
- (String) The additional target attribute name.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Operator string
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- Value string
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- name String
- (String) The additional target attribute name.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- operator String
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- value String
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- name string
- (String) The additional target attribute name.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- operator string
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- value string
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- name str
- (String) The additional target attribute name.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- operator str
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- value str
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- name String
- (String) The additional target attribute name.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- operator String
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- value String
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
GetSccRuleRequiredConfigAllIfRequiredConfigAndOrOrAnd
- Description string
- (String) The required config description.
- Constraints: The maximum length is
512
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Operator string
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- Property string
- (String) The property.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Value string
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Description string
- (String) The required config description.
- Constraints: The maximum length is
512
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Operator string
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- Property string
- (String) The property.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Value string
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- description String
- (String) The required config description.
- Constraints: The maximum length is
512
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- operator String
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- property String
- (String) The property.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- value String
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- description string
- (String) The required config description.
- Constraints: The maximum length is
512
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- operator string
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- property string
- (String) The property.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- value string
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- description str
- (String) The required config description.
- Constraints: The maximum length is
512
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- operator str
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- property str
- (String) The property.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- value str
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- description String
- (String) The required config description.
- Constraints: The maximum length is
512
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- operator String
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- property String
- (String) The property.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- value String
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
GetSccRuleRequiredConfigAllIfRequiredConfigAndOrOrAny
- Required
Configs List<GetScc Rule Required Config All If Required Config And Or Or Any Required Config> - (List) The required configurations. Nested schema for required_config:
- Targets
List<Get
Scc Rule Required Config All If Required Config And Or Or Any Target> - (List) The rule target. Nested schema for target:
- Required
Configs []GetScc Rule Required Config All If Required Config And Or Or Any Required Config - (List) The required configurations. Nested schema for required_config:
- Targets
[]Get
Scc Rule Required Config All If Required Config And Or Or Any Target - (List) The rule target. Nested schema for target:
- required
Configs List<GetScc Rule Required Config All If Required Config And Or Or Any Required Config> - (List) The required configurations. Nested schema for required_config:
- targets
List<Get
Scc Rule Required Config All If Required Config And Or Or Any Target> - (List) The rule target. Nested schema for target:
- required
Configs GetScc Rule Required Config All If Required Config And Or Or Any Required Config[] - (List) The required configurations. Nested schema for required_config:
- targets
Get
Scc Rule Required Config All If Required Config And Or Or Any Target[] - (List) The rule target. Nested schema for target:
- required_
configs Sequence[GetScc Rule Required Config All If Required Config And Or Or Any Required Config] - (List) The required configurations. Nested schema for required_config:
- targets
Sequence[Get
Scc Rule Required Config All If Required Config And Or Or Any Target] - (List) The rule target. Nested schema for target:
- required
Configs List<Property Map> - (List) The required configurations. Nested schema for required_config:
- targets List<Property Map>
- (List) The rule target. Nested schema for target:
GetSccRuleRequiredConfigAllIfRequiredConfigAndOrOrAnyIf
- Required
Configs List<GetScc Rule Required Config All If Required Config And Or Or Any If Required Config> - (List) The required configurations. Nested schema for required_config:
- Targets
List<Get
Scc Rule Required Config All If Required Config And Or Or Any If Target> - (List) The rule target. Nested schema for target:
- Required
Configs []GetScc Rule Required Config All If Required Config And Or Or Any If Required Config - (List) The required configurations. Nested schema for required_config:
- Targets
[]Get
Scc Rule Required Config All If Required Config And Or Or Any If Target - (List) The rule target. Nested schema for target:
- required
Configs List<GetScc Rule Required Config All If Required Config And Or Or Any If Required Config> - (List) The required configurations. Nested schema for required_config:
- targets
List<Get
Scc Rule Required Config All If Required Config And Or Or Any If Target> - (List) The rule target. Nested schema for target:
- required
Configs GetScc Rule Required Config All If Required Config And Or Or Any If Required Config[] - (List) The required configurations. Nested schema for required_config:
- targets
Get
Scc Rule Required Config All If Required Config And Or Or Any If Target[] - (List) The rule target. Nested schema for target:
- required_
configs Sequence[GetScc Rule Required Config All If Required Config And Or Or Any If Required Config] - (List) The required configurations. Nested schema for required_config:
- targets
Sequence[Get
Scc Rule Required Config All If Required Config And Or Or Any If Target] - (List) The rule target. Nested schema for target:
- required
Configs List<Property Map> - (List) The required configurations. Nested schema for required_config:
- targets List<Property Map>
- (List) The rule target. Nested schema for target:
GetSccRuleRequiredConfigAllIfRequiredConfigAndOrOrAnyIfRequiredConfig
- Description string
- (String) The required config description.
- Constraints: The maximum length is
512
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Operator string
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- Property string
- (String) The property.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Value string
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Description string
- (String) The required config description.
- Constraints: The maximum length is
512
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Operator string
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- Property string
- (String) The property.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Value string
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- description String
- (String) The required config description.
- Constraints: The maximum length is
512
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- operator String
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- property String
- (String) The property.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- value String
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- description string
- (String) The required config description.
- Constraints: The maximum length is
512
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- operator string
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- property string
- (String) The property.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- value string
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- description str
- (String) The required config description.
- Constraints: The maximum length is
512
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- operator str
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- property str
- (String) The property.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- value str
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- description String
- (String) The required config description.
- Constraints: The maximum length is
512
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- operator String
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- property String
- (String) The property.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- value String
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
GetSccRuleRequiredConfigAllIfRequiredConfigAndOrOrAnyIfTarget
- Additional
Target List<GetAttributes Scc Rule Required Config All If Required Config And Or Or Any If Target Additional Target Attribute> - (List) The list of targets supported properties.
- Constraints: The maximum length is
99999
items. The minimum length is0
items. Nested schema for additional_target_attributes:
- Constraints: The maximum length is
- Reference
Name string - Resource
Kind string - (String) The target resource kind.
- Constraints: The maximum length is
99999
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Service
Display stringName - (String) The display name of the target service.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Service
Name string - (String) The target service name.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Additional
Target []GetAttributes Scc Rule Required Config All If Required Config And Or Or Any If Target Additional Target Attribute - (List) The list of targets supported properties.
- Constraints: The maximum length is
99999
items. The minimum length is0
items. Nested schema for additional_target_attributes:
- Constraints: The maximum length is
- Reference
Name string - Resource
Kind string - (String) The target resource kind.
- Constraints: The maximum length is
99999
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Service
Display stringName - (String) The display name of the target service.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Service
Name string - (String) The target service name.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- additional
Target List<GetAttributes Scc Rule Required Config All If Required Config And Or Or Any If Target Additional Target Attribute> - (List) The list of targets supported properties.
- Constraints: The maximum length is
99999
items. The minimum length is0
items. Nested schema for additional_target_attributes:
- Constraints: The maximum length is
- reference
Name String - resource
Kind String - (String) The target resource kind.
- Constraints: The maximum length is
99999
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- service
Display StringName - (String) The display name of the target service.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- service
Name String - (String) The target service name.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- additional
Target GetAttributes Scc Rule Required Config All If Required Config And Or Or Any If Target Additional Target Attribute[] - (List) The list of targets supported properties.
- Constraints: The maximum length is
99999
items. The minimum length is0
items. Nested schema for additional_target_attributes:
- Constraints: The maximum length is
- reference
Name string - resource
Kind string - (String) The target resource kind.
- Constraints: The maximum length is
99999
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- service
Display stringName - (String) The display name of the target service.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- service
Name string - (String) The target service name.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- additional_
target_ Sequence[Getattributes Scc Rule Required Config All If Required Config And Or Or Any If Target Additional Target Attribute] - (List) The list of targets supported properties.
- Constraints: The maximum length is
99999
items. The minimum length is0
items. Nested schema for additional_target_attributes:
- Constraints: The maximum length is
- reference_
name str - resource_
kind str - (String) The target resource kind.
- Constraints: The maximum length is
99999
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- service_
display_ strname - (String) The display name of the target service.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- service_
name str - (String) The target service name.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- additional
Target List<Property Map>Attributes - (List) The list of targets supported properties.
- Constraints: The maximum length is
99999
items. The minimum length is0
items. Nested schema for additional_target_attributes:
- Constraints: The maximum length is
- reference
Name String - resource
Kind String - (String) The target resource kind.
- Constraints: The maximum length is
99999
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- service
Display StringName - (String) The display name of the target service.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- service
Name String - (String) The target service name.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
GetSccRuleRequiredConfigAllIfRequiredConfigAndOrOrAnyIfTargetAdditionalTargetAttribute
- Name string
- (String) The additional target attribute name.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Operator string
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- Value string
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Name string
- (String) The additional target attribute name.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Operator string
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- Value string
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- name String
- (String) The additional target attribute name.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- operator String
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- value String
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- name string
- (String) The additional target attribute name.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- operator string
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- value string
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- name str
- (String) The additional target attribute name.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- operator str
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- value str
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- name String
- (String) The additional target attribute name.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- operator String
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- value String
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
GetSccRuleRequiredConfigAllIfRequiredConfigAndOrOrAnyRequiredConfig
- Description string
- (String) The required config description.
- Constraints: The maximum length is
512
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Operator string
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- Property string
- (String) The property.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Value string
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Description string
- (String) The required config description.
- Constraints: The maximum length is
512
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Operator string
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- Property string
- (String) The property.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Value string
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- description String
- (String) The required config description.
- Constraints: The maximum length is
512
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- operator String
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- property String
- (String) The property.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- value String
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- description string
- (String) The required config description.
- Constraints: The maximum length is
512
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- operator string
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- property string
- (String) The property.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- value string
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- description str
- (String) The required config description.
- Constraints: The maximum length is
512
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- operator str
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- property str
- (String) The property.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- value str
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- description String
- (String) The required config description.
- Constraints: The maximum length is
512
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- operator String
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- property String
- (String) The property.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- value String
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
GetSccRuleRequiredConfigAllIfRequiredConfigAndOrOrAnyTarget
- Additional
Target List<GetAttributes Scc Rule Required Config All If Required Config And Or Or Any Target Additional Target Attribute> - (List) The list of targets supported properties.
- Constraints: The maximum length is
99999
items. The minimum length is0
items. Nested schema for additional_target_attributes:
- Constraints: The maximum length is
- Reference
Name string - Resource
Kind string - (String) The target resource kind.
- Constraints: The maximum length is
99999
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Service
Display stringName - (String) The display name of the target service.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Service
Name string - (String) The target service name.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Additional
Target []GetAttributes Scc Rule Required Config All If Required Config And Or Or Any Target Additional Target Attribute - (List) The list of targets supported properties.
- Constraints: The maximum length is
99999
items. The minimum length is0
items. Nested schema for additional_target_attributes:
- Constraints: The maximum length is
- Reference
Name string - Resource
Kind string - (String) The target resource kind.
- Constraints: The maximum length is
99999
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Service
Display stringName - (String) The display name of the target service.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Service
Name string - (String) The target service name.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- additional
Target List<GetAttributes Scc Rule Required Config All If Required Config And Or Or Any Target Additional Target Attribute> - (List) The list of targets supported properties.
- Constraints: The maximum length is
99999
items. The minimum length is0
items. Nested schema for additional_target_attributes:
- Constraints: The maximum length is
- reference
Name String - resource
Kind String - (String) The target resource kind.
- Constraints: The maximum length is
99999
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- service
Display StringName - (String) The display name of the target service.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- service
Name String - (String) The target service name.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- additional
Target GetAttributes Scc Rule Required Config All If Required Config And Or Or Any Target Additional Target Attribute[] - (List) The list of targets supported properties.
- Constraints: The maximum length is
99999
items. The minimum length is0
items. Nested schema for additional_target_attributes:
- Constraints: The maximum length is
- reference
Name string - resource
Kind string - (String) The target resource kind.
- Constraints: The maximum length is
99999
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- service
Display stringName - (String) The display name of the target service.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- service
Name string - (String) The target service name.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- additional_
target_ Sequence[Getattributes Scc Rule Required Config All If Required Config And Or Or Any Target Additional Target Attribute] - (List) The list of targets supported properties.
- Constraints: The maximum length is
99999
items. The minimum length is0
items. Nested schema for additional_target_attributes:
- Constraints: The maximum length is
- reference_
name str - resource_
kind str - (String) The target resource kind.
- Constraints: The maximum length is
99999
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- service_
display_ strname - (String) The display name of the target service.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- service_
name str - (String) The target service name.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- additional
Target List<Property Map>Attributes - (List) The list of targets supported properties.
- Constraints: The maximum length is
99999
items. The minimum length is0
items. Nested schema for additional_target_attributes:
- Constraints: The maximum length is
- reference
Name String - resource
Kind String - (String) The target resource kind.
- Constraints: The maximum length is
99999
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- service
Display StringName - (String) The display name of the target service.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- service
Name String - (String) The target service name.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
GetSccRuleRequiredConfigAllIfRequiredConfigAndOrOrAnyTargetAdditionalTargetAttribute
- Name string
- (String) The additional target attribute name.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Operator string
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- Value string
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Name string
- (String) The additional target attribute name.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Operator string
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- Value string
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- name String
- (String) The additional target attribute name.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- operator String
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- value String
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- name string
- (String) The additional target attribute name.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- operator string
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- value string
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- name str
- (String) The additional target attribute name.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- operator str
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- value str
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- name String
- (String) The additional target attribute name.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- operator String
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- value String
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
GetSccRuleRequiredConfigAllIfRequiredConfigAndOrOrOr
- Description string
- (String) The required config description.
- Constraints: The maximum length is
512
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Operator string
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- Property string
- (String) The property.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Value string
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Description string
- (String) The required config description.
- Constraints: The maximum length is
512
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Operator string
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- Property string
- (String) The property.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Value string
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- description String
- (String) The required config description.
- Constraints: The maximum length is
512
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- operator String
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- property String
- (String) The property.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- value String
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- description string
- (String) The required config description.
- Constraints: The maximum length is
512
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- operator string
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- property string
- (String) The property.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- value string
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- description str
- (String) The required config description.
- Constraints: The maximum length is
512
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- operator str
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- property str
- (String) The property.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- value str
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- description String
- (String) The required config description.
- Constraints: The maximum length is
512
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- operator String
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- property String
- (String) The property.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- value String
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
GetSccRuleRequiredConfigAllIfRequiredConfigAny
- Required
Configs List<GetScc Rule Required Config All If Required Config Any Required Config> - (List) The required configurations. Nested schema for required_config:
- Targets
List<Get
Scc Rule Required Config All If Required Config Any Target> - (List) The rule target. Nested schema for target:
- Required
Configs []GetScc Rule Required Config All If Required Config Any Required Config - (List) The required configurations. Nested schema for required_config:
- Targets
[]Get
Scc Rule Required Config All If Required Config Any Target - (List) The rule target. Nested schema for target:
- required
Configs List<GetScc Rule Required Config All If Required Config Any Required Config> - (List) The required configurations. Nested schema for required_config:
- targets
List<Get
Scc Rule Required Config All If Required Config Any Target> - (List) The rule target. Nested schema for target:
- required
Configs GetScc Rule Required Config All If Required Config Any Required Config[] - (List) The required configurations. Nested schema for required_config:
- targets
Get
Scc Rule Required Config All If Required Config Any Target[] - (List) The rule target. Nested schema for target:
- required_
configs Sequence[GetScc Rule Required Config All If Required Config Any Required Config] - (List) The required configurations. Nested schema for required_config:
- targets
Sequence[Get
Scc Rule Required Config All If Required Config Any Target] - (List) The rule target. Nested schema for target:
- required
Configs List<Property Map> - (List) The required configurations. Nested schema for required_config:
- targets List<Property Map>
- (List) The rule target. Nested schema for target:
GetSccRuleRequiredConfigAllIfRequiredConfigAnyIf
- Required
Configs List<GetScc Rule Required Config All If Required Config Any If Required Config> - (List) The required configurations. Nested schema for required_config:
- Targets
List<Get
Scc Rule Required Config All If Required Config Any If Target> - (List) The rule target. Nested schema for target:
- Required
Configs []GetScc Rule Required Config All If Required Config Any If Required Config - (List) The required configurations. Nested schema for required_config:
- Targets
[]Get
Scc Rule Required Config All If Required Config Any If Target - (List) The rule target. Nested schema for target:
- required
Configs List<GetScc Rule Required Config All If Required Config Any If Required Config> - (List) The required configurations. Nested schema for required_config:
- targets
List<Get
Scc Rule Required Config All If Required Config Any If Target> - (List) The rule target. Nested schema for target:
- required
Configs GetScc Rule Required Config All If Required Config Any If Required Config[] - (List) The required configurations. Nested schema for required_config:
- targets
Get
Scc Rule Required Config All If Required Config Any If Target[] - (List) The rule target. Nested schema for target:
- required_
configs Sequence[GetScc Rule Required Config All If Required Config Any If Required Config] - (List) The required configurations. Nested schema for required_config:
- targets
Sequence[Get
Scc Rule Required Config All If Required Config Any If Target] - (List) The rule target. Nested schema for target:
- required
Configs List<Property Map> - (List) The required configurations. Nested schema for required_config:
- targets List<Property Map>
- (List) The rule target. Nested schema for target:
GetSccRuleRequiredConfigAllIfRequiredConfigAnyIfRequiredConfig
- All
Ifs List<GetScc Rule Required Config All If Required Config Any If Required Config All If> - Alls
List<Get
Scc Rule Required Config All If Required Config Any If Required Config All> - Ands
List<Get
Scc Rule Required Config All If Required Config Any If Required Config And> - (List) The
AND
required configurations.- Constraints: The maximum length is
64
items. The minimum length is1
item. Nested schema for and:
- Constraints: The maximum length is
- Anies
List<Get
Scc Rule Required Config All If Required Config Any If Required Config Any> - Any
Ifs List<GetScc Rule Required Config All If Required Config Any If Required Config Any If> - Description string
- (String) The required config description.
- Constraints: The maximum length is
512
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Operator string
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- Ors
List<Get
Scc Rule Required Config All If Required Config Any If Required Config Or> - (List) The
OR
required configurations.- Constraints: The maximum length is
64
items. The minimum length is1
item. Nested schema for or:
- Constraints: The maximum length is
- Property string
- (String) The property.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Value string
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- All
Ifs []GetScc Rule Required Config All If Required Config Any If Required Config All If - Alls
[]Get
Scc Rule Required Config All If Required Config Any If Required Config All - Ands
[]Get
Scc Rule Required Config All If Required Config Any If Required Config And - (List) The
AND
required configurations.- Constraints: The maximum length is
64
items. The minimum length is1
item. Nested schema for and:
- Constraints: The maximum length is
- Anies
[]Get
Scc Rule Required Config All If Required Config Any If Required Config Any - Any
Ifs []GetScc Rule Required Config All If Required Config Any If Required Config Any If - Description string
- (String) The required config description.
- Constraints: The maximum length is
512
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Operator string
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- Ors
[]Get
Scc Rule Required Config All If Required Config Any If Required Config Or - (List) The
OR
required configurations.- Constraints: The maximum length is
64
items. The minimum length is1
item. Nested schema for or:
- Constraints: The maximum length is
- Property string
- (String) The property.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Value string
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- all
Ifs List<GetScc Rule Required Config All If Required Config Any If Required Config All If> - alls
List<Get
Scc Rule Required Config All If Required Config Any If Required Config All> - ands
List<Get
Scc Rule Required Config All If Required Config Any If Required Config And> - (List) The
AND
required configurations.- Constraints: The maximum length is
64
items. The minimum length is1
item. Nested schema for and:
- Constraints: The maximum length is
- anies
List<Get
Scc Rule Required Config All If Required Config Any If Required Config Any> - any
Ifs List<GetScc Rule Required Config All If Required Config Any If Required Config Any If> - description String
- (String) The required config description.
- Constraints: The maximum length is
512
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- operator String
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- ors
List<Get
Scc Rule Required Config All If Required Config Any If Required Config Or> - (List) The
OR
required configurations.- Constraints: The maximum length is
64
items. The minimum length is1
item. Nested schema for or:
- Constraints: The maximum length is
- property String
- (String) The property.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- value String
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- all
Ifs GetScc Rule Required Config All If Required Config Any If Required Config All If[] - alls
Get
Scc Rule Required Config All If Required Config Any If Required Config All[] - ands
Get
Scc Rule Required Config All If Required Config Any If Required Config And[] - (List) The
AND
required configurations.- Constraints: The maximum length is
64
items. The minimum length is1
item. Nested schema for and:
- Constraints: The maximum length is
- anies
Get
Scc Rule Required Config All If Required Config Any If Required Config Any[] - any
Ifs GetScc Rule Required Config All If Required Config Any If Required Config Any If[] - description string
- (String) The required config description.
- Constraints: The maximum length is
512
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- operator string
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- ors
Get
Scc Rule Required Config All If Required Config Any If Required Config Or[] - (List) The
OR
required configurations.- Constraints: The maximum length is
64
items. The minimum length is1
item. Nested schema for or:
- Constraints: The maximum length is
- property string
- (String) The property.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- value string
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- all_
ifs Sequence[GetScc Rule Required Config All If Required Config Any If Required Config All If] - alls
Sequence[Get
Scc Rule Required Config All If Required Config Any If Required Config All] - ands
Sequence[Get
Scc Rule Required Config All If Required Config Any If Required Config And] - (List) The
AND
required configurations.- Constraints: The maximum length is
64
items. The minimum length is1
item. Nested schema for and:
- Constraints: The maximum length is
- anies
Sequence[Get
Scc Rule Required Config All If Required Config Any If Required Config Any] - any_
ifs Sequence[GetScc Rule Required Config All If Required Config Any If Required Config Any If] - description str
- (String) The required config description.
- Constraints: The maximum length is
512
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- operator str
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- ors
Sequence[Get
Scc Rule Required Config All If Required Config Any If Required Config Or] - (List) The
OR
required configurations.- Constraints: The maximum length is
64
items. The minimum length is1
item. Nested schema for or:
- Constraints: The maximum length is
- property str
- (String) The property.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- value str
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- all
Ifs List<Property Map> - alls List<Property Map>
- ands List<Property Map>
- (List) The
AND
required configurations.- Constraints: The maximum length is
64
items. The minimum length is1
item. Nested schema for and:
- Constraints: The maximum length is
- anies List<Property Map>
- any
Ifs List<Property Map> - description String
- (String) The required config description.
- Constraints: The maximum length is
512
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- operator String
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- ors List<Property Map>
- (List) The
OR
required configurations.- Constraints: The maximum length is
64
items. The minimum length is1
item. Nested schema for or:
- Constraints: The maximum length is
- property String
- (String) The property.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- value String
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
GetSccRuleRequiredConfigAllIfRequiredConfigAnyIfRequiredConfigAll
- Required
Configs List<GetScc Rule Required Config All If Required Config Any If Required Config All Required Config> - (List) The required configurations. Nested schema for required_config:
- Targets
List<Get
Scc Rule Required Config All If Required Config Any If Required Config All Target> - (List) The rule target. Nested schema for target:
- Required
Configs []GetScc Rule Required Config All If Required Config Any If Required Config All Required Config - (List) The required configurations. Nested schema for required_config:
- Targets
[]Get
Scc Rule Required Config All If Required Config Any If Required Config All Target - (List) The rule target. Nested schema for target:
- required
Configs List<GetScc Rule Required Config All If Required Config Any If Required Config All Required Config> - (List) The required configurations. Nested schema for required_config:
- targets
List<Get
Scc Rule Required Config All If Required Config Any If Required Config All Target> - (List) The rule target. Nested schema for target:
- required
Configs GetScc Rule Required Config All If Required Config Any If Required Config All Required Config[] - (List) The required configurations. Nested schema for required_config:
- targets
Get
Scc Rule Required Config All If Required Config Any If Required Config All Target[] - (List) The rule target. Nested schema for target:
- required_
configs Sequence[GetScc Rule Required Config All If Required Config Any If Required Config All Required Config] - (List) The required configurations. Nested schema for required_config:
- targets
Sequence[Get
Scc Rule Required Config All If Required Config Any If Required Config All Target] - (List) The rule target. Nested schema for target:
- required
Configs List<Property Map> - (List) The required configurations. Nested schema for required_config:
- targets List<Property Map>
- (List) The rule target. Nested schema for target:
GetSccRuleRequiredConfigAllIfRequiredConfigAnyIfRequiredConfigAllIf
- Required
Configs List<GetScc Rule Required Config All If Required Config Any If Required Config All If Required Config> - (List) The required configurations. Nested schema for required_config:
- Targets
List<Get
Scc Rule Required Config All If Required Config Any If Required Config All If Target> - (List) The rule target. Nested schema for target:
- Required
Configs []GetScc Rule Required Config All If Required Config Any If Required Config All If Required Config - (List) The required configurations. Nested schema for required_config:
- Targets
[]Get
Scc Rule Required Config All If Required Config Any If Required Config All If Target - (List) The rule target. Nested schema for target:
- required
Configs List<GetScc Rule Required Config All If Required Config Any If Required Config All If Required Config> - (List) The required configurations. Nested schema for required_config:
- targets
List<Get
Scc Rule Required Config All If Required Config Any If Required Config All If Target> - (List) The rule target. Nested schema for target:
- required
Configs GetScc Rule Required Config All If Required Config Any If Required Config All If Required Config[] - (List) The required configurations. Nested schema for required_config:
- targets
Get
Scc Rule Required Config All If Required Config Any If Required Config All If Target[] - (List) The rule target. Nested schema for target:
- required_
configs Sequence[GetScc Rule Required Config All If Required Config Any If Required Config All If Required Config] - (List) The required configurations. Nested schema for required_config:
- targets
Sequence[Get
Scc Rule Required Config All If Required Config Any If Required Config All If Target] - (List) The rule target. Nested schema for target:
- required
Configs List<Property Map> - (List) The required configurations. Nested schema for required_config:
- targets List<Property Map>
- (List) The rule target. Nested schema for target:
GetSccRuleRequiredConfigAllIfRequiredConfigAnyIfRequiredConfigAllIfRequiredConfig
- Description string
- (String) The required config description.
- Constraints: The maximum length is
512
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Operator string
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- Property string
- (String) The property.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Value string
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Description string
- (String) The required config description.
- Constraints: The maximum length is
512
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Operator string
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- Property string
- (String) The property.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Value string
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- description String
- (String) The required config description.
- Constraints: The maximum length is
512
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- operator String
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- property String
- (String) The property.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- value String
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- description string
- (String) The required config description.
- Constraints: The maximum length is
512
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- operator string
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- property string
- (String) The property.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- value string
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- description str
- (String) The required config description.
- Constraints: The maximum length is
512
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- operator str
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- property str
- (String) The property.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- value str
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- description String
- (String) The required config description.
- Constraints: The maximum length is
512
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- operator String
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- property String
- (String) The property.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- value String
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
GetSccRuleRequiredConfigAllIfRequiredConfigAnyIfRequiredConfigAllIfTarget
- Additional
Target List<GetAttributes Scc Rule Required Config All If Required Config Any If Required Config All If Target Additional Target Attribute> - (List) The list of targets supported properties.
- Constraints: The maximum length is
99999
items. The minimum length is0
items. Nested schema for additional_target_attributes:
- Constraints: The maximum length is
- Reference
Name string - Resource
Kind string - (String) The target resource kind.
- Constraints: The maximum length is
99999
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Service
Display stringName - (String) The display name of the target service.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Service
Name string - (String) The target service name.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Additional
Target []GetAttributes Scc Rule Required Config All If Required Config Any If Required Config All If Target Additional Target Attribute - (List) The list of targets supported properties.
- Constraints: The maximum length is
99999
items. The minimum length is0
items. Nested schema for additional_target_attributes:
- Constraints: The maximum length is
- Reference
Name string - Resource
Kind string - (String) The target resource kind.
- Constraints: The maximum length is
99999
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Service
Display stringName - (String) The display name of the target service.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Service
Name string - (String) The target service name.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- additional
Target List<GetAttributes Scc Rule Required Config All If Required Config Any If Required Config All If Target Additional Target Attribute> - (List) The list of targets supported properties.
- Constraints: The maximum length is
99999
items. The minimum length is0
items. Nested schema for additional_target_attributes:
- Constraints: The maximum length is
- reference
Name String - resource
Kind String - (String) The target resource kind.
- Constraints: The maximum length is
99999
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- service
Display StringName - (String) The display name of the target service.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- service
Name String - (String) The target service name.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- additional
Target GetAttributes Scc Rule Required Config All If Required Config Any If Required Config All If Target Additional Target Attribute[] - (List) The list of targets supported properties.
- Constraints: The maximum length is
99999
items. The minimum length is0
items. Nested schema for additional_target_attributes:
- Constraints: The maximum length is
- reference
Name string - resource
Kind string - (String) The target resource kind.
- Constraints: The maximum length is
99999
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- service
Display stringName - (String) The display name of the target service.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- service
Name string - (String) The target service name.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- additional_
target_ Sequence[Getattributes Scc Rule Required Config All If Required Config Any If Required Config All If Target Additional Target Attribute] - (List) The list of targets supported properties.
- Constraints: The maximum length is
99999
items. The minimum length is0
items. Nested schema for additional_target_attributes:
- Constraints: The maximum length is
- reference_
name str - resource_
kind str - (String) The target resource kind.
- Constraints: The maximum length is
99999
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- service_
display_ strname - (String) The display name of the target service.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- service_
name str - (String) The target service name.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- additional
Target List<Property Map>Attributes - (List) The list of targets supported properties.
- Constraints: The maximum length is
99999
items. The minimum length is0
items. Nested schema for additional_target_attributes:
- Constraints: The maximum length is
- reference
Name String - resource
Kind String - (String) The target resource kind.
- Constraints: The maximum length is
99999
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- service
Display StringName - (String) The display name of the target service.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- service
Name String - (String) The target service name.
- Constraints: The maximum length is
64
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
GetSccRuleRequiredConfigAllIfRequiredConfigAnyIfRequiredConfigAllIfTargetAdditionalTargetAttribute
- Name string
- (String) The additional target attribute name.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Operator string
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- Value string
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Name string
- (String) The additional target attribute name.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Operator string
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- Value string
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- name String
- (String) The additional target attribute name.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- operator String
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- value String
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- name string
- (String) The additional target attribute name.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- operator string
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- value string
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- name str
- (String) The additional target attribute name.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- operator str
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- value str
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- name String
- (String) The additional target attribute name.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- operator String
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- value String
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
GetSccRuleRequiredConfigAllIfRequiredConfigAnyIfRequiredConfigAllRequiredConfig
- Description string
- (String) The required config description.
- Constraints: The maximum length is
512
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Operator string
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- Property string
- (String) The property.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Value string
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Description string
- (String) The required config description.
- Constraints: The maximum length is
512
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Operator string
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- Property string
- (String) The property.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Value string
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- description String
- (String) The required config description.
- Constraints: The maximum length is
512
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- operator String
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- property String
- (String) The property.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- value String
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- description string
- (String) The required config description.
- Constraints: The maximum length is
512
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- operator string
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- property string
- (String) The property.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- value string
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- description str
- (String) The required config description.
- Constraints: The maximum length is
512
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- operator str
- (String) The operator.
- Constraints: Allowable values are:
string_equals
,string_not_equals
,string_match
,string_not_match
,string_contains
,string_not_contains
,num_equals
,num_not_equals
,num_less_than
,num_less_than_equals
,num_greater_than
,num_greater_than_equals
,is_empty
,is_not_empty
,is_true
,is_false
,strings_in_list
,strings_allowed
,strings_required
,ips_in_range
,ips_equals
,ips_not_equals
,days_less_than
.
- Constraints: Allowable values are:
- property str
- (String) The property.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- value str
- (String) The value.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is