Oracle Cloud Infrastructure v2.33.0 published on Thursday, May 1, 2025 by Pulumi
oci.DatabaseManagement.getManagedDatabaseUserObjectPrivileges
Explore with Pulumi AI
This data source provides the list of Managed Database User Object Privileges in Oracle Cloud Infrastructure Database Management service.
Gets the list of object privileges granted to a specific user.
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as oci from "@pulumi/oci";
const testManagedDatabaseUserObjectPrivileges = oci.DatabaseManagement.getManagedDatabaseUserObjectPrivileges({
    managedDatabaseId: testManagedDatabase.id,
    userName: testUser.name,
    name: managedDatabaseUserObjectPrivilegeName,
    opcNamedCredentialId: managedDatabaseUserObjectPrivilegeOpcNamedCredentialId,
});
import pulumi
import pulumi_oci as oci
test_managed_database_user_object_privileges = oci.DatabaseManagement.get_managed_database_user_object_privileges(managed_database_id=test_managed_database["id"],
    user_name=test_user["name"],
    name=managed_database_user_object_privilege_name,
    opc_named_credential_id=managed_database_user_object_privilege_opc_named_credential_id)
package main
import (
	"github.com/pulumi/pulumi-oci/sdk/v2/go/oci/databasemanagement"
	"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)
func main() {
	pulumi.Run(func(ctx *pulumi.Context) error {
		_, err := databasemanagement.GetManagedDatabaseUserObjectPrivileges(ctx, &databasemanagement.GetManagedDatabaseUserObjectPrivilegesArgs{
			ManagedDatabaseId:    testManagedDatabase.Id,
			UserName:             testUser.Name,
			Name:                 pulumi.StringRef(managedDatabaseUserObjectPrivilegeName),
			OpcNamedCredentialId: pulumi.StringRef(managedDatabaseUserObjectPrivilegeOpcNamedCredentialId),
		}, nil)
		if err != nil {
			return err
		}
		return nil
	})
}
using System.Collections.Generic;
using System.Linq;
using Pulumi;
using Oci = Pulumi.Oci;
return await Deployment.RunAsync(() => 
{
    var testManagedDatabaseUserObjectPrivileges = Oci.DatabaseManagement.GetManagedDatabaseUserObjectPrivileges.Invoke(new()
    {
        ManagedDatabaseId = testManagedDatabase.Id,
        UserName = testUser.Name,
        Name = managedDatabaseUserObjectPrivilegeName,
        OpcNamedCredentialId = managedDatabaseUserObjectPrivilegeOpcNamedCredentialId,
    });
});
package generated_program;
import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.oci.DatabaseManagement.DatabaseManagementFunctions;
import com.pulumi.oci.DatabaseManagement.inputs.GetManagedDatabaseUserObjectPrivilegesArgs;
import java.util.List;
import java.util.ArrayList;
import java.util.Map;
import java.io.File;
import java.nio.file.Files;
import java.nio.file.Paths;
public class App {
    public static void main(String[] args) {
        Pulumi.run(App::stack);
    }
    public static void stack(Context ctx) {
        final var testManagedDatabaseUserObjectPrivileges = DatabaseManagementFunctions.getManagedDatabaseUserObjectPrivileges(GetManagedDatabaseUserObjectPrivilegesArgs.builder()
            .managedDatabaseId(testManagedDatabase.id())
            .userName(testUser.name())
            .name(managedDatabaseUserObjectPrivilegeName)
            .opcNamedCredentialId(managedDatabaseUserObjectPrivilegeOpcNamedCredentialId)
            .build());
    }
}
variables:
  testManagedDatabaseUserObjectPrivileges:
    fn::invoke:
      function: oci:DatabaseManagement:getManagedDatabaseUserObjectPrivileges
      arguments:
        managedDatabaseId: ${testManagedDatabase.id}
        userName: ${testUser.name}
        name: ${managedDatabaseUserObjectPrivilegeName}
        opcNamedCredentialId: ${managedDatabaseUserObjectPrivilegeOpcNamedCredentialId}
Using getManagedDatabaseUserObjectPrivileges
Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.
function getManagedDatabaseUserObjectPrivileges(args: GetManagedDatabaseUserObjectPrivilegesArgs, opts?: InvokeOptions): Promise<GetManagedDatabaseUserObjectPrivilegesResult>
function getManagedDatabaseUserObjectPrivilegesOutput(args: GetManagedDatabaseUserObjectPrivilegesOutputArgs, opts?: InvokeOptions): Output<GetManagedDatabaseUserObjectPrivilegesResult>def get_managed_database_user_object_privileges(filters: Optional[Sequence[GetManagedDatabaseUserObjectPrivilegesFilter]] = None,
                                                managed_database_id: Optional[str] = None,
                                                name: Optional[str] = None,
                                                opc_named_credential_id: Optional[str] = None,
                                                user_name: Optional[str] = None,
                                                opts: Optional[InvokeOptions] = None) -> GetManagedDatabaseUserObjectPrivilegesResult
def get_managed_database_user_object_privileges_output(filters: Optional[pulumi.Input[Sequence[pulumi.Input[GetManagedDatabaseUserObjectPrivilegesFilterArgs]]]] = None,
                                                managed_database_id: Optional[pulumi.Input[str]] = None,
                                                name: Optional[pulumi.Input[str]] = None,
                                                opc_named_credential_id: Optional[pulumi.Input[str]] = None,
                                                user_name: Optional[pulumi.Input[str]] = None,
                                                opts: Optional[InvokeOptions] = None) -> Output[GetManagedDatabaseUserObjectPrivilegesResult]func GetManagedDatabaseUserObjectPrivileges(ctx *Context, args *GetManagedDatabaseUserObjectPrivilegesArgs, opts ...InvokeOption) (*GetManagedDatabaseUserObjectPrivilegesResult, error)
func GetManagedDatabaseUserObjectPrivilegesOutput(ctx *Context, args *GetManagedDatabaseUserObjectPrivilegesOutputArgs, opts ...InvokeOption) GetManagedDatabaseUserObjectPrivilegesResultOutput> Note: This function is named GetManagedDatabaseUserObjectPrivileges in the Go SDK.
public static class GetManagedDatabaseUserObjectPrivileges 
{
    public static Task<GetManagedDatabaseUserObjectPrivilegesResult> InvokeAsync(GetManagedDatabaseUserObjectPrivilegesArgs args, InvokeOptions? opts = null)
    public static Output<GetManagedDatabaseUserObjectPrivilegesResult> Invoke(GetManagedDatabaseUserObjectPrivilegesInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetManagedDatabaseUserObjectPrivilegesResult> getManagedDatabaseUserObjectPrivileges(GetManagedDatabaseUserObjectPrivilegesArgs args, InvokeOptions options)
public static Output<GetManagedDatabaseUserObjectPrivilegesResult> getManagedDatabaseUserObjectPrivileges(GetManagedDatabaseUserObjectPrivilegesArgs args, InvokeOptions options)
fn::invoke:
  function: oci:DatabaseManagement/getManagedDatabaseUserObjectPrivileges:getManagedDatabaseUserObjectPrivileges
  arguments:
    # arguments dictionaryThe following arguments are supported:
- ManagedDatabase stringId 
- The OCID of the Managed Database.
- UserName string
- The name of the user whose details are to be viewed.
- Filters
List<GetManaged Database User Object Privileges Filter> 
- Name string
- A filter to return only resources that match the entire name.
- OpcNamed stringCredential Id 
- The OCID of the Named Credential.
- ManagedDatabase stringId 
- The OCID of the Managed Database.
- UserName string
- The name of the user whose details are to be viewed.
- Filters
[]GetManaged Database User Object Privileges Filter 
- Name string
- A filter to return only resources that match the entire name.
- OpcNamed stringCredential Id 
- The OCID of the Named Credential.
- managedDatabase StringId 
- The OCID of the Managed Database.
- userName String
- The name of the user whose details are to be viewed.
- filters
List<GetManaged Database User Object Privileges Filter> 
- name String
- A filter to return only resources that match the entire name.
- opcNamed StringCredential Id 
- The OCID of the Named Credential.
- managedDatabase stringId 
- The OCID of the Managed Database.
- userName string
- The name of the user whose details are to be viewed.
- filters
GetManaged Database User Object Privileges Filter[] 
- name string
- A filter to return only resources that match the entire name.
- opcNamed stringCredential Id 
- The OCID of the Named Credential.
- managed_database_ strid 
- The OCID of the Managed Database.
- user_name str
- The name of the user whose details are to be viewed.
- filters
Sequence[GetManaged Database User Object Privileges Filter] 
- name str
- A filter to return only resources that match the entire name.
- opc_named_ strcredential_ id 
- The OCID of the Named Credential.
- managedDatabase StringId 
- The OCID of the Managed Database.
- userName String
- The name of the user whose details are to be viewed.
- filters List<Property Map>
- name String
- A filter to return only resources that match the entire name.
- opcNamed StringCredential Id 
- The OCID of the Named Credential.
getManagedDatabaseUserObjectPrivileges Result
The following output properties are available:
- Id string
- The provider-assigned unique ID for this managed resource.
- ManagedDatabase stringId 
- ObjectPrivilege List<GetCollections Managed Database User Object Privileges Object Privilege Collection> 
- The list of object_privilege_collection.
- UserName string
- Filters
List<GetManaged Database User Object Privileges Filter> 
- Name string
- The name of the privilege on the object.
- OpcNamed stringCredential Id 
- Id string
- The provider-assigned unique ID for this managed resource.
- ManagedDatabase stringId 
- ObjectPrivilege []GetCollections Managed Database User Object Privileges Object Privilege Collection 
- The list of object_privilege_collection.
- UserName string
- Filters
[]GetManaged Database User Object Privileges Filter 
- Name string
- The name of the privilege on the object.
- OpcNamed stringCredential Id 
- id String
- The provider-assigned unique ID for this managed resource.
- managedDatabase StringId 
- objectPrivilege List<GetCollections Managed Database User Object Privileges Object Privilege Collection> 
- The list of object_privilege_collection.
- userName String
- filters
List<GetManaged Database User Object Privileges Filter> 
- name String
- The name of the privilege on the object.
- opcNamed StringCredential Id 
- id string
- The provider-assigned unique ID for this managed resource.
- managedDatabase stringId 
- objectPrivilege GetCollections Managed Database User Object Privileges Object Privilege Collection[] 
- The list of object_privilege_collection.
- userName string
- filters
GetManaged Database User Object Privileges Filter[] 
- name string
- The name of the privilege on the object.
- opcNamed stringCredential Id 
- id str
- The provider-assigned unique ID for this managed resource.
- managed_database_ strid 
- object_privilege_ Sequence[Getcollections Managed Database User Object Privileges Object Privilege Collection] 
- The list of object_privilege_collection.
- user_name str
- filters
Sequence[GetManaged Database User Object Privileges Filter] 
- name str
- The name of the privilege on the object.
- opc_named_ strcredential_ id 
- id String
- The provider-assigned unique ID for this managed resource.
- managedDatabase StringId 
- objectPrivilege List<Property Map>Collections 
- The list of object_privilege_collection.
- userName String
- filters List<Property Map>
- name String
- The name of the privilege on the object.
- opcNamed StringCredential Id 
Supporting Types
GetManagedDatabaseUserObjectPrivilegesFilter      
GetManagedDatabaseUserObjectPrivilegesObjectPrivilegeCollection        
- Items
List<GetManaged Database User Object Privileges Object Privilege Collection Item> 
- An array of object privileges.
- Items
[]GetManaged Database User Object Privileges Object Privilege Collection Item 
- An array of object privileges.
- items
List<GetManaged Database User Object Privileges Object Privilege Collection Item> 
- An array of object privileges.
- items
GetManaged Database User Object Privileges Object Privilege Collection Item[] 
- An array of object privileges.
- items
Sequence[GetManaged Database User Object Privileges Object Privilege Collection Item] 
- An array of object privileges.
- items List<Property Map>
- An array of object privileges.
GetManagedDatabaseUserObjectPrivilegesObjectPrivilegeCollectionItem         
- Common string
- Indicates how the object privilege was granted. Possible values: YES if the role is granted commonly (CONTAINER=ALL is used) NO if the role is granted locally (CONTAINER=ALL is not used)
- GrantOption string
- Indicates whether the privilege is granted with the GRANT OPTION (YES) or not (NO).
- Grantor string
- The name of the user who granted the object privilege.
- Hierarchy string
- Indicates whether the privilege is granted with the HIERARCHY OPTION (YES) or not (NO).
- Inherited string
- Indicates whether the granted privilege is inherited from another container (YES) or not (NO).
- Name string
- A filter to return only resources that match the entire name.
- Object string
- The name of the object. The object can be any object, including tables, packages, indexes, sequences, and so on.
- Owner string
- The owner of the object.
- SchemaType string
- The type of object.
- Common string
- Indicates how the object privilege was granted. Possible values: YES if the role is granted commonly (CONTAINER=ALL is used) NO if the role is granted locally (CONTAINER=ALL is not used)
- GrantOption string
- Indicates whether the privilege is granted with the GRANT OPTION (YES) or not (NO).
- Grantor string
- The name of the user who granted the object privilege.
- Hierarchy string
- Indicates whether the privilege is granted with the HIERARCHY OPTION (YES) or not (NO).
- Inherited string
- Indicates whether the granted privilege is inherited from another container (YES) or not (NO).
- Name string
- A filter to return only resources that match the entire name.
- Object string
- The name of the object. The object can be any object, including tables, packages, indexes, sequences, and so on.
- Owner string
- The owner of the object.
- SchemaType string
- The type of object.
- common String
- Indicates how the object privilege was granted. Possible values: YES if the role is granted commonly (CONTAINER=ALL is used) NO if the role is granted locally (CONTAINER=ALL is not used)
- grantOption String
- Indicates whether the privilege is granted with the GRANT OPTION (YES) or not (NO).
- grantor String
- The name of the user who granted the object privilege.
- hierarchy String
- Indicates whether the privilege is granted with the HIERARCHY OPTION (YES) or not (NO).
- inherited String
- Indicates whether the granted privilege is inherited from another container (YES) or not (NO).
- name String
- A filter to return only resources that match the entire name.
- object String
- The name of the object. The object can be any object, including tables, packages, indexes, sequences, and so on.
- owner String
- The owner of the object.
- schemaType String
- The type of object.
- common string
- Indicates how the object privilege was granted. Possible values: YES if the role is granted commonly (CONTAINER=ALL is used) NO if the role is granted locally (CONTAINER=ALL is not used)
- grantOption string
- Indicates whether the privilege is granted with the GRANT OPTION (YES) or not (NO).
- grantor string
- The name of the user who granted the object privilege.
- hierarchy string
- Indicates whether the privilege is granted with the HIERARCHY OPTION (YES) or not (NO).
- inherited string
- Indicates whether the granted privilege is inherited from another container (YES) or not (NO).
- name string
- A filter to return only resources that match the entire name.
- object string
- The name of the object. The object can be any object, including tables, packages, indexes, sequences, and so on.
- owner string
- The owner of the object.
- schemaType string
- The type of object.
- common str
- Indicates how the object privilege was granted. Possible values: YES if the role is granted commonly (CONTAINER=ALL is used) NO if the role is granted locally (CONTAINER=ALL is not used)
- grant_option str
- Indicates whether the privilege is granted with the GRANT OPTION (YES) or not (NO).
- grantor str
- The name of the user who granted the object privilege.
- hierarchy str
- Indicates whether the privilege is granted with the HIERARCHY OPTION (YES) or not (NO).
- inherited str
- Indicates whether the granted privilege is inherited from another container (YES) or not (NO).
- name str
- A filter to return only resources that match the entire name.
- object str
- The name of the object. The object can be any object, including tables, packages, indexes, sequences, and so on.
- owner str
- The owner of the object.
- schema_type str
- The type of object.
- common String
- Indicates how the object privilege was granted. Possible values: YES if the role is granted commonly (CONTAINER=ALL is used) NO if the role is granted locally (CONTAINER=ALL is not used)
- grantOption String
- Indicates whether the privilege is granted with the GRANT OPTION (YES) or not (NO).
- grantor String
- The name of the user who granted the object privilege.
- hierarchy String
- Indicates whether the privilege is granted with the HIERARCHY OPTION (YES) or not (NO).
- inherited String
- Indicates whether the granted privilege is inherited from another container (YES) or not (NO).
- name String
- A filter to return only resources that match the entire name.
- object String
- The name of the object. The object can be any object, including tables, packages, indexes, sequences, and so on.
- owner String
- The owner of the object.
- schemaType String
- The type of object.
Package Details
- Repository
- oci pulumi/pulumi-oci
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the ociTerraform Provider.