Skip to content

Commit

Permalink
Merge pull request #186 from stackql/feature/doc-updates
Browse files Browse the repository at this point in the history
google and root updates
  • Loading branch information
jeffreyaven authored Sep 18, 2024
2 parents 7f78582 + fa36ee2 commit e07cf5b
Show file tree
Hide file tree
Showing 706 changed files with 24,627 additions and 29,753 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -98,34 +98,48 @@ SELECT
<TabItem value="manifest">

```yaml
- name: your_resource_model_name
props:
- name: name
value: '{{ name }}'
- name: title
value: '{{ title }}'
- name: description
value: '{{ description }}'
- name: basic
value:
- name: conditions
value:
- name: $ref
value: '{{ $ref }}'
- name: combiningFunction
value: '{{ combiningFunction }}'
- name: custom
value:
- name: expr
value:
- name: expression
value: '{{ expression }}'
- name: title
value: '{{ title }}'
- name: description
value: '{{ description }}'
- name: location
value: '{{ location }}'
name: string
title: string
description: string
basic:
conditions:
- ipSubnetworks:
- type: string
devicePolicy:
requireScreenlock: boolean
allowedEncryptionStatuses:
- type: string
enumDescriptions: string
enum: string
osConstraints:
- osType: string
minimumVersion: string
requireVerifiedChromeOs: boolean
allowedDeviceManagementLevels:
- type: string
enumDescriptions: string
enum: string
requireAdminApproval: boolean
requireCorpOwned: boolean
requiredAccessLevels:
- type: string
negate: boolean
members:
- type: string
regions:
- type: string
vpcNetworkSources:
- vpcSubnetwork:
network: string
vpcIpSubnetworks:
- type: string
combiningFunction: string
custom:
expr:
expression: string
title: string
description: string
location: string

```
</TabItem>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -95,18 +95,12 @@ SELECT
<TabItem value="manifest">

```yaml
- name: your_resource_model_name
props:
- name: name
value: '{{ name }}'
- name: parent
value: '{{ parent }}'
- name: title
value: '{{ title }}'
- name: scopes
value:
- name: type
value: '{{ type }}'
name: string
parent: string
title: string
scopes:
- type: string
etag: string

```
</TabItem>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -97,20 +97,12 @@ SELECT
<TabItem value="manifest">

```yaml
- name: your_resource_model_name
props:
- name: name
value: '{{ name }}'
- name: authorizationType
value: '{{ authorizationType }}'
- name: assetType
value: '{{ assetType }}'
- name: authorizationDirection
value: '{{ authorizationDirection }}'
- name: orgs
value:
- name: type
value: '{{ type }}'
name: string
authorizationType: string
assetType: string
authorizationDirection: string
orgs:
- type: string

```
</TabItem>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -105,40 +105,30 @@ SELECT
<TabItem value="manifest">

```yaml
- name: your_resource_model_name
props:
- name: name
value: '{{ name }}'
- name: groupKey
value: '{{ groupKey }}'
- name: accessLevels
value:
- name: type
value: '{{ type }}'
- name: dryRunAccessLevels
value:
- name: type
value: '{{ type }}'
- name: reauthSettings
value:
- name: reauthMethod
value: '{{ reauthMethod }}'
- name: sessionLength
value: '{{ sessionLength }}'
- name: maxInactivity
value: '{{ maxInactivity }}'
- name: useOidcMaxAge
value: '{{ useOidcMaxAge }}'
- name: sessionLengthEnabled
value: '{{ sessionLengthEnabled }}'
- name: restrictedClientApplications
value:
- name: $ref
value: '{{ $ref }}'
- name: scopedAccessSettings
value:
- name: $ref
value: '{{ $ref }}'
name: string
groupKey: string
accessLevels:
- type: string
dryRunAccessLevels:
- type: string
reauthSettings:
reauthMethod: string
sessionLength: string
maxInactivity: string
useOidcMaxAge: boolean
sessionLengthEnabled: boolean
restrictedClientApplications:
- clientId: string
name: string
scopedAccessSettings:
- scope:
clientScope:
restrictedClientApplication:
clientId: string
name: string
activeSettings:
accessLevels:
- type: string

```
</TabItem>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -107,48 +107,56 @@ true|false
<TabItem value="manifest">

```yaml
- name: your_resource_model_name
props:
- name: name
value: '{{ name }}'
- name: title
value: '{{ title }}'
- name: description
value: '{{ description }}'
- name: perimeterType
value: '{{ perimeterType }}'
- name: status
value:
- name: resources
value:
- name: type
value: '{{ type }}'
- name: accessLevels
value:
- name: type
value: '{{ type }}'
- name: restrictedServices
value:
- name: type
value: '{{ type }}'
- name: vpcAccessibleServices
value:
- name: enableRestriction
value: '{{ enableRestriction }}'
- name: allowedServices
value:
- name: type
value: '{{ type }}'
- name: ingressPolicies
value:
- name: $ref
value: '{{ $ref }}'
- name: egressPolicies
value:
- name: $ref
value: '{{ $ref }}'
- name: useExplicitDryRunSpec
value: '{{ useExplicitDryRunSpec }}'
name: string
title: string
description: string
perimeterType: string
status:
resources:
- type: string
accessLevels:
- type: string
restrictedServices:
- type: string
vpcAccessibleServices:
enableRestriction: boolean
allowedServices:
- type: string
ingressPolicies:
- ingressFrom:
sources:
- accessLevel: string
resource: string
identities:
- type: string
identityType: string
ingressTo:
operations:
- serviceName: string
methodSelectors:
- method: string
permission: string
resources:
- type: string
egressPolicies:
- egressFrom:
identities:
- type: string
identityType: string
sources:
- accessLevel: string
sourceRestriction: string
egressTo:
resources:
- type: string
operations:
- serviceName: string
methodSelectors:
- method: string
permission: string
externalResources:
- type: string
useExplicitDryRunSpec: boolean

```
</TabItem>
Expand Down
32 changes: 12 additions & 20 deletions docs/google-docs/providers/google/aiplatform/artifacts/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -127,26 +127,18 @@ SELECT
<TabItem value="manifest">

```yaml
- name: your_resource_model_name
props:
- name: etag
value: '{{ etag }}'
- name: schemaTitle
value: '{{ schemaTitle }}'
- name: metadata
value: '{{ metadata }}'
- name: labels
value: '{{ labels }}'
- name: schemaVersion
value: '{{ schemaVersion }}'
- name: state
value: '{{ state }}'
- name: displayName
value: '{{ displayName }}'
- name: description
value: '{{ description }}'
- name: uri
value: '{{ uri }}'
etag: string
schemaTitle: string
name: string
metadata: object
updateTime: string
labels: object
schemaVersion: string
state: string
displayName: string
description: string
uri: string
createTime: string

```
</TabItem>
Expand Down
Loading

0 comments on commit e07cf5b

Please sign in to comment.