alicloud_ram_security_preference

Provides a RAM Security Preference resource.

For information about RAM Security Preference and how to use it, see What is Security Preference.

Example Usage

Basic Usage

resource "alicloud_ram_security_preference" "example" {
  enable_save_mfa_ticket        = false
  allow_user_to_change_password = true
}

Argument Reference

The following arguments are supported:

Attributes Reference

The following attributes are exported:

Import

RAM Security Preference can be imported using the id, e.g.

$ terraform import alicloud_ram_security_preference.example <id>