@maxim_mazurok/gapi.client.beyondcorp-v1 0.1.20251008 → 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 +13 -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 {
|
|
@@ -2736,7 +2736,7 @@ declare namespace gapi.client {
|
|
|
2736
2736
|
alt?: string;
|
|
2737
2737
|
/** JSONP */
|
|
2738
2738
|
callback?: string;
|
|
2739
|
-
/** Optional.
|
|
2739
|
+
/** Optional. Do not use this field. It is unsupported and is ignored unless explicitly documented otherwise. This is primarily for internal usage. */
|
|
2740
2740
|
extraLocationTypes?: string | string[];
|
|
2741
2741
|
/** Selector specifying which fields to include in a partial response. */
|
|
2742
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
|