Bu Sun Kim | 715bd7f | 2019-06-14 16:50:42 -0700 | [diff] [blame] | 1 | <html><body> |
| 2 | <style> |
| 3 | |
| 4 | body, h1, h2, h3, div, span, p, pre, a { |
| 5 | margin: 0; |
| 6 | padding: 0; |
| 7 | border: 0; |
| 8 | font-weight: inherit; |
| 9 | font-style: inherit; |
| 10 | font-size: 100%; |
| 11 | font-family: inherit; |
| 12 | vertical-align: baseline; |
| 13 | } |
| 14 | |
| 15 | body { |
| 16 | font-size: 13px; |
| 17 | padding: 1em; |
| 18 | } |
| 19 | |
| 20 | h1 { |
| 21 | font-size: 26px; |
| 22 | margin-bottom: 1em; |
| 23 | } |
| 24 | |
| 25 | h2 { |
| 26 | font-size: 24px; |
| 27 | margin-bottom: 1em; |
| 28 | } |
| 29 | |
| 30 | h3 { |
| 31 | font-size: 20px; |
| 32 | margin-bottom: 1em; |
| 33 | margin-top: 1em; |
| 34 | } |
| 35 | |
| 36 | pre, code { |
| 37 | line-height: 1.5; |
| 38 | font-family: Monaco, 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Lucida Console', monospace; |
| 39 | } |
| 40 | |
| 41 | pre { |
| 42 | margin-top: 0.5em; |
| 43 | } |
| 44 | |
| 45 | h1, h2, h3, p { |
| 46 | font-family: Arial, sans serif; |
| 47 | } |
| 48 | |
| 49 | h1, h2, h3 { |
| 50 | border-bottom: solid #CCC 1px; |
| 51 | } |
| 52 | |
| 53 | .toc_element { |
| 54 | margin-top: 0.5em; |
| 55 | } |
| 56 | |
| 57 | .firstline { |
| 58 | margin-left: 2 em; |
| 59 | } |
| 60 | |
| 61 | .method { |
| 62 | margin-top: 1em; |
| 63 | border: solid 1px #CCC; |
| 64 | padding: 1em; |
| 65 | background: #EEE; |
| 66 | } |
| 67 | |
| 68 | .details { |
| 69 | font-weight: bold; |
| 70 | font-size: 14px; |
| 71 | } |
| 72 | |
| 73 | </style> |
| 74 | |
| 75 | <h1><a href="vault_v1.html">G Suite Vault API</a> . <a href="vault_v1.matters.html">matters</a> . <a href="vault_v1.matters.holds.html">holds</a></h1> |
| 76 | <h2>Instance Methods</h2> |
| 77 | <p class="toc_element"> |
| 78 | <code><a href="vault_v1.matters.holds.accounts.html">accounts()</a></code> |
| 79 | </p> |
| 80 | <p class="firstline">Returns the accounts Resource.</p> |
| 81 | |
| 82 | <p class="toc_element"> |
Dan O'Meara | dd49464 | 2020-05-01 07:42:23 -0700 | [diff] [blame] | 83 | <code><a href="#addHeldAccounts">addHeldAccounts(matterId, holdId, body=None, x__xgafv=None)</a></code></p> |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 84 | <p class="firstline">Adds HeldAccounts to a hold. Returns a list of accounts that have been successfully added. Accounts can only be added to an existing account-based hold.</p> |
| 85 | <p class="toc_element"> |
| 86 | <code><a href="#close">close()</a></code></p> |
| 87 | <p class="firstline">Close httplib2 connections.</p> |
Bu Sun Kim | 715bd7f | 2019-06-14 16:50:42 -0700 | [diff] [blame] | 88 | <p class="toc_element"> |
Dan O'Meara | dd49464 | 2020-05-01 07:42:23 -0700 | [diff] [blame] | 89 | <code><a href="#create">create(matterId, body=None, x__xgafv=None)</a></code></p> |
Bu Sun Kim | 715bd7f | 2019-06-14 16:50:42 -0700 | [diff] [blame] | 90 | <p class="firstline">Creates a hold in the given matter.</p> |
| 91 | <p class="toc_element"> |
| 92 | <code><a href="#delete">delete(matterId, holdId, x__xgafv=None)</a></code></p> |
| 93 | <p class="firstline">Removes a hold by ID. This will release any HeldAccounts on this Hold.</p> |
| 94 | <p class="toc_element"> |
Bu Sun Kim | 6502091 | 2020-05-20 12:08:20 -0700 | [diff] [blame] | 95 | <code><a href="#get">get(matterId, holdId, view=None, x__xgafv=None)</a></code></p> |
Bu Sun Kim | 715bd7f | 2019-06-14 16:50:42 -0700 | [diff] [blame] | 96 | <p class="firstline">Gets a hold by ID.</p> |
| 97 | <p class="toc_element"> |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 98 | <code><a href="#list">list(matterId, pageToken=None, pageSize=None, view=None, x__xgafv=None)</a></code></p> |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 99 | <p class="firstline">Lists holds within a matter. An empty page token in ListHoldsResponse denotes no more holds to list.</p> |
Bu Sun Kim | 715bd7f | 2019-06-14 16:50:42 -0700 | [diff] [blame] | 100 | <p class="toc_element"> |
| 101 | <code><a href="#list_next">list_next(previous_request, previous_response)</a></code></p> |
| 102 | <p class="firstline">Retrieves the next page of results.</p> |
| 103 | <p class="toc_element"> |
Dan O'Meara | dd49464 | 2020-05-01 07:42:23 -0700 | [diff] [blame] | 104 | <code><a href="#removeHeldAccounts">removeHeldAccounts(matterId, holdId, body=None, x__xgafv=None)</a></code></p> |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 105 | <p class="firstline">Removes HeldAccounts from a hold. Returns a list of statuses in the same order as the request. If this request leaves the hold with no held accounts, the hold will not apply to any accounts.</p> |
Bu Sun Kim | 715bd7f | 2019-06-14 16:50:42 -0700 | [diff] [blame] | 106 | <p class="toc_element"> |
Dan O'Meara | dd49464 | 2020-05-01 07:42:23 -0700 | [diff] [blame] | 107 | <code><a href="#update">update(matterId, holdId, body=None, x__xgafv=None)</a></code></p> |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 108 | <p class="firstline">Updates the OU and/or query parameters of a hold. You cannot add accounts to a hold that covers an OU, nor can you add OUs to a hold that covers individual accounts. Accounts listed in the hold will be ignored.</p> |
Bu Sun Kim | 715bd7f | 2019-06-14 16:50:42 -0700 | [diff] [blame] | 109 | <h3>Method Details</h3> |
| 110 | <div class="method"> |
Dan O'Meara | dd49464 | 2020-05-01 07:42:23 -0700 | [diff] [blame] | 111 | <code class="details" id="addHeldAccounts">addHeldAccounts(matterId, holdId, body=None, x__xgafv=None)</code> |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 112 | <pre>Adds HeldAccounts to a hold. Returns a list of accounts that have been successfully added. Accounts can only be added to an existing account-based hold. |
Bu Sun Kim | 715bd7f | 2019-06-14 16:50:42 -0700 | [diff] [blame] | 113 | |
| 114 | Args: |
| 115 | matterId: string, The matter ID. (required) |
| 116 | holdId: string, The hold ID. (required) |
Dan O'Meara | dd49464 | 2020-05-01 07:42:23 -0700 | [diff] [blame] | 117 | body: object, The request body. |
Bu Sun Kim | 715bd7f | 2019-06-14 16:50:42 -0700 | [diff] [blame] | 118 | The object takes the form of: |
| 119 | |
| 120 | { # Add a list of accounts to a hold. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 121 | "emails": [ # Emails to identify which accounts to add. Only emails or only account_ids should be specified, but not both. |
Bu Sun Kim | 6502091 | 2020-05-20 12:08:20 -0700 | [diff] [blame] | 122 | "A String", |
| 123 | ], |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 124 | "accountIds": [ # Account IDs to identify which accounts to add. Only account_ids or only emails should be specified, but not both. |
Bu Sun Kim | 6502091 | 2020-05-20 12:08:20 -0700 | [diff] [blame] | 125 | "A String", |
Bu Sun Kim | 715bd7f | 2019-06-14 16:50:42 -0700 | [diff] [blame] | 126 | ], |
| 127 | } |
| 128 | |
| 129 | x__xgafv: string, V1 error format. |
| 130 | Allowed values |
| 131 | 1 - v1 error format |
| 132 | 2 - v2 error format |
| 133 | |
| 134 | Returns: |
| 135 | An object of the form: |
| 136 | |
| 137 | { # Response for batch create held accounts. |
Bu Sun Kim | 6502091 | 2020-05-20 12:08:20 -0700 | [diff] [blame] | 138 | "responses": [ # The list of responses, in the same order as the batch request. |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 139 | { # A status detailing the status of each account creation, and the HeldAccount, if successful. |
| 140 | "status": { # The `Status` type defines a logical error model that is suitable for different programming environments, including REST APIs and RPC APIs. It is used by [gRPC](https://github.com/grpc). Each `Status` message contains three pieces of data: error code, error message, and error details. You can find out more about this error model and how to work with it in the [API Design Guide](https://cloud.google.com/apis/design/errors). # This represents the success status. If failed, check message. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 141 | "code": 42, # The status code, which should be an enum value of google.rpc.Code. |
| 142 | "message": "A String", # A developer-facing error message, which should be in English. Any user-facing error message should be localized and sent in the google.rpc.Status.details field, or localized by the client. |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 143 | "details": [ # A list of messages that carry the error details. There is a common set of message types for APIs to use. |
Bu Sun Kim | 715bd7f | 2019-06-14 16:50:42 -0700 | [diff] [blame] | 144 | { |
Bu Sun Kim | 6502091 | 2020-05-20 12:08:20 -0700 | [diff] [blame] | 145 | "a_key": "", # Properties of the object. Contains field @type with type URL. |
Bu Sun Kim | 715bd7f | 2019-06-14 16:50:42 -0700 | [diff] [blame] | 146 | }, |
| 147 | ], |
| 148 | }, |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 149 | "account": { # 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. # If present, this account was successfully created. |
Bu Sun Kim | d059ad8 | 2020-07-22 17:02:09 -0700 | [diff] [blame] | 150 | "lastName": "A String", # Output only. The last name of the account holder. |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 151 | "email": "A String", # The primary email address of the account. If used as an input, this takes precedence over account ID. |
Bu Sun Kim | d059ad8 | 2020-07-22 17:02:09 -0700 | [diff] [blame] | 152 | "holdTime": "A String", # Output only. When the account was put on hold. |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 153 | "firstName": "A String", # Output only. The first name of the account holder. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 154 | "accountId": "A String", # The account's ID as provided by the Admin SDK. |
Bu Sun Kim | d059ad8 | 2020-07-22 17:02:09 -0700 | [diff] [blame] | 155 | }, |
Bu Sun Kim | 715bd7f | 2019-06-14 16:50:42 -0700 | [diff] [blame] | 156 | }, |
| 157 | ], |
| 158 | }</pre> |
| 159 | </div> |
| 160 | |
| 161 | <div class="method"> |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 162 | <code class="details" id="close">close()</code> |
| 163 | <pre>Close httplib2 connections.</pre> |
| 164 | </div> |
| 165 | |
| 166 | <div class="method"> |
Dan O'Meara | dd49464 | 2020-05-01 07:42:23 -0700 | [diff] [blame] | 167 | <code class="details" id="create">create(matterId, body=None, x__xgafv=None)</code> |
Bu Sun Kim | 715bd7f | 2019-06-14 16:50:42 -0700 | [diff] [blame] | 168 | <pre>Creates a hold in the given matter. |
| 169 | |
| 170 | Args: |
| 171 | matterId: string, The matter ID. (required) |
Dan O'Meara | dd49464 | 2020-05-01 07:42:23 -0700 | [diff] [blame] | 172 | body: object, The request body. |
Bu Sun Kim | 715bd7f | 2019-06-14 16:50:42 -0700 | [diff] [blame] | 173 | The object takes the form of: |
| 174 | |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 175 | { # 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. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 176 | "accounts": [ # If set, the hold applies to the enumerated accounts and org_unit must be empty. |
| 177 | { # 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. |
| 178 | "lastName": "A String", # Output only. The last name of the account holder. |
| 179 | "email": "A String", # The primary email address of the account. If used as an input, this takes precedence over account ID. |
| 180 | "holdTime": "A String", # Output only. When the account was put on hold. |
| 181 | "firstName": "A String", # Output only. The first name of the account holder. |
| 182 | "accountId": "A String", # The account's ID as provided by the Admin SDK. |
| 183 | }, |
| 184 | ], |
| 185 | "name": "A String", # The name of the hold. |
| 186 | "orgUnit": { # A organizational unit being held in a particular hold. This structure is immutable. # If set, the hold applies to all members of the organizational unit and accounts must be empty. This property is mutable. For groups holds, set the accounts field. |
| 187 | "orgUnitId": "A String", # The org unit's immutable ID as provided by the Admin SDK. |
| 188 | "holdTime": "A String", # When the org unit was put on hold. This property is immutable. |
Bu Sun Kim | 4ed7d3f | 2020-05-27 12:20:54 -0700 | [diff] [blame] | 189 | }, |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 190 | "holdId": "A String", # The unique immutable ID of the hold. Assigned during creation. |
| 191 | "updateTime": "A String", # The last time this hold was modified. |
| 192 | "corpus": "A String", # The corpus to be searched. |
| 193 | "query": { # Corpus specific queries. # The corpus-specific query. If set, the corpusQuery must match corpus type. |
| 194 | "hangoutsChatQuery": { # Query options for hangouts chat holds. # Details pertaining to Hangouts Chat holds. If set, corpus must be Hangouts Chat. |
| 195 | "includeRooms": True or False, # If true, include rooms the user has participated in. |
| 196 | }, |
| 197 | "mailQuery": { # Query options for mail holds. # Details pertaining to mail holds. If set, corpus must be mail. |
| 198 | "terms": "A String", # The search terms for the hold. |
| 199 | "endTime": "A String", # The end time range for the search query. These timestamps are in GMT and rounded down to the start of the given date. |
| 200 | "startTime": "A String", # The start time range for the search query. These timestamps are in GMT and rounded down to the start of the given date. |
| 201 | }, |
| 202 | "driveQuery": { # Query options for Drive holds. # Details pertaining to Drive holds. If set, corpus must be Drive. |
| 203 | "includeTeamDriveFiles": True or False, # If true, include files in Team Drives in the hold. |
| 204 | "includeSharedDriveFiles": True or False, # If true, include files in shared drives in the hold. |
| 205 | }, |
| 206 | "groupsQuery": { # Query options for group holds. # Details pertaining to Groups holds. If set, corpus must be Groups. |
| 207 | "endTime": "A String", # The end time range for the search query. These timestamps are in GMT and rounded down to the start of the given date. |
| 208 | "startTime": "A String", # The start time range for the search query. These timestamps are in GMT and rounded down to the start of the given date. |
| 209 | "terms": "A String", # The search terms for the hold. |
| 210 | }, |
Bu Sun Kim | 6502091 | 2020-05-20 12:08:20 -0700 | [diff] [blame] | 211 | }, |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 212 | } |
Bu Sun Kim | 4ed7d3f | 2020-05-27 12:20:54 -0700 | [diff] [blame] | 213 | |
| 214 | x__xgafv: string, V1 error format. |
| 215 | Allowed values |
| 216 | 1 - v1 error format |
| 217 | 2 - v2 error format |
| 218 | |
| 219 | Returns: |
| 220 | An object of the form: |
| 221 | |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 222 | { # 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. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 223 | "accounts": [ # If set, the hold applies to the enumerated accounts and org_unit must be empty. |
| 224 | { # 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. |
| 225 | "lastName": "A String", # Output only. The last name of the account holder. |
| 226 | "email": "A String", # The primary email address of the account. If used as an input, this takes precedence over account ID. |
| 227 | "holdTime": "A String", # Output only. When the account was put on hold. |
| 228 | "firstName": "A String", # Output only. The first name of the account holder. |
| 229 | "accountId": "A String", # The account's ID as provided by the Admin SDK. |
| 230 | }, |
| 231 | ], |
| 232 | "name": "A String", # The name of the hold. |
| 233 | "orgUnit": { # A organizational unit being held in a particular hold. This structure is immutable. # If set, the hold applies to all members of the organizational unit and accounts must be empty. This property is mutable. For groups holds, set the accounts field. |
| 234 | "orgUnitId": "A String", # The org unit's immutable ID as provided by the Admin SDK. |
| 235 | "holdTime": "A String", # When the org unit was put on hold. This property is immutable. |
Bu Sun Kim | 4ed7d3f | 2020-05-27 12:20:54 -0700 | [diff] [blame] | 236 | }, |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 237 | "holdId": "A String", # The unique immutable ID of the hold. Assigned during creation. |
| 238 | "updateTime": "A String", # The last time this hold was modified. |
| 239 | "corpus": "A String", # The corpus to be searched. |
| 240 | "query": { # Corpus specific queries. # The corpus-specific query. If set, the corpusQuery must match corpus type. |
| 241 | "hangoutsChatQuery": { # Query options for hangouts chat holds. # Details pertaining to Hangouts Chat holds. If set, corpus must be Hangouts Chat. |
| 242 | "includeRooms": True or False, # If true, include rooms the user has participated in. |
| 243 | }, |
| 244 | "mailQuery": { # Query options for mail holds. # Details pertaining to mail holds. If set, corpus must be mail. |
| 245 | "terms": "A String", # The search terms for the hold. |
| 246 | "endTime": "A String", # The end time range for the search query. These timestamps are in GMT and rounded down to the start of the given date. |
| 247 | "startTime": "A String", # The start time range for the search query. These timestamps are in GMT and rounded down to the start of the given date. |
| 248 | }, |
| 249 | "driveQuery": { # Query options for Drive holds. # Details pertaining to Drive holds. If set, corpus must be Drive. |
| 250 | "includeTeamDriveFiles": True or False, # If true, include files in Team Drives in the hold. |
| 251 | "includeSharedDriveFiles": True or False, # If true, include files in shared drives in the hold. |
| 252 | }, |
| 253 | "groupsQuery": { # Query options for group holds. # Details pertaining to Groups holds. If set, corpus must be Groups. |
| 254 | "endTime": "A String", # The end time range for the search query. These timestamps are in GMT and rounded down to the start of the given date. |
| 255 | "startTime": "A String", # The start time range for the search query. These timestamps are in GMT and rounded down to the start of the given date. |
| 256 | "terms": "A String", # The search terms for the hold. |
| 257 | }, |
Bu Sun Kim | 4ed7d3f | 2020-05-27 12:20:54 -0700 | [diff] [blame] | 258 | }, |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 259 | }</pre> |
Bu Sun Kim | 715bd7f | 2019-06-14 16:50:42 -0700 | [diff] [blame] | 260 | </div> |
| 261 | |
| 262 | <div class="method"> |
| 263 | <code class="details" id="delete">delete(matterId, holdId, x__xgafv=None)</code> |
| 264 | <pre>Removes a hold by ID. This will release any HeldAccounts on this Hold. |
| 265 | |
| 266 | Args: |
| 267 | matterId: string, The matter ID. (required) |
| 268 | holdId: string, The hold ID. (required) |
| 269 | x__xgafv: string, V1 error format. |
| 270 | Allowed values |
| 271 | 1 - v1 error format |
| 272 | 2 - v2 error format |
| 273 | |
| 274 | Returns: |
| 275 | An object of the form: |
| 276 | |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 277 | { # A generic empty message that you can re-use to avoid defining duplicated empty messages in your APIs. A typical example is to use it as the request or the response type of an API method. For instance: service Foo { rpc Bar(google.protobuf.Empty) returns (google.protobuf.Empty); } The JSON representation for `Empty` is empty JSON object `{}`. |
Bu Sun Kim | 715bd7f | 2019-06-14 16:50:42 -0700 | [diff] [blame] | 278 | }</pre> |
| 279 | </div> |
| 280 | |
| 281 | <div class="method"> |
Bu Sun Kim | 6502091 | 2020-05-20 12:08:20 -0700 | [diff] [blame] | 282 | <code class="details" id="get">get(matterId, holdId, view=None, x__xgafv=None)</code> |
Bu Sun Kim | 715bd7f | 2019-06-14 16:50:42 -0700 | [diff] [blame] | 283 | <pre>Gets a hold by ID. |
| 284 | |
| 285 | Args: |
| 286 | matterId: string, The matter ID. (required) |
| 287 | holdId: string, The hold ID. (required) |
Bu Sun Kim | 6502091 | 2020-05-20 12:08:20 -0700 | [diff] [blame] | 288 | view: string, Specifies which parts of the Hold to return. |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 289 | Allowed values |
| 290 | HOLD_VIEW_UNSPECIFIED - There is no specified view. Defaults to FULL_HOLD. |
| 291 | BASIC_HOLD - Response includes the id, name, update time, corpus, and query. |
| 292 | FULL_HOLD - Full representation of a Hold. Response includes all fields of 'BASIC' and the entities the Hold applies to, such as accounts, or OU. |
Bu Sun Kim | 715bd7f | 2019-06-14 16:50:42 -0700 | [diff] [blame] | 293 | x__xgafv: string, V1 error format. |
| 294 | Allowed values |
| 295 | 1 - v1 error format |
| 296 | 2 - v2 error format |
Bu Sun Kim | 715bd7f | 2019-06-14 16:50:42 -0700 | [diff] [blame] | 297 | |
| 298 | Returns: |
| 299 | An object of the form: |
| 300 | |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 301 | { # 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. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 302 | "accounts": [ # If set, the hold applies to the enumerated accounts and org_unit must be empty. |
| 303 | { # 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. |
| 304 | "lastName": "A String", # Output only. The last name of the account holder. |
| 305 | "email": "A String", # The primary email address of the account. If used as an input, this takes precedence over account ID. |
| 306 | "holdTime": "A String", # Output only. When the account was put on hold. |
| 307 | "firstName": "A String", # Output only. The first name of the account holder. |
| 308 | "accountId": "A String", # The account's ID as provided by the Admin SDK. |
| 309 | }, |
| 310 | ], |
| 311 | "name": "A String", # The name of the hold. |
| 312 | "orgUnit": { # A organizational unit being held in a particular hold. This structure is immutable. # If set, the hold applies to all members of the organizational unit and accounts must be empty. This property is mutable. For groups holds, set the accounts field. |
| 313 | "orgUnitId": "A String", # The org unit's immutable ID as provided by the Admin SDK. |
| 314 | "holdTime": "A String", # When the org unit was put on hold. This property is immutable. |
Bu Sun Kim | 715bd7f | 2019-06-14 16:50:42 -0700 | [diff] [blame] | 315 | }, |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 316 | "holdId": "A String", # The unique immutable ID of the hold. Assigned during creation. |
| 317 | "updateTime": "A String", # The last time this hold was modified. |
| 318 | "corpus": "A String", # The corpus to be searched. |
| 319 | "query": { # Corpus specific queries. # The corpus-specific query. If set, the corpusQuery must match corpus type. |
| 320 | "hangoutsChatQuery": { # Query options for hangouts chat holds. # Details pertaining to Hangouts Chat holds. If set, corpus must be Hangouts Chat. |
| 321 | "includeRooms": True or False, # If true, include rooms the user has participated in. |
| 322 | }, |
| 323 | "mailQuery": { # Query options for mail holds. # Details pertaining to mail holds. If set, corpus must be mail. |
| 324 | "terms": "A String", # The search terms for the hold. |
| 325 | "endTime": "A String", # The end time range for the search query. These timestamps are in GMT and rounded down to the start of the given date. |
| 326 | "startTime": "A String", # The start time range for the search query. These timestamps are in GMT and rounded down to the start of the given date. |
| 327 | }, |
| 328 | "driveQuery": { # Query options for Drive holds. # Details pertaining to Drive holds. If set, corpus must be Drive. |
| 329 | "includeTeamDriveFiles": True or False, # If true, include files in Team Drives in the hold. |
| 330 | "includeSharedDriveFiles": True or False, # If true, include files in shared drives in the hold. |
| 331 | }, |
| 332 | "groupsQuery": { # Query options for group holds. # Details pertaining to Groups holds. If set, corpus must be Groups. |
| 333 | "endTime": "A String", # The end time range for the search query. These timestamps are in GMT and rounded down to the start of the given date. |
| 334 | "startTime": "A String", # The start time range for the search query. These timestamps are in GMT and rounded down to the start of the given date. |
| 335 | "terms": "A String", # The search terms for the hold. |
| 336 | }, |
Bu Sun Kim | 6502091 | 2020-05-20 12:08:20 -0700 | [diff] [blame] | 337 | }, |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 338 | }</pre> |
Bu Sun Kim | 715bd7f | 2019-06-14 16:50:42 -0700 | [diff] [blame] | 339 | </div> |
| 340 | |
| 341 | <div class="method"> |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 342 | <code class="details" id="list">list(matterId, pageToken=None, pageSize=None, view=None, x__xgafv=None)</code> |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 343 | <pre>Lists holds within a matter. An empty page token in ListHoldsResponse denotes no more holds to list. |
Bu Sun Kim | 715bd7f | 2019-06-14 16:50:42 -0700 | [diff] [blame] | 344 | |
| 345 | Args: |
| 346 | matterId: string, The matter ID. (required) |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 347 | pageToken: string, The pagination token as returned in the response. An empty token means start from the beginning. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 348 | pageSize: integer, The number of holds to return in the response, between 0 and 100 inclusive. Leaving this empty, or as 0, is the same as page_size = 100. |
Bu Sun Kim | d059ad8 | 2020-07-22 17:02:09 -0700 | [diff] [blame] | 349 | view: string, Specifies which parts of the Hold to return. |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 350 | Allowed values |
| 351 | HOLD_VIEW_UNSPECIFIED - There is no specified view. Defaults to FULL_HOLD. |
| 352 | BASIC_HOLD - Response includes the id, name, update time, corpus, and query. |
| 353 | FULL_HOLD - Full representation of a Hold. Response includes all fields of 'BASIC' and the entities the Hold applies to, such as accounts, or OU. |
Bu Sun Kim | 715bd7f | 2019-06-14 16:50:42 -0700 | [diff] [blame] | 354 | x__xgafv: string, V1 error format. |
| 355 | Allowed values |
| 356 | 1 - v1 error format |
| 357 | 2 - v2 error format |
Bu Sun Kim | 715bd7f | 2019-06-14 16:50:42 -0700 | [diff] [blame] | 358 | |
| 359 | Returns: |
| 360 | An object of the form: |
| 361 | |
| 362 | { # The holds for a matter. |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 363 | "nextPageToken": "A String", # Page token to retrieve the next page of results in the list. If this is empty, then there are no more holds to list. |
Bu Sun Kim | 6502091 | 2020-05-20 12:08:20 -0700 | [diff] [blame] | 364 | "holds": [ # The list of holds. |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 365 | { # 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. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 366 | "accounts": [ # If set, the hold applies to the enumerated accounts and org_unit must be empty. |
| 367 | { # 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. |
| 368 | "lastName": "A String", # Output only. The last name of the account holder. |
| 369 | "email": "A String", # The primary email address of the account. If used as an input, this takes precedence over account ID. |
| 370 | "holdTime": "A String", # Output only. When the account was put on hold. |
| 371 | "firstName": "A String", # Output only. The first name of the account holder. |
| 372 | "accountId": "A String", # The account's ID as provided by the Admin SDK. |
| 373 | }, |
| 374 | ], |
| 375 | "name": "A String", # The name of the hold. |
| 376 | "orgUnit": { # A organizational unit being held in a particular hold. This structure is immutable. # If set, the hold applies to all members of the organizational unit and accounts must be empty. This property is mutable. For groups holds, set the accounts field. |
| 377 | "orgUnitId": "A String", # The org unit's immutable ID as provided by the Admin SDK. |
| 378 | "holdTime": "A String", # When the org unit was put on hold. This property is immutable. |
Bu Sun Kim | 715bd7f | 2019-06-14 16:50:42 -0700 | [diff] [blame] | 379 | }, |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 380 | "holdId": "A String", # The unique immutable ID of the hold. Assigned during creation. |
| 381 | "updateTime": "A String", # The last time this hold was modified. |
| 382 | "corpus": "A String", # The corpus to be searched. |
| 383 | "query": { # Corpus specific queries. # The corpus-specific query. If set, the corpusQuery must match corpus type. |
| 384 | "hangoutsChatQuery": { # Query options for hangouts chat holds. # Details pertaining to Hangouts Chat holds. If set, corpus must be Hangouts Chat. |
| 385 | "includeRooms": True or False, # If true, include rooms the user has participated in. |
| 386 | }, |
| 387 | "mailQuery": { # Query options for mail holds. # Details pertaining to mail holds. If set, corpus must be mail. |
| 388 | "terms": "A String", # The search terms for the hold. |
| 389 | "endTime": "A String", # The end time range for the search query. These timestamps are in GMT and rounded down to the start of the given date. |
| 390 | "startTime": "A String", # The start time range for the search query. These timestamps are in GMT and rounded down to the start of the given date. |
| 391 | }, |
| 392 | "driveQuery": { # Query options for Drive holds. # Details pertaining to Drive holds. If set, corpus must be Drive. |
| 393 | "includeTeamDriveFiles": True or False, # If true, include files in Team Drives in the hold. |
| 394 | "includeSharedDriveFiles": True or False, # If true, include files in shared drives in the hold. |
| 395 | }, |
| 396 | "groupsQuery": { # Query options for group holds. # Details pertaining to Groups holds. If set, corpus must be Groups. |
| 397 | "endTime": "A String", # The end time range for the search query. These timestamps are in GMT and rounded down to the start of the given date. |
| 398 | "startTime": "A String", # The start time range for the search query. These timestamps are in GMT and rounded down to the start of the given date. |
| 399 | "terms": "A String", # The search terms for the hold. |
| 400 | }, |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 401 | }, |
Bu Sun Kim | 715bd7f | 2019-06-14 16:50:42 -0700 | [diff] [blame] | 402 | }, |
Bu Sun Kim | 715bd7f | 2019-06-14 16:50:42 -0700 | [diff] [blame] | 403 | ], |
| 404 | }</pre> |
| 405 | </div> |
| 406 | |
| 407 | <div class="method"> |
| 408 | <code class="details" id="list_next">list_next(previous_request, previous_response)</code> |
| 409 | <pre>Retrieves the next page of results. |
| 410 | |
| 411 | Args: |
| 412 | previous_request: The request for the previous page. (required) |
| 413 | previous_response: The response from the request for the previous page. (required) |
| 414 | |
| 415 | Returns: |
Bu Sun Kim | 6502091 | 2020-05-20 12:08:20 -0700 | [diff] [blame] | 416 | A request object that you can call 'execute()' on to request the next |
Bu Sun Kim | 715bd7f | 2019-06-14 16:50:42 -0700 | [diff] [blame] | 417 | page. Returns None if there are no more items in the collection. |
| 418 | </pre> |
| 419 | </div> |
| 420 | |
| 421 | <div class="method"> |
Dan O'Meara | dd49464 | 2020-05-01 07:42:23 -0700 | [diff] [blame] | 422 | <code class="details" id="removeHeldAccounts">removeHeldAccounts(matterId, holdId, body=None, x__xgafv=None)</code> |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 423 | <pre>Removes HeldAccounts from a hold. Returns a list of statuses in the same order as the request. If this request leaves the hold with no held accounts, the hold will not apply to any accounts. |
Bu Sun Kim | 715bd7f | 2019-06-14 16:50:42 -0700 | [diff] [blame] | 424 | |
| 425 | Args: |
| 426 | matterId: string, The matter ID. (required) |
| 427 | holdId: string, The hold ID. (required) |
Dan O'Meara | dd49464 | 2020-05-01 07:42:23 -0700 | [diff] [blame] | 428 | body: object, The request body. |
Bu Sun Kim | 715bd7f | 2019-06-14 16:50:42 -0700 | [diff] [blame] | 429 | The object takes the form of: |
| 430 | |
| 431 | { # Remove a list of accounts from a hold. |
Bu Sun Kim | 6502091 | 2020-05-20 12:08:20 -0700 | [diff] [blame] | 432 | "accountIds": [ # Account IDs to identify HeldAccounts to remove. |
| 433 | "A String", |
Bu Sun Kim | 715bd7f | 2019-06-14 16:50:42 -0700 | [diff] [blame] | 434 | ], |
| 435 | } |
| 436 | |
| 437 | x__xgafv: string, V1 error format. |
| 438 | Allowed values |
| 439 | 1 - v1 error format |
| 440 | 2 - v2 error format |
| 441 | |
| 442 | Returns: |
| 443 | An object of the form: |
| 444 | |
| 445 | { # Response for batch delete held accounts. |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 446 | "statuses": [ # A list of statuses for deleted accounts. Results have the same order as the request. |
| 447 | { # The `Status` type defines a logical error model that is suitable for different programming environments, including REST APIs and RPC APIs. It is used by [gRPC](https://github.com/grpc). Each `Status` message contains three pieces of data: error code, error message, and error details. You can find out more about this error model and how to work with it in the [API Design Guide](https://cloud.google.com/apis/design/errors). |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 448 | "code": 42, # The status code, which should be an enum value of google.rpc.Code. |
| 449 | "message": "A String", # A developer-facing error message, which should be in English. Any user-facing error message should be localized and sent in the google.rpc.Status.details field, or localized by the client. |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 450 | "details": [ # A list of messages that carry the error details. There is a common set of message types for APIs to use. |
Bu Sun Kim | 715bd7f | 2019-06-14 16:50:42 -0700 | [diff] [blame] | 451 | { |
Bu Sun Kim | 6502091 | 2020-05-20 12:08:20 -0700 | [diff] [blame] | 452 | "a_key": "", # Properties of the object. Contains field @type with type URL. |
Bu Sun Kim | 715bd7f | 2019-06-14 16:50:42 -0700 | [diff] [blame] | 453 | }, |
| 454 | ], |
| 455 | }, |
| 456 | ], |
| 457 | }</pre> |
| 458 | </div> |
| 459 | |
| 460 | <div class="method"> |
Dan O'Meara | dd49464 | 2020-05-01 07:42:23 -0700 | [diff] [blame] | 461 | <code class="details" id="update">update(matterId, holdId, body=None, x__xgafv=None)</code> |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 462 | <pre>Updates the OU and/or query parameters of a hold. You cannot add accounts to a hold that covers an OU, nor can you add OUs to a hold that covers individual accounts. Accounts listed in the hold will be ignored. |
Bu Sun Kim | 715bd7f | 2019-06-14 16:50:42 -0700 | [diff] [blame] | 463 | |
| 464 | Args: |
| 465 | matterId: string, The matter ID. (required) |
| 466 | holdId: string, The ID of the hold. (required) |
Dan O'Meara | dd49464 | 2020-05-01 07:42:23 -0700 | [diff] [blame] | 467 | body: object, The request body. |
Bu Sun Kim | 715bd7f | 2019-06-14 16:50:42 -0700 | [diff] [blame] | 468 | The object takes the form of: |
| 469 | |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 470 | { # 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. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 471 | "accounts": [ # If set, the hold applies to the enumerated accounts and org_unit must be empty. |
| 472 | { # 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. |
| 473 | "lastName": "A String", # Output only. The last name of the account holder. |
| 474 | "email": "A String", # The primary email address of the account. If used as an input, this takes precedence over account ID. |
| 475 | "holdTime": "A String", # Output only. When the account was put on hold. |
| 476 | "firstName": "A String", # Output only. The first name of the account holder. |
| 477 | "accountId": "A String", # The account's ID as provided by the Admin SDK. |
| 478 | }, |
| 479 | ], |
| 480 | "name": "A String", # The name of the hold. |
| 481 | "orgUnit": { # A organizational unit being held in a particular hold. This structure is immutable. # If set, the hold applies to all members of the organizational unit and accounts must be empty. This property is mutable. For groups holds, set the accounts field. |
| 482 | "orgUnitId": "A String", # The org unit's immutable ID as provided by the Admin SDK. |
| 483 | "holdTime": "A String", # When the org unit was put on hold. This property is immutable. |
Bu Sun Kim | 4ed7d3f | 2020-05-27 12:20:54 -0700 | [diff] [blame] | 484 | }, |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 485 | "holdId": "A String", # The unique immutable ID of the hold. Assigned during creation. |
| 486 | "updateTime": "A String", # The last time this hold was modified. |
| 487 | "corpus": "A String", # The corpus to be searched. |
| 488 | "query": { # Corpus specific queries. # The corpus-specific query. If set, the corpusQuery must match corpus type. |
| 489 | "hangoutsChatQuery": { # Query options for hangouts chat holds. # Details pertaining to Hangouts Chat holds. If set, corpus must be Hangouts Chat. |
| 490 | "includeRooms": True or False, # If true, include rooms the user has participated in. |
| 491 | }, |
| 492 | "mailQuery": { # Query options for mail holds. # Details pertaining to mail holds. If set, corpus must be mail. |
| 493 | "terms": "A String", # The search terms for the hold. |
| 494 | "endTime": "A String", # The end time range for the search query. These timestamps are in GMT and rounded down to the start of the given date. |
| 495 | "startTime": "A String", # The start time range for the search query. These timestamps are in GMT and rounded down to the start of the given date. |
| 496 | }, |
| 497 | "driveQuery": { # Query options for Drive holds. # Details pertaining to Drive holds. If set, corpus must be Drive. |
| 498 | "includeTeamDriveFiles": True or False, # If true, include files in Team Drives in the hold. |
| 499 | "includeSharedDriveFiles": True or False, # If true, include files in shared drives in the hold. |
| 500 | }, |
| 501 | "groupsQuery": { # Query options for group holds. # Details pertaining to Groups holds. If set, corpus must be Groups. |
| 502 | "endTime": "A String", # The end time range for the search query. These timestamps are in GMT and rounded down to the start of the given date. |
| 503 | "startTime": "A String", # The start time range for the search query. These timestamps are in GMT and rounded down to the start of the given date. |
| 504 | "terms": "A String", # The search terms for the hold. |
| 505 | }, |
Bu Sun Kim | 6502091 | 2020-05-20 12:08:20 -0700 | [diff] [blame] | 506 | }, |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 507 | } |
Bu Sun Kim | 4ed7d3f | 2020-05-27 12:20:54 -0700 | [diff] [blame] | 508 | |
| 509 | x__xgafv: string, V1 error format. |
| 510 | Allowed values |
| 511 | 1 - v1 error format |
| 512 | 2 - v2 error format |
| 513 | |
| 514 | Returns: |
| 515 | An object of the form: |
| 516 | |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 517 | { # 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. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 518 | "accounts": [ # If set, the hold applies to the enumerated accounts and org_unit must be empty. |
| 519 | { # 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. |
| 520 | "lastName": "A String", # Output only. The last name of the account holder. |
| 521 | "email": "A String", # The primary email address of the account. If used as an input, this takes precedence over account ID. |
| 522 | "holdTime": "A String", # Output only. When the account was put on hold. |
| 523 | "firstName": "A String", # Output only. The first name of the account holder. |
| 524 | "accountId": "A String", # The account's ID as provided by the Admin SDK. |
| 525 | }, |
| 526 | ], |
| 527 | "name": "A String", # The name of the hold. |
| 528 | "orgUnit": { # A organizational unit being held in a particular hold. This structure is immutable. # If set, the hold applies to all members of the organizational unit and accounts must be empty. This property is mutable. For groups holds, set the accounts field. |
| 529 | "orgUnitId": "A String", # The org unit's immutable ID as provided by the Admin SDK. |
| 530 | "holdTime": "A String", # When the org unit was put on hold. This property is immutable. |
Bu Sun Kim | 4ed7d3f | 2020-05-27 12:20:54 -0700 | [diff] [blame] | 531 | }, |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 532 | "holdId": "A String", # The unique immutable ID of the hold. Assigned during creation. |
| 533 | "updateTime": "A String", # The last time this hold was modified. |
| 534 | "corpus": "A String", # The corpus to be searched. |
| 535 | "query": { # Corpus specific queries. # The corpus-specific query. If set, the corpusQuery must match corpus type. |
| 536 | "hangoutsChatQuery": { # Query options for hangouts chat holds. # Details pertaining to Hangouts Chat holds. If set, corpus must be Hangouts Chat. |
| 537 | "includeRooms": True or False, # If true, include rooms the user has participated in. |
| 538 | }, |
| 539 | "mailQuery": { # Query options for mail holds. # Details pertaining to mail holds. If set, corpus must be mail. |
| 540 | "terms": "A String", # The search terms for the hold. |
| 541 | "endTime": "A String", # The end time range for the search query. These timestamps are in GMT and rounded down to the start of the given date. |
| 542 | "startTime": "A String", # The start time range for the search query. These timestamps are in GMT and rounded down to the start of the given date. |
| 543 | }, |
| 544 | "driveQuery": { # Query options for Drive holds. # Details pertaining to Drive holds. If set, corpus must be Drive. |
| 545 | "includeTeamDriveFiles": True or False, # If true, include files in Team Drives in the hold. |
| 546 | "includeSharedDriveFiles": True or False, # If true, include files in shared drives in the hold. |
| 547 | }, |
| 548 | "groupsQuery": { # Query options for group holds. # Details pertaining to Groups holds. If set, corpus must be Groups. |
| 549 | "endTime": "A String", # The end time range for the search query. These timestamps are in GMT and rounded down to the start of the given date. |
| 550 | "startTime": "A String", # The start time range for the search query. These timestamps are in GMT and rounded down to the start of the given date. |
| 551 | "terms": "A String", # The search terms for the hold. |
| 552 | }, |
Bu Sun Kim | 4ed7d3f | 2020-05-27 12:20:54 -0700 | [diff] [blame] | 553 | }, |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 554 | }</pre> |
Bu Sun Kim | 715bd7f | 2019-06-14 16:50:42 -0700 | [diff] [blame] | 555 | </div> |
| 556 | |
| 557 | </body></html> |