oci_database_autonomous_database_saas_admin_user

This resource provides the Autonomous Database Saas Admin User resource in Oracle Cloud Infrastructure Database service.

This operation updates SaaS administrative user configuration of the Autonomous Database.

Example Usage

resource "oci_database_autonomous_database_saas_admin_user" "test_autonomous_database_saas_admin_user" {
	#Required
	autonomous_database_id = oci_database_autonomous_database.test_autonomous_database.id

	#Optional
	access_type = var.autonomous_database_saas_admin_user_access_type
	duration = var.autonomous_database_saas_admin_user_duration
	is_enabled = var.autonomous_database_saas_admin_user_is_enabled
	password = var.autonomous_database_saas_admin_user_password
	secret_id = oci_vault_secret.test_secret.id
	secret_version_number = var.autonomous_database_saas_admin_user_secret_version_number
	time_saas_admin_user_enabled = var.autonomous_database_saas_admin_user_time_saas_admin_user_enabled
}

Argument Reference

The following arguments are supported:

** IMPORTANT ** Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values

Attributes Reference

The following attributes are exported:

Timeouts

The timeouts block allows you to specify timeouts for certain operations: * create - (Defaults to 20 minutes), when creating the Autonomous Database Saas Admin User * update - (Defaults to 20 minutes), when updating the Autonomous Database Saas Admin User * delete - (Defaults to 20 minutes), when destroying the Autonomous Database Saas Admin User

Import

Import is not supported for this resource.