
src.privateca.v1.getCaPool.scala Maven / Gradle / Ivy
package besom.api.googlenative.privateca.v1
def getCaPool(using ctx: besom.types.Context)(
args: besom.api.googlenative.privateca.v1.GetCaPoolArgs,
opts: besom.InvokeOptions = besom.InvokeOptions()
): besom.types.Output[besom.api.googlenative.privateca.v1.GetCaPoolResult] =
ctx.invoke[besom.api.googlenative.privateca.v1.GetCaPoolArgs, besom.api.googlenative.privateca.v1.GetCaPoolResult]("google-native:privateca/v1:getCaPool", args, opts)
© 2015 - 2025 Weber Informatics LLC | Privacy Policy