Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Docker Image To demisto/googleapi-python3 #29737

Merged
merged 14 commits into from Sep 19, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
32 changes: 16 additions & 16 deletions Packs/GSuiteAdmin/Integrations/GSuiteAdmin/GSuiteAdmin.yml
Expand Up @@ -39,7 +39,7 @@ script:
required: true
- description: Email ID of the G Suite domain admin who acts on behalf of an end-user.
name: admin_email
- description: Whether to show all metadata fields, or only the basic metadata fields (e.g., deviceId, model, type, and status). Default is FULL
- description: Whether to show all metadata fields, or only the basic metadata fields (e.g., deviceId, model, type, and status). Default is FULL.
name: projection
auto: PREDEFINED
predefined:
Expand Down Expand Up @@ -1101,7 +1101,7 @@ script:
- description: Display name for the schema.
name: schema_display_name
required: true
- description: |
- description: |-
Raw JSON containing fields of the schema. Acceptable values for
fieldType are BOOL, DATE, DOUBLE, EMAIL, INT64, PHONE, and STRING. Acceptable
values for readAccessType are ADMINS_AND_SELF- Only administrators and
Expand All @@ -1123,9 +1123,9 @@ script:
}
}
]
}
}.
name: field_raw_json
- description: |
- description: |-
JSON file entry ID containing fields of the schema. Acceptable values for
fieldType are BOOL, DATE, DOUBLE, EMAIL, INT64, PHONE, and STRING. Acceptable
values for readAccessType are ADMINS_AND_SELF- Only administrators and
Expand All @@ -1147,7 +1147,7 @@ script:
}
}
]
}
}.
name: field_json_entry_id
description: "Creates a custom user schema to add custom fields to user profiles.\nNote: field_raw_json has higher precedence when both field_raw_json and field_json_entry_id are provided."
name: gsuite-custom-user-schema-create
Expand Down Expand Up @@ -1212,7 +1212,7 @@ script:
name: schema_id
- description: Display name for the schema.
name: schema_display_name
- description: |
- description: |-
Raw JSON containing fields of the schema. Acceptable values for
fieldType are BOOL, DATE, DOUBLE, EMAIL, INT64, PHONE, and STRING. Acceptable
values for readAccessType are ADMINS_AND_SELF- Only administrators and
Expand All @@ -1234,9 +1234,9 @@ script:
}
}
]
}
}.
name: field_raw_json
- description: |
- description: |-
JSON file entry ID containing fields of the schema. Acceptable values for
fieldType are BOOL, DATE, DOUBLE, EMAIL, INT64, PHONE, and STRING. Acceptable
values for readAccessType are ADMINS_AND_SELF- Only administrators and
Expand All @@ -1258,7 +1258,7 @@ script:
}
}
]
}
}.
name: field_json_entry_id
description: "Updates a custom user schema.\nNote: field_raw_json has higher precedence when both field_raw_json and field_json_entry_id are provided."
name: gsuite-custom-user-schema-update
Expand Down Expand Up @@ -1322,9 +1322,9 @@ script:
required: true
- description: The application's ID.
name: application_id
- description: Key and value pair of application data transfer parameters. Key and value must be delimited by (:) colon. Multiple values must be delimited by (,) comma. Multiple key-value pairs must be delimited by (;) semi-colon. E.g. key1:val;key2:val1,val2
- description: Key and value pair of application data transfer parameters. Key and value must be delimited by (:) colon. Multiple values must be delimited by (,) comma. Multiple key-value pairs must be delimited by (;) semi-colon. E.g. key1:val;key2:val1,val2.
name: application_transfer_params
- description: |
- description: |-
Raw JSON containing the whole body of the application data transfers.
E.g.
{
Expand All @@ -1341,9 +1341,9 @@ script:
]
}
]
}
}.
name: applications_raw_json
- description: |
- description: |-
JSON file Entry ID containing the whole body of the application data transfers.
E.g.
{
Expand All @@ -1360,7 +1360,7 @@ script:
]
}
]
}
}.
name: applications_raw_json_entry_id
description: |-
Inserts a data transfer request.
Expand Down Expand Up @@ -1862,7 +1862,7 @@ script:
- description: 'One of the following: user email address, alias email address, or the unique user ID.'
name: user
required: true
description: Retrieve a user's details given a user key
description: Retrieve a user's details given a user key.
name: gsuite-user-get
outputs:
- contextPath: GSuite.User.id
Expand Down Expand Up @@ -2229,7 +2229,7 @@ script:
- contextPath: GSuite.Group.nonEditableAliases
description: List of the group's non-editable alias email addresses that are outside of the account's primary domain or subdomains.
type: String
dockerimage: demisto/googleapi-python3:1.0.0.72462
dockerimage: demisto/googleapi-python3:1.0.0.74508
runonce: false
script: '-'
subtype: python3
Expand Down
3 changes: 3 additions & 0 deletions Packs/GSuiteAdmin/ReleaseNotes/1_1_27.md
@@ -0,0 +1,3 @@
#### Integrations
##### Google Workspace Admin
- Updated the Docker image to: *demisto/googleapi-python3:1.0.0.74508*.
2 changes: 1 addition & 1 deletion Packs/GSuiteAdmin/pack_metadata.json
Expand Up @@ -2,7 +2,7 @@
"name": "G Suite Admin",
"description": "G Suite Admin integration with Cortex XSOAR. G Suite or Google Workspace Admin is an integration to perform an action on IT infrastructure, create users, update settings, and more administrative tasks.",
"support": "xsoar",
"currentVersion": "1.1.26",
"currentVersion": "1.1.27",
"author": "Cortex XSOAR",
"url": "https://www.paloaltonetworks.com/cortex",
"email": "",
Expand Down
Expand Up @@ -767,7 +767,7 @@ script:
- contextPath: GSuiteSecurityAlert.Recover.failedAlerts.status
description: Status of the failed alert recovery.
type: String
dockerimage: demisto/googleapi-python3:1.0.0.72462
dockerimage: demisto/googleapi-python3:1.0.0.74508
isfetch: true
runonce: false
script: '-'
Expand Down
3 changes: 3 additions & 0 deletions Packs/GSuiteSecurityAlertCenter/ReleaseNotes/1_1_34.md
@@ -0,0 +1,3 @@
#### Integrations
##### G Suite Security Alert Center
- Updated the Docker image to: *demisto/googleapi-python3:1.0.0.74508*.
2 changes: 1 addition & 1 deletion Packs/GSuiteSecurityAlertCenter/pack_metadata.json
Expand Up @@ -2,7 +2,7 @@
"name": "G Suite Security Alert Center",
"description": "Fetch alert types, delete or recover alerts, retrieve an alert's metadata, and create or view alert feedback.",
"support": "xsoar",
"currentVersion": "1.1.33",
"currentVersion": "1.1.34",
"author": "Cortex XSOAR",
"url": "https://www.paloaltonetworks.com/cortex",
"email": "",
Expand Down
Expand Up @@ -382,7 +382,7 @@ script:
description: The vendor used to calculate the score.
type: String
- contextPath: DBotScore.Score
description: 'The reputation score (0: Unknown, 1: Good, 2: Suspicious, 3: Bad)'
description: 'The reputation score (0: Unknown, 1: Good, 2: Suspicious, 3: Bad).'
type: Number
- contextPath: IP.Address
description: The IP address of the artifact.
Expand Down Expand Up @@ -439,7 +439,7 @@ script:
description: The vendor used to calculate the score.
type: String
- contextPath: DBotScore.Score
description: 'The reputation score (0: Unknown, 1: Good, 2: Suspicious, 3: Bad)'
description: 'The reputation score (0: Unknown, 1: Good, 2: Suspicious, 3: Bad).'
type: Number
- contextPath: Domain.Name
description: The domain name of the artifact.
Expand Down Expand Up @@ -3364,7 +3364,7 @@ script:
defaultValue: ','
description: |-
Delimiter by which the content of the list is seperated.
Eg: " , " , " : ", " ; "
Eg: " , " , " : ", " ; ".
name: delimiter
description: Create a new reference list.
name: gcb-create-reference-list
Expand Down Expand Up @@ -3453,7 +3453,7 @@ script:
- defaultValue: ','
description: |-
Delimiter by which the content of the list is seperated.
Eg: " , " , " : ", " ; "
Eg: " , " , " : ", " ; ".
name: delimiter
description: Updates an existing reference list.
name: gcb-update-reference-list
Expand Down Expand Up @@ -3497,7 +3497,7 @@ script:
description: Whether the rule generating this detection is a single event or multi-event rule.
type: String
- contextPath: GoogleChronicleBackstory.StreamRules.list.detection.detection.ruleLabels
description: Information about the rule
description: Information about the rule.
type: Unknown
- contextPath: GoogleChronicleBackstory.StreamRules.list.detection.id
description: Identifier for the detection.
Expand Down Expand Up @@ -3551,7 +3551,7 @@ script:
description: Stores the products object ID.
type: String
- contextPath: GoogleChronicleBackstory.StreamRules.list.detection.collectionElements.references.event.principal.user.attribute.labels
description: Stores users session metrics
description: Stores users session metrics.
type: Unknown
- contextPath: GoogleChronicleBackstory.StreamRules.list.detection.collectionElements.references.event.principal.user.firstName
description: Stores the first name for the user.
Expand All @@ -3578,7 +3578,7 @@ script:
description: Stores users company name.
type: String
- contextPath: GoogleChronicleBackstory.StreamRules.list.detection.collectionElements.references.event.principal.user.department
description: Stores users departments
description: Stores users departments.
type: Unknown
- contextPath: GoogleChronicleBackstory.StreamRules.list.detection.collectionElements.references.event.principal.user.officeAddress.name
description: Stores company official address name.
Expand Down Expand Up @@ -3981,65 +3981,65 @@ script:
description: Relationship between entities in the relations.
type: String
- arguments:
- default: false
description: Unique identifier for a curated rule, defined and returned by the server. You can specify exactly one curated rule identifier.
isArray: false
name: id
required: true
secret: false
- auto: PREDEFINED
default: false
description: |-
Filter detections based on whether the alert state is ALERTING or NOT_ALERTING.
Do not specify to return all detections.
isArray: false
name: alert_state
predefined:
- ALERTING
- NOT_ALERTING
required: false
secret: false
- default: false
defaultValue: '100'
description: Specify the limit on the number of detections to display. You can specify between 1 and 1000.
isArray: false
name: page_size
required: false
secret: false
- default: false
description: A page token received from a previous call. Provide this to retrieve the subsequent page. If the page token is configured, overrides the detection start and end time arguments.
isArray: false
name: page_token
required: false
secret: false
- auto: PREDEFINED
default: false
description: Sort detections by "DETECTION_TIME" or by "CREATED_TIME". If not specified, it defaults to "DETECTION_TIME". Detections are returned in descending order of the timestamp.
isArray: false
name: list_basis
predefined:
- DETECTION_TIME
- CREATED_TIME
required: false
secret: false
- default: false
description: |-
Start time of the time range to return detections for, filtered by the detection field specified in the list_basis parameter. If not specified, the start time is treated as open-ended.
Formats: YYYY-MM-ddTHH:mm:ssZ, YYYY-MM-dd, N days, N hours.
Example: 2023-05-01T00:00:00Z, 2023-05-01, 2 days, 5 hours, 01 Mar 2021, 01 Feb 2023 04:45:33, 15 Jun.
isArray: false
name: start_time
required: false
secret: false
- default: false
description: |-
End time of the time range to return detections for, filtered by the detection field specified by the list_basis parameter. If not specified, the end time is treated as open-ended.
Formats: YYYY-MM-ddTHH:mm:ssZ, YYYY-MM-dd, N days, N hours.
Example: 2023-05-01T00:00:00Z, 2023-05-01, 2 days, 5 hours, 01 Mar 2023, 01 Feb 2021 04:45:33, 15 Jun.
isArray: false
name: end_time
required: false
secret: false
- default: false
description: Unique identifier for a curated rule, defined and returned by the server. You can specify exactly one curated rule identifier.
isArray: false
name: id
required: true
secret: false
- auto: PREDEFINED
default: false
description: |-
Filter detections based on whether the alert state is ALERTING or NOT_ALERTING.
Do not specify to return all detections.
isArray: false
name: alert_state
predefined:
- ALERTING
- NOT_ALERTING
required: false
secret: false
- default: false
defaultValue: '100'
description: Specify the limit on the number of detections to display. You can specify between 1 and 1000.
isArray: false
name: page_size
required: false
secret: false
- default: false
description: A page token received from a previous call. Provide this to retrieve the subsequent page. If the page token is configured, overrides the detection start and end time arguments.
isArray: false
name: page_token
required: false
secret: false
- auto: PREDEFINED
default: false
description: Sort detections by "DETECTION_TIME" or by "CREATED_TIME". If not specified, it defaults to "DETECTION_TIME". Detections are returned in descending order of the timestamp.
isArray: false
name: list_basis
predefined:
- DETECTION_TIME
- CREATED_TIME
required: false
secret: false
- default: false
description: |-
Start time of the time range to return detections for, filtered by the detection field specified in the list_basis parameter. If not specified, the start time is treated as open-ended.
Formats: YYYY-MM-ddTHH:mm:ssZ, YYYY-MM-dd, N days, N hours.
Example: 2023-05-01T00:00:00Z, 2023-05-01, 2 days, 5 hours, 01 Mar 2021, 01 Feb 2023 04:45:33, 15 Jun.
isArray: false
name: start_time
required: false
secret: false
- default: false
description: |-
End time of the time range to return detections for, filtered by the detection field specified by the list_basis parameter. If not specified, the end time is treated as open-ended.
Formats: YYYY-MM-ddTHH:mm:ssZ, YYYY-MM-dd, N days, N hours.
Example: 2023-05-01T00:00:00Z, 2023-05-01, 2 days, 5 hours, 01 Mar 2023, 01 Feb 2021 04:45:33, 15 Jun.
isArray: false
name: end_time
required: false
secret: false
deprecated: false
description: Return the detections for the specified curated rule identifier.
execution: false
Expand Down Expand Up @@ -6698,7 +6698,7 @@ script:
- contextPath: GoogleChronicleBackstory.Events.securityResult.urlBackToProduct
description: URL to direct you to the source product console for this security event.
type: String
dockerimage: demisto/googleapi-python3:1.0.0.72624
dockerimage: demisto/googleapi-python3:1.0.0.74508
isfetch: true
runonce: false
script: '-'
Expand Down
3 changes: 3 additions & 0 deletions Packs/GoogleChronicleBackstory/ReleaseNotes/3_0_4.md
@@ -0,0 +1,3 @@
#### Integrations
##### Chronicle
- Updated the Docker image to: *demisto/googleapi-python3:1.0.0.74508*.
2 changes: 1 addition & 1 deletion Packs/GoogleChronicleBackstory/pack_metadata.json
Expand Up @@ -2,7 +2,7 @@
"name": "Chronicle",
"description": "Retrieve Chronicle detections, impacted assets, IOC matches, and 3P alerts to enrich your XSOAR workflows.",
"support": "partner",
"currentVersion": "3.0.3",
"currentVersion": "3.0.4",
"certification": "certified",
"author": "Chronicle",
"url": "https://go.chronicle.security/contact",
Expand Down
4 changes: 2 additions & 2 deletions Packs/GoogleSheets/Integrations/GoogleSheets/GoogleSheets.yml
Expand Up @@ -596,7 +596,7 @@ script:
description: Appends values to a spreadsheet. The input range is used to search for existing data and find a "table" within that range. Values will be appended to the next row of the table, starting with the first column of the table. See the guide (https://developers.google.com/sheets/api/guides/values#appending_values) and sample code (https://developers.google.com/sheets/api/samples/writing#append_values) for specific details of how tables are detected and data is appended. The caller must specify the spreadsheet ID, range, and a valueInputOption. The valueInputOption only controls how the input data will be added to the sheet (column-wise or row-wise), it does not influence what cell the data starts being written to.
arguments:
- name: spreadsheet_id
description: Spreadsheet ID
description: Spreadsheet ID.
required: true
defaultValue: ""
- name: range
Expand Down Expand Up @@ -665,7 +665,7 @@ script:
- contextPath: GoogleSheets.Spreadsheet.updatedSpreadsheet.sheets.title
description: Sheet title.
type: String
dockerimage: demisto/googleapi-python3:1.0.0.72624
dockerimage: demisto/googleapi-python3:1.0.0.74508
runonce: false
script: "-"
subtype: python3
Expand Down
3 changes: 3 additions & 0 deletions Packs/GoogleSheets/ReleaseNotes/1_0_32.md
@@ -0,0 +1,3 @@
#### Integrations
##### Google Sheets
- Updated the Docker image to: *demisto/googleapi-python3:1.0.0.74508*.
2 changes: 1 addition & 1 deletion Packs/GoogleSheets/pack_metadata.json
Expand Up @@ -2,7 +2,7 @@
"name": "Google Sheets",
"description": "The Google Sheets API is a RESTful interface that lets you read and modify a spreadsheet's data. The most common uses of this API include the following tasks- create spreadsheets, read and write spreadsheets cells, update spreadsheet formatting",
"support": "xsoar",
"currentVersion": "1.0.31",
"currentVersion": "1.0.32",
"author": "Cortex XSOAR",
"url": "https://www.paloaltonetworks.com/cortex",
"email": "",
Expand Down