get Auth Config
Gets a complete auth config. If the auth config doesn't exist, Code.NOT_FOUND exception will be thrown. Returns the decrypted auth config.
Return
null
Parameters
argument
null
suspend fun getAuthConfig(authConfigId: String, location: String, productId: String, project: String? = null): GetAuthConfigResult
Return
null
See also
Parameters
auth Config Id
location
product Id
project
suspend fun getAuthConfig(argument: suspend GetAuthConfigPlainArgsBuilder.() -> Unit): GetAuthConfigResult
Return
null
See also
Parameters
argument
Builder for com.pulumi.googlenative.integrations.v1alpha.kotlin.inputs.GetAuthConfigPlainArgs.