1. Packages
  2. Oracle Cloud Infrastructure
  3. API Docs
  4. DataSafe
  5. UnifiedAuditPolicyDefinition
Oracle Cloud Infrastructure v3.7.0 published on Saturday, Sep 13, 2025 by Pulumi

oci.DataSafe.UnifiedAuditPolicyDefinition

Explore with Pulumi AI

oci logo
Oracle Cloud Infrastructure v3.7.0 published on Saturday, Sep 13, 2025 by Pulumi

    This resource provides the Unified Audit Policy Definition resource in Oracle Cloud Infrastructure Data Safe service.

    Updates the unified audit policy definition.

    Create UnifiedAuditPolicyDefinition Resource

    Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.

    Constructor syntax

    new UnifiedAuditPolicyDefinition(name: string, args: UnifiedAuditPolicyDefinitionArgs, opts?: CustomResourceOptions);
    @overload
    def UnifiedAuditPolicyDefinition(resource_name: str,
                                     args: UnifiedAuditPolicyDefinitionArgs,
                                     opts: Optional[ResourceOptions] = None)
    
    @overload
    def UnifiedAuditPolicyDefinition(resource_name: str,
                                     opts: Optional[ResourceOptions] = None,
                                     unified_audit_policy_definition_id: Optional[str] = None,
                                     compartment_id: Optional[str] = None,
                                     defined_tags: Optional[Mapping[str, str]] = None,
                                     description: Optional[str] = None,
                                     display_name: Optional[str] = None,
                                     freeform_tags: Optional[Mapping[str, str]] = None)
    func NewUnifiedAuditPolicyDefinition(ctx *Context, name string, args UnifiedAuditPolicyDefinitionArgs, opts ...ResourceOption) (*UnifiedAuditPolicyDefinition, error)
    public UnifiedAuditPolicyDefinition(string name, UnifiedAuditPolicyDefinitionArgs args, CustomResourceOptions? opts = null)
    public UnifiedAuditPolicyDefinition(String name, UnifiedAuditPolicyDefinitionArgs args)
    public UnifiedAuditPolicyDefinition(String name, UnifiedAuditPolicyDefinitionArgs args, CustomResourceOptions options)
    
    type: oci:DataSafe:UnifiedAuditPolicyDefinition
    properties: # The arguments to resource properties.
    options: # Bag of options to control resource's behavior.
    
    

    Parameters

    name string
    The unique name of the resource.
    args UnifiedAuditPolicyDefinitionArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    resource_name str
    The unique name of the resource.
    args UnifiedAuditPolicyDefinitionArgs
    The arguments to resource properties.
    opts ResourceOptions
    Bag of options to control resource's behavior.
    ctx Context
    Context object for the current deployment.
    name string
    The unique name of the resource.
    args UnifiedAuditPolicyDefinitionArgs
    The arguments to resource properties.
    opts ResourceOption
    Bag of options to control resource's behavior.
    name string
    The unique name of the resource.
    args UnifiedAuditPolicyDefinitionArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    name String
    The unique name of the resource.
    args UnifiedAuditPolicyDefinitionArgs
    The arguments to resource properties.
    options CustomResourceOptions
    Bag of options to control resource's behavior.

    Constructor example

    The following reference example uses placeholder values for all input properties.

    var unifiedAuditPolicyDefinitionResource = new Oci.DataSafe.UnifiedAuditPolicyDefinition("unifiedAuditPolicyDefinitionResource", new()
    {
        UnifiedAuditPolicyDefinitionId = "string",
        CompartmentId = "string",
        DefinedTags = 
        {
            { "string", "string" },
        },
        Description = "string",
        DisplayName = "string",
        FreeformTags = 
        {
            { "string", "string" },
        },
    });
    
    example, err := datasafe.NewUnifiedAuditPolicyDefinition(ctx, "unifiedAuditPolicyDefinitionResource", &datasafe.UnifiedAuditPolicyDefinitionArgs{
    	UnifiedAuditPolicyDefinitionId: pulumi.String("string"),
    	CompartmentId:                  pulumi.String("string"),
    	DefinedTags: pulumi.StringMap{
    		"string": pulumi.String("string"),
    	},
    	Description: pulumi.String("string"),
    	DisplayName: pulumi.String("string"),
    	FreeformTags: pulumi.StringMap{
    		"string": pulumi.String("string"),
    	},
    })
    
    var unifiedAuditPolicyDefinitionResource = new UnifiedAuditPolicyDefinition("unifiedAuditPolicyDefinitionResource", UnifiedAuditPolicyDefinitionArgs.builder()
        .unifiedAuditPolicyDefinitionId("string")
        .compartmentId("string")
        .definedTags(Map.of("string", "string"))
        .description("string")
        .displayName("string")
        .freeformTags(Map.of("string", "string"))
        .build());
    
    unified_audit_policy_definition_resource = oci.datasafe.UnifiedAuditPolicyDefinition("unifiedAuditPolicyDefinitionResource",
        unified_audit_policy_definition_id="string",
        compartment_id="string",
        defined_tags={
            "string": "string",
        },
        description="string",
        display_name="string",
        freeform_tags={
            "string": "string",
        })
    
    const unifiedAuditPolicyDefinitionResource = new oci.datasafe.UnifiedAuditPolicyDefinition("unifiedAuditPolicyDefinitionResource", {
        unifiedAuditPolicyDefinitionId: "string",
        compartmentId: "string",
        definedTags: {
            string: "string",
        },
        description: "string",
        displayName: "string",
        freeformTags: {
            string: "string",
        },
    });
    
    type: oci:DataSafe:UnifiedAuditPolicyDefinition
    properties:
        compartmentId: string
        definedTags:
            string: string
        description: string
        displayName: string
        freeformTags:
            string: string
        unifiedAuditPolicyDefinitionId: string
    

    UnifiedAuditPolicyDefinition Resource Properties

    To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.

    Inputs

    In Python, inputs that are objects can be passed either as argument classes or as dictionary literals.

    The UnifiedAuditPolicyDefinition resource accepts the following input properties:

    UnifiedAuditPolicyDefinitionId string

    The OCID of the unified audit policy definition resource.

    ** 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

    CompartmentId string
    (Updatable) The OCID of the compartment containing the unified audit policy definition.
    DefinedTags Dictionary<string, string>
    (Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags Example: {"Operations.CostCenter": "42"}
    Description string
    (Updatable) The description of the audit policy.
    DisplayName string
    (Updatable) The display name of the audit policy. The name does not have to be unique, and it is changeable.
    FreeformTags Dictionary<string, string>
    (Updatable) Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags Example: {"Department": "Finance"}
    UnifiedAuditPolicyDefinitionId string

    The OCID of the unified audit policy definition resource.

    ** 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

    CompartmentId string
    (Updatable) The OCID of the compartment containing the unified audit policy definition.
    DefinedTags map[string]string
    (Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags Example: {"Operations.CostCenter": "42"}
    Description string
    (Updatable) The description of the audit policy.
    DisplayName string
    (Updatable) The display name of the audit policy. The name does not have to be unique, and it is changeable.
    FreeformTags map[string]string
    (Updatable) Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags Example: {"Department": "Finance"}
    unifiedAuditPolicyDefinitionId String

    The OCID of the unified audit policy definition resource.

    ** 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

    compartmentId String
    (Updatable) The OCID of the compartment containing the unified audit policy definition.
    definedTags Map<String,String>
    (Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags Example: {"Operations.CostCenter": "42"}
    description String
    (Updatable) The description of the audit policy.
    displayName String
    (Updatable) The display name of the audit policy. The name does not have to be unique, and it is changeable.
    freeformTags Map<String,String>
    (Updatable) Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags Example: {"Department": "Finance"}
    unifiedAuditPolicyDefinitionId string

    The OCID of the unified audit policy definition resource.

    ** 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

    compartmentId string
    (Updatable) The OCID of the compartment containing the unified audit policy definition.
    definedTags {[key: string]: string}
    (Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags Example: {"Operations.CostCenter": "42"}
    description string
    (Updatable) The description of the audit policy.
    displayName string
    (Updatable) The display name of the audit policy. The name does not have to be unique, and it is changeable.
    freeformTags {[key: string]: string}
    (Updatable) Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags Example: {"Department": "Finance"}
    unified_audit_policy_definition_id str

    The OCID of the unified audit policy definition resource.

    ** 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

    compartment_id str
    (Updatable) The OCID of the compartment containing the unified audit policy definition.
    defined_tags Mapping[str, str]
    (Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags Example: {"Operations.CostCenter": "42"}
    description str
    (Updatable) The description of the audit policy.
    display_name str
    (Updatable) The display name of the audit policy. The name does not have to be unique, and it is changeable.
    freeform_tags Mapping[str, str]
    (Updatable) Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags Example: {"Department": "Finance"}
    unifiedAuditPolicyDefinitionId String

    The OCID of the unified audit policy definition resource.

    ** 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

    compartmentId String
    (Updatable) The OCID of the compartment containing the unified audit policy definition.
    definedTags Map<String>
    (Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags Example: {"Operations.CostCenter": "42"}
    description String
    (Updatable) The description of the audit policy.
    displayName String
    (Updatable) The display name of the audit policy. The name does not have to be unique, and it is changeable.
    freeformTags Map<String>
    (Updatable) Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags Example: {"Department": "Finance"}

    Outputs

    All input properties are implicitly available as output properties. Additionally, the UnifiedAuditPolicyDefinition resource produces the following output properties:

    AuditPolicyCategory string
    The category to which the unified audit policy belongs in the target database.
    Id string
    The provider-assigned unique ID for this managed resource.
    IsSeeded bool
    Signifies whether the unified audit policy definition is seeded or not.
    LifecycleDetails string
    Details about the current state of the unified audit policy definition.
    PolicyDefinitionStatement string
    The definition of the unified audit policy to be provisioned in the target database.
    PolicyName string
    The unified audit policy name in the target database.
    State string
    The current state of the unified audit policy definition.
    SystemTags Dictionary<string, string>
    System tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example: {"orcl-cloud.free-tier-retained": "true"}
    TimeCreated string
    The time the unified audit policy was created, in the format defined by RFC3339.
    TimeUpdated string
    The last date and time the unified audit policy was updated, in the format defined by RFC3339.
    AuditPolicyCategory string
    The category to which the unified audit policy belongs in the target database.
    Id string
    The provider-assigned unique ID for this managed resource.
    IsSeeded bool
    Signifies whether the unified audit policy definition is seeded or not.
    LifecycleDetails string
    Details about the current state of the unified audit policy definition.
    PolicyDefinitionStatement string
    The definition of the unified audit policy to be provisioned in the target database.
    PolicyName string
    The unified audit policy name in the target database.
    State string
    The current state of the unified audit policy definition.
    SystemTags map[string]string
    System tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example: {"orcl-cloud.free-tier-retained": "true"}
    TimeCreated string
    The time the unified audit policy was created, in the format defined by RFC3339.
    TimeUpdated string
    The last date and time the unified audit policy was updated, in the format defined by RFC3339.
    auditPolicyCategory String
    The category to which the unified audit policy belongs in the target database.
    id String
    The provider-assigned unique ID for this managed resource.
    isSeeded Boolean
    Signifies whether the unified audit policy definition is seeded or not.
    lifecycleDetails String
    Details about the current state of the unified audit policy definition.
    policyDefinitionStatement String
    The definition of the unified audit policy to be provisioned in the target database.
    policyName String
    The unified audit policy name in the target database.
    state String
    The current state of the unified audit policy definition.
    systemTags Map<String,String>
    System tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example: {"orcl-cloud.free-tier-retained": "true"}
    timeCreated String
    The time the unified audit policy was created, in the format defined by RFC3339.
    timeUpdated String
    The last date and time the unified audit policy was updated, in the format defined by RFC3339.
    auditPolicyCategory string
    The category to which the unified audit policy belongs in the target database.
    id string
    The provider-assigned unique ID for this managed resource.
    isSeeded boolean
    Signifies whether the unified audit policy definition is seeded or not.
    lifecycleDetails string
    Details about the current state of the unified audit policy definition.
    policyDefinitionStatement string
    The definition of the unified audit policy to be provisioned in the target database.
    policyName string
    The unified audit policy name in the target database.
    state string
    The current state of the unified audit policy definition.
    systemTags {[key: string]: string}
    System tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example: {"orcl-cloud.free-tier-retained": "true"}
    timeCreated string
    The time the unified audit policy was created, in the format defined by RFC3339.
    timeUpdated string
    The last date and time the unified audit policy was updated, in the format defined by RFC3339.
    audit_policy_category str
    The category to which the unified audit policy belongs in the target database.
    id str
    The provider-assigned unique ID for this managed resource.
    is_seeded bool
    Signifies whether the unified audit policy definition is seeded or not.
    lifecycle_details str
    Details about the current state of the unified audit policy definition.
    policy_definition_statement str
    The definition of the unified audit policy to be provisioned in the target database.
    policy_name str
    The unified audit policy name in the target database.
    state str
    The current state of the unified audit policy definition.
    system_tags Mapping[str, str]
    System tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example: {"orcl-cloud.free-tier-retained": "true"}
    time_created str
    The time the unified audit policy was created, in the format defined by RFC3339.
    time_updated str
    The last date and time the unified audit policy was updated, in the format defined by RFC3339.
    auditPolicyCategory String
    The category to which the unified audit policy belongs in the target database.
    id String
    The provider-assigned unique ID for this managed resource.
    isSeeded Boolean
    Signifies whether the unified audit policy definition is seeded or not.
    lifecycleDetails String
    Details about the current state of the unified audit policy definition.
    policyDefinitionStatement String
    The definition of the unified audit policy to be provisioned in the target database.
    policyName String
    The unified audit policy name in the target database.
    state String
    The current state of the unified audit policy definition.
    systemTags Map<String>
    System tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example: {"orcl-cloud.free-tier-retained": "true"}
    timeCreated String
    The time the unified audit policy was created, in the format defined by RFC3339.
    timeUpdated String
    The last date and time the unified audit policy was updated, in the format defined by RFC3339.

    Look up Existing UnifiedAuditPolicyDefinition Resource

    Get an existing UnifiedAuditPolicyDefinition resource’s state with the given name, ID, and optional extra properties used to qualify the lookup.

    public static get(name: string, id: Input<ID>, state?: UnifiedAuditPolicyDefinitionState, opts?: CustomResourceOptions): UnifiedAuditPolicyDefinition
    @staticmethod
    def get(resource_name: str,
            id: str,
            opts: Optional[ResourceOptions] = None,
            audit_policy_category: Optional[str] = None,
            compartment_id: Optional[str] = None,
            defined_tags: Optional[Mapping[str, str]] = None,
            description: Optional[str] = None,
            display_name: Optional[str] = None,
            freeform_tags: Optional[Mapping[str, str]] = None,
            is_seeded: Optional[bool] = None,
            lifecycle_details: Optional[str] = None,
            policy_definition_statement: Optional[str] = None,
            policy_name: Optional[str] = None,
            state: Optional[str] = None,
            system_tags: Optional[Mapping[str, str]] = None,
            time_created: Optional[str] = None,
            time_updated: Optional[str] = None,
            unified_audit_policy_definition_id: Optional[str] = None) -> UnifiedAuditPolicyDefinition
    func GetUnifiedAuditPolicyDefinition(ctx *Context, name string, id IDInput, state *UnifiedAuditPolicyDefinitionState, opts ...ResourceOption) (*UnifiedAuditPolicyDefinition, error)
    public static UnifiedAuditPolicyDefinition Get(string name, Input<string> id, UnifiedAuditPolicyDefinitionState? state, CustomResourceOptions? opts = null)
    public static UnifiedAuditPolicyDefinition get(String name, Output<String> id, UnifiedAuditPolicyDefinitionState state, CustomResourceOptions options)
    resources:  _:    type: oci:DataSafe:UnifiedAuditPolicyDefinition    get:      id: ${id}
    name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    state
    Any extra arguments used during the lookup.
    opts
    A bag of options that control this resource's behavior.
    resource_name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    state
    Any extra arguments used during the lookup.
    opts
    A bag of options that control this resource's behavior.
    name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    state
    Any extra arguments used during the lookup.
    opts
    A bag of options that control this resource's behavior.
    name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    state
    Any extra arguments used during the lookup.
    opts
    A bag of options that control this resource's behavior.
    The following state arguments are supported:
    AuditPolicyCategory string
    The category to which the unified audit policy belongs in the target database.
    CompartmentId string
    (Updatable) The OCID of the compartment containing the unified audit policy definition.
    DefinedTags Dictionary<string, string>
    (Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags Example: {"Operations.CostCenter": "42"}
    Description string
    (Updatable) The description of the audit policy.
    DisplayName string
    (Updatable) The display name of the audit policy. The name does not have to be unique, and it is changeable.
    FreeformTags Dictionary<string, string>
    (Updatable) Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags Example: {"Department": "Finance"}
    IsSeeded bool
    Signifies whether the unified audit policy definition is seeded or not.
    LifecycleDetails string
    Details about the current state of the unified audit policy definition.
    PolicyDefinitionStatement string
    The definition of the unified audit policy to be provisioned in the target database.
    PolicyName string
    The unified audit policy name in the target database.
    State string
    The current state of the unified audit policy definition.
    SystemTags Dictionary<string, string>
    System tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example: {"orcl-cloud.free-tier-retained": "true"}
    TimeCreated string
    The time the unified audit policy was created, in the format defined by RFC3339.
    TimeUpdated string
    The last date and time the unified audit policy was updated, in the format defined by RFC3339.
    UnifiedAuditPolicyDefinitionId string

    The OCID of the unified audit policy definition resource.

    ** 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

    AuditPolicyCategory string
    The category to which the unified audit policy belongs in the target database.
    CompartmentId string
    (Updatable) The OCID of the compartment containing the unified audit policy definition.
    DefinedTags map[string]string
    (Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags Example: {"Operations.CostCenter": "42"}
    Description string
    (Updatable) The description of the audit policy.
    DisplayName string
    (Updatable) The display name of the audit policy. The name does not have to be unique, and it is changeable.
    FreeformTags map[string]string
    (Updatable) Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags Example: {"Department": "Finance"}
    IsSeeded bool
    Signifies whether the unified audit policy definition is seeded or not.
    LifecycleDetails string
    Details about the current state of the unified audit policy definition.
    PolicyDefinitionStatement string
    The definition of the unified audit policy to be provisioned in the target database.
    PolicyName string
    The unified audit policy name in the target database.
    State string
    The current state of the unified audit policy definition.
    SystemTags map[string]string
    System tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example: {"orcl-cloud.free-tier-retained": "true"}
    TimeCreated string
    The time the unified audit policy was created, in the format defined by RFC3339.
    TimeUpdated string
    The last date and time the unified audit policy was updated, in the format defined by RFC3339.
    UnifiedAuditPolicyDefinitionId string

    The OCID of the unified audit policy definition resource.

    ** 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

    auditPolicyCategory String
    The category to which the unified audit policy belongs in the target database.
    compartmentId String
    (Updatable) The OCID of the compartment containing the unified audit policy definition.
    definedTags Map<String,String>
    (Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags Example: {"Operations.CostCenter": "42"}
    description String
    (Updatable) The description of the audit policy.
    displayName String
    (Updatable) The display name of the audit policy. The name does not have to be unique, and it is changeable.
    freeformTags Map<String,String>
    (Updatable) Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags Example: {"Department": "Finance"}
    isSeeded Boolean
    Signifies whether the unified audit policy definition is seeded or not.
    lifecycleDetails String
    Details about the current state of the unified audit policy definition.
    policyDefinitionStatement String
    The definition of the unified audit policy to be provisioned in the target database.
    policyName String
    The unified audit policy name in the target database.
    state String
    The current state of the unified audit policy definition.
    systemTags Map<String,String>
    System tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example: {"orcl-cloud.free-tier-retained": "true"}
    timeCreated String
    The time the unified audit policy was created, in the format defined by RFC3339.
    timeUpdated String
    The last date and time the unified audit policy was updated, in the format defined by RFC3339.
    unifiedAuditPolicyDefinitionId String

    The OCID of the unified audit policy definition resource.

    ** 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

    auditPolicyCategory string
    The category to which the unified audit policy belongs in the target database.
    compartmentId string
    (Updatable) The OCID of the compartment containing the unified audit policy definition.
    definedTags {[key: string]: string}
    (Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags Example: {"Operations.CostCenter": "42"}
    description string
    (Updatable) The description of the audit policy.
    displayName string
    (Updatable) The display name of the audit policy. The name does not have to be unique, and it is changeable.
    freeformTags {[key: string]: string}
    (Updatable) Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags Example: {"Department": "Finance"}
    isSeeded boolean
    Signifies whether the unified audit policy definition is seeded or not.
    lifecycleDetails string
    Details about the current state of the unified audit policy definition.
    policyDefinitionStatement string
    The definition of the unified audit policy to be provisioned in the target database.
    policyName string
    The unified audit policy name in the target database.
    state string
    The current state of the unified audit policy definition.
    systemTags {[key: string]: string}
    System tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example: {"orcl-cloud.free-tier-retained": "true"}
    timeCreated string
    The time the unified audit policy was created, in the format defined by RFC3339.
    timeUpdated string
    The last date and time the unified audit policy was updated, in the format defined by RFC3339.
    unifiedAuditPolicyDefinitionId string

    The OCID of the unified audit policy definition resource.

    ** 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

    audit_policy_category str
    The category to which the unified audit policy belongs in the target database.
    compartment_id str
    (Updatable) The OCID of the compartment containing the unified audit policy definition.
    defined_tags Mapping[str, str]
    (Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags Example: {"Operations.CostCenter": "42"}
    description str
    (Updatable) The description of the audit policy.
    display_name str
    (Updatable) The display name of the audit policy. The name does not have to be unique, and it is changeable.
    freeform_tags Mapping[str, str]
    (Updatable) Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags Example: {"Department": "Finance"}
    is_seeded bool
    Signifies whether the unified audit policy definition is seeded or not.
    lifecycle_details str
    Details about the current state of the unified audit policy definition.
    policy_definition_statement str
    The definition of the unified audit policy to be provisioned in the target database.
    policy_name str
    The unified audit policy name in the target database.
    state str
    The current state of the unified audit policy definition.
    system_tags Mapping[str, str]
    System tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example: {"orcl-cloud.free-tier-retained": "true"}
    time_created str
    The time the unified audit policy was created, in the format defined by RFC3339.
    time_updated str
    The last date and time the unified audit policy was updated, in the format defined by RFC3339.
    unified_audit_policy_definition_id str

    The OCID of the unified audit policy definition resource.

    ** 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

    auditPolicyCategory String
    The category to which the unified audit policy belongs in the target database.
    compartmentId String
    (Updatable) The OCID of the compartment containing the unified audit policy definition.
    definedTags Map<String>
    (Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags Example: {"Operations.CostCenter": "42"}
    description String
    (Updatable) The description of the audit policy.
    displayName String
    (Updatable) The display name of the audit policy. The name does not have to be unique, and it is changeable.
    freeformTags Map<String>
    (Updatable) Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags Example: {"Department": "Finance"}
    isSeeded Boolean
    Signifies whether the unified audit policy definition is seeded or not.
    lifecycleDetails String
    Details about the current state of the unified audit policy definition.
    policyDefinitionStatement String
    The definition of the unified audit policy to be provisioned in the target database.
    policyName String
    The unified audit policy name in the target database.
    state String
    The current state of the unified audit policy definition.
    systemTags Map<String>
    System tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example: {"orcl-cloud.free-tier-retained": "true"}
    timeCreated String
    The time the unified audit policy was created, in the format defined by RFC3339.
    timeUpdated String
    The last date and time the unified audit policy was updated, in the format defined by RFC3339.
    unifiedAuditPolicyDefinitionId String

    The OCID of the unified audit policy definition resource.

    ** 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

    Import

    UnifiedAuditPolicyDefinitions can be imported using the id, e.g.

    $ pulumi import oci:DataSafe/unifiedAuditPolicyDefinition:UnifiedAuditPolicyDefinition test_unified_audit_policy_definition "id"
    

    To learn more about importing existing cloud resources, see Importing resources.

    Package Details

    Repository
    oci pulumi/pulumi-oci
    License
    Apache-2.0
    Notes
    This Pulumi package is based on the oci Terraform Provider.
    oci logo
    Oracle Cloud Infrastructure v3.7.0 published on Saturday, Sep 13, 2025 by Pulumi