Class: Aws::SecurityHub::Types::AwsIamUserDetails
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityHub::Types::AwsIamUserDetails
- 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
-
#attached_managed_policies ⇒ Array<Types::AwsIamAttachedManagedPolicy>
A list of the managed policies that are attached to the user.
-
#create_date ⇒ String
Indicates when the user was created.
-
#group_list ⇒ Array<String>
A list of IAM groups that the user belongs to.
-
#path ⇒ String
The path to the user.
-
#permissions_boundary ⇒ Types::AwsIamPermissionsBoundary
The permissions boundary for the user.
-
#user_id ⇒ String
The unique identifier for the user.
-
#user_name ⇒ String
The name of the user.
-
#user_policy_list ⇒ Array<Types::AwsIamUserPolicy>
The list of inline policies that are embedded in the user.
Instance Attribute Details
#attached_managed_policies ⇒ Array<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_date ⇒ String
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`)
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_list ⇒ Array<String>
A list of IAM groups that the user belongs to.
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 |
#path ⇒ String
The path 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 |
#permissions_boundary ⇒ Types::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_id ⇒ String
The unique identifier 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_name ⇒ String
The name of 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_policy_list ⇒ Array<Types::AwsIamUserPolicy>
The list of inline policies that are embedded in 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 |