class Google::Apis::ApigeeV1::GoogleCloudApigeeV1TlsInfoCommonName

Attributes

value[RW]

The TLS Common Name string of the certificate. Corresponds to the JSON property `value` @return [String]

wildcard_match[RW]

Indicates whether the cert should be matched against as a wildcard cert. Corresponds to the JSON property `wildcardMatch` @return [Boolean]

wildcard_match?[RW]

Indicates whether the cert should be matched against as a wildcard cert. Corresponds to the JSON property `wildcardMatch` @return [Boolean]

Public Class Methods

new(**args) click to toggle source
# File lib/google/apis/apigee_v1/classes.rb, line 7112
def initialize(**args)
   update!(**args)
end

Public Instance Methods

update!(**args) click to toggle source

Update properties of this object

# File lib/google/apis/apigee_v1/classes.rb, line 7117
def update!(**args)
  @value = args[:value] if args.key?(:value)
  @wildcard_match = args[:wildcard_match] if args.key?(:wildcard_match)
end