@@ -889,8 +889,8 @@ def update!(**args)
889889 class MtlsPolicy
890890 include Google ::Apis ::Core ::Hashable
891891
892- # Required. Defines the mechanism to obtain the Certificate Authority
893- # certificate to validate the client certificate.
892+ # Defines the mechanism to obtain the Certificate Authority certificate to
893+ # validate the client certificate.
894894 # Corresponds to the JSON property `clientValidationCa`
895895 # @return [Array<Google::Apis::NetworksecurityV1beta1::ValidationCa>]
896896 attr_accessor :client_validation_ca
@@ -1064,11 +1064,11 @@ def update!(**args)
10641064 class ServerTlsPolicy
10651065 include Google ::Apis ::Core ::Hashable
10661066
1067- # Optional. Determines if server allows plaintext connections. If set to true,
1068- # server allows plain text connections. By default, it is set to false. This
1069- # setting is not exclusive of other encryption modes. For example, if allow_open
1070- # and mtls_policy are set, server allows both plain text and mTLS connections.
1071- # See documentation of other encryption modes to confirm compatibility.
1067+ # Determines if server allows plaintext connections. If set to true, server
1068+ # allows plain text connections. By default, it is set to false. This setting is
1069+ # not exclusive of other encryption modes. For example, if ` allow_open` and `
1070+ # mtls_policy` are set, server allows both plain text and mTLS connections. See
1071+ # documentation of other encryption modes to confirm compatibility.
10721072 # Corresponds to the JSON property `allowOpen`
10731073 # @return [Boolean]
10741074 attr_accessor :allow_open
@@ -1079,12 +1079,12 @@ class ServerTlsPolicy
10791079 # @return [String]
10801080 attr_accessor :create_time
10811081
1082- # Optional. Free-text description of the resource.
1082+ # Free-text description of the resource.
10831083 # Corresponds to the JSON property `description`
10841084 # @return [String]
10851085 attr_accessor :description
10861086
1087- # Optional. Set of label tags associated with the resource.
1087+ # Set of label tags associated with the resource.
10881088 # Corresponds to the JSON property `labels`
10891089 # @return [Hash<String,String>]
10901090 attr_accessor :labels
0 commit comments