Class: Aws::LakeFormation::Types::AssumeDecoratedRoleWithSAMLRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::LakeFormation::Types::AssumeDecoratedRoleWithSAMLRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-lakeformation/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#duration_seconds ⇒ Integer
The time period, between 900 and 43,200 seconds, for the timeout of the temporary credentials.
-
#principal_arn ⇒ String
The Amazon Resource Name (ARN) of the SAML provider in IAM that describes the IdP.
-
#role_arn ⇒ String
The role that represents an IAM principal whose scope down policy allows it to call credential vending APIs such as ‘GetTemporaryTableCredentials`.
-
#saml_assertion ⇒ String
A SAML assertion consisting of an assertion statement for the user who needs temporary credentials.
Instance Attribute Details
#duration_seconds ⇒ Integer
The time period, between 900 and 43,200 seconds, for the timeout of the temporary credentials.
147 148 149 150 151 152 153 154 |
# File 'lib/aws-sdk-lakeformation/types.rb', line 147 class AssumeDecoratedRoleWithSAMLRequest < Struct.new( :saml_assertion, :role_arn, :principal_arn, :duration_seconds) SENSITIVE = [] include Aws::Structure end |
#principal_arn ⇒ String
The Amazon Resource Name (ARN) of the SAML provider in IAM that describes the IdP.
147 148 149 150 151 152 153 154 |
# File 'lib/aws-sdk-lakeformation/types.rb', line 147 class AssumeDecoratedRoleWithSAMLRequest < Struct.new( :saml_assertion, :role_arn, :principal_arn, :duration_seconds) SENSITIVE = [] include Aws::Structure end |
#role_arn ⇒ String
The role that represents an IAM principal whose scope down policy allows it to call credential vending APIs such as ‘GetTemporaryTableCredentials`. The caller must also have iam:PassRole permission on this role.
147 148 149 150 151 152 153 154 |
# File 'lib/aws-sdk-lakeformation/types.rb', line 147 class AssumeDecoratedRoleWithSAMLRequest < Struct.new( :saml_assertion, :role_arn, :principal_arn, :duration_seconds) SENSITIVE = [] include Aws::Structure end |
#saml_assertion ⇒ String
A SAML assertion consisting of an assertion statement for the user who needs temporary credentials. This must match the SAML assertion that was issued to IAM. This must be Base64 encoded.
147 148 149 150 151 152 153 154 |
# File 'lib/aws-sdk-lakeformation/types.rb', line 147 class AssumeDecoratedRoleWithSAMLRequest < Struct.new( :saml_assertion, :role_arn, :principal_arn, :duration_seconds) SENSITIVE = [] include Aws::Structure end |