Skip to content

Commit

Permalink
fix(vault): update the API
Browse files Browse the repository at this point in the history
#### vault:v1

The following keys were changed:
- schemas.Export.description
- schemas.HeldAccount.description
- schemas.Hold.description
- schemas.Matter.description
- schemas.SavedQuery.description
  • Loading branch information
yoshi-automation authored and sofisl committed Apr 20, 2021
1 parent 0e25f2f commit 8b28e90
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
12 changes: 6 additions & 6 deletions discovery/vault-v1.json
Expand Up @@ -1193,7 +1193,7 @@
}
}
},
"revision": "20210223",
"revision": "20210406",
"rootUrl": "https://vault.googleapis.com/",
"schemas": {
"AccountCount": {
Expand Down Expand Up @@ -1522,7 +1522,7 @@
"type": "object"
},
"Export": {
"description": "An export",
"description": "An export To work with Vault resources, the account must have the [required Vault privileges] (https://support.google.com/vault/answer/2799699) and access to the matter. To access a matter, the account must have created the matter, have the matter shared with them, or have the **View All Matters** privilege.",
"id": "Export",
"properties": {
"cloudStorageSink": {
Expand Down Expand Up @@ -1752,7 +1752,7 @@
"type": "object"
},
"HeldAccount": {
"description": "An account being held in a particular hold. This structure is immutable. This can be either a single user or a google group, depending on the corpus.",
"description": "An account being held in a particular hold. This structure is immutable. This can be either a single user or a google group, depending on the corpus. To work with Vault resources, the account must have the [required Vault privileges] (https://support.google.com/vault/answer/2799699) and access to the matter. To access a matter, the account must have created the matter, have the matter shared with them, or have the **View All Matters** privilege.",
"id": "HeldAccount",
"properties": {
"accountId": {
Expand Down Expand Up @@ -1890,7 +1890,7 @@
"type": "object"
},
"Hold": {
"description": "Represents a hold within Vault. A hold restricts purging of artifacts based on the combination of the query and accounts restrictions. A hold can be configured to either apply to an explicitly configured set of accounts, or can be applied to all members of an organizational unit.",
"description": "Represents a hold within Vault. A hold restricts purging of artifacts based on the combination of the query and accounts restrictions. A hold can be configured to either apply to an explicitly configured set of accounts, or can be applied to all members of an organizational unit. To work with Vault resources, the account must have the [required Vault privileges] (https://support.google.com/vault/answer/2799699) and access to the matter. To access a matter, the account must have created the matter, have the matter shared with them, or have the **View All Matters** privilege.",
"id": "Hold",
"properties": {
"accounts": {
Expand Down Expand Up @@ -2123,7 +2123,7 @@
"type": "object"
},
"Matter": {
"description": "Represents a matter.",
"description": "Represents a matter. To work with Vault resources, the account must have the [required Vault privileges] (https://support.google.com/vault/answer/2799699) and access to the matter. To access a matter, the account must have created the matter, have the matter shared with them, or have the **View All Matters** privilege.",
"id": "Matter",
"properties": {
"description": {
Expand Down Expand Up @@ -2433,7 +2433,7 @@
"type": "object"
},
"SavedQuery": {
"description": "Definition of the saved query.",
"description": "Definition of the saved query. To work with Vault resources, the account must have the [required Vault privileges] (https://support.google.com/vault/answer/2799699) and access to the matter. To access a matter, the account must have created the matter, have the matter shared with them, or have the **View All Matters** privilege.",
"id": "SavedQuery",
"properties": {
"createTime": {
Expand Down
10 changes: 5 additions & 5 deletions src/apis/vault/v1.ts
Expand Up @@ -368,7 +368,7 @@ export namespace vault_v1 {
*/
export interface Schema$Empty {}
/**
* An export
* An export To work with Vault resources, the account must have the [required Vault privileges] (https://support.google.com/vault/answer/2799699) and access to the matter. To access a matter, the account must have created the matter, have the matter shared with them, or have the **View All Matters** privilege.
*/
export interface Schema$Export {
/**
Expand Down Expand Up @@ -520,7 +520,7 @@ export namespace vault_v1 {
includeRooms?: boolean | null;
}
/**
* An account being held in a particular hold. This structure is immutable. This can be either a single user or a google group, depending on the corpus.
* An account being held in a particular hold. This structure is immutable. This can be either a single user or a google group, depending on the corpus. To work with Vault resources, the account must have the [required Vault privileges] (https://support.google.com/vault/answer/2799699) and access to the matter. To access a matter, the account must have created the matter, have the matter shared with them, or have the **View All Matters** privilege.
*/
export interface Schema$HeldAccount {
/**
Expand Down Expand Up @@ -623,7 +623,7 @@ export namespace vault_v1 {
coveredData?: string[] | null;
}
/**
* Represents a hold within Vault. A hold restricts purging of artifacts based on the combination of the query and accounts restrictions. A hold can be configured to either apply to an explicitly configured set of accounts, or can be applied to all members of an organizational unit.
* Represents a hold within Vault. A hold restricts purging of artifacts based on the combination of the query and accounts restrictions. A hold can be configured to either apply to an explicitly configured set of accounts, or can be applied to all members of an organizational unit. To work with Vault resources, the account must have the [required Vault privileges] (https://support.google.com/vault/answer/2799699) and access to the matter. To access a matter, the account must have created the matter, have the matter shared with them, or have the **View All Matters** privilege.
*/
export interface Schema$Hold {
/**
Expand Down Expand Up @@ -777,7 +777,7 @@ export namespace vault_v1 {
excludeDrafts?: boolean | null;
}
/**
* Represents a matter.
* Represents a matter. To work with Vault resources, the account must have the [required Vault privileges] (https://support.google.com/vault/answer/2799699) and access to the matter. To access a matter, the account must have created the matter, have the matter shared with them, or have the **View All Matters** privilege.
*/
export interface Schema$Matter {
/**
Expand Down Expand Up @@ -962,7 +962,7 @@ export namespace vault_v1 {
matter?: Schema$Matter;
}
/**
* Definition of the saved query.
* Definition of the saved query. To work with Vault resources, the account must have the [required Vault privileges] (https://support.google.com/vault/answer/2799699) and access to the matter. To access a matter, the account must have created the matter, have the matter shared with them, or have the **View All Matters** privilege.
*/
export interface Schema$SavedQuery {
/**
Expand Down

0 comments on commit 8b28e90

Please sign in to comment.