@maxim_mazurok/gapi.client.beyondcorp-v1 0.1.20250922 → 0.1.20251029
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/index.d.ts +19 -13
- package/package.json +1 -1
- package/readme.md +1 -1
package/index.d.ts
CHANGED
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
// This file was generated by https://github.com/Maxim-Mazurok/google-api-typings-generator. Please do not edit it manually.
|
|
10
10
|
// In case of any problems please post issue to https://github.com/Maxim-Mazurok/google-api-typings-generator
|
|
11
11
|
// Generated from: https://beyondcorp.googleapis.com/$discovery/rest?version=v1
|
|
12
|
-
// Revision:
|
|
12
|
+
// Revision: 20251029
|
|
13
13
|
|
|
14
14
|
/// <reference types="gapi.client" />
|
|
15
15
|
|
|
@@ -457,7 +457,7 @@ declare namespace gapi.client {
|
|
|
457
457
|
createTime?: string;
|
|
458
458
|
/** Optional. An arbitrary user-provided name for the application resource. Cannot exceed 64 characters. */
|
|
459
459
|
displayName?: string;
|
|
460
|
-
/**
|
|
460
|
+
/** Optional. An array of conditions to match the application's network endpoint. Each element in the array is an EndpointMatcher object, which defines a specific combination of a hostname pattern and one or more ports. The application is considered matched if at least one of the EndpointMatcher conditions in this array is met (the conditions are combined using OR logic). Each EndpointMatcher must contain a hostname pattern, such as "example.com", and one or more port numbers specified as a string, such as "443". Hostname and port number examples: "*.example.com", "443" "example.com" and "22" "example.com" and "22,33" */
|
|
461
461
|
endpointMatchers?: GoogleCloudBeyondcorpSecuritygatewaysV1EndpointMatcher[];
|
|
462
462
|
/** Identifier. Name of the resource. */
|
|
463
463
|
name?: string;
|
|
@@ -487,25 +487,25 @@ declare namespace gapi.client {
|
|
|
487
487
|
name?: string;
|
|
488
488
|
}
|
|
489
489
|
interface GoogleCloudBeyondcorpSecuritygatewaysV1ContextualHeaders {
|
|
490
|
-
/** Optional.
|
|
490
|
+
/** Optional. The device information configuration. */
|
|
491
491
|
deviceInfo?: GoogleCloudBeyondcorpSecuritygatewaysV1ContextualHeadersDelegatedDeviceInfo;
|
|
492
|
-
/** Optional. Group
|
|
492
|
+
/** Optional. Group details. */
|
|
493
493
|
groupInfo?: GoogleCloudBeyondcorpSecuritygatewaysV1ContextualHeadersDelegatedGroupInfo;
|
|
494
494
|
/** Optional. Default output type for all enabled headers. */
|
|
495
495
|
outputType?: string;
|
|
496
|
-
/** Optional. User
|
|
496
|
+
/** Optional. User details. */
|
|
497
497
|
userInfo?: GoogleCloudBeyondcorpSecuritygatewaysV1ContextualHeadersDelegatedUserInfo;
|
|
498
498
|
}
|
|
499
499
|
interface GoogleCloudBeyondcorpSecuritygatewaysV1ContextualHeadersDelegatedDeviceInfo {
|
|
500
|
-
/** Optional. The output type
|
|
500
|
+
/** Optional. The output type details for the delegated device. */
|
|
501
501
|
outputType?: string;
|
|
502
502
|
}
|
|
503
503
|
interface GoogleCloudBeyondcorpSecuritygatewaysV1ContextualHeadersDelegatedGroupInfo {
|
|
504
|
-
/** Optional. The output type of the delegated group
|
|
504
|
+
/** Optional. The output type of the delegated group information. */
|
|
505
505
|
outputType?: string;
|
|
506
506
|
}
|
|
507
507
|
interface GoogleCloudBeyondcorpSecuritygatewaysV1ContextualHeadersDelegatedUserInfo {
|
|
508
|
-
/** Optional. The
|
|
508
|
+
/** Optional. The delegated user's information. */
|
|
509
509
|
outputType?: string;
|
|
510
510
|
}
|
|
511
511
|
interface GoogleCloudBeyondcorpSecuritygatewaysV1EgressPolicy {
|
|
@@ -521,7 +521,7 @@ declare namespace gapi.client {
|
|
|
521
521
|
interface GoogleCloudBeyondcorpSecuritygatewaysV1EndpointMatcher {
|
|
522
522
|
/** Required. Hostname of the application. */
|
|
523
523
|
hostname?: string;
|
|
524
|
-
/** Required.
|
|
524
|
+
/** Required. The ports of the application. */
|
|
525
525
|
ports?: number[];
|
|
526
526
|
}
|
|
527
527
|
interface GoogleCloudBeyondcorpSecuritygatewaysV1Hub {
|
|
@@ -555,9 +555,9 @@ declare namespace gapi.client {
|
|
|
555
555
|
clientIp?: boolean;
|
|
556
556
|
/** Optional. Configuration for the contextual headers. */
|
|
557
557
|
contextualHeaders?: GoogleCloudBeyondcorpSecuritygatewaysV1ContextualHeaders;
|
|
558
|
-
/** Optional.
|
|
558
|
+
/** Optional. The security gateway identity configuration. */
|
|
559
559
|
gatewayIdentity?: string;
|
|
560
|
-
/** Optional. Custom resource specific headers along with the values. The names should conform to RFC 9110: >
|
|
560
|
+
/** Optional. Custom resource specific headers along with the values. The names should conform to RFC 9110: >Field names can contain alphanumeric characters, hyphens, and periods, can contain only ASCII-printable characters and tabs, and must start with a letter. */
|
|
561
561
|
metadataHeaders?: {[P in string]: string};
|
|
562
562
|
}
|
|
563
563
|
interface GoogleCloudBeyondcorpSecuritygatewaysV1SecurityGateway {
|
|
@@ -607,7 +607,7 @@ declare namespace gapi.client {
|
|
|
607
607
|
resourceOverride?: GoogleCloudBeyondcorpSecuritygatewaysV1ServiceDiscoveryApiGatewayOperationDescriptor;
|
|
608
608
|
}
|
|
609
609
|
interface GoogleCloudBeyondcorpSecuritygatewaysV1ServiceDiscoveryApiGatewayOperationDescriptor {
|
|
610
|
-
/** Required. Contains
|
|
610
|
+
/** Required. Contains the URI path fragment where HTTP request is sent. */
|
|
611
611
|
path?: string;
|
|
612
612
|
}
|
|
613
613
|
interface GoogleCloudLocationListLocationsResponse {
|
|
@@ -678,6 +678,8 @@ declare namespace gapi.client {
|
|
|
678
678
|
nextPageToken?: string;
|
|
679
679
|
/** A list of operations that matches the specified filter in the request. */
|
|
680
680
|
operations?: GoogleLongrunningOperation[];
|
|
681
|
+
/** Unordered list. Unreachable resources. Populated when the request sets `ListOperationsRequest.return_partial_success` and reads across collections e.g. when attempting to list all resources across all supported locations. */
|
|
682
|
+
unreachable?: string[];
|
|
681
683
|
}
|
|
682
684
|
interface GoogleLongrunningOperation {
|
|
683
685
|
/** If the value is `false`, it means the operation is still in progress. If `true`, the operation is completed, and either `error` or `response` is available. */
|
|
@@ -876,6 +878,8 @@ declare namespace gapi.client {
|
|
|
876
878
|
prettyPrint?: boolean;
|
|
877
879
|
/** Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. */
|
|
878
880
|
quotaUser?: string;
|
|
881
|
+
/** When set to `true`, operations that are reachable are returned as normal, and those that are unreachable are returned in the [ListOperationsResponse.unreachable] field. This can only be `true` when reading across collections e.g. when `parent` is set to `"projects/example/locations/-"`. This field is not by default supported and will result in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product specific documentation. */
|
|
882
|
+
returnPartialSuccess?: boolean;
|
|
879
883
|
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
880
884
|
upload_protocol?: string;
|
|
881
885
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
@@ -2053,6 +2057,8 @@ declare namespace gapi.client {
|
|
|
2053
2057
|
prettyPrint?: boolean;
|
|
2054
2058
|
/** Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. */
|
|
2055
2059
|
quotaUser?: string;
|
|
2060
|
+
/** When set to `true`, operations that are reachable are returned as normal, and those that are unreachable are returned in the [ListOperationsResponse.unreachable] field. This can only be `true` when reading across collections e.g. when `parent` is set to `"projects/example/locations/-"`. This field is not by default supported and will result in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product specific documentation. */
|
|
2061
|
+
returnPartialSuccess?: boolean;
|
|
2056
2062
|
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
2057
2063
|
upload_protocol?: string;
|
|
2058
2064
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
@@ -2730,7 +2736,7 @@ declare namespace gapi.client {
|
|
|
2730
2736
|
alt?: string;
|
|
2731
2737
|
/** JSONP */
|
|
2732
2738
|
callback?: string;
|
|
2733
|
-
/** Optional.
|
|
2739
|
+
/** Optional. Do not use this field. It is unsupported and is ignored unless explicitly documented otherwise. This is primarily for internal usage. */
|
|
2734
2740
|
extraLocationTypes?: string | string[];
|
|
2735
2741
|
/** Selector specifying which fields to include in a partial response. */
|
|
2736
2742
|
fields?: string;
|
package/package.json
CHANGED
package/readme.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# TypeScript typings for BeyondCorp API v1
|
|
2
2
|
|
|
3
|
-
|
|
3
|
+
Chrome Enterprise Premium is a secure enterprise browsing solution that provides secure access to applications and resources, and offers integrated threat and data protection. It adds an extra layer of security to safeguard your Chrome browser environment, including Data Loss Prevention (DLP), real-time URL and file scanning, and Context-Aware Access for SaaS and web apps.
|
|
4
4
|
For detailed description please check [documentation](https://cloud.google.com/).
|
|
5
5
|
|
|
6
6
|
## Installing
|