Class: Aws::SecurityHub::Types::AwsIamAccessKeyDetails

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

Overview

IAM access key details related to a finding.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#access_key_idString

The identifier of the access key.

Returns:

  • (String)


13620
13621
13622
13623
13624
13625
13626
13627
13628
13629
13630
13631
13632
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 13620

class AwsIamAccessKeyDetails < Struct.new(
  :user_name,
  :status,
  :created_at,
  :principal_id,
  :principal_type,
  :principal_name,
  :account_id,
  :access_key_id,
  :session_context)
  SENSITIVE = []
  include Aws::Structure
end

#account_idString

The Amazon Web Services account ID of the account for the key.

Returns:

  • (String)


13620
13621
13622
13623
13624
13625
13626
13627
13628
13629
13630
13631
13632
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 13620

class AwsIamAccessKeyDetails < Struct.new(
  :user_name,
  :status,
  :created_at,
  :principal_id,
  :principal_type,
  :principal_name,
  :account_id,
  :access_key_id,
  :session_context)
  SENSITIVE = []
  include Aws::Structure
end

#created_atString

Indicates when the IAM access key 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)


13620
13621
13622
13623
13624
13625
13626
13627
13628
13629
13630
13631
13632
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 13620

class AwsIamAccessKeyDetails < Struct.new(
  :user_name,
  :status,
  :created_at,
  :principal_id,
  :principal_type,
  :principal_name,
  :account_id,
  :access_key_id,
  :session_context)
  SENSITIVE = []
  include Aws::Structure
end

#principal_idString

The ID of the principal associated with an access key.

Returns:

  • (String)


13620
13621
13622
13623
13624
13625
13626
13627
13628
13629
13630
13631
13632
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 13620

class AwsIamAccessKeyDetails < Struct.new(
  :user_name,
  :status,
  :created_at,
  :principal_id,
  :principal_type,
  :principal_name,
  :account_id,
  :access_key_id,
  :session_context)
  SENSITIVE = []
  include Aws::Structure
end

#principal_nameString

The name of the principal.

Returns:

  • (String)


13620
13621
13622
13623
13624
13625
13626
13627
13628
13629
13630
13631
13632
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 13620

class AwsIamAccessKeyDetails < Struct.new(
  :user_name,
  :status,
  :created_at,
  :principal_id,
  :principal_type,
  :principal_name,
  :account_id,
  :access_key_id,
  :session_context)
  SENSITIVE = []
  include Aws::Structure
end

#principal_typeString

The type of principal associated with an access key.

Returns:

  • (String)


13620
13621
13622
13623
13624
13625
13626
13627
13628
13629
13630
13631
13632
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 13620

class AwsIamAccessKeyDetails < Struct.new(
  :user_name,
  :status,
  :created_at,
  :principal_id,
  :principal_type,
  :principal_name,
  :account_id,
  :access_key_id,
  :session_context)
  SENSITIVE = []
  include Aws::Structure
end

#session_contextTypes::AwsIamAccessKeySessionContext

Information about the session that the key was used for.



13620
13621
13622
13623
13624
13625
13626
13627
13628
13629
13630
13631
13632
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 13620

class AwsIamAccessKeyDetails < Struct.new(
  :user_name,
  :status,
  :created_at,
  :principal_id,
  :principal_type,
  :principal_name,
  :account_id,
  :access_key_id,
  :session_context)
  SENSITIVE = []
  include Aws::Structure
end

#statusString

The status of the IAM access key related to a finding.

Returns:

  • (String)


13620
13621
13622
13623
13624
13625
13626
13627
13628
13629
13630
13631
13632
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 13620

class AwsIamAccessKeyDetails < Struct.new(
  :user_name,
  :status,
  :created_at,
  :principal_id,
  :principal_type,
  :principal_name,
  :account_id,
  :access_key_id,
  :session_context)
  SENSITIVE = []
  include Aws::Structure
end

#user_nameString

The user associated with the IAM access key related to a finding.

The UserName parameter has been replaced with the PrincipalName parameter because access keys can also be assigned to principals that are not IAM users.

Returns:

  • (String)


13620
13621
13622
13623
13624
13625
13626
13627
13628
13629
13630
13631
13632
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 13620

class AwsIamAccessKeyDetails < Struct.new(
  :user_name,
  :status,
  :created_at,
  :principal_id,
  :principal_type,
  :principal_name,
  :account_id,
  :access_key_id,
  :session_context)
  SENSITIVE = []
  include Aws::Structure
end