AuthBackendConfigArgs

constructor(backend: Output<String>? = null, disableIssValidation: Output<Boolean>? = null, disableLocalCaJwt: Output<Boolean>? = null, issuer: Output<String>? = null, kubernetesCaCert: Output<String>? = null, kubernetesHost: Output<String>? = null, namespace: Output<String>? = null, pemKeys: Output<List<String>>? = null, tokenReviewerJwt: Output<String>? = null, useAnnotationsAsAliasMetadata: Output<Boolean>? = null)