Data Source: oci_data_safe_security_policy_report_role_grant_paths

This data source provides the list of Security Policy Report Role Grant Paths in Oracle Cloud Infrastructure Data Safe service.

Retrieves a list of all role grant paths for a particular user.

The ListRoleGrantPaths operation returns only the role grant paths for the specified security policy report.

Example Usage

data "oci_data_safe_security_policy_report_role_grant_paths" "test_security_policy_report_role_grant_paths" {
    #Required
    granted_role = var.security_policy_report_role_grant_path_granted_role
    grantee = var.security_policy_report_role_grant_path_grantee
    security_policy_report_id = oci_data_safe_security_policy_report.test_security_policy_report.id
}

Argument Reference

The following arguments are supported:

Attributes Reference

The following attributes are exported:

SecurityPolicyReportRoleGrantPath Reference

The following attributes are exported: