Akamai v7.5.0 published on Friday, Oct 11, 2024 by Pulumi
akamai.getAppSecEvalGroups
Explore with Pulumi AI
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 - Security
Policy stringId - Attack
Group string
- Config
Id int - Security
Policy stringId - Attack
Group string
- config
Id Integer - security
Policy StringId - attack
Group String
- config
Id number - security
Policy stringId - attack
Group string
- config_
id int - security_
policy_ strid - attack_
group str
- config
Id Number - security
Policy StringId - attack
Group String
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
- Akamai pulumi/pulumi-akamai
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
akamai
Terraform Provider.