expose bigquery kms in project schema (#3645)
This commit is contained in:
committed by
GitHub
parent
88306fe99a
commit
032db2f902
@@ -0,0 +1,36 @@
|
||||
# Firewall Policy Mirroring Rules
|
||||
|
||||
<!-- markdownlint-disable MD036 -->
|
||||
|
||||
## Properties
|
||||
|
||||
*additional properties: false*
|
||||
|
||||
- **`^[a-z0-9_-]+$`**: *reference([rule](#refs-rule))*
|
||||
|
||||
## Definitions
|
||||
|
||||
- **rule**<a name="refs-rule"></a>: *object*
|
||||
<br>*additional properties: false*
|
||||
- ⁺**priority**: *number*
|
||||
- **action**: *string*
|
||||
<br>*enum: ['mirror', 'do_not_mirror', 'goto_next']*
|
||||
- **description**: *string*
|
||||
- **disabled**: *boolean*
|
||||
- **security_profile_group**: *string*
|
||||
- **target_tags**: *array*
|
||||
- items: *string*
|
||||
- **tls_inspect**: *boolean*
|
||||
- **match**: *object*
|
||||
<br>*additional properties: false*
|
||||
- **destination_ranges**: *array*
|
||||
- items: *string*
|
||||
- **source_ranges**: *array*
|
||||
- items: *string*
|
||||
- **source_tags**: *array*
|
||||
- items: *string*
|
||||
- **layer4_configs**: *array*
|
||||
- items: *object*
|
||||
<br>*additional properties: false*
|
||||
- **protocol**: *string*
|
||||
- **ports**: *array*
|
||||
@@ -158,6 +158,9 @@
|
||||
},
|
||||
"location": {
|
||||
"type": "string"
|
||||
},
|
||||
"encryption_key": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -184,9 +187,6 @@
|
||||
"org_policies": {
|
||||
"type": "string"
|
||||
},
|
||||
"org_policies": {
|
||||
"type": "string"
|
||||
},
|
||||
"quotas": {
|
||||
"type": "string"
|
||||
},
|
||||
|
||||
@@ -56,6 +56,7 @@
|
||||
<br>*additional properties: false*
|
||||
- **friendly_name**: *string*
|
||||
- **location**: *string*
|
||||
- **encryption_key**: *string*
|
||||
- **deletion_policy**: *string*
|
||||
<br>*enum: ['PREVENT', 'DELETE', 'ABANDON']*
|
||||
- **factories_config**: *object*
|
||||
|
||||
Reference in New Issue
Block a user