A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://docs.aws.amazon.com/sdkforruby/api/Aws/SecurityHub/Types/AwsIamAccessKeyDetails.html below:

AwsIamAccessKeyDetails — AWS SDK for Ruby V2

You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::SecurityHub::Types::AwsIamAccessKeyDetails
Inherits:
Struct show all
Defined in:
(unknown)
Overview Note:

When passing AwsIamAccessKeyDetails as input to an Aws::Client method, you can use a vanilla Hash:

{
  user_name: "NonEmptyString",
  status: "Active",   created_at: "NonEmptyString",
  principal_id: "NonEmptyString",
  principal_type: "NonEmptyString",
  principal_name: "NonEmptyString",
  account_id: "NonEmptyString",
  access_key_id: "NonEmptyString",
  session_context: {
    attributes: {
      mfa_authenticated: false,
      creation_date: "NonEmptyString",
    },
    session_issuer: {
      type: "NonEmptyString",
      principal_id: "NonEmptyString",
      arn: "NonEmptyString",
      account_id: "NonEmptyString",
      user_name: "NonEmptyString",
    },
  },
}

IAM access key details related to a finding.

Returned by:

Instance Attribute Summary collapse Instance Attribute Details #access_key_id ⇒ String

The identifier of the access key.

#account_id ⇒ String

The AWS account ID of the account for the key.

#principal_id ⇒ String

The ID of the principal associated with an access key.

#principal_name ⇒ String

The name of the principal.

#principal_type ⇒ String

The type of principal associated with an access key.

#status ⇒ String

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

Possible values:

#user_name ⇒ String

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.


RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4