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