...

Text file src/github.com/GoogleCloudPlatform/k8s-config-connector/config/cloudcodesnippets/iap_v1beta1_iapbrand.yaml

Documentation: github.com/GoogleCloudPlatform/k8s-config-connector/config/cloudcodesnippets

     1label: Config Connector IAPBrand
     2markdownDescription: Creates yaml for a IAPBrand resource
     3insertText: |
     4  apiVersion: iap.cnrm.cloud.google.com/v1beta1
     5  kind: IAPBrand
     6  metadata:
     7    name: \${1:iapbrand-name}
     8  spec:
     9    applicationTitle: \${2:test brand}
    10    supportEmail: \${3:support@example.com}

View as plain text