All Downloads are FREE. Search and download functionalities are using the official Maven repository.

src.index.getAppSecRules.scala Maven / Gradle / Ivy

The newest version!
package besom.api.akamai

def getAppSecRules(using ctx: besom.types.Context)(
  args: besom.api.akamai.GetAppSecRulesArgs,
  opts: besom.InvokeOptions = besom.InvokeOptions()
): besom.types.Output[besom.api.akamai.GetAppSecRulesResult] =
   ctx.invoke[besom.api.akamai.GetAppSecRulesArgs, besom.api.akamai.GetAppSecRulesResult]("akamai:index/getAppSecRules:getAppSecRules", args, opts)




© 2015 - 2024 Weber Informatics LLC | Privacy Policy