...
1label: Config Connector CloudIdentityGroup
2markdownDescription: Creates yaml for a CloudIdentityGroup resource
3insertText: |
4 apiVersion: cloudidentity.cnrm.cloud.google.com/v1beta1
5 kind: CloudIdentityGroup
6 metadata:
7 name: \${1:cloudidentitygroup-name}
8 spec:
9 displayName: \${2:Cloud Identity Group Name}
10 description: \${3:This is a test CloudIdentityGroup. It should be modified before
11 use as a sample.}
12 groupKey:
13 id: \${4:example.com}
14 parent: \${5:customers/C00qzcxfe}
15 labels:
16 cloudidentity.googleapis.com/groups.discussion_forum: \${6:}
View as plain text