Class: Aws::ElasticLoadBalancingV2::Types::MutualAuthenticationAttributes
- Inherits:
-
Struct
- Object
- Struct
- Aws::ElasticLoadBalancingV2::Types::MutualAuthenticationAttributes
- Defined in:
- gems/aws-sdk-elasticloadbalancingv2/lib/aws-sdk-elasticloadbalancingv2/types.rb
Overview
Information about the mutual authentication attributes of a listener.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#advertise_trust_store_ca_names ⇒ String
Indicates whether trust store CA certificate names are advertised.
-
#ignore_client_certificate_expiry ⇒ Boolean
Indicates whether expired client certificates are ignored.
-
#mode ⇒ String
The client certificate handling method.
-
#trust_store_arn ⇒ String
The Amazon Resource Name (ARN) of the trust store.
-
#trust_store_association_status ⇒ String
Indicates a shared trust stores association status.
Instance Attribute Details
#advertise_trust_store_ca_names ⇒ String
Indicates whether trust store CA certificate names are advertised.
3152 3153 3154 3155 3156 3157 3158 3159 3160 |
# File 'gems/aws-sdk-elasticloadbalancingv2/lib/aws-sdk-elasticloadbalancingv2/types.rb', line 3152 class MutualAuthenticationAttributes < Struct.new( :mode, :trust_store_arn, :ignore_client_certificate_expiry, :trust_store_association_status, :advertise_trust_store_ca_names) SENSITIVE = [] include Aws::Structure end |
#ignore_client_certificate_expiry ⇒ Boolean
Indicates whether expired client certificates are ignored.
3152 3153 3154 3155 3156 3157 3158 3159 3160 |
# File 'gems/aws-sdk-elasticloadbalancingv2/lib/aws-sdk-elasticloadbalancingv2/types.rb', line 3152 class MutualAuthenticationAttributes < Struct.new( :mode, :trust_store_arn, :ignore_client_certificate_expiry, :trust_store_association_status, :advertise_trust_store_ca_names) SENSITIVE = [] include Aws::Structure end |
#mode ⇒ String
The client certificate handling method. Options are off
,
passthrough
or verify
. The default value is off
.
3152 3153 3154 3155 3156 3157 3158 3159 3160 |
# File 'gems/aws-sdk-elasticloadbalancingv2/lib/aws-sdk-elasticloadbalancingv2/types.rb', line 3152 class MutualAuthenticationAttributes < Struct.new( :mode, :trust_store_arn, :ignore_client_certificate_expiry, :trust_store_association_status, :advertise_trust_store_ca_names) SENSITIVE = [] include Aws::Structure end |
#trust_store_arn ⇒ String
The Amazon Resource Name (ARN) of the trust store.
3152 3153 3154 3155 3156 3157 3158 3159 3160 |
# File 'gems/aws-sdk-elasticloadbalancingv2/lib/aws-sdk-elasticloadbalancingv2/types.rb', line 3152 class MutualAuthenticationAttributes < Struct.new( :mode, :trust_store_arn, :ignore_client_certificate_expiry, :trust_store_association_status, :advertise_trust_store_ca_names) SENSITIVE = [] include Aws::Structure end |
#trust_store_association_status ⇒ String
Indicates a shared trust stores association status.
3152 3153 3154 3155 3156 3157 3158 3159 3160 |
# File 'gems/aws-sdk-elasticloadbalancingv2/lib/aws-sdk-elasticloadbalancingv2/types.rb', line 3152 class MutualAuthenticationAttributes < Struct.new( :mode, :trust_store_arn, :ignore_client_certificate_expiry, :trust_store_association_status, :advertise_trust_store_ca_names) SENSITIVE = [] include Aws::Structure end |