class Aws::STS::Client
def assume_role_with_saml(params = {}, options = {})
-
params
(Hash
) -- ({})
Overloads:
-
assume_role_with_saml(params = {})
Other tags:
- See: http://docs.aws.amazon.com/goto/WebAPI/sts-2011-06-15/AssumeRoleWithSAML - AWS API Documentation
Other tags:
- Example: Response structure -
Example: Request syntax with placeholder values -
Example: Example: To assume a role using a SAML assertion -
Returns:
-
(Types::AssumeRoleWithSAMLResponse)
- Returns a {Seahorse::Client::Response response} object which responds to the following methods:
Options Hash:
(**params)
-
:duration_seconds
(Integer
) -- -
:policy
(String
) -- -
:policy_arns
(Array
) -- -
:saml_assertion
(required, String
) -- -
:principal_arn
(required, String
) -- -
:role_arn
(required, String
) --
def assume_role_with_saml(params = {}, options = {}) req = build_request(:assume_role_with_saml, params) req.send_request(options) end