Class: Aws::LakeFormation::Types::AssumeDecoratedRoleWithSAMLRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-lakeformation/lib/aws-sdk-lakeformation/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#duration_secondsInteger

The time period, between 900 and 43,200 seconds, for the timeout of the temporary credentials.

Returns:

  • (Integer)


147
148
149
150
151
152
153
154
# File 'gems/aws-sdk-lakeformation/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_arnString

The Amazon Resource Name (ARN) of the SAML provider in IAM that describes the IdP.

Returns:

  • (String)


147
148
149
150
151
152
153
154
# File 'gems/aws-sdk-lakeformation/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_arnString

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.

Returns:

  • (String)


147
148
149
150
151
152
153
154
# File 'gems/aws-sdk-lakeformation/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_assertionString

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.

Returns:

  • (String)


147
148
149
150
151
152
153
154
# File 'gems/aws-sdk-lakeformation/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