Class: Aws::EC2::Types::FederatedAuthenticationRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::FederatedAuthenticationRequest
- Defined in:
- gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb
Overview
Note:
When making an API call, you may pass FederatedAuthenticationRequest data as a hash:
{
saml_provider_arn: "String",
self_service_saml_provider_arn: "String",
}
The IAM SAML identity provider 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.
34093 34094 34095 34096 34097 34098 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 34093 class FederatedAuthenticationRequest < 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.
34093 34094 34095 34096 34097 34098 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 34093 class FederatedAuthenticationRequest < Struct.new( :saml_provider_arn, :self_service_saml_provider_arn) SENSITIVE = [] include Aws::Structure end |