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