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