-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
be4456ff675d0f7e19b949c2ed5557f3a5cfc687
- Loading branch information
Showing
19 changed files
with
340 additions
and
194 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
# Table: yc_access_bindings_kms_asymmetric_keys | ||
|
||
This table shows data for YC Access Bindings Key Management Service Asymmetric Keys. | ||
|
||
The composite primary key for this table is (**id**, **role_id**, **subject**). | ||
|
||
## Relations | ||
|
||
This table depends on [yc_kms_asymmetric_keys](yc_kms_asymmetric_keys.md). | ||
|
||
## Columns | ||
|
||
| Name | Type | | ||
| ------------- | ------------- | | ||
|_cq_id|`uuid`| | ||
|_cq_parent_id|`uuid`| | ||
|id (PK)|`utf8`| | ||
|role_id (PK)|`utf8`| | ||
|subject (PK)|`json`| |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
# Table: yc_audittrails_trails | ||
|
||
This table shows data for YC Audit Trails Trails. | ||
|
||
https://yandex.cloud/ru/docs/audit-trails/api-ref/grpc/trail_service#Trail1 | ||
|
||
The primary key for this table is **id**. | ||
|
||
## Columns | ||
|
||
| Name | Type | | ||
| ------------- | ------------- | | ||
|_cq_id|`uuid`| | ||
|_cq_parent_id|`uuid`| | ||
|cloud_id|`utf8`| | ||
|id (PK)|`utf8`| | ||
|folder_id|`utf8`| | ||
|created_at|`timestamp[us, tz=UTC]`| | ||
|updated_at|`timestamp[us, tz=UTC]`| | ||
|name|`utf8`| | ||
|description|`utf8`| | ||
|labels|`json`| | ||
|destination|`json`| | ||
|service_account_id|`utf8`| | ||
|status|`utf8`| | ||
|filter|`json`| | ||
|status_error_message|`utf8`| |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
# Table: yc_kms_asymmetric_keys | ||
|
||
This table shows data for YC Key Management Service Asymmetric Keys. | ||
|
||
https://yandex.cloud/ru/docs/kms/api-ref/grpc/asymmetric_encryption_key_service#AsymmetricEncryptionKey2 | ||
|
||
The primary key for this table is **id**. | ||
|
||
## Relations | ||
|
||
The following tables depend on yc_kms_asymmetric_keys: | ||
- [yc_access_bindings_kms_asymmetric_keys](yc_access_bindings_kms_asymmetric_keys.md) | ||
|
||
## Columns | ||
|
||
| Name | Type | | ||
| ------------- | ------------- | | ||
|_cq_id|`uuid`| | ||
|_cq_parent_id|`uuid`| | ||
|cloud_id|`utf8`| | ||
|id (PK)|`utf8`| | ||
|folder_id|`utf8`| | ||
|created_at|`timestamp[us, tz=UTC]`| | ||
|name|`utf8`| | ||
|description|`utf8`| | ||
|labels|`json`| | ||
|status|`utf8`| | ||
|encryption_algorithm|`utf8`| | ||
|deletion_protection|`bool`| |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.