Data Source: oci_data_safe_user_assessment_users

This data source provides the list of User Assessment Users in Oracle Cloud Infrastructure Data Safe service.

Gets a list of users of the specified user assessment. The result contains the database user details for each user, such as user type, account status, last login time, user creation time, authentication type, user profile, and the date and time of the latest password change. It also contains the user category derived from these user details as well as privileges granted to each user.

Example Usage

data "oci_data_safe_user_assessment_users" "test_user_assessment_users" {
    #Required
    user_assessment_id = oci_data_safe_user_assessment.test_user_assessment.id

    #Optional
    access_level = var.user_assessment_user_access_level
    account_status = var.user_assessment_user_account_status
    are_all_schemas_accessible = var.user_assessment_user_are_all_schemas_accessible
    authentication_type = var.user_assessment_user_authentication_type
    compartment_id_in_subtree = var.user_assessment_user_compartment_id_in_subtree
    schema_list = var.user_assessment_user_schema_list
    target_id = oci_cloud_guard_target.test_target.id
    time_last_login_greater_than_or_equal_to = var.user_assessment_user_time_last_login_greater_than_or_equal_to
    time_last_login_less_than = var.user_assessment_user_time_last_login_less_than
    time_password_last_changed_greater_than_or_equal_to = var.user_assessment_user_time_password_last_changed_greater_than_or_equal_to
    time_password_last_changed_less_than = var.user_assessment_user_time_password_last_changed_less_than
    time_user_created_greater_than_or_equal_to = var.user_assessment_user_time_user_created_greater_than_or_equal_to
    time_user_created_less_than = var.user_assessment_user_time_user_created_less_than
    user_category = var.user_assessment_user_user_category
    user_key = var.user_assessment_user_user_key
    user_name = oci_identity_user.test_user.name
    user_profile = var.user_assessment_user_user_profile
    user_role = var.user_assessment_user_user_role
    user_type = var.user_assessment_user_user_type
}

Argument Reference

The following arguments are supported:

Attributes Reference

The following attributes are exported:

UserAssessmentUser Reference

The following attributes are exported: