akamai logo
Akamai v4.4.0, Apr 18 23

akamai.getAppSecEval

Explore with Pulumi AI

Using getAppSecEval

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 getAppSecEval(args: GetAppSecEvalArgs, opts?: InvokeOptions): Promise<GetAppSecEvalResult>
function getAppSecEvalOutput(args: GetAppSecEvalOutputArgs, opts?: InvokeOptions): Output<GetAppSecEvalResult>
def get_app_sec_eval(config_id: Optional[int] = None,
                     security_policy_id: Optional[str] = None,
                     opts: Optional[InvokeOptions] = None) -> GetAppSecEvalResult
def get_app_sec_eval_output(config_id: Optional[pulumi.Input[int]] = None,
                     security_policy_id: Optional[pulumi.Input[str]] = None,
                     opts: Optional[InvokeOptions] = None) -> Output[GetAppSecEvalResult]
func LookupAppSecEval(ctx *Context, args *LookupAppSecEvalArgs, opts ...InvokeOption) (*LookupAppSecEvalResult, error)
func LookupAppSecEvalOutput(ctx *Context, args *LookupAppSecEvalOutputArgs, opts ...InvokeOption) LookupAppSecEvalResultOutput

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

public static class GetAppSecEval 
{
    public static Task<GetAppSecEvalResult> InvokeAsync(GetAppSecEvalArgs args, InvokeOptions? opts = null)
    public static Output<GetAppSecEvalResult> Invoke(GetAppSecEvalInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetAppSecEvalResult> getAppSecEval(GetAppSecEvalArgs args, InvokeOptions options)
// Output-based functions aren't available in Java yet
fn::invoke:
  function: akamai:index/getAppSecEval:getAppSecEval
  arguments:
    # arguments dictionary

The following arguments are supported:

getAppSecEval Result

The following output properties are available:

ConfigId int
Id string

The provider-assigned unique ID for this managed resource.

OutputText string
SecurityPolicyId string
ConfigId int
Id string

The provider-assigned unique ID for this managed resource.

OutputText string
SecurityPolicyId string
configId Integer
id String

The provider-assigned unique ID for this managed resource.

outputText String
securityPolicyId String
configId number
id string

The provider-assigned unique ID for this managed resource.

outputText string
securityPolicyId string
config_id int
id str

The provider-assigned unique ID for this managed resource.

output_text str
security_policy_id str
configId Number
id String

The provider-assigned unique ID for this managed resource.

outputText String
securityPolicyId String

Package Details

Repository
Akamai pulumi/pulumi-akamai
License
Apache-2.0
Notes

This Pulumi package is based on the akamai Terraform Provider.