| <html><body> |
| <style> |
| |
| body, h1, h2, h3, div, span, p, pre, a { |
| margin: 0; |
| padding: 0; |
| border: 0; |
| font-weight: inherit; |
| font-style: inherit; |
| font-size: 100%; |
| font-family: inherit; |
| vertical-align: baseline; |
| } |
| |
| body { |
| font-size: 13px; |
| padding: 1em; |
| } |
| |
| h1 { |
| font-size: 26px; |
| margin-bottom: 1em; |
| } |
| |
| h2 { |
| font-size: 24px; |
| margin-bottom: 1em; |
| } |
| |
| h3 { |
| font-size: 20px; |
| margin-bottom: 1em; |
| margin-top: 1em; |
| } |
| |
| pre, code { |
| line-height: 1.5; |
| font-family: Monaco, 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Lucida Console', monospace; |
| } |
| |
| pre { |
| margin-top: 0.5em; |
| } |
| |
| h1, h2, h3, p { |
| font-family: Arial, sans serif; |
| } |
| |
| h1, h2, h3 { |
| border-bottom: solid #CCC 1px; |
| } |
| |
| .toc_element { |
| margin-top: 0.5em; |
| } |
| |
| .firstline { |
| margin-left: 2 em; |
| } |
| |
| .method { |
| margin-top: 1em; |
| border: solid 1px #CCC; |
| padding: 1em; |
| background: #EEE; |
| } |
| |
| .details { |
| font-weight: bold; |
| font-size: 14px; |
| } |
| |
| </style> |
| |
| <h1><a href="threatintelligence_v1beta.html">Threat Intelligence API</a> . <a href="threatintelligence_v1beta.projects.html">projects</a> . <a href="threatintelligence_v1beta.projects.configurations.html">configurations</a> . <a href="threatintelligence_v1beta.projects.configurations.revisions.html">revisions</a></h1> |
| <h2>Instance Methods</h2> |
| <p class="toc_element"> |
| <code><a href="#close">close()</a></code></p> |
| <p class="firstline">Close httplib2 connections.</p> |
| <p class="toc_element"> |
| <code><a href="#list">list(parent, filter=None, orderBy=None, pageSize=None, pageToken=None, x__xgafv=None)</a></code></p> |
| <p class="firstline">List configuration revisions that meet the filter criteria.</p> |
| <p class="toc_element"> |
| <code><a href="#list_next">list_next(previous_request, previous_response)</a></code></p> |
| <p class="firstline">Retrieves the next page of results.</p> |
| <h3>Method Details</h3> |
| <div class="method"> |
| <code class="details" id="close">close()</code> |
| <pre>Close httplib2 connections.</pre> |
| </div> |
| |
| <div class="method"> |
| <code class="details" id="list">list(parent, filter=None, orderBy=None, pageSize=None, pageToken=None, x__xgafv=None)</code> |
| <pre>List configuration revisions that meet the filter criteria. |
| |
| Args: |
| parent: string, Required. The name of the Configuration to retrieve Revisions for (required) |
| filter: string, Optional. An AIP-160 filter string |
| orderBy: string, Optional. Specify ordering of response |
| pageSize: integer, Optional. Page Size |
| pageToken: string, Optional. A page token provided by the API |
| x__xgafv: string, V1 error format. |
| Allowed values |
| 1 - v1 error format |
| 2 - v2 error format |
| |
| Returns: |
| An object of the form: |
| |
| { # Response message for ListConfigurationRevisions. |
| "nextPageToken": "A String", # A token, which can be sent as `page_token` to retrieve the next page. If this field is omitted, there are no subsequent pages. |
| "revisions": [ # The Configuration Revisions associated with the specified Configuration |
| { # A ConfigurationRevision is a snapshot of a Configuration at a point in time. It is immutable. |
| "createTime": "A String", # Output only. The time the Revision was created |
| "name": "A String", # Identifier. The name of the ConfigurationRevision Format: projects//configurations//revisions/ |
| "snapshot": { # A configuration represents a behavior an engine should follow when producing new findings. # The snapshot of the configuration |
| "audit": { # Tracks basic CRUD facts. # Output only. Audit information for the configuration. |
| "createTime": "A String", # Output only. Time of creation. |
| "creator": "A String", # Output only. Agent that created or updated the record, could be a UserId or a JobId. |
| "updateTime": "A String", # Output only. Time of creation or last update. |
| "updater": "A String", # Output only. Agent that last updated the record, could be a UserId or a JobId. |
| }, |
| "description": "A String", # Optional. A description of the configuration. |
| "detail": { # Wrapper class that contains the union struct for all the various configuration detail specific classes. # Required. Domain specific details for the configuration. |
| "customThreatScenario": { # CustomThreatScenarioConfig represents a user-defined threat scenario configuration. # Custom Threat Scenario detail config. |
| "compiledLuceneQuery": "A String", # Output only. The compiled Lucene query string. |
| "documentCondition": "A String", # Required. The condition driving the scenario, stored as a stringified JSON. This is used to query/filter documents. |
| "documentQuery": { # Represents a query to match documents. # Optional. The query used to match documents. |
| "dataModel": "A String", # Required. The data model to query against. |
| "query": "A String", # Required. The query string. |
| "queryType": "A String", # Required. The type of query. |
| }, |
| "legacyMonitorMetadata": { # Legacy metadata associated with this scenario/monitor. # Optional. Legacy metadata associated with this scenario/monitor. |
| "aggregationEnabled": True or False, # Optional. Whether aggregation is enabled for alerts from this monitor. |
| "aggregationSimilarity": 3.14, # Optional. Similarity threshold for aggregation. |
| "conditionVersion": 42, # Optional. Version of the condition schema. |
| "creatorUserId": "A String", # Optional. User ID who created the monitor. |
| "description": "A String", # Optional. Description of the legacy monitor. |
| "disabledCode": "A String", # Optional. Code indicating why the monitor is disabled (if applicable). |
| "disabledReason": "A String", # Optional. Reason why the monitor is disabled (if applicable). |
| "displayName": "A String", # Optional. Name of the legacy monitor. |
| "emailNotificationEnabled": True or False, # Optional. Whether email notifications are enabled. |
| "emailNotificationImmediate": True or False, # Optional. Whether email notifications are intermediate/immediate. |
| "legacyMonitorId": "A String", # Optional. Unique identifier of the legacy monitor. |
| "staleTime": "A String", # Optional. Time the legacy monitor was considered stale. |
| "templateId": "A String", # Optional. ID of the template this monitor was created from. |
| "tenantId": "A String", # Optional. ID of the tenant owning the monitor. |
| "updaterUserId": "A String", # Optional. User ID who last updated the monitor. |
| "version": 42, # Optional. Version of the monitor configuration. |
| }, |
| }, |
| "customerProfile": { # CustomerProfileConfig is the configuration for the customer profile. # Customer Profile detail config. |
| "citations": [ # Optional. Citations for the organization profile. |
| { # Citation information for the customer profile. |
| "citationId": "A String", # Required. The citation id for the citation. Should be unique within the profile. |
| "document": "A String", # Required. The name of the document the citation is from. |
| "retrievalTime": "A String", # The time the citation was retrieved. |
| "source": "A String", # Required. The source of the citation. |
| "uri": "A String", # Optional. The url of the citation. |
| }, |
| ], |
| "contactInfo": [ # Optional. Contact information for the organization. |
| { # Contact information for the customer profile. |
| "address": "A String", # The address of the contact. |
| "citationIds": [ # Optional. The citation ids for the contact information. |
| "A String", |
| ], |
| "email": "A String", # The email address of the contact. |
| "label": "A String", # Optional. The name of the contact. |
| "other": "A String", # The other contact information. |
| "phone": "A String", # The phone number of the contact. |
| }, |
| ], |
| "executives": [ # Optional. Executives of the organization. |
| { # Person information for the customer profile. |
| "citationIds": [ # Optional. The citation ids for the person. |
| "A String", |
| ], |
| "name": "A String", # Required. The name of the person. |
| "title": "A String", # Optional. The title of the person. |
| }, |
| ], |
| "industries": [ # Optional. The industries the organization is involved in. |
| { # Industry information for the customer profile. |
| "citationIds": [ # Optional. The citation ids for the industry. |
| "A String", |
| ], |
| "industry": "A String", # Required. The name of the industry. |
| }, |
| ], |
| "locations": [ # Optional. Locations the organization is present or conducts business in. |
| { # Location information for the customer profile. |
| "address": "A String", # Required. The address of the location. |
| "brand": "A String", # Required. The brand of the location. |
| "citationIds": [ # Optional. The citation ids for the location. |
| "A String", |
| ], |
| "facilityType": "A String", # Optional. The type of location. |
| }, |
| ], |
| "org": "A String", # Required. The name of the organization. |
| "orgSummary": "A String", # Optional. A summary of the organization. |
| "parentCompanies": [ # Optional. The parent companies of the organization. |
| { # Company information for the customer profile. |
| "citationIds": [ # Optional. The citation ids for the company. |
| "A String", |
| ], |
| "company": "A String", # Required. The name of the company. |
| }, |
| ], |
| "products": [ # Optional. Product information for the organization. |
| { # Product information for the customer profile. |
| "brand": "A String", # Required. The brand of the product. |
| "citationIds": [ # Optional. The citation ids for the product. |
| "A String", |
| ], |
| "product": "A String", # Required. The name of the product. |
| }, |
| ], |
| "securityConsiderations": { # Security considerations for the customer profile. # Optional. Security considerations for the organization. |
| "considerations": [ # Optional. A series of considerations for the security of the organization, such as "high risk of compromise" or "vulnerable to cyberbullying". |
| "A String", |
| ], |
| "note": "A String", # Optional. A note about the security considerations. |
| }, |
| "summary": { # A summarized version of the customer profile. Generated by the backend. # Optional. A summarized version of the customer profile. |
| "areaServed": { # A string with citation ids. # Optional. The area the customer serves. |
| "citationIds": [ # Optional. The citation ids for the string. |
| "A String", |
| ], |
| "value": "A String", # Required. The value of the string. |
| }, |
| "brands": { # A string with citation ids. # Optional. A narrative summary of brands. |
| "citationIds": [ # Optional. The citation ids for the string. |
| "A String", |
| ], |
| "value": "A String", # Required. The value of the string. |
| }, |
| "entityType": { # A string with citation ids. # Optional. The entity type of the customer. |
| "citationIds": [ # Optional. The citation ids for the string. |
| "A String", |
| ], |
| "value": "A String", # Required. The value of the string. |
| }, |
| "founded": { # A string with citation ids. # Optional. The date the customer was founded. |
| "citationIds": [ # Optional. The citation ids for the string. |
| "A String", |
| ], |
| "value": "A String", # Required. The value of the string. |
| }, |
| "headquarters": { # A string with citation ids. # Optional. The headquarters of the customer. |
| "citationIds": [ # Optional. The citation ids for the string. |
| "A String", |
| ], |
| "value": "A String", # Required. The value of the string. |
| }, |
| "industry": { # A string with citation ids. # Optional. The industry the customer is in. |
| "citationIds": [ # Optional. The citation ids for the string. |
| "A String", |
| ], |
| "value": "A String", # Required. The value of the string. |
| }, |
| "keyPeopleSummary": { # A string with citation ids. # Optional. A narrative summary of key people. |
| "citationIds": [ # Optional. The citation ids for the string. |
| "A String", |
| ], |
| "value": "A String", # Required. The value of the string. |
| }, |
| "parentCompany": { # A string with citation ids. # Optional. The parent company of the customer. |
| "citationIds": [ # Optional. The citation ids for the string. |
| "A String", |
| ], |
| "value": "A String", # Required. The value of the string. |
| }, |
| "primaryWebsite": { # A string with citation ids. # Optional. The primary website of the customer. |
| "citationIds": [ # Optional. The citation ids for the string. |
| "A String", |
| ], |
| "value": "A String", # Required. The value of the string. |
| }, |
| "productsSummary": { # A string with citation ids. # Optional. A narrative summary of products. |
| "citationIds": [ # Optional. The citation ids for the string. |
| "A String", |
| ], |
| "value": "A String", # Required. The value of the string. |
| }, |
| "servicesSummary": { # A string with citation ids. # Optional. A narrative summary of services. |
| "citationIds": [ # Optional. The citation ids for the string. |
| "A String", |
| ], |
| "value": "A String", # Required. The value of the string. |
| }, |
| "title": { # A string with citation ids. # Optional. The official name of the customer. |
| "citationIds": [ # Optional. The citation ids for the string. |
| "A String", |
| ], |
| "value": "A String", # Required. The value of the string. |
| }, |
| }, |
| "technologyPresence": "A String", # Optional. Technology presence of the organization. |
| "webPresences": [ # Optional. Web presence of the organization. |
| { # Web presence information for the customer profile. |
| "citationIds": [ # Optional. The citation ids for the web presence. |
| "A String", |
| ], |
| "domain": "A String", # Required. The domain name of the web presence. |
| }, |
| ], |
| }, |
| "detailType": "A String", # Output only. Name of the detail type. Will be set by the server during creation to the name of the field that is set in the detail union. |
| "domainConfiguration": { # Configuration holding settings for one or more monitored domains. # Domain Configuration detail config. |
| "domainSettings": [ # Optional. A list of settings for individual domains. |
| { # Feature settings and toggles for a single specific domain. |
| "domain": "A String", # Required. The domain name to match against. |
| "domainMonitoringConfig": { # Specific configuration for the Domain Monitoring feature. # Optional. If not present, Domain Monitoring is enabled. |
| "disabled": True or False, # Optional. Whether the Domain Monitoring feature is disabled for the domain. |
| }, |
| "state": "A String", # Output only. The verification state of the domain. |
| }, |
| ], |
| }, |
| "technologyWatchlist": { # TechnologyWatchListConfig is the configuration for the technology watchlist. # Technology Watchlist detail config. |
| "alertThreshold": { # TechnologyWatchListAlertThreshold contains the thresholds for alerting. # Optional. Alert thresholds to effectively reduce noise. |
| "cvssScoreMinimum": 3.14, # Optional. The minimum CVSS score for the alert. Evaluates to CVSS v3 when available with a fallback to v2 and v4. Ex: 7.0. Valid range is [0.0, 10.0]. |
| "epssScoreMinimum": 3.14, # Optional. The minimum epss score for the alert. Ex: 0.8. Valid range is [0.0, 1.0]. |
| "exploitationStates": [ # Optional. The exploitation states of the alert. |
| "A String", |
| ], |
| "priorityMinimum": "A String", # Optional. The minimum priority for the alert. |
| "riskRatingMinimum": "A String", # Optional. The minimum risk rating for the alert. |
| }, |
| "technologies": [ # Optional. List of vendor, technology or cpe fingerprint. example: Microsoft office 360 Apache Server 3.5 cpe:2.3:a:microsoft:outlook:*:*:*:*:*:*:*:* |
| "A String", |
| ], |
| }, |
| }, |
| "displayName": "A String", # Output only. Human readable name for the configuration. |
| "etag": "A String", # If included when updating a configuration, this should be set to the current etag of the configuration. If the etags do not match, the update will be rejected and an ABORTED error will be returned. |
| "name": "A String", # Identifier. Server generated name for the configuration. format is projects/{project}/configurations/{configuration} |
| "provider": "A String", # Required. Name of the service that provides the configuration. |
| "state": "A String", # Optional. State of the configuration. |
| "version": "A String", # Optional. A user-manipulatable version. Does not adhere to a specific format |
| }, |
| }, |
| ], |
| }</pre> |
| </div> |
| |
| <div class="method"> |
| <code class="details" id="list_next">list_next(previous_request, previous_response)</code> |
| <pre>Retrieves the next page of results. |
| |
| Args: |
| previous_request: The request for the previous page. (required) |
| previous_response: The response from the request for the previous page. (required) |
| |
| Returns: |
| A request object that you can call 'execute()' on to request the next |
| page. Returns None if there are no more items in the collection. |
| </pre> |
| </div> |
| |
| </body></html> |