Class: Aws::SecurityHub::Types::AwsEc2ClientVpnEndpointAuthenticationOptionsFederatedAuthenticationDetails
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityHub::Types::AwsEc2ClientVpnEndpointAuthenticationOptionsFederatedAuthenticationDetails
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-securityhub/types.rb
Overview
Describes the IAM SAML identity providers used for federated authentication.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#saml_provider_arn ⇒ String
The Amazon Resource Name (ARN) of the IAM SAML identity provider.
-
#self_service_saml_provider_arn ⇒ String
The Amazon Resource Name (ARN) of the IAM SAML identity provider for the self-service portal.
Instance Attribute Details
#saml_provider_arn ⇒ String
The Amazon Resource Name (ARN) of the IAM SAML identity provider.
6440 6441 6442 6443 6444 6445 |
# File 'lib/aws-sdk-securityhub/types.rb', line 6440 class AwsEc2ClientVpnEndpointAuthenticationOptionsFederatedAuthenticationDetails < Struct.new( :saml_provider_arn, :self_service_saml_provider_arn) SENSITIVE = [] include Aws::Structure end |
#self_service_saml_provider_arn ⇒ String
The Amazon Resource Name (ARN) of the IAM SAML identity provider for the self-service portal.
6440 6441 6442 6443 6444 6445 |
# File 'lib/aws-sdk-securityhub/types.rb', line 6440 class AwsEc2ClientVpnEndpointAuthenticationOptionsFederatedAuthenticationDetails < Struct.new( :saml_provider_arn, :self_service_saml_provider_arn) SENSITIVE = [] include Aws::Structure end |