|
681 | 681 | } |
682 | 682 | } |
683 | 683 | }, |
684 | | - "revision": "20260223", |
| 684 | + "revision": "20260311", |
685 | 685 | "rootUrl": "https://admin.googleapis.com/", |
686 | 686 | "schemas": { |
687 | 687 | "Activities": { |
|
1033 | 1033 | }, |
1034 | 1034 | "type": "object" |
1035 | 1035 | }, |
| 1036 | + "CustomerIdentity": { |
| 1037 | + "description": "Identity of the Google Workspace customer who owns the resource.", |
| 1038 | + "id": "CustomerIdentity", |
| 1039 | + "properties": { |
| 1040 | + "id": { |
| 1041 | + "description": "Customer id.", |
| 1042 | + "type": "string" |
| 1043 | + } |
| 1044 | + }, |
| 1045 | + "type": "object" |
| 1046 | + }, |
1036 | 1047 | "Date": { |
1037 | 1048 | "description": "Represents a whole or partial calendar date, such as a birthday. The time of day and time zone are either specified elsewhere or are insignificant. The date is relative to the Gregorian Calendar. This can represent one of the following: * A full date, with non-zero year, month, and day values. * A month and day, with a zero year (for example, an anniversary). * A year on its own, with a zero month and a zero day. * A year and month, with a zero day (for example, a credit card expiration date). Related types: * google.type.TimeOfDay * google.type.DateTime * google.protobuf.Timestamp", |
1038 | 1049 | "id": "Date", |
|
1191 | 1202 | }, |
1192 | 1203 | "type": "object" |
1193 | 1204 | }, |
| 1205 | + "GroupIdentity": { |
| 1206 | + "description": "Identity of the group who owns the resource.", |
| 1207 | + "id": "GroupIdentity", |
| 1208 | + "properties": { |
| 1209 | + "groupEmail": { |
| 1210 | + "description": "Group email.", |
| 1211 | + "type": "string" |
| 1212 | + }, |
| 1213 | + "id": { |
| 1214 | + "description": "Group gaia id.", |
| 1215 | + "type": "string" |
| 1216 | + } |
| 1217 | + }, |
| 1218 | + "type": "object" |
| 1219 | + }, |
1194 | 1220 | "NestedParameter": { |
1195 | 1221 | "description": "JSON template for a parameter used in various reports.", |
1196 | 1222 | "id": "NestedParameter", |
|
1237 | 1263 | }, |
1238 | 1264 | "type": "object" |
1239 | 1265 | }, |
| 1266 | + "OwnerDetails": { |
| 1267 | + "description": "Details of the owner of the resource.", |
| 1268 | + "id": "OwnerDetails", |
| 1269 | + "properties": { |
| 1270 | + "ownerIdentity": { |
| 1271 | + "description": "Identity details of the owner(s) of the resource.", |
| 1272 | + "items": { |
| 1273 | + "$ref": "OwnerIdentity" |
| 1274 | + }, |
| 1275 | + "type": "array" |
| 1276 | + }, |
| 1277 | + "ownerType": { |
| 1278 | + "description": "Type of the owner of the resource.", |
| 1279 | + "type": "string" |
| 1280 | + } |
| 1281 | + }, |
| 1282 | + "type": "object" |
| 1283 | + }, |
| 1284 | + "OwnerIdentity": { |
| 1285 | + "description": "Identity details of the owner of the resource.", |
| 1286 | + "id": "OwnerIdentity", |
| 1287 | + "properties": { |
| 1288 | + "customerIdentity": { |
| 1289 | + "$ref": "CustomerIdentity", |
| 1290 | + "description": "Identity of the Google Workspace customer who owns the resource." |
| 1291 | + }, |
| 1292 | + "groupIdentity": { |
| 1293 | + "$ref": "GroupIdentity", |
| 1294 | + "description": "Identity of the group who owns the resource." |
| 1295 | + }, |
| 1296 | + "userIdentity": { |
| 1297 | + "$ref": "UserIdentity", |
| 1298 | + "description": "Identity of the user who owns the resource." |
| 1299 | + } |
| 1300 | + }, |
| 1301 | + "type": "object" |
| 1302 | + }, |
1240 | 1303 | "Reason": { |
1241 | 1304 | "description": "The reason why the label/field was applied.", |
1242 | 1305 | "id": "Reason", |
|
1260 | 1323 | "type": "array" |
1261 | 1324 | }, |
1262 | 1325 | "id": { |
1263 | | - "description": "Identifier of the resource.", |
| 1326 | + "description": "Identifier of the resource, such as a doc_id for a Drive document, a conference_id for a Meet conference, or a \"gaia_id/rfc2822_message_id\" for an email.", |
1264 | 1327 | "type": "string" |
1265 | 1328 | }, |
| 1329 | + "ownerDetails": { |
| 1330 | + "$ref": "OwnerDetails", |
| 1331 | + "description": "Owner details of the resource." |
| 1332 | + }, |
1266 | 1333 | "relation": { |
1267 | 1334 | "description": "Defines relationship of the resource to the events", |
1268 | 1335 | "type": "string" |
|
1438 | 1505 | } |
1439 | 1506 | }, |
1440 | 1507 | "type": "object" |
| 1508 | + }, |
| 1509 | + "UserIdentity": { |
| 1510 | + "description": "Identity of the user who owns the resource.", |
| 1511 | + "id": "UserIdentity", |
| 1512 | + "properties": { |
| 1513 | + "id": { |
| 1514 | + "description": "User gaia id.", |
| 1515 | + "type": "string" |
| 1516 | + }, |
| 1517 | + "userEmail": { |
| 1518 | + "description": "User email.", |
| 1519 | + "type": "string" |
| 1520 | + } |
| 1521 | + }, |
| 1522 | + "type": "object" |
1441 | 1523 | } |
1442 | 1524 | }, |
1443 | 1525 | "servicePath": "", |
|
0 commit comments