Skip to content

Commit e07cf5b

Browse files
authored
Merge pull request #186 from stackql/feature/doc-updates
google and root updates
2 parents 7f78582 + fa36ee2 commit e07cf5b

File tree

706 files changed

+24627
-29753
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

706 files changed

+24627
-29753
lines changed

docs/google-docs/providers/google/accesscontextmanager/access_levels/index.md

Lines changed: 42 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -98,34 +98,48 @@ SELECT
9898
<TabItem value="manifest">
9999

100100
```yaml
101-
- name: your_resource_model_name
102-
props:
103-
- name: name
104-
value: '{{ name }}'
105-
- name: title
106-
value: '{{ title }}'
107-
- name: description
108-
value: '{{ description }}'
109-
- name: basic
110-
value:
111-
- name: conditions
112-
value:
113-
- name: $ref
114-
value: '{{ $ref }}'
115-
- name: combiningFunction
116-
value: '{{ combiningFunction }}'
117-
- name: custom
118-
value:
119-
- name: expr
120-
value:
121-
- name: expression
122-
value: '{{ expression }}'
123-
- name: title
124-
value: '{{ title }}'
125-
- name: description
126-
value: '{{ description }}'
127-
- name: location
128-
value: '{{ location }}'
101+
name: string
102+
title: string
103+
description: string
104+
basic:
105+
conditions:
106+
- ipSubnetworks:
107+
- type: string
108+
devicePolicy:
109+
requireScreenlock: boolean
110+
allowedEncryptionStatuses:
111+
- type: string
112+
enumDescriptions: string
113+
enum: string
114+
osConstraints:
115+
- osType: string
116+
minimumVersion: string
117+
requireVerifiedChromeOs: boolean
118+
allowedDeviceManagementLevels:
119+
- type: string
120+
enumDescriptions: string
121+
enum: string
122+
requireAdminApproval: boolean
123+
requireCorpOwned: boolean
124+
requiredAccessLevels:
125+
- type: string
126+
negate: boolean
127+
members:
128+
- type: string
129+
regions:
130+
- type: string
131+
vpcNetworkSources:
132+
- vpcSubnetwork:
133+
network: string
134+
vpcIpSubnetworks:
135+
- type: string
136+
combiningFunction: string
137+
custom:
138+
expr:
139+
expression: string
140+
title: string
141+
description: string
142+
location: string
129143

130144
```
131145
</TabItem>

docs/google-docs/providers/google/accesscontextmanager/access_policies/index.md

Lines changed: 6 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -95,18 +95,12 @@ SELECT
9595
<TabItem value="manifest">
9696

9797
```yaml
98-
- name: your_resource_model_name
99-
props:
100-
- name: name
101-
value: '{{ name }}'
102-
- name: parent
103-
value: '{{ parent }}'
104-
- name: title
105-
value: '{{ title }}'
106-
- name: scopes
107-
value:
108-
- name: type
109-
value: '{{ type }}'
98+
name: string
99+
parent: string
100+
title: string
101+
scopes:
102+
- type: string
103+
etag: string
110104

111105
```
112106
</TabItem>

docs/google-docs/providers/google/accesscontextmanager/authorized_orgs_descs/index.md

Lines changed: 6 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -97,20 +97,12 @@ SELECT
9797
<TabItem value="manifest">
9898

9999
```yaml
100-
- name: your_resource_model_name
101-
props:
102-
- name: name
103-
value: '{{ name }}'
104-
- name: authorizationType
105-
value: '{{ authorizationType }}'
106-
- name: assetType
107-
value: '{{ assetType }}'
108-
- name: authorizationDirection
109-
value: '{{ authorizationDirection }}'
110-
- name: orgs
111-
value:
112-
- name: type
113-
value: '{{ type }}'
100+
name: string
101+
authorizationType: string
102+
assetType: string
103+
authorizationDirection: string
104+
orgs:
105+
- type: string
114106

115107
```
116108
</TabItem>

docs/google-docs/providers/google/accesscontextmanager/gcp_user_access_bindings/index.md

Lines changed: 24 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -105,40 +105,30 @@ SELECT
105105
<TabItem value="manifest">
106106

107107
```yaml
108-
- name: your_resource_model_name
109-
props:
110-
- name: name
111-
value: '{{ name }}'
112-
- name: groupKey
113-
value: '{{ groupKey }}'
114-
- name: accessLevels
115-
value:
116-
- name: type
117-
value: '{{ type }}'
118-
- name: dryRunAccessLevels
119-
value:
120-
- name: type
121-
value: '{{ type }}'
122-
- name: reauthSettings
123-
value:
124-
- name: reauthMethod
125-
value: '{{ reauthMethod }}'
126-
- name: sessionLength
127-
value: '{{ sessionLength }}'
128-
- name: maxInactivity
129-
value: '{{ maxInactivity }}'
130-
- name: useOidcMaxAge
131-
value: '{{ useOidcMaxAge }}'
132-
- name: sessionLengthEnabled
133-
value: '{{ sessionLengthEnabled }}'
134-
- name: restrictedClientApplications
135-
value:
136-
- name: $ref
137-
value: '{{ $ref }}'
138-
- name: scopedAccessSettings
139-
value:
140-
- name: $ref
141-
value: '{{ $ref }}'
108+
name: string
109+
groupKey: string
110+
accessLevels:
111+
- type: string
112+
dryRunAccessLevels:
113+
- type: string
114+
reauthSettings:
115+
reauthMethod: string
116+
sessionLength: string
117+
maxInactivity: string
118+
useOidcMaxAge: boolean
119+
sessionLengthEnabled: boolean
120+
restrictedClientApplications:
121+
- clientId: string
122+
name: string
123+
scopedAccessSettings:
124+
- scope:
125+
clientScope:
126+
restrictedClientApplication:
127+
clientId: string
128+
name: string
129+
activeSettings:
130+
accessLevels:
131+
- type: string
142132

143133
```
144134
</TabItem>

docs/google-docs/providers/google/accesscontextmanager/service_perimeters/index.md

Lines changed: 50 additions & 42 deletions
Original file line numberDiff line numberDiff line change
@@ -107,48 +107,56 @@ true|false
107107
<TabItem value="manifest">
108108

109109
```yaml
110-
- name: your_resource_model_name
111-
props:
112-
- name: name
113-
value: '{{ name }}'
114-
- name: title
115-
value: '{{ title }}'
116-
- name: description
117-
value: '{{ description }}'
118-
- name: perimeterType
119-
value: '{{ perimeterType }}'
120-
- name: status
121-
value:
122-
- name: resources
123-
value:
124-
- name: type
125-
value: '{{ type }}'
126-
- name: accessLevels
127-
value:
128-
- name: type
129-
value: '{{ type }}'
130-
- name: restrictedServices
131-
value:
132-
- name: type
133-
value: '{{ type }}'
134-
- name: vpcAccessibleServices
135-
value:
136-
- name: enableRestriction
137-
value: '{{ enableRestriction }}'
138-
- name: allowedServices
139-
value:
140-
- name: type
141-
value: '{{ type }}'
142-
- name: ingressPolicies
143-
value:
144-
- name: $ref
145-
value: '{{ $ref }}'
146-
- name: egressPolicies
147-
value:
148-
- name: $ref
149-
value: '{{ $ref }}'
150-
- name: useExplicitDryRunSpec
151-
value: '{{ useExplicitDryRunSpec }}'
110+
name: string
111+
title: string
112+
description: string
113+
perimeterType: string
114+
status:
115+
resources:
116+
- type: string
117+
accessLevels:
118+
- type: string
119+
restrictedServices:
120+
- type: string
121+
vpcAccessibleServices:
122+
enableRestriction: boolean
123+
allowedServices:
124+
- type: string
125+
ingressPolicies:
126+
- ingressFrom:
127+
sources:
128+
- accessLevel: string
129+
resource: string
130+
identities:
131+
- type: string
132+
identityType: string
133+
ingressTo:
134+
operations:
135+
- serviceName: string
136+
methodSelectors:
137+
- method: string
138+
permission: string
139+
resources:
140+
- type: string
141+
egressPolicies:
142+
- egressFrom:
143+
identities:
144+
- type: string
145+
identityType: string
146+
sources:
147+
- accessLevel: string
148+
sourceRestriction: string
149+
egressTo:
150+
resources:
151+
- type: string
152+
operations:
153+
- serviceName: string
154+
methodSelectors:
155+
- method: string
156+
permission: string
157+
externalResources:
158+
- type: string
159+
useExplicitDryRunSpec: boolean
152160

153161
```
154162
</TabItem>

docs/google-docs/providers/google/aiplatform/artifacts/index.md

Lines changed: 12 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -127,26 +127,18 @@ SELECT
127127
<TabItem value="manifest">
128128

129129
```yaml
130-
- name: your_resource_model_name
131-
props:
132-
- name: etag
133-
value: '{{ etag }}'
134-
- name: schemaTitle
135-
value: '{{ schemaTitle }}'
136-
- name: metadata
137-
value: '{{ metadata }}'
138-
- name: labels
139-
value: '{{ labels }}'
140-
- name: schemaVersion
141-
value: '{{ schemaVersion }}'
142-
- name: state
143-
value: '{{ state }}'
144-
- name: displayName
145-
value: '{{ displayName }}'
146-
- name: description
147-
value: '{{ description }}'
148-
- name: uri
149-
value: '{{ uri }}'
130+
etag: string
131+
schemaTitle: string
132+
name: string
133+
metadata: object
134+
updateTime: string
135+
labels: object
136+
schemaVersion: string
137+
state: string
138+
displayName: string
139+
description: string
140+
uri: string
141+
createTime: string
150142

151143
```
152144
</TabItem>

0 commit comments

Comments
 (0)