You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::SecurityHub::Types::AwsIamAccessKeyDetailsWhen 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 collapseThe identifier of the access key.
The AWS account ID of the account for the key.
Indicates when the IAM access key was created.
The ID of the principal associated with an access key.
The name of the principal.
The type of principal associated with an access key.
Information about the session that the key was used for.
The status of the IAM access key related to a finding.
The user associated with the IAM access key related to a finding.
The identifier of the access key.
#account_id ⇒ StringThe AWS account ID of the account for the key.
#principal_id ⇒ StringThe ID of the principal associated with an access key.
#principal_name ⇒ StringThe name of the principal.
#principal_type ⇒ StringThe type of principal associated with an access key.
#status ⇒ StringThe status of the IAM access key related to a finding.
Possible values:
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