Class: Aws::SecurityHub::Types::AwsIamUserDetails

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

Overview

Information about an IAM user.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#attached_managed_policiesArray<Types::AwsIamAttachedManagedPolicy>

A list of the managed policies that are attached to the user.



13714
13715
13716
13717
13718
13719
13720
13721
13722
13723
13724
13725
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 13714

class AwsIamUserDetails < Struct.new(
  :attached_managed_policies,
  :create_date,
  :group_list,
  :path,
  :permissions_boundary,
  :user_id,
  :user_name,
  :user_policy_list)
  SENSITIVE = []
  include Aws::Structure
end

#create_dateString

Indicates when the user was created.

Uses the date-time format specified in RFC 3339 section 5.6, Internet Date/Time Format. The value cannot contain spaces, and date and time should be separated by T. For example, 2020-03-22T13:22:13.933Z.

Returns:

  • (String)


13714
13715
13716
13717
13718
13719
13720
13721
13722
13723
13724
13725
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 13714

class AwsIamUserDetails < Struct.new(
  :attached_managed_policies,
  :create_date,
  :group_list,
  :path,
  :permissions_boundary,
  :user_id,
  :user_name,
  :user_policy_list)
  SENSITIVE = []
  include Aws::Structure
end

#group_listArray<String>

A list of IAM groups that the user belongs to.

Returns:

  • (Array<String>)


13714
13715
13716
13717
13718
13719
13720
13721
13722
13723
13724
13725
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 13714

class AwsIamUserDetails < Struct.new(
  :attached_managed_policies,
  :create_date,
  :group_list,
  :path,
  :permissions_boundary,
  :user_id,
  :user_name,
  :user_policy_list)
  SENSITIVE = []
  include Aws::Structure
end

#pathString

The path to the user.

Returns:

  • (String)


13714
13715
13716
13717
13718
13719
13720
13721
13722
13723
13724
13725
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 13714

class AwsIamUserDetails < Struct.new(
  :attached_managed_policies,
  :create_date,
  :group_list,
  :path,
  :permissions_boundary,
  :user_id,
  :user_name,
  :user_policy_list)
  SENSITIVE = []
  include Aws::Structure
end

#permissions_boundaryTypes::AwsIamPermissionsBoundary

The permissions boundary for the user.



13714
13715
13716
13717
13718
13719
13720
13721
13722
13723
13724
13725
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 13714

class AwsIamUserDetails < Struct.new(
  :attached_managed_policies,
  :create_date,
  :group_list,
  :path,
  :permissions_boundary,
  :user_id,
  :user_name,
  :user_policy_list)
  SENSITIVE = []
  include Aws::Structure
end

#user_idString

The unique identifier for the user.

Returns:

  • (String)


13714
13715
13716
13717
13718
13719
13720
13721
13722
13723
13724
13725
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 13714

class AwsIamUserDetails < Struct.new(
  :attached_managed_policies,
  :create_date,
  :group_list,
  :path,
  :permissions_boundary,
  :user_id,
  :user_name,
  :user_policy_list)
  SENSITIVE = []
  include Aws::Structure
end

#user_nameString

The name of the user.

Returns:

  • (String)


13714
13715
13716
13717
13718
13719
13720
13721
13722
13723
13724
13725
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 13714

class AwsIamUserDetails < Struct.new(
  :attached_managed_policies,
  :create_date,
  :group_list,
  :path,
  :permissions_boundary,
  :user_id,
  :user_name,
  :user_policy_list)
  SENSITIVE = []
  include Aws::Structure
end

#user_policy_listArray<Types::AwsIamUserPolicy>

The list of inline policies that are embedded in the user.

Returns:



13714
13715
13716
13717
13718
13719
13720
13721
13722
13723
13724
13725
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 13714

class AwsIamUserDetails < Struct.new(
  :attached_managed_policies,
  :create_date,
  :group_list,
  :path,
  :permissions_boundary,
  :user_id,
  :user_name,
  :user_policy_list)
  SENSITIVE = []
  include Aws::Structure
end