Akamai
getAppSecEvalGroups
Using getAppSecEvalGroups
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 getAppSecEvalGroups(args: GetAppSecEvalGroupsArgs, opts?: InvokeOptions): Promise<GetAppSecEvalGroupsResult>
function getAppSecEvalGroupsOutput(args: GetAppSecEvalGroupsOutputArgs, opts?: InvokeOptions): Output<GetAppSecEvalGroupsResult>
def get_app_sec_eval_groups(attack_group: Optional[str] = None,
config_id: Optional[int] = None,
security_policy_id: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetAppSecEvalGroupsResult
def get_app_sec_eval_groups_output(attack_group: Optional[pulumi.Input[str]] = None,
config_id: Optional[pulumi.Input[int]] = None,
security_policy_id: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetAppSecEvalGroupsResult]
func GetAppSecEvalGroups(ctx *Context, args *GetAppSecEvalGroupsArgs, opts ...InvokeOption) (*GetAppSecEvalGroupsResult, error)
func GetAppSecEvalGroupsOutput(ctx *Context, args *GetAppSecEvalGroupsOutputArgs, opts ...InvokeOption) GetAppSecEvalGroupsResultOutput
> Note: This function is named GetAppSecEvalGroups
in the Go SDK.
public static class GetAppSecEvalGroups
{
public static Task<GetAppSecEvalGroupsResult> InvokeAsync(GetAppSecEvalGroupsArgs args, InvokeOptions? opts = null)
public static Output<GetAppSecEvalGroupsResult> Invoke(GetAppSecEvalGroupsInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetAppSecEvalGroupsResult> getAppSecEvalGroups(GetAppSecEvalGroupsArgs args, InvokeOptions options)
// Output-based functions aren't available in Java yet
Fn::Invoke:
Function: akamai:index/getAppSecEvalGroups:getAppSecEvalGroups
Arguments:
# Arguments dictionary
The following arguments are supported:
- Config
Id int . Unique identifier of the security configuration associated with the evaluation attack group.
- Security
Policy stringId . Unique identifier of the security policy associated with the evaluation attack group.
- Attack
Group string . Unique identifier of the evaluation attack group you want to return information for. If not included, information is returned for all your evaluation attack groups.
- Config
Id int . Unique identifier of the security configuration associated with the evaluation attack group.
- Security
Policy stringId . Unique identifier of the security policy associated with the evaluation attack group.
- Attack
Group string . Unique identifier of the evaluation attack group you want to return information for. If not included, information is returned for all your evaluation attack groups.
- config
Id Integer . Unique identifier of the security configuration associated with the evaluation attack group.
- security
Policy StringId . Unique identifier of the security policy associated with the evaluation attack group.
- attack
Group String . Unique identifier of the evaluation attack group you want to return information for. If not included, information is returned for all your evaluation attack groups.
- config
Id number . Unique identifier of the security configuration associated with the evaluation attack group.
- security
Policy stringId . Unique identifier of the security policy associated with the evaluation attack group.
- attack
Group string . Unique identifier of the evaluation attack group you want to return information for. If not included, information is returned for all your evaluation attack groups.
- config_
id int . Unique identifier of the security configuration associated with the evaluation attack group.
- security_
policy_ strid . Unique identifier of the security policy associated with the evaluation attack group.
- attack_
group str . Unique identifier of the evaluation attack group you want to return information for. If not included, information is returned for all your evaluation attack groups.
- config
Id Number . Unique identifier of the security configuration associated with the evaluation attack group.
- security
Policy StringId . Unique identifier of the security policy associated with the evaluation attack group.
- attack
Group String . Unique identifier of the evaluation attack group you want to return information for. If not included, information is returned for all your evaluation attack groups.
getAppSecEvalGroups Result
The following output properties are available:
- Attack
Group stringAction - Condition
Exception string - Config
Id int - Id string
The provider-assigned unique ID for this managed resource.
- Json string
- Output
Text string - Security
Policy stringId - Attack
Group string
- Attack
Group stringAction - Condition
Exception string - Config
Id int - Id string
The provider-assigned unique ID for this managed resource.
- Json string
- Output
Text string - Security
Policy stringId - Attack
Group string
- attack
Group StringAction - condition
Exception String - config
Id Integer - id String
The provider-assigned unique ID for this managed resource.
- json String
- output
Text String - security
Policy StringId - attack
Group String
- attack
Group stringAction - condition
Exception string - config
Id number - id string
The provider-assigned unique ID for this managed resource.
- json string
- output
Text string - security
Policy stringId - attack
Group string
- attack_
group_ straction - condition_
exception str - config_
id int - id str
The provider-assigned unique ID for this managed resource.
- json str
- output_
text str - security_
policy_ strid - attack_
group str
- attack
Group StringAction - condition
Exception String - config
Id Number - id String
The provider-assigned unique ID for this managed resource.
- json String
- output
Text String - security
Policy StringId - attack
Group String
Package Details
- Repository
- https://github.com/pulumi/pulumi-akamai
- License
- Apache-2.0
- Notes
This Pulumi package is based on the
akamai
Terraform Provider.