turbot/terraform_oci_compliance

GitHub
Loading controls...

Control: Ensure IAM password policy requires minimum length of 14 or greater

Description

Password policies are used to enforce password complexity requirements. IAM password policies can be used to ensure passwords are of at least a certain length and are composed of certain characters. It is recommended the password policy require a minimum password length of 14 characters and contain 1 non-alphabetic character (Number or 'Special Character').

Usage

Run the control in your terminal:

steampipe check terraform_oci_compliance.control.identity_authentication_password_policy_strong_min_length_14

Snapshot and share results via Steampipe Cloud:

steampipe login
steampipe check --share terraform_oci_compliance.control.identity_authentication_password_policy_strong_min_length_14

SQL

This control uses a named query:

identity_authentication_password_policy_strong_min_length_14

Tags