...
1label: Config Connector RecaptchaEnterpriseKey
2markdownDescription: Creates yaml for a RecaptchaEnterpriseKey resource
3insertText: |
4 apiVersion: recaptchaenterprise.cnrm.cloud.google.com/v1beta1
5 kind: RecaptchaEnterpriseKey
6 metadata:
7 labels:
8 \${1:label-one}: \${2:value-one}
9 name: \${3:recaptchaenterprisekey-name}
10 spec:
11 projectRef:
12 external: \${4:projects/[PROJECT_ID?]}
13 displayName: \${5:display-name-one}
14 webSettings:
15 allowAllDomains: \${6:true}
16 integrationType: \${7:CHECKBOX}
17 challengeSecurityPreference: \${8:USABILITY}
18 testingOptions:
19 testingScore: \${9:0.5}
20 testingChallenge: \${10:NOCAPTCHA}
View as plain text