google-apis-vault_v1 0.2.0 → 0.3.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/CHANGELOG.md +5 -0
- data/lib/google/apis/vault_v1.rb +7 -1
- data/lib/google/apis/vault_v1/classes.rb +39 -8
- data/lib/google/apis/vault_v1/gem_version.rb +3 -3
- data/lib/google/apis/vault_v1/service.rb +7 -1
- metadata +4 -4
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 2b8a3c0e846118e9ed798bc8c1ec9f5bd3e355f17db135359e8e9f7d7d36c655
|
|
4
|
+
data.tar.gz: e9a330e4e143284b2bf199631913cf436a484a62094e07f961a3e0615a27b636
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: baa88cd5738f968822a31b4eded48b3e7c4be16d473a98907c3791c5937d985a438662223814821f9bd6bf9094506d054e08d6387ce3ac2ce4fd8e0c8fb5a616
|
|
7
|
+
data.tar.gz: d0b506335a2c06774a70b71fea556e49be4a7f48ce26a25e2be5ab3622f7f609e92c851cb58d4098364ee7bd6761ec83ccb30a01e1c09fe226001ab3236050b5
|
data/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,10 @@
|
|
|
1
1
|
# Release history for google-apis-vault_v1
|
|
2
2
|
|
|
3
|
+
### v0.3.0 (2021-04-28)
|
|
4
|
+
|
|
5
|
+
* Regenerated from discovery document revision 20210419
|
|
6
|
+
* Regenerated using generator version 0.2.0
|
|
7
|
+
|
|
3
8
|
### v0.2.0 (2021-03-04)
|
|
4
9
|
|
|
5
10
|
* Regenerated from discovery document revision 20210129
|
data/lib/google/apis/vault_v1.rb
CHANGED
|
@@ -21,7 +21,13 @@ module Google
|
|
|
21
21
|
module Apis
|
|
22
22
|
# G Suite Vault API
|
|
23
23
|
#
|
|
24
|
-
#
|
|
24
|
+
# Retention and eDiscovery for Google Workspace. To work with Vault resources,
|
|
25
|
+
# the account must have the [required Vault privileges] (https://support.google.
|
|
26
|
+
# com/vault/answer/2799699) and access to the matter. To access a matter, the
|
|
27
|
+
# account must have created the matter, have the matter shared with them, or
|
|
28
|
+
# have the **View All Matters** privilege. For example, to download an export,
|
|
29
|
+
# an account needs the **Manage Exports** privilege and the matter shared with
|
|
30
|
+
# them.
|
|
25
31
|
#
|
|
26
32
|
# @see https://developers.google.com/vault
|
|
27
33
|
module VaultV1
|
|
@@ -97,7 +97,11 @@ module Google
|
|
|
97
97
|
include Google::Apis::Core::Hashable
|
|
98
98
|
|
|
99
99
|
# An account being held in a particular hold. This structure is immutable. This
|
|
100
|
-
# can be either a single user or a google group, depending on the corpus.
|
|
100
|
+
# can be either a single user or a google group, depending on the corpus. To
|
|
101
|
+
# work with Vault resources, the account must have the [required Vault
|
|
102
|
+
# privileges] (https://support.google.com/vault/answer/2799699) and access to
|
|
103
|
+
# the matter. To access a matter, the account must have created the matter, have
|
|
104
|
+
# the matter shared with them, or have the **View All Matters** privilege.
|
|
101
105
|
# Corresponds to the JSON property `account`
|
|
102
106
|
# @return [Google::Apis::VaultV1::HeldAccount]
|
|
103
107
|
attr_accessor :account
|
|
@@ -237,7 +241,11 @@ module Google
|
|
|
237
241
|
class CloseMatterResponse
|
|
238
242
|
include Google::Apis::Core::Hashable
|
|
239
243
|
|
|
240
|
-
# Represents a matter.
|
|
244
|
+
# Represents a matter. To work with Vault resources, the account must have the [
|
|
245
|
+
# required Vault privileges] (https://support.google.com/vault/answer/2799699)
|
|
246
|
+
# and access to the matter. To access a matter, the account must have created
|
|
247
|
+
# the matter, have the matter shared with them, or have the **View All Matters**
|
|
248
|
+
# privilege.
|
|
241
249
|
# Corresponds to the JSON property `matter`
|
|
242
250
|
# @return [Google::Apis::VaultV1::Matter]
|
|
243
251
|
attr_accessor :matter
|
|
@@ -519,7 +527,10 @@ module Google
|
|
|
519
527
|
end
|
|
520
528
|
end
|
|
521
529
|
|
|
522
|
-
# An export
|
|
530
|
+
# An export To work with Vault resources, the account must have the [required
|
|
531
|
+
# Vault privileges] (https://support.google.com/vault/answer/2799699) and access
|
|
532
|
+
# to the matter. To access a matter, the account must have created the matter,
|
|
533
|
+
# have the matter shared with them, or have the **View All Matters** privilege.
|
|
523
534
|
class Export
|
|
524
535
|
include Google::Apis::Core::Hashable
|
|
525
536
|
|
|
@@ -795,7 +806,11 @@ module Google
|
|
|
795
806
|
end
|
|
796
807
|
|
|
797
808
|
# An account being held in a particular hold. This structure is immutable. This
|
|
798
|
-
# can be either a single user or a google group, depending on the corpus.
|
|
809
|
+
# can be either a single user or a google group, depending on the corpus. To
|
|
810
|
+
# work with Vault resources, the account must have the [required Vault
|
|
811
|
+
# privileges] (https://support.google.com/vault/answer/2799699) and access to
|
|
812
|
+
# the matter. To access a matter, the account must have created the matter, have
|
|
813
|
+
# the matter shared with them, or have the **View All Matters** privilege.
|
|
799
814
|
class HeldAccount
|
|
800
815
|
include Google::Apis::Core::Hashable
|
|
801
816
|
|
|
@@ -1001,7 +1016,11 @@ module Google
|
|
|
1001
1016
|
# Represents a hold within Vault. A hold restricts purging of artifacts based on
|
|
1002
1017
|
# the combination of the query and accounts restrictions. A hold can be
|
|
1003
1018
|
# configured to either apply to an explicitly configured set of accounts, or can
|
|
1004
|
-
# be applied to all members of an organizational unit.
|
|
1019
|
+
# be applied to all members of an organizational unit. To work with Vault
|
|
1020
|
+
# resources, the account must have the [required Vault privileges] (https://
|
|
1021
|
+
# support.google.com/vault/answer/2799699) and access to the matter. To access a
|
|
1022
|
+
# matter, the account must have created the matter, have the matter shared with
|
|
1023
|
+
# them, or have the **View All Matters** privilege.
|
|
1005
1024
|
class Hold
|
|
1006
1025
|
include Google::Apis::Core::Hashable
|
|
1007
1026
|
|
|
@@ -1294,7 +1313,11 @@ module Google
|
|
|
1294
1313
|
end
|
|
1295
1314
|
end
|
|
1296
1315
|
|
|
1297
|
-
# Represents a matter.
|
|
1316
|
+
# Represents a matter. To work with Vault resources, the account must have the [
|
|
1317
|
+
# required Vault privileges] (https://support.google.com/vault/answer/2799699)
|
|
1318
|
+
# and access to the matter. To access a matter, the account must have created
|
|
1319
|
+
# the matter, have the matter shared with them, or have the **View All Matters**
|
|
1320
|
+
# privilege.
|
|
1298
1321
|
class Matter
|
|
1299
1322
|
include Google::Apis::Core::Hashable
|
|
1300
1323
|
|
|
@@ -1643,7 +1666,11 @@ module Google
|
|
|
1643
1666
|
class ReopenMatterResponse
|
|
1644
1667
|
include Google::Apis::Core::Hashable
|
|
1645
1668
|
|
|
1646
|
-
# Represents a matter.
|
|
1669
|
+
# Represents a matter. To work with Vault resources, the account must have the [
|
|
1670
|
+
# required Vault privileges] (https://support.google.com/vault/answer/2799699)
|
|
1671
|
+
# and access to the matter. To access a matter, the account must have created
|
|
1672
|
+
# the matter, have the matter shared with them, or have the **View All Matters**
|
|
1673
|
+
# privilege.
|
|
1647
1674
|
# Corresponds to the JSON property `matter`
|
|
1648
1675
|
# @return [Google::Apis::VaultV1::Matter]
|
|
1649
1676
|
attr_accessor :matter
|
|
@@ -1658,7 +1685,11 @@ module Google
|
|
|
1658
1685
|
end
|
|
1659
1686
|
end
|
|
1660
1687
|
|
|
1661
|
-
# Definition of the saved query.
|
|
1688
|
+
# Definition of the saved query. To work with Vault resources, the account must
|
|
1689
|
+
# have the [required Vault privileges] (https://support.google.com/vault/answer/
|
|
1690
|
+
# 2799699) and access to the matter. To access a matter, the account must have
|
|
1691
|
+
# created the matter, have the matter shared with them, or have the **View All
|
|
1692
|
+
# Matters** privilege.
|
|
1662
1693
|
class SavedQuery
|
|
1663
1694
|
include Google::Apis::Core::Hashable
|
|
1664
1695
|
|
|
@@ -16,13 +16,13 @@ module Google
|
|
|
16
16
|
module Apis
|
|
17
17
|
module VaultV1
|
|
18
18
|
# Version of the google-apis-vault_v1 gem
|
|
19
|
-
GEM_VERSION = "0.
|
|
19
|
+
GEM_VERSION = "0.3.0"
|
|
20
20
|
|
|
21
21
|
# Version of the code generator used to generate this client
|
|
22
|
-
GENERATOR_VERSION = "0.
|
|
22
|
+
GENERATOR_VERSION = "0.2.0"
|
|
23
23
|
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
|
25
|
-
REVISION = "
|
|
25
|
+
REVISION = "20210419"
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
end
|
|
@@ -22,7 +22,13 @@ module Google
|
|
|
22
22
|
module VaultV1
|
|
23
23
|
# G Suite Vault API
|
|
24
24
|
#
|
|
25
|
-
#
|
|
25
|
+
# Retention and eDiscovery for Google Workspace. To work with Vault resources,
|
|
26
|
+
# the account must have the [required Vault privileges] (https://support.google.
|
|
27
|
+
# com/vault/answer/2799699) and access to the matter. To access a matter, the
|
|
28
|
+
# account must have created the matter, have the matter shared with them, or
|
|
29
|
+
# have the **View All Matters** privilege. For example, to download an export,
|
|
30
|
+
# an account needs the **Manage Exports** privilege and the matter shared with
|
|
31
|
+
# them.
|
|
26
32
|
#
|
|
27
33
|
# @example
|
|
28
34
|
# require 'google/apis/vault_v1'
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: google-apis-vault_v1
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.3.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Google LLC
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2021-
|
|
11
|
+
date: 2021-05-18 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: google-apis-core
|
|
@@ -52,7 +52,7 @@ licenses:
|
|
|
52
52
|
metadata:
|
|
53
53
|
bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
|
|
54
54
|
changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-vault_v1/CHANGELOG.md
|
|
55
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-vault_v1/v0.
|
|
55
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-vault_v1/v0.3.0
|
|
56
56
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-vault_v1
|
|
57
57
|
post_install_message:
|
|
58
58
|
rdoc_options: []
|
|
@@ -69,7 +69,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
69
69
|
- !ruby/object:Gem::Version
|
|
70
70
|
version: '0'
|
|
71
71
|
requirements: []
|
|
72
|
-
rubygems_version: 3.2.
|
|
72
|
+
rubygems_version: 3.2.17
|
|
73
73
|
signing_key:
|
|
74
74
|
specification_version: 4
|
|
75
75
|
summary: Simple REST client for G Suite Vault API V1
|