class Google::Apis::NetworksecurityV1beta1::MtlsPolicy
Specification of the MTLSPolicy.
Attributes
client_validation_ca[RW]
Defines the mechanism to obtain the Certificate Authority certificate to validate the client certificate. Corresponds to the JSON property `clientValidationCa` @return [Array<Google::Apis::NetworksecurityV1beta1::ValidationCa>]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/networksecurity_v1beta1/classes.rb, line 898 def initialize(**args) update!(**args) end
Public Instance Methods
update!(**args)
click to toggle source
Update properties of this object
# File lib/google/apis/networksecurity_v1beta1/classes.rb, line 903 def update!(**args) @client_validation_ca = args[:client_validation_ca] if args.key?(:client_validation_ca) end