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

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
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.



14265
14266
14267
14268
14269
14270
14271
14272
14273
14274
14275
14276
# File 'lib/aws-sdk-securityhub/types.rb', line 14265

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.

This field accepts only the specified formats. Timestamps can end with ‘Z` or `(“+” / “-”) time-hour [“:” time-minute]`. The time-secfrac after seconds is limited to a maximum of 9 digits. The offset is bounded by +/-18:00. Here are valid timestamp formats with examples:

  • ‘YYYY-MM-DDTHH:MM:SSZ` (for example, `2019-01-31T23:00:00Z`)

  • ‘YYYY-MM-DDTHH:MM:SS.mmmmmmmmmZ` (for example, `2019-01-31T23:00:00.123456789Z`)

  • ‘YYYY-MM-DDTHH:MM:SS+HH:MM` (for example, `2024-01-04T15:25:10+17:59`)

  • ‘YYYY-MM-DDTHH:MM:SS-HHMM` (for example, `2024-01-04T15:25:10-1759`)

  • ‘YYYY-MM-DDTHH:MM:SS.mmmmmmmmm+HH:MM` (for example, `2024-01-04T15:25:10.123456789+17:59`)

Returns:

  • (String)


14265
14266
14267
14268
14269
14270
14271
14272
14273
14274
14275
14276
# File 'lib/aws-sdk-securityhub/types.rb', line 14265

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>)


14265
14266
14267
14268
14269
14270
14271
14272
14273
14274
14275
14276
# File 'lib/aws-sdk-securityhub/types.rb', line 14265

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)


14265
14266
14267
14268
14269
14270
14271
14272
14273
14274
14275
14276
# File 'lib/aws-sdk-securityhub/types.rb', line 14265

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.



14265
14266
14267
14268
14269
14270
14271
14272
14273
14274
14275
14276
# File 'lib/aws-sdk-securityhub/types.rb', line 14265

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)


14265
14266
14267
14268
14269
14270
14271
14272
14273
14274
14275
14276
# File 'lib/aws-sdk-securityhub/types.rb', line 14265

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)


14265
14266
14267
14268
14269
14270
14271
14272
14273
14274
14275
14276
# File 'lib/aws-sdk-securityhub/types.rb', line 14265

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:



14265
14266
14267
14268
14269
14270
14271
14272
14273
14274
14275
14276
# File 'lib/aws-sdk-securityhub/types.rb', line 14265

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