src.index.getAppSecPenaltyBox.scala Maven / Gradle / Ivy
The newest version!
package besom.api.akamai
def getAppSecPenaltyBox(using ctx: besom.types.Context)(
args: besom.api.akamai.GetAppSecPenaltyBoxArgs,
opts: besom.InvokeOptions = besom.InvokeOptions()
): besom.types.Output[besom.api.akamai.GetAppSecPenaltyBoxResult] =
ctx.invoke[besom.api.akamai.GetAppSecPenaltyBoxArgs, besom.api.akamai.GetAppSecPenaltyBoxResult]("akamai:index/getAppSecPenaltyBox:getAppSecPenaltyBox", args, opts)