Class: Aws::SSOAdmin::Types::IamAuthenticationMethod

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

Overview

A structure that describes details for authentication that uses IAM.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#actor_policyHash, ...

An IAM policy document in JSON.

Returns:

  • (Hash, Array, String, Numeric, Boolean)


2092
2093
2094
2095
2096
# File 'gems/aws-sdk-ssoadmin/lib/aws-sdk-ssoadmin/types.rb', line 2092

class IamAuthenticationMethod < Struct.new(
  :actor_policy)
  SENSITIVE = []
  include Aws::Structure
end