google-apis-networksecurity_v1beta1 0.48.0 → 0.49.0
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.
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 956e85b60a07c4d328a9af3eecf71321c531944281f1ec335b1e13b6bc4c269e
|
4
|
+
data.tar.gz: 95523d650c2d0d1f386fcaec7443383359ead14e226a79526ccf90c271181336
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 78a5d7ac3eedad5e0a8543208bbeeaf908d0ab67f6244501e9b29b4bb129ffd8d3d35904d1212d3e77c49d105ae697b48a0776de561b1e80f298e388f1db067e
|
7
|
+
data.tar.gz: 9160ffa7dc77212b47a2e832ff73c27f663e4e088784e2a141ba477def6b158e263a7529a8cf90d798e326f1dbb3adfe2fb281243a91dedea3732b914ead8deb
|
data/CHANGELOG.md
CHANGED
@@ -3035,7 +3035,7 @@ module Google
|
|
3035
3035
|
end
|
3036
3036
|
end
|
3037
3037
|
|
3038
|
-
#
|
3038
|
+
# Response for `ListSACAttachments` method.
|
3039
3039
|
class ListSacAttachmentsResponse
|
3040
3040
|
include Google::Apis::Core::Hashable
|
3041
3041
|
|
@@ -3044,7 +3044,7 @@ module Google
|
|
3044
3044
|
# @return [String]
|
3045
3045
|
attr_accessor :next_page_token
|
3046
3046
|
|
3047
|
-
# The list of SACAttachments
|
3047
|
+
# The list of SACAttachments.
|
3048
3048
|
# Corresponds to the JSON property `sacAttachments`
|
3049
3049
|
# @return [Array<Google::Apis::NetworksecurityV1beta1::SacAttachment>]
|
3050
3050
|
attr_accessor :sac_attachments
|
@@ -3066,7 +3066,7 @@ module Google
|
|
3066
3066
|
end
|
3067
3067
|
end
|
3068
3068
|
|
3069
|
-
#
|
3069
|
+
# Response for `ListSACRealms` method.
|
3070
3070
|
class ListSacRealmsResponse
|
3071
3071
|
include Google::Apis::Core::Hashable
|
3072
3072
|
|
@@ -3075,7 +3075,7 @@ module Google
|
|
3075
3075
|
# @return [String]
|
3076
3076
|
attr_accessor :next_page_token
|
3077
3077
|
|
3078
|
-
# The list of SACRealms
|
3078
|
+
# The list of SACRealms.
|
3079
3079
|
# Corresponds to the JSON property `sacRealms`
|
3080
3080
|
# @return [Array<Google::Apis::NetworksecurityV1beta1::SacRealm>]
|
3081
3081
|
attr_accessor :sac_realms
|
@@ -4048,19 +4048,18 @@ module Google
|
|
4048
4048
|
end
|
4049
4049
|
end
|
4050
4050
|
|
4051
|
-
#
|
4051
|
+
# Represents a Secure Access Connect (SAC) Attachment resource. A Secure Access
|
4052
|
+
# Connect attachment enables NCC Gateway to process traffic with an SSE product.
|
4052
4053
|
class SacAttachment
|
4053
4054
|
include Google::Apis::Core::Hashable
|
4054
4055
|
|
4055
|
-
# Optional. ISO-3166 alpha
|
4056
|
-
#
|
4057
|
-
# since Symantec applies a default if we don't specify it. Not case-sensitive,
|
4058
|
-
# since it will be upper-cased when sending to Symantec API.
|
4056
|
+
# Optional. Case-insensitive ISO-3166 alpha-2 country code used for localization.
|
4057
|
+
# Only valid for Symantec attachments.
|
4059
4058
|
# Corresponds to the JSON property `country`
|
4060
4059
|
# @return [String]
|
4061
4060
|
attr_accessor :country
|
4062
4061
|
|
4063
|
-
# Output only.
|
4062
|
+
# Output only. Timestamp when the attachment was created.
|
4064
4063
|
# Corresponds to the JSON property `createTime`
|
4065
4064
|
# @return [String]
|
4066
4065
|
attr_accessor :create_time
|
@@ -4076,39 +4075,37 @@ module Google
|
|
4076
4075
|
# @return [String]
|
4077
4076
|
attr_accessor :name
|
4078
4077
|
|
4079
|
-
# Required.
|
4080
|
-
#
|
4081
|
-
#
|
4078
|
+
# Required. NCC Gateway associated with the attachment. This can be input as an
|
4079
|
+
# ID or a full resource name. The output always has the form `projects/`
|
4080
|
+
# project_number`/locations/`location`/spokes/`ncc_gateway``.
|
4082
4081
|
# Corresponds to the JSON property `nccGateway`
|
4083
4082
|
# @return [String]
|
4084
4083
|
attr_accessor :ncc_gateway
|
4085
4084
|
|
4086
|
-
# Required.
|
4087
|
-
#
|
4088
|
-
# project number instead of project ID. The format is `projects/`project_number`/
|
4085
|
+
# Required. SAC Realm which owns the attachment. This can be input as an ID or a
|
4086
|
+
# full resource name. The output always has the form `projects/`project_number`/
|
4089
4087
|
# locations/`location`/sacRealms/`sac_realm``.
|
4090
4088
|
# Corresponds to the JSON property `sacRealm`
|
4091
4089
|
# @return [String]
|
4092
4090
|
attr_accessor :sac_realm
|
4093
4091
|
|
4094
|
-
# Output only.
|
4092
|
+
# Output only. State of the attachment.
|
4095
4093
|
# Corresponds to the JSON property `state`
|
4096
4094
|
# @return [String]
|
4097
4095
|
attr_accessor :state
|
4098
4096
|
|
4099
|
-
# Fields specific to
|
4097
|
+
# Fields specific to attachments associated with Symantec Cloud SWG.
|
4100
4098
|
# Corresponds to the JSON property `symantecOptions`
|
4101
4099
|
# @return [Google::Apis::NetworksecurityV1beta1::SacAttachmentSacAttachmentSymantecOptions]
|
4102
4100
|
attr_accessor :symantec_options
|
4103
4101
|
|
4104
|
-
# Optional. tzinfo identifier used for localization. Only
|
4105
|
-
#
|
4106
|
-
# Symantec applies a default if we don't specify it. Case sensitive.
|
4102
|
+
# Optional. Case-sensitive tzinfo identifier used for localization. Only valid
|
4103
|
+
# for Symantec attachments.
|
4107
4104
|
# Corresponds to the JSON property `timeZone`
|
4108
4105
|
# @return [String]
|
4109
4106
|
attr_accessor :time_zone
|
4110
4107
|
|
4111
|
-
# Output only.
|
4108
|
+
# Output only. Timestamp when the attachment was last updated.
|
4112
4109
|
# Corresponds to the JSON property `updateTime`
|
4113
4110
|
# @return [String]
|
4114
4111
|
attr_accessor :update_time
|
@@ -4132,19 +4129,18 @@ module Google
|
|
4132
4129
|
end
|
4133
4130
|
end
|
4134
4131
|
|
4135
|
-
# Fields specific to
|
4132
|
+
# Fields specific to attachments associated with Symantec Cloud SWG.
|
4136
4133
|
class SacAttachmentSacAttachmentSymantecOptions
|
4137
4134
|
include Google::Apis::Core::Hashable
|
4138
4135
|
|
4139
|
-
# Immutable. Name to be used
|
4140
|
-
#
|
4141
|
-
# SYMANTEC_CLOUD_SWG. Not to be confused with GCP locations.
|
4136
|
+
# Immutable. Name to be used when creating a location on the customer's behalf
|
4137
|
+
# in Symantec's Location API. Not to be confused with GCP locations.
|
4142
4138
|
# Corresponds to the JSON property `symantecLocationName`
|
4143
4139
|
# @return [String]
|
4144
4140
|
attr_accessor :symantec_location_name
|
4145
4141
|
|
4146
|
-
# Immutable. Symantec data center identifier that this
|
4147
|
-
# to.
|
4142
|
+
# Immutable. Symantec data center identifier that this attachment will connect
|
4143
|
+
# to.
|
4148
4144
|
# Corresponds to the JSON property `symantecSite`
|
4149
4145
|
# @return [String]
|
4150
4146
|
attr_accessor :symantec_site
|
@@ -4160,47 +4156,49 @@ module Google
|
|
4160
4156
|
end
|
4161
4157
|
end
|
4162
4158
|
|
4163
|
-
#
|
4159
|
+
# Represents a Secure Access Connect (SAC) Realm resource. A Secure Access
|
4160
|
+
# Connect realm establishes a connection between your Google Cloud project and
|
4161
|
+
# an SSE service.
|
4164
4162
|
class SacRealm
|
4165
4163
|
include Google::Apis::Core::Hashable
|
4166
4164
|
|
4167
|
-
# Output only.
|
4165
|
+
# Output only. Timestamp when the realm was created.
|
4168
4166
|
# Corresponds to the JSON property `createTime`
|
4169
4167
|
# @return [String]
|
4170
4168
|
attr_accessor :create_time
|
4171
4169
|
|
4172
|
-
# Optional.
|
4170
|
+
# Optional. Optional list of labels applied to the resource.
|
4173
4171
|
# Corresponds to the JSON property `labels`
|
4174
4172
|
# @return [Hash<String,String>]
|
4175
4173
|
attr_accessor :labels
|
4176
4174
|
|
4177
|
-
# Identifier. Resource name
|
4178
|
-
#
|
4175
|
+
# Identifier. Resource name, in the form `projects/`project`/locations/global/
|
4176
|
+
# sacRealms/`sacRealm``.
|
4179
4177
|
# Corresponds to the JSON property `name`
|
4180
4178
|
# @return [String]
|
4181
4179
|
attr_accessor :name
|
4182
4180
|
|
4183
|
-
# Key to be shared with SSE service provider to establish global handshake
|
4181
|
+
# Key to be shared with SSE service provider to establish global handshake.
|
4184
4182
|
# Corresponds to the JSON property `pairingKey`
|
4185
4183
|
# @return [Google::Apis::NetworksecurityV1beta1::SacRealmPairingKey]
|
4186
4184
|
attr_accessor :pairing_key
|
4187
4185
|
|
4188
|
-
# Immutable. SSE service provider
|
4186
|
+
# Immutable. SSE service provider associated with the realm.
|
4189
4187
|
# Corresponds to the JSON property `securityService`
|
4190
4188
|
# @return [String]
|
4191
4189
|
attr_accessor :security_service
|
4192
4190
|
|
4193
|
-
# Output only.
|
4191
|
+
# Output only. State of the realm.
|
4194
4192
|
# Corresponds to the JSON property `state`
|
4195
4193
|
# @return [String]
|
4196
4194
|
attr_accessor :state
|
4197
4195
|
|
4198
|
-
# Fields specific to realms using
|
4196
|
+
# Fields specific to realms using Symantec Cloud SWG.
|
4199
4197
|
# Corresponds to the JSON property `symantecOptions`
|
4200
4198
|
# @return [Google::Apis::NetworksecurityV1beta1::SacRealmSacRealmSymantecOptions]
|
4201
4199
|
attr_accessor :symantec_options
|
4202
4200
|
|
4203
|
-
# Output only.
|
4201
|
+
# Output only. Timestamp when the realm was last updated.
|
4204
4202
|
# Corresponds to the JSON property `updateTime`
|
4205
4203
|
# @return [String]
|
4206
4204
|
attr_accessor :update_time
|
@@ -4222,16 +4220,17 @@ module Google
|
|
4222
4220
|
end
|
4223
4221
|
end
|
4224
4222
|
|
4225
|
-
# Key to be shared with SSE service provider to establish global handshake
|
4223
|
+
# Key to be shared with SSE service provider to establish global handshake.
|
4226
4224
|
class SacRealmPairingKey
|
4227
4225
|
include Google::Apis::Core::Hashable
|
4228
4226
|
|
4229
|
-
# Output only. Timestamp in UTC of when this resource is considered expired.
|
4227
|
+
# Output only. Timestamp in UTC of when this resource is considered expired. It
|
4228
|
+
# expires 7 days after creation.
|
4230
4229
|
# Corresponds to the JSON property `expireTime`
|
4231
4230
|
# @return [String]
|
4232
4231
|
attr_accessor :expire_time
|
4233
4232
|
|
4234
|
-
# Output only.
|
4233
|
+
# Output only. Key value.
|
4235
4234
|
# Corresponds to the JSON property `key`
|
4236
4235
|
# @return [String]
|
4237
4236
|
attr_accessor :key
|
@@ -4247,25 +4246,25 @@ module Google
|
|
4247
4246
|
end
|
4248
4247
|
end
|
4249
4248
|
|
4250
|
-
# Fields specific to realms using
|
4249
|
+
# Fields specific to realms using Symantec Cloud SWG.
|
4251
4250
|
class SacRealmSacRealmSymantecOptions
|
4252
4251
|
include Google::Apis::Core::Hashable
|
4253
4252
|
|
4254
|
-
# Output only. Symantec site IDs
|
4253
|
+
# Output only. Symantec site IDs which the user can choose to connect to.
|
4255
4254
|
# Corresponds to the JSON property `availableSymantecSites`
|
4256
4255
|
# @return [Array<String>]
|
4257
4256
|
attr_accessor :available_symantec_sites
|
4258
4257
|
|
4259
4258
|
# Optional. API Key used to call Symantec APIs on the user's behalf. Required if
|
4260
|
-
# using
|
4259
|
+
# using Symantec Cloud SWG. P4SA account needs permissions granted to read this
|
4261
4260
|
# secret. A secret ID, secret name, or secret URI can be specified, but it will
|
4262
|
-
# be parsed and stored as secret URI in the
|
4263
|
-
# secrets/my-secret
|
4261
|
+
# be parsed and stored as a secret URI in the form `projects/`project_number`/
|
4262
|
+
# secrets/my-secret`.
|
4264
4263
|
# Corresponds to the JSON property `secretPath`
|
4265
4264
|
# @return [String]
|
4266
4265
|
attr_accessor :secret_path
|
4267
4266
|
|
4268
|
-
# Output only.
|
4267
|
+
# Output only. Connection status to Symantec API.
|
4269
4268
|
# Corresponds to the JSON property `symantecConnectionState`
|
4270
4269
|
# @return [String]
|
4271
4270
|
attr_accessor :symantec_connection_state
|
@@ -16,13 +16,13 @@ module Google
|
|
16
16
|
module Apis
|
17
17
|
module NetworksecurityV1beta1
|
18
18
|
# Version of the google-apis-networksecurity_v1beta1 gem
|
19
|
-
GEM_VERSION = "0.
|
19
|
+
GEM_VERSION = "0.49.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
22
|
GENERATOR_VERSION = "0.18.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20250604"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -5252,7 +5252,7 @@ module Google
|
|
5252
5252
|
|
5253
5253
|
# Creates a new SACAttachment in a given project and location.
|
5254
5254
|
# @param [String] parent
|
5255
|
-
# Required.
|
5255
|
+
# Required. The parent, in the form `projects/`project`/locations/`location``.
|
5256
5256
|
# @param [Google::Apis::NetworksecurityV1beta1::SacAttachment] sac_attachment_object
|
5257
5257
|
# @param [String] request_id
|
5258
5258
|
# Optional. An optional request ID to identify requests. Specify a unique
|
@@ -5266,9 +5266,12 @@ module Google
|
|
5266
5266
|
# duplicate commitments. The request ID must be a valid UUID with the exception
|
5267
5267
|
# that zero UUID is not supported (00000000-0000-0000-0000-000000000000).
|
5268
5268
|
# @param [String] sac_attachment_id
|
5269
|
-
# Required.
|
5270
|
-
#
|
5271
|
-
#
|
5269
|
+
# Required. ID of the created attachment. The ID must be 1-63 characters long,
|
5270
|
+
# and comply with RFC1035. Specifically, it must be 1-63 characters long and
|
5271
|
+
# match the regular expression `[a-z]([-a-z0-9]*[a-z0-9])?` which means the
|
5272
|
+
# first character must be a lowercase letter, and all following characters must
|
5273
|
+
# be a dash, lowercase letter, or digit, except the last character, which cannot
|
5274
|
+
# be a dash.
|
5272
5275
|
# @param [String] fields
|
5273
5276
|
# Selector specifying which fields to include in a partial response.
|
5274
5277
|
# @param [String] quota_user
|
@@ -5300,9 +5303,10 @@ module Google
|
|
5300
5303
|
execute_or_queue_command(command, &block)
|
5301
5304
|
end
|
5302
5305
|
|
5303
|
-
# Deletes
|
5306
|
+
# Deletes the specified attachment.
|
5304
5307
|
# @param [String] name
|
5305
|
-
# Required. Name of the resource
|
5308
|
+
# Required. Name of the resource, in the form `projects/`project`/locations/`
|
5309
|
+
# location`/sacAttachments/`sac_attachment``.
|
5306
5310
|
# @param [String] request_id
|
5307
5311
|
# Optional. An optional request ID to identify requests. Specify a unique
|
5308
5312
|
# request ID so that if you must retry your request, the server will know to
|
@@ -5342,9 +5346,10 @@ module Google
|
|
5342
5346
|
execute_or_queue_command(command, &block)
|
5343
5347
|
end
|
5344
5348
|
|
5345
|
-
#
|
5349
|
+
# Returns the specified attachment.
|
5346
5350
|
# @param [String] name
|
5347
|
-
# Required. Name of the resource
|
5351
|
+
# Required. Name of the resource, in the form `projects/`project`/locations/`
|
5352
|
+
# location`/sacAttachments/`sac_attachment``.
|
5348
5353
|
# @param [String] fields
|
5349
5354
|
# Selector specifying which fields to include in a partial response.
|
5350
5355
|
# @param [String] quota_user
|
@@ -5374,11 +5379,11 @@ module Google
|
|
5374
5379
|
|
5375
5380
|
# Lists SACAttachments in a given project and location.
|
5376
5381
|
# @param [String] parent
|
5377
|
-
# Required.
|
5382
|
+
# Required. The parent, in the form `projects/`project`/locations/`location``.
|
5378
5383
|
# @param [String] filter
|
5379
|
-
# Optional.
|
5384
|
+
# Optional. An expression that filters the list of results.
|
5380
5385
|
# @param [String] order_by
|
5381
|
-
# Optional.
|
5386
|
+
# Optional. Sort the results by a certain order.
|
5382
5387
|
# @param [Fixnum] page_size
|
5383
5388
|
# Optional. Requested page size. Server may return fewer items than requested.
|
5384
5389
|
# If unspecified, server will pick an appropriate default.
|
@@ -5417,7 +5422,7 @@ module Google
|
|
5417
5422
|
|
5418
5423
|
# Creates a new SACRealm in a given project.
|
5419
5424
|
# @param [String] parent
|
5420
|
-
# Required.
|
5425
|
+
# Required. The parent, in the form `projects/`project`/locations/global`.
|
5421
5426
|
# @param [Google::Apis::NetworksecurityV1beta1::SacRealm] sac_realm_object
|
5422
5427
|
# @param [String] request_id
|
5423
5428
|
# Optional. An optional request ID to identify requests. Specify a unique
|
@@ -5431,8 +5436,12 @@ module Google
|
|
5431
5436
|
# duplicate commitments. The request ID must be a valid UUID with the exception
|
5432
5437
|
# that zero UUID is not supported (00000000-0000-0000-0000-000000000000).
|
5433
5438
|
# @param [String] sac_realm_id
|
5434
|
-
# Required.
|
5435
|
-
#
|
5439
|
+
# Required. ID of the created realm. The ID must be 1-63 characters long, and
|
5440
|
+
# comply with RFC1035. Specifically, it must be 1-63 characters long and match
|
5441
|
+
# the regular expression `[a-z]([-a-z0-9]*[a-z0-9])?` which means the first
|
5442
|
+
# character must be a lowercase letter, and all following characters must be a
|
5443
|
+
# dash, lowercase letter, or digit, except the last character, which cannot be a
|
5444
|
+
# dash.
|
5436
5445
|
# @param [String] fields
|
5437
5446
|
# Selector specifying which fields to include in a partial response.
|
5438
5447
|
# @param [String] quota_user
|
@@ -5464,9 +5473,10 @@ module Google
|
|
5464
5473
|
execute_or_queue_command(command, &block)
|
5465
5474
|
end
|
5466
5475
|
|
5467
|
-
# Deletes
|
5476
|
+
# Deletes the specified realm.
|
5468
5477
|
# @param [String] name
|
5469
|
-
# Required. Name of the resource
|
5478
|
+
# Required. Name of the resource, in the form `projects/`project`/locations/
|
5479
|
+
# global/sacRealms/`sacRealm``.
|
5470
5480
|
# @param [String] request_id
|
5471
5481
|
# Optional. An optional request ID to identify requests. Specify a unique
|
5472
5482
|
# request ID so that if you must retry your request, the server will know to
|
@@ -5506,9 +5516,10 @@ module Google
|
|
5506
5516
|
execute_or_queue_command(command, &block)
|
5507
5517
|
end
|
5508
5518
|
|
5509
|
-
#
|
5519
|
+
# Returns the specified realm.
|
5510
5520
|
# @param [String] name
|
5511
|
-
# Required. Name of the resource
|
5521
|
+
# Required. Name of the resource, in the form `projects/`project`/locations/
|
5522
|
+
# global/sacRealms/`sacRealm``.
|
5512
5523
|
# @param [String] fields
|
5513
5524
|
# Selector specifying which fields to include in a partial response.
|
5514
5525
|
# @param [String] quota_user
|
@@ -5538,11 +5549,11 @@ module Google
|
|
5538
5549
|
|
5539
5550
|
# Lists SACRealms in a given project.
|
5540
5551
|
# @param [String] parent
|
5541
|
-
# Required.
|
5552
|
+
# Required. The parent, in the form `projects/`project`/locations/global`.
|
5542
5553
|
# @param [String] filter
|
5543
|
-
# Optional.
|
5554
|
+
# Optional. An expression that filters the list of results.
|
5544
5555
|
# @param [String] order_by
|
5545
|
-
# Optional.
|
5556
|
+
# Optional. Sort the results by a certain order.
|
5546
5557
|
# @param [Fixnum] page_size
|
5547
5558
|
# Optional. Requested page size. Server may return fewer items than requested.
|
5548
5559
|
# If unspecified, server will pick an appropriate default.
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-apis-networksecurity_v1beta1
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.49.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Google LLC
|
@@ -57,7 +57,7 @@ licenses:
|
|
57
57
|
metadata:
|
58
58
|
bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
|
59
59
|
changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-networksecurity_v1beta1/CHANGELOG.md
|
60
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-networksecurity_v1beta1/v0.
|
60
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-networksecurity_v1beta1/v0.49.0
|
61
61
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-networksecurity_v1beta1
|
62
62
|
rdoc_options: []
|
63
63
|
require_paths:
|