Class Credential
java.lang.Object
io.openraven.magpie.data.aws.accounts.Credential
-
Field Summary
FieldsModifier and TypeFieldDescription -
Constructor Summary
ConstructorsConstructorDescriptionCredential(String line) Accepts the CSV emitted by AWS's credential report, and splits on,. -
Method Summary
-
Field Details
-
user
-
arn
-
user_creation_time
-
password_enabled
-
password_last_used
-
password_last_changed
-
password_next_rotation
-
mfa_active
-
access_key_1_active
-
access_key_1_last_rotated
-
access_key_1_last_used_date
-
access_key_1_last_used_region
-
access_key_1_last_used_service
-
access_key_2_active
-
access_key_2_last_rotated
-
access_key_2_last_used_date
-
access_key_2_last_used_region
-
access_key_2_last_used_service
-
cert_1_active
-
cert_1_last_rotated
-
cert_2_active
-
cert_2_last_rotated
-
-
Constructor Details
-
Credential
public Credential() -
Credential
Accepts the CSV emitted by AWS's credential report, and splits on,.
-