oci_database_autonomous_database_saas_admin_user

This resource creates and enables the Autonomous Database administrative user account in Oracle Cloud Infrastructure Database service.

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
	password = var.autonomous_database_saas_admin_user_password

	#Optional
	access_type = var.autonomous_database_saas_admin_user_access_type
	duration = var.autonomous_database_saas_admin_user_duration
}

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

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.