blockstorage_block_volume_encryption_enabledblockstorage_boot_volume_backup_encryption_enabledblockstorage_boot_volume_encryption_enabledcloudguard_enabledcompute_instance_metadata_service_disabledcompute_instance_monitoring_enableddatabase_db_encryption_enableddatabase_db_home_encryption_enableddatabase_db_system_encryption_enabledfile_storage_file_system_encryption_enabledidentity_authentication_password_policy_strong_min_length_14objectstorage_bucket_encryption_enabledobjectstorage_bucket_public_access_blockedobjectstorage_bucket_versioning_enabledvcn_default_security_group_allow_icmp_onlyvcn_network_security_group_restrict_ingress_rdp_allvcn_network_security_group_restrict_ingress_ssh_allvcn_security_list_restrict_ingress_rdp_allvcn_security_list_restrict_ingress_ssh_allvcn_subnet_public_access_blocked
Query: identity_authentication_password_policy_strong_min_length_14
Usage
steampipe query terraform_oci_compliance.query.identity_authentication_password_policy_strong_min_length_14
Plugins & Tables
SQL
select type || ' ' || name as resource, case when ( arguments -> 'password_policy' ->> 'minimum_password_length' ) is not null and ( arguments -> 'password_policy' ->> 'minimum_password_length' ) :: integer >= 14 and ( ( arguments -> 'password_policy' ->> 'is_numeric_characters_required' ) :: boolean or ( arguments -> 'password_policy' ->> 'is_special_characters_required' ) :: boolean ) then 'ok' else 'alarm' end as status, name || case when ( arguments -> 'password_policy' ->> 'minimum_password_length' ) is null then ' No password policy set' when ( arguments -> 'password_policy' ->> 'minimum_password_length' ) :: integer >= 14 and ( ( arguments -> 'password_policy' ->> 'is_numeric_characters_required' ) :: boolean or ( arguments -> 'password_policy' ->> 'is_special_characters_required' ) :: boolean ) then ' Strong password policies configured' else ' Strong password policies not configured' end || '.' reason, path || ':' || start_linefrom terraform_resourcewhere type = 'oci_identity_authentication_policy';
Controls
The query is being used by the following controls: