oci.DataSafe.AuditPolicyManagement
Explore with Pulumi AI
This resource provides the Audit Policy Management resource in Oracle Cloud Infrastructure Data Safe service.
Updates the audit policy.
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as oci from "@pulumi/oci";
const testAuditPolicyManagement = new oci.datasafe.AuditPolicyManagement("test_audit_policy_management", {
    compartmentId: compartmentId,
    targetId: testTargetDatabase.id,
    definedTags: {
        "Operations.CostCenter": "42",
    },
    description: auditPolicyManagementDescription,
    displayName: auditPolicyManagementDisplayName,
    freeformTags: {
        Department: "Finance",
    },
    retrieveFromTargetTrigger: true,
});
import pulumi
import pulumi_oci as oci
test_audit_policy_management = oci.data_safe.AuditPolicyManagement("test_audit_policy_management",
    compartment_id=compartment_id,
    target_id=test_target_database["id"],
    defined_tags={
        "Operations.CostCenter": "42",
    },
    description=audit_policy_management_description,
    display_name=audit_policy_management_display_name,
    freeform_tags={
        "Department": "Finance",
    },
    retrieve_from_target_trigger=True)
package main
import (
	"github.com/pulumi/pulumi-oci/sdk/v2/go/oci/datasafe"
	"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)
func main() {
	pulumi.Run(func(ctx *pulumi.Context) error {
		_, err := datasafe.NewAuditPolicyManagement(ctx, "test_audit_policy_management", &datasafe.AuditPolicyManagementArgs{
			CompartmentId: pulumi.Any(compartmentId),
			TargetId:      pulumi.Any(testTargetDatabase.Id),
			DefinedTags: pulumi.StringMap{
				"Operations.CostCenter": pulumi.String("42"),
			},
			Description: pulumi.Any(auditPolicyManagementDescription),
			DisplayName: pulumi.Any(auditPolicyManagementDisplayName),
			FreeformTags: pulumi.StringMap{
				"Department": pulumi.String("Finance"),
			},
			RetrieveFromTargetTrigger: pulumi.Bool(true),
		})
		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 testAuditPolicyManagement = new Oci.DataSafe.AuditPolicyManagement("test_audit_policy_management", new()
    {
        CompartmentId = compartmentId,
        TargetId = testTargetDatabase.Id,
        DefinedTags = 
        {
            { "Operations.CostCenter", "42" },
        },
        Description = auditPolicyManagementDescription,
        DisplayName = auditPolicyManagementDisplayName,
        FreeformTags = 
        {
            { "Department", "Finance" },
        },
        RetrieveFromTargetTrigger = true,
    });
});
package generated_program;
import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.oci.DataSafe.AuditPolicyManagement;
import com.pulumi.oci.DataSafe.AuditPolicyManagementArgs;
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) {
        var testAuditPolicyManagement = new AuditPolicyManagement("testAuditPolicyManagement", AuditPolicyManagementArgs.builder()
            .compartmentId(compartmentId)
            .targetId(testTargetDatabase.id())
            .definedTags(Map.of("Operations.CostCenter", "42"))
            .description(auditPolicyManagementDescription)
            .displayName(auditPolicyManagementDisplayName)
            .freeformTags(Map.of("Department", "Finance"))
            .retrieveFromTargetTrigger(true)
            .build());
    }
}
resources:
  testAuditPolicyManagement:
    type: oci:DataSafe:AuditPolicyManagement
    name: test_audit_policy_management
    properties:
      compartmentId: ${compartmentId}
      targetId: ${testTargetDatabase.id}
      definedTags:
        Operations.CostCenter: '42'
      description: ${auditPolicyManagementDescription}
      displayName: ${auditPolicyManagementDisplayName}
      freeformTags:
        Department: Finance
      retrieveFromTargetTrigger: true
Create AuditPolicyManagement Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new AuditPolicyManagement(name: string, args?: AuditPolicyManagementArgs, opts?: CustomResourceOptions);@overload
def AuditPolicyManagement(resource_name: str,
                          args: Optional[AuditPolicyManagementArgs] = None,
                          opts: Optional[ResourceOptions] = None)
@overload
def AuditPolicyManagement(resource_name: str,
                          opts: Optional[ResourceOptions] = None,
                          audit_conditions: Optional[Sequence[AuditPolicyManagementAuditConditionArgs]] = 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_data_safe_service_account_excluded: Optional[bool] = None,
                          provision_trigger: Optional[bool] = None,
                          retrieve_from_target_trigger: Optional[bool] = None,
                          target_id: Optional[str] = None)func NewAuditPolicyManagement(ctx *Context, name string, args *AuditPolicyManagementArgs, opts ...ResourceOption) (*AuditPolicyManagement, error)public AuditPolicyManagement(string name, AuditPolicyManagementArgs? args = null, CustomResourceOptions? opts = null)
public AuditPolicyManagement(String name, AuditPolicyManagementArgs args)
public AuditPolicyManagement(String name, AuditPolicyManagementArgs args, CustomResourceOptions options)
type: oci:DataSafe:AuditPolicyManagement
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 AuditPolicyManagementArgs
- 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 AuditPolicyManagementArgs
- 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 AuditPolicyManagementArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args AuditPolicyManagementArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args AuditPolicyManagementArgs
- 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 auditPolicyManagementResource = new Oci.DataSafe.AuditPolicyManagement("auditPolicyManagementResource", new()
{
    AuditConditions = new[]
    {
        new Oci.DataSafe.Inputs.AuditPolicyManagementAuditConditionArgs
        {
            AuditPolicyName = "string",
            EnableConditions = new[]
            {
                new Oci.DataSafe.Inputs.AuditPolicyManagementAuditConditionEnableConditionArgs
                {
                    EntityNames = new[]
                    {
                        "string",
                    },
                    EntitySelection = "string",
                    EntityType = "string",
                    OperationStatus = "string",
                },
            },
            IsDataSafeServiceAccountAudited = false,
            IsEnabled = false,
            IsPrivUsersManagedByDataSafe = false,
        },
    },
    CompartmentId = "string",
    DefinedTags = 
    {
        { "string", "string" },
    },
    Description = "string",
    DisplayName = "string",
    FreeformTags = 
    {
        { "string", "string" },
    },
    IsDataSafeServiceAccountExcluded = false,
    ProvisionTrigger = false,
    RetrieveFromTargetTrigger = false,
    TargetId = "string",
});
example, err := datasafe.NewAuditPolicyManagement(ctx, "auditPolicyManagementResource", &datasafe.AuditPolicyManagementArgs{
	AuditConditions: datasafe.AuditPolicyManagementAuditConditionArray{
		&datasafe.AuditPolicyManagementAuditConditionArgs{
			AuditPolicyName: pulumi.String("string"),
			EnableConditions: datasafe.AuditPolicyManagementAuditConditionEnableConditionArray{
				&datasafe.AuditPolicyManagementAuditConditionEnableConditionArgs{
					EntityNames: pulumi.StringArray{
						pulumi.String("string"),
					},
					EntitySelection: pulumi.String("string"),
					EntityType:      pulumi.String("string"),
					OperationStatus: pulumi.String("string"),
				},
			},
			IsDataSafeServiceAccountAudited: pulumi.Bool(false),
			IsEnabled:                       pulumi.Bool(false),
			IsPrivUsersManagedByDataSafe:    pulumi.Bool(false),
		},
	},
	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"),
	},
	IsDataSafeServiceAccountExcluded: pulumi.Bool(false),
	ProvisionTrigger:                 pulumi.Bool(false),
	RetrieveFromTargetTrigger:        pulumi.Bool(false),
	TargetId:                         pulumi.String("string"),
})
var auditPolicyManagementResource = new AuditPolicyManagement("auditPolicyManagementResource", AuditPolicyManagementArgs.builder()
    .auditConditions(AuditPolicyManagementAuditConditionArgs.builder()
        .auditPolicyName("string")
        .enableConditions(AuditPolicyManagementAuditConditionEnableConditionArgs.builder()
            .entityNames("string")
            .entitySelection("string")
            .entityType("string")
            .operationStatus("string")
            .build())
        .isDataSafeServiceAccountAudited(false)
        .isEnabled(false)
        .isPrivUsersManagedByDataSafe(false)
        .build())
    .compartmentId("string")
    .definedTags(Map.of("string", "string"))
    .description("string")
    .displayName("string")
    .freeformTags(Map.of("string", "string"))
    .isDataSafeServiceAccountExcluded(false)
    .provisionTrigger(false)
    .retrieveFromTargetTrigger(false)
    .targetId("string")
    .build());
audit_policy_management_resource = oci.data_safe.AuditPolicyManagement("auditPolicyManagementResource",
    audit_conditions=[{
        "audit_policy_name": "string",
        "enable_conditions": [{
            "entity_names": ["string"],
            "entity_selection": "string",
            "entity_type": "string",
            "operation_status": "string",
        }],
        "is_data_safe_service_account_audited": False,
        "is_enabled": False,
        "is_priv_users_managed_by_data_safe": False,
    }],
    compartment_id="string",
    defined_tags={
        "string": "string",
    },
    description="string",
    display_name="string",
    freeform_tags={
        "string": "string",
    },
    is_data_safe_service_account_excluded=False,
    provision_trigger=False,
    retrieve_from_target_trigger=False,
    target_id="string")
const auditPolicyManagementResource = new oci.datasafe.AuditPolicyManagement("auditPolicyManagementResource", {
    auditConditions: [{
        auditPolicyName: "string",
        enableConditions: [{
            entityNames: ["string"],
            entitySelection: "string",
            entityType: "string",
            operationStatus: "string",
        }],
        isDataSafeServiceAccountAudited: false,
        isEnabled: false,
        isPrivUsersManagedByDataSafe: false,
    }],
    compartmentId: "string",
    definedTags: {
        string: "string",
    },
    description: "string",
    displayName: "string",
    freeformTags: {
        string: "string",
    },
    isDataSafeServiceAccountExcluded: false,
    provisionTrigger: false,
    retrieveFromTargetTrigger: false,
    targetId: "string",
});
type: oci:DataSafe:AuditPolicyManagement
properties:
    auditConditions:
        - auditPolicyName: string
          enableConditions:
            - entityNames:
                - string
              entitySelection: string
              entityType: string
              operationStatus: string
          isDataSafeServiceAccountAudited: false
          isEnabled: false
          isPrivUsersManagedByDataSafe: false
    compartmentId: string
    definedTags:
        string: string
    description: string
    displayName: string
    freeformTags:
        string: string
    isDataSafeServiceAccountExcluded: false
    provisionTrigger: false
    retrieveFromTargetTrigger: false
    targetId: string
AuditPolicyManagement 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 AuditPolicyManagement resource accepts the following input properties:
- AuditConditions List<AuditPolicy Management Audit Condition> 
- Required when provision_trigger is set. Lists the audit policy provisioning conditions for the target database.
- CompartmentId string
- (Updatable) The OCID of the compartment containing the audit policy.
- 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.
- 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"}
- IsData boolSafe Service Account Excluded 
- Option provided to users at the target to indicate whether the Data Safe service account has to be excluded while provisioning the audit policies.
- ProvisionTrigger bool
- (Updatable) An optional property when set to true triggers Provision.
- RetrieveFrom boolTarget Trigger 
- (Updatable) An optional property when set to true triggers Retrieve From Target.
- TargetId string
- The OCID of the target for which the audit policy is created.
- AuditConditions []AuditPolicy Management Audit Condition Args 
- Required when provision_trigger is set. Lists the audit policy provisioning conditions for the target database.
- CompartmentId string
- (Updatable) The OCID of the compartment containing the audit policy.
- 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.
- 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"}
- IsData boolSafe Service Account Excluded 
- Option provided to users at the target to indicate whether the Data Safe service account has to be excluded while provisioning the audit policies.
- ProvisionTrigger bool
- (Updatable) An optional property when set to true triggers Provision.
- RetrieveFrom boolTarget Trigger 
- (Updatable) An optional property when set to true triggers Retrieve From Target.
- TargetId string
- The OCID of the target for which the audit policy is created.
- auditConditions List<AuditPolicy Management Audit Condition> 
- Required when provision_trigger is set. Lists the audit policy provisioning conditions for the target database.
- compartmentId String
- (Updatable) The OCID of the compartment containing the audit policy.
- 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.
- 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"}
- isData BooleanSafe Service Account Excluded 
- Option provided to users at the target to indicate whether the Data Safe service account has to be excluded while provisioning the audit policies.
- provisionTrigger Boolean
- (Updatable) An optional property when set to true triggers Provision.
- retrieveFrom BooleanTarget Trigger 
- (Updatable) An optional property when set to true triggers Retrieve From Target.
- targetId String
- The OCID of the target for which the audit policy is created.
- auditConditions AuditPolicy Management Audit Condition[] 
- Required when provision_trigger is set. Lists the audit policy provisioning conditions for the target database.
- compartmentId string
- (Updatable) The OCID of the compartment containing the audit policy.
- {[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.
- {[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"}
- isData booleanSafe Service Account Excluded 
- Option provided to users at the target to indicate whether the Data Safe service account has to be excluded while provisioning the audit policies.
- provisionTrigger boolean
- (Updatable) An optional property when set to true triggers Provision.
- retrieveFrom booleanTarget Trigger 
- (Updatable) An optional property when set to true triggers Retrieve From Target.
- targetId string
- The OCID of the target for which the audit policy is created.
- audit_conditions Sequence[AuditPolicy Management Audit Condition Args] 
- Required when provision_trigger is set. Lists the audit policy provisioning conditions for the target database.
- compartment_id str
- (Updatable) The OCID of the compartment containing the audit policy.
- 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.
- 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_data_ boolsafe_ service_ account_ excluded 
- Option provided to users at the target to indicate whether the Data Safe service account has to be excluded while provisioning the audit policies.
- provision_trigger bool
- (Updatable) An optional property when set to true triggers Provision.
- retrieve_from_ booltarget_ trigger 
- (Updatable) An optional property when set to true triggers Retrieve From Target.
- target_id str
- The OCID of the target for which the audit policy is created.
- auditConditions List<Property Map>
- Required when provision_trigger is set. Lists the audit policy provisioning conditions for the target database.
- compartmentId String
- (Updatable) The OCID of the compartment containing the audit policy.
- 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.
- 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"}
- isData BooleanSafe Service Account Excluded 
- Option provided to users at the target to indicate whether the Data Safe service account has to be excluded while provisioning the audit policies.
- provisionTrigger Boolean
- (Updatable) An optional property when set to true triggers Provision.
- retrieveFrom BooleanTarget Trigger 
- (Updatable) An optional property when set to true triggers Retrieve From Target.
- targetId String
- The OCID of the target for which the audit policy is created.
Outputs
All input properties are implicitly available as output properties. Additionally, the AuditPolicyManagement resource produces the following output properties:
- AuditSpecifications List<AuditPolicy Management Audit Specification> 
- Represents all available audit policy specifications relevant for the target database. For more details on available audit polcies, refer to documentation.
- Id string
- The provider-assigned unique ID for this managed resource.
- LifecycleDetails string
- Details about the current state of the audit policy in Data Safe.
- State string
- The current state of the audit policy.
- 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 audit policy was created, in the format defined by RFC3339.
- TimeLast stringProvisioned 
- Indicates the last provisioning time of audit policies on the target, in the format defined by RFC3339.
- TimeLast stringRetrieved 
- The time when the audit policies was last retrieved from this target, in the format defined by RFC3339.
- TimeUpdated string
- The last date and time the audit policy was updated, in the format defined by RFC3339.
- AuditSpecifications []AuditPolicy Management Audit Specification 
- Represents all available audit policy specifications relevant for the target database. For more details on available audit polcies, refer to documentation.
- Id string
- The provider-assigned unique ID for this managed resource.
- LifecycleDetails string
- Details about the current state of the audit policy in Data Safe.
- State string
- The current state of the audit policy.
- 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 audit policy was created, in the format defined by RFC3339.
- TimeLast stringProvisioned 
- Indicates the last provisioning time of audit policies on the target, in the format defined by RFC3339.
- TimeLast stringRetrieved 
- The time when the audit policies was last retrieved from this target, in the format defined by RFC3339.
- TimeUpdated string
- The last date and time the audit policy was updated, in the format defined by RFC3339.
- auditSpecifications List<AuditPolicy Management Audit Specification> 
- Represents all available audit policy specifications relevant for the target database. For more details on available audit polcies, refer to documentation.
- id String
- The provider-assigned unique ID for this managed resource.
- lifecycleDetails String
- Details about the current state of the audit policy in Data Safe.
- state String
- The current state of the audit policy.
- 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 audit policy was created, in the format defined by RFC3339.
- timeLast StringProvisioned 
- Indicates the last provisioning time of audit policies on the target, in the format defined by RFC3339.
- timeLast StringRetrieved 
- The time when the audit policies was last retrieved from this target, in the format defined by RFC3339.
- timeUpdated String
- The last date and time the audit policy was updated, in the format defined by RFC3339.
- auditSpecifications AuditPolicy Management Audit Specification[] 
- Represents all available audit policy specifications relevant for the target database. For more details on available audit polcies, refer to documentation.
- id string
- The provider-assigned unique ID for this managed resource.
- lifecycleDetails string
- Details about the current state of the audit policy in Data Safe.
- state string
- The current state of the audit policy.
- {[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 audit policy was created, in the format defined by RFC3339.
- timeLast stringProvisioned 
- Indicates the last provisioning time of audit policies on the target, in the format defined by RFC3339.
- timeLast stringRetrieved 
- The time when the audit policies was last retrieved from this target, in the format defined by RFC3339.
- timeUpdated string
- The last date and time the audit policy was updated, in the format defined by RFC3339.
- audit_specifications Sequence[AuditPolicy Management Audit Specification] 
- Represents all available audit policy specifications relevant for the target database. For more details on available audit polcies, refer to documentation.
- id str
- The provider-assigned unique ID for this managed resource.
- lifecycle_details str
- Details about the current state of the audit policy in Data Safe.
- state str
- The current state of the audit policy.
- 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 audit policy was created, in the format defined by RFC3339.
- time_last_ strprovisioned 
- Indicates the last provisioning time of audit policies on the target, in the format defined by RFC3339.
- time_last_ strretrieved 
- The time when the audit policies was last retrieved from this target, in the format defined by RFC3339.
- time_updated str
- The last date and time the audit policy was updated, in the format defined by RFC3339.
- auditSpecifications List<Property Map>
- Represents all available audit policy specifications relevant for the target database. For more details on available audit polcies, refer to documentation.
- id String
- The provider-assigned unique ID for this managed resource.
- lifecycleDetails String
- Details about the current state of the audit policy in Data Safe.
- state String
- The current state of the audit policy.
- 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 audit policy was created, in the format defined by RFC3339.
- timeLast StringProvisioned 
- Indicates the last provisioning time of audit policies on the target, in the format defined by RFC3339.
- timeLast StringRetrieved 
- The time when the audit policies was last retrieved from this target, in the format defined by RFC3339.
- timeUpdated String
- The last date and time the audit policy was updated, in the format defined by RFC3339.
Look up Existing AuditPolicyManagement Resource
Get an existing AuditPolicyManagement 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?: AuditPolicyManagementState, opts?: CustomResourceOptions): AuditPolicyManagement@staticmethod
def get(resource_name: str,
        id: str,
        opts: Optional[ResourceOptions] = None,
        audit_conditions: Optional[Sequence[AuditPolicyManagementAuditConditionArgs]] = None,
        audit_specifications: Optional[Sequence[AuditPolicyManagementAuditSpecificationArgs]] = 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_data_safe_service_account_excluded: Optional[bool] = None,
        lifecycle_details: Optional[str] = None,
        provision_trigger: Optional[bool] = None,
        retrieve_from_target_trigger: Optional[bool] = None,
        state: Optional[str] = None,
        system_tags: Optional[Mapping[str, str]] = None,
        target_id: Optional[str] = None,
        time_created: Optional[str] = None,
        time_last_provisioned: Optional[str] = None,
        time_last_retrieved: Optional[str] = None,
        time_updated: Optional[str] = None) -> AuditPolicyManagementfunc GetAuditPolicyManagement(ctx *Context, name string, id IDInput, state *AuditPolicyManagementState, opts ...ResourceOption) (*AuditPolicyManagement, error)public static AuditPolicyManagement Get(string name, Input<string> id, AuditPolicyManagementState? state, CustomResourceOptions? opts = null)public static AuditPolicyManagement get(String name, Output<String> id, AuditPolicyManagementState state, CustomResourceOptions options)resources:  _:    type: oci:DataSafe:AuditPolicyManagement    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.
- AuditConditions List<AuditPolicy Management Audit Condition> 
- Required when provision_trigger is set. Lists the audit policy provisioning conditions for the target database.
- AuditSpecifications List<AuditPolicy Management Audit Specification> 
- Represents all available audit policy specifications relevant for the target database. For more details on available audit polcies, refer to documentation.
- CompartmentId string
- (Updatable) The OCID of the compartment containing the audit policy.
- 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.
- 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"}
- IsData boolSafe Service Account Excluded 
- Option provided to users at the target to indicate whether the Data Safe service account has to be excluded while provisioning the audit policies.
- LifecycleDetails string
- Details about the current state of the audit policy in Data Safe.
- ProvisionTrigger bool
- (Updatable) An optional property when set to true triggers Provision.
- RetrieveFrom boolTarget Trigger 
- (Updatable) An optional property when set to true triggers Retrieve From Target.
- State string
- The current state of the audit policy.
- 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"}
- TargetId string
- The OCID of the target for which the audit policy is created.
- TimeCreated string
- The time the audit policy was created, in the format defined by RFC3339.
- TimeLast stringProvisioned 
- Indicates the last provisioning time of audit policies on the target, in the format defined by RFC3339.
- TimeLast stringRetrieved 
- The time when the audit policies was last retrieved from this target, in the format defined by RFC3339.
- TimeUpdated string
- The last date and time the audit policy was updated, in the format defined by RFC3339.
- AuditConditions []AuditPolicy Management Audit Condition Args 
- Required when provision_trigger is set. Lists the audit policy provisioning conditions for the target database.
- AuditSpecifications []AuditPolicy Management Audit Specification Args 
- Represents all available audit policy specifications relevant for the target database. For more details on available audit polcies, refer to documentation.
- CompartmentId string
- (Updatable) The OCID of the compartment containing the audit policy.
- 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.
- 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"}
- IsData boolSafe Service Account Excluded 
- Option provided to users at the target to indicate whether the Data Safe service account has to be excluded while provisioning the audit policies.
- LifecycleDetails string
- Details about the current state of the audit policy in Data Safe.
- ProvisionTrigger bool
- (Updatable) An optional property when set to true triggers Provision.
- RetrieveFrom boolTarget Trigger 
- (Updatable) An optional property when set to true triggers Retrieve From Target.
- State string
- The current state of the audit policy.
- 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"}
- TargetId string
- The OCID of the target for which the audit policy is created.
- TimeCreated string
- The time the audit policy was created, in the format defined by RFC3339.
- TimeLast stringProvisioned 
- Indicates the last provisioning time of audit policies on the target, in the format defined by RFC3339.
- TimeLast stringRetrieved 
- The time when the audit policies was last retrieved from this target, in the format defined by RFC3339.
- TimeUpdated string
- The last date and time the audit policy was updated, in the format defined by RFC3339.
- auditConditions List<AuditPolicy Management Audit Condition> 
- Required when provision_trigger is set. Lists the audit policy provisioning conditions for the target database.
- auditSpecifications List<AuditPolicy Management Audit Specification> 
- Represents all available audit policy specifications relevant for the target database. For more details on available audit polcies, refer to documentation.
- compartmentId String
- (Updatable) The OCID of the compartment containing the audit policy.
- 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.
- 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"}
- isData BooleanSafe Service Account Excluded 
- Option provided to users at the target to indicate whether the Data Safe service account has to be excluded while provisioning the audit policies.
- lifecycleDetails String
- Details about the current state of the audit policy in Data Safe.
- provisionTrigger Boolean
- (Updatable) An optional property when set to true triggers Provision.
- retrieveFrom BooleanTarget Trigger 
- (Updatable) An optional property when set to true triggers Retrieve From Target.
- state String
- The current state of the audit policy.
- 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"}
- targetId String
- The OCID of the target for which the audit policy is created.
- timeCreated String
- The time the audit policy was created, in the format defined by RFC3339.
- timeLast StringProvisioned 
- Indicates the last provisioning time of audit policies on the target, in the format defined by RFC3339.
- timeLast StringRetrieved 
- The time when the audit policies was last retrieved from this target, in the format defined by RFC3339.
- timeUpdated String
- The last date and time the audit policy was updated, in the format defined by RFC3339.
- auditConditions AuditPolicy Management Audit Condition[] 
- Required when provision_trigger is set. Lists the audit policy provisioning conditions for the target database.
- auditSpecifications AuditPolicy Management Audit Specification[] 
- Represents all available audit policy specifications relevant for the target database. For more details on available audit polcies, refer to documentation.
- compartmentId string
- (Updatable) The OCID of the compartment containing the audit policy.
- {[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.
- {[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"}
- isData booleanSafe Service Account Excluded 
- Option provided to users at the target to indicate whether the Data Safe service account has to be excluded while provisioning the audit policies.
- lifecycleDetails string
- Details about the current state of the audit policy in Data Safe.
- provisionTrigger boolean
- (Updatable) An optional property when set to true triggers Provision.
- retrieveFrom booleanTarget Trigger 
- (Updatable) An optional property when set to true triggers Retrieve From Target.
- state string
- The current state of the audit policy.
- {[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"}
- targetId string
- The OCID of the target for which the audit policy is created.
- timeCreated string
- The time the audit policy was created, in the format defined by RFC3339.
- timeLast stringProvisioned 
- Indicates the last provisioning time of audit policies on the target, in the format defined by RFC3339.
- timeLast stringRetrieved 
- The time when the audit policies was last retrieved from this target, in the format defined by RFC3339.
- timeUpdated string
- The last date and time the audit policy was updated, in the format defined by RFC3339.
- audit_conditions Sequence[AuditPolicy Management Audit Condition Args] 
- Required when provision_trigger is set. Lists the audit policy provisioning conditions for the target database.
- audit_specifications Sequence[AuditPolicy Management Audit Specification Args] 
- Represents all available audit policy specifications relevant for the target database. For more details on available audit polcies, refer to documentation.
- compartment_id str
- (Updatable) The OCID of the compartment containing the audit policy.
- 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.
- 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_data_ boolsafe_ service_ account_ excluded 
- Option provided to users at the target to indicate whether the Data Safe service account has to be excluded while provisioning the audit policies.
- lifecycle_details str
- Details about the current state of the audit policy in Data Safe.
- provision_trigger bool
- (Updatable) An optional property when set to true triggers Provision.
- retrieve_from_ booltarget_ trigger 
- (Updatable) An optional property when set to true triggers Retrieve From Target.
- state str
- The current state of the audit policy.
- 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"}
- target_id str
- The OCID of the target for which the audit policy is created.
- time_created str
- The time the audit policy was created, in the format defined by RFC3339.
- time_last_ strprovisioned 
- Indicates the last provisioning time of audit policies on the target, in the format defined by RFC3339.
- time_last_ strretrieved 
- The time when the audit policies was last retrieved from this target, in the format defined by RFC3339.
- time_updated str
- The last date and time the audit policy was updated, in the format defined by RFC3339.
- auditConditions List<Property Map>
- Required when provision_trigger is set. Lists the audit policy provisioning conditions for the target database.
- auditSpecifications List<Property Map>
- Represents all available audit policy specifications relevant for the target database. For more details on available audit polcies, refer to documentation.
- compartmentId String
- (Updatable) The OCID of the compartment containing the audit policy.
- 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.
- 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"}
- isData BooleanSafe Service Account Excluded 
- Option provided to users at the target to indicate whether the Data Safe service account has to be excluded while provisioning the audit policies.
- lifecycleDetails String
- Details about the current state of the audit policy in Data Safe.
- provisionTrigger Boolean
- (Updatable) An optional property when set to true triggers Provision.
- retrieveFrom BooleanTarget Trigger 
- (Updatable) An optional property when set to true triggers Retrieve From Target.
- state String
- The current state of the audit policy.
- 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"}
- targetId String
- The OCID of the target for which the audit policy is created.
- timeCreated String
- The time the audit policy was created, in the format defined by RFC3339.
- timeLast StringProvisioned 
- Indicates the last provisioning time of audit policies on the target, in the format defined by RFC3339.
- timeLast StringRetrieved 
- The time when the audit policies was last retrieved from this target, in the format defined by RFC3339.
- timeUpdated String
- The last date and time the audit policy was updated, in the format defined by RFC3339.
Supporting Types
AuditPolicyManagementAuditCondition, AuditPolicyManagementAuditConditionArgs          
- AuditPolicy stringName 
- Indicates the audit policy name. Refer to the documentation for seeded audit policy names. For custom policies, refer to the user-defined policy name created in the target database.
- EnableConditions List<AuditPolicy Management Audit Condition Enable Condition> 
- Indicates the users/roles in the target database for which the audit policy is enforced, and the success/failure event condition to generate the audit event..
- IsData boolSafe Service Account Audited 
- Indicates whether the Data Safe user activity on the target database will be audited by the policy.
- IsEnabled bool
- Indicates whether the policy has to be enabled or disabled in the target database. Set this to true if you want the audit policy to be enabled in the target database. If the seeded audit policy is not already created in the database, the provisioning creates and enables them. If this is set to false, the policy will be disabled in the target database.
- IsPriv boolUsers Managed By Data Safe 
- Indicates whether the privileged user list is managed by Data Safe. - ** 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 
- AuditPolicy stringName 
- Indicates the audit policy name. Refer to the documentation for seeded audit policy names. For custom policies, refer to the user-defined policy name created in the target database.
- EnableConditions []AuditPolicy Management Audit Condition Enable Condition 
- Indicates the users/roles in the target database for which the audit policy is enforced, and the success/failure event condition to generate the audit event..
- IsData boolSafe Service Account Audited 
- Indicates whether the Data Safe user activity on the target database will be audited by the policy.
- IsEnabled bool
- Indicates whether the policy has to be enabled or disabled in the target database. Set this to true if you want the audit policy to be enabled in the target database. If the seeded audit policy is not already created in the database, the provisioning creates and enables them. If this is set to false, the policy will be disabled in the target database.
- IsPriv boolUsers Managed By Data Safe 
- Indicates whether the privileged user list is managed by Data Safe. - ** 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 
- auditPolicy StringName 
- Indicates the audit policy name. Refer to the documentation for seeded audit policy names. For custom policies, refer to the user-defined policy name created in the target database.
- enableConditions List<AuditPolicy Management Audit Condition Enable Condition> 
- Indicates the users/roles in the target database for which the audit policy is enforced, and the success/failure event condition to generate the audit event..
- isData BooleanSafe Service Account Audited 
- Indicates whether the Data Safe user activity on the target database will be audited by the policy.
- isEnabled Boolean
- Indicates whether the policy has to be enabled or disabled in the target database. Set this to true if you want the audit policy to be enabled in the target database. If the seeded audit policy is not already created in the database, the provisioning creates and enables them. If this is set to false, the policy will be disabled in the target database.
- isPriv BooleanUsers Managed By Data Safe 
- Indicates whether the privileged user list is managed by Data Safe. - ** 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 
- auditPolicy stringName 
- Indicates the audit policy name. Refer to the documentation for seeded audit policy names. For custom policies, refer to the user-defined policy name created in the target database.
- enableConditions AuditPolicy Management Audit Condition Enable Condition[] 
- Indicates the users/roles in the target database for which the audit policy is enforced, and the success/failure event condition to generate the audit event..
- isData booleanSafe Service Account Audited 
- Indicates whether the Data Safe user activity on the target database will be audited by the policy.
- isEnabled boolean
- Indicates whether the policy has to be enabled or disabled in the target database. Set this to true if you want the audit policy to be enabled in the target database. If the seeded audit policy is not already created in the database, the provisioning creates and enables them. If this is set to false, the policy will be disabled in the target database.
- isPriv booleanUsers Managed By Data Safe 
- Indicates whether the privileged user list is managed by Data Safe. - ** 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_ strname 
- Indicates the audit policy name. Refer to the documentation for seeded audit policy names. For custom policies, refer to the user-defined policy name created in the target database.
- enable_conditions Sequence[AuditPolicy Management Audit Condition Enable Condition] 
- Indicates the users/roles in the target database for which the audit policy is enforced, and the success/failure event condition to generate the audit event..
- is_data_ boolsafe_ service_ account_ audited 
- Indicates whether the Data Safe user activity on the target database will be audited by the policy.
- is_enabled bool
- Indicates whether the policy has to be enabled or disabled in the target database. Set this to true if you want the audit policy to be enabled in the target database. If the seeded audit policy is not already created in the database, the provisioning creates and enables them. If this is set to false, the policy will be disabled in the target database.
- is_priv_ boolusers_ managed_ by_ data_ safe 
- Indicates whether the privileged user list is managed by Data Safe. - ** 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 
- auditPolicy StringName 
- Indicates the audit policy name. Refer to the documentation for seeded audit policy names. For custom policies, refer to the user-defined policy name created in the target database.
- enableConditions List<Property Map>
- Indicates the users/roles in the target database for which the audit policy is enforced, and the success/failure event condition to generate the audit event..
- isData BooleanSafe Service Account Audited 
- Indicates whether the Data Safe user activity on the target database will be audited by the policy.
- isEnabled Boolean
- Indicates whether the policy has to be enabled or disabled in the target database. Set this to true if you want the audit policy to be enabled in the target database. If the seeded audit policy is not already created in the database, the provisioning creates and enables them. If this is set to false, the policy will be disabled in the target database.
- isPriv BooleanUsers Managed By Data Safe 
- Indicates whether the privileged user list is managed by Data Safe. - ** 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 
AuditPolicyManagementAuditConditionEnableCondition, AuditPolicyManagementAuditConditionEnableConditionArgs              
- EntityNames List<string>
- List of users or roles that the policy must be enabled for.
- EntitySelection string
- The entity include or exclude selection.
- EntityType string
- The entity type that the policy must be enabled for.
- OperationStatus string
- The operation status that the policy must be enabled for.
- EntityNames []string
- List of users or roles that the policy must be enabled for.
- EntitySelection string
- The entity include or exclude selection.
- EntityType string
- The entity type that the policy must be enabled for.
- OperationStatus string
- The operation status that the policy must be enabled for.
- entityNames List<String>
- List of users or roles that the policy must be enabled for.
- entitySelection String
- The entity include or exclude selection.
- entityType String
- The entity type that the policy must be enabled for.
- operationStatus String
- The operation status that the policy must be enabled for.
- entityNames string[]
- List of users or roles that the policy must be enabled for.
- entitySelection string
- The entity include or exclude selection.
- entityType string
- The entity type that the policy must be enabled for.
- operationStatus string
- The operation status that the policy must be enabled for.
- entity_names Sequence[str]
- List of users or roles that the policy must be enabled for.
- entity_selection str
- The entity include or exclude selection.
- entity_type str
- The entity type that the policy must be enabled for.
- operation_status str
- The operation status that the policy must be enabled for.
- entityNames List<String>
- List of users or roles that the policy must be enabled for.
- entitySelection String
- The entity include or exclude selection.
- entityType String
- The entity type that the policy must be enabled for.
- operationStatus String
- The operation status that the policy must be enabled for.
AuditPolicyManagementAuditSpecification, AuditPolicyManagementAuditSpecificationArgs          
- AuditPolicy stringCategory 
- The category to which the audit policy belongs.
- AuditPolicy stringName 
- Indicates the audit policy name. Refer to the documentation for seeded audit policy names. For custom policies, refer to the user-defined policy name created in the target database.
- DatabasePolicy List<string>Names 
- Indicates the names of corresponding database policy ( or policies) in the target database.
- EnableStatus string
- Indicates whether the policy has been enabled, disabled or partially enabled in the target database. The status is PARTIALLY_ENABLED if any of the constituent database audit policies is not enabled.
- EnabledEntities string
- Indicates on whom the audit policy is enabled.
- IsCreated bool
- Indicates whether the policy is already created on the target database.
- IsEnabled boolFor All Users 
- Indicates whether the policy by default is enabled for all users with no flexibility to alter the enablement conditions.
- IsSeeded boolIn Data Safe 
- Indicates whether the audit policy is one of the seeded policies provided by Oracle Data Safe.
- IsSeeded boolIn Target 
- Indicates whether the audit policy is one of the predefined policies provided by Oracle Database.
- IsView boolOnly 
- Indicates whether the audit policy is available for provisioning/ de-provisioning from Oracle Data Safe, or is only available for displaying the current provisioning status from the target.
- PartiallyEnabled stringMsg 
- Provides information about the policy that has been only partially enabled.
- AuditPolicy stringCategory 
- The category to which the audit policy belongs.
- AuditPolicy stringName 
- Indicates the audit policy name. Refer to the documentation for seeded audit policy names. For custom policies, refer to the user-defined policy name created in the target database.
- DatabasePolicy []stringNames 
- Indicates the names of corresponding database policy ( or policies) in the target database.
- EnableStatus string
- Indicates whether the policy has been enabled, disabled or partially enabled in the target database. The status is PARTIALLY_ENABLED if any of the constituent database audit policies is not enabled.
- EnabledEntities string
- Indicates on whom the audit policy is enabled.
- IsCreated bool
- Indicates whether the policy is already created on the target database.
- IsEnabled boolFor All Users 
- Indicates whether the policy by default is enabled for all users with no flexibility to alter the enablement conditions.
- IsSeeded boolIn Data Safe 
- Indicates whether the audit policy is one of the seeded policies provided by Oracle Data Safe.
- IsSeeded boolIn Target 
- Indicates whether the audit policy is one of the predefined policies provided by Oracle Database.
- IsView boolOnly 
- Indicates whether the audit policy is available for provisioning/ de-provisioning from Oracle Data Safe, or is only available for displaying the current provisioning status from the target.
- PartiallyEnabled stringMsg 
- Provides information about the policy that has been only partially enabled.
- auditPolicy StringCategory 
- The category to which the audit policy belongs.
- auditPolicy StringName 
- Indicates the audit policy name. Refer to the documentation for seeded audit policy names. For custom policies, refer to the user-defined policy name created in the target database.
- databasePolicy List<String>Names 
- Indicates the names of corresponding database policy ( or policies) in the target database.
- enableStatus String
- Indicates whether the policy has been enabled, disabled or partially enabled in the target database. The status is PARTIALLY_ENABLED if any of the constituent database audit policies is not enabled.
- enabledEntities String
- Indicates on whom the audit policy is enabled.
- isCreated Boolean
- Indicates whether the policy is already created on the target database.
- isEnabled BooleanFor All Users 
- Indicates whether the policy by default is enabled for all users with no flexibility to alter the enablement conditions.
- isSeeded BooleanIn Data Safe 
- Indicates whether the audit policy is one of the seeded policies provided by Oracle Data Safe.
- isSeeded BooleanIn Target 
- Indicates whether the audit policy is one of the predefined policies provided by Oracle Database.
- isView BooleanOnly 
- Indicates whether the audit policy is available for provisioning/ de-provisioning from Oracle Data Safe, or is only available for displaying the current provisioning status from the target.
- partiallyEnabled StringMsg 
- Provides information about the policy that has been only partially enabled.
- auditPolicy stringCategory 
- The category to which the audit policy belongs.
- auditPolicy stringName 
- Indicates the audit policy name. Refer to the documentation for seeded audit policy names. For custom policies, refer to the user-defined policy name created in the target database.
- databasePolicy string[]Names 
- Indicates the names of corresponding database policy ( or policies) in the target database.
- enableStatus string
- Indicates whether the policy has been enabled, disabled or partially enabled in the target database. The status is PARTIALLY_ENABLED if any of the constituent database audit policies is not enabled.
- enabledEntities string
- Indicates on whom the audit policy is enabled.
- isCreated boolean
- Indicates whether the policy is already created on the target database.
- isEnabled booleanFor All Users 
- Indicates whether the policy by default is enabled for all users with no flexibility to alter the enablement conditions.
- isSeeded booleanIn Data Safe 
- Indicates whether the audit policy is one of the seeded policies provided by Oracle Data Safe.
- isSeeded booleanIn Target 
- Indicates whether the audit policy is one of the predefined policies provided by Oracle Database.
- isView booleanOnly 
- Indicates whether the audit policy is available for provisioning/ de-provisioning from Oracle Data Safe, or is only available for displaying the current provisioning status from the target.
- partiallyEnabled stringMsg 
- Provides information about the policy that has been only partially enabled.
- audit_policy_ strcategory 
- The category to which the audit policy belongs.
- audit_policy_ strname 
- Indicates the audit policy name. Refer to the documentation for seeded audit policy names. For custom policies, refer to the user-defined policy name created in the target database.
- database_policy_ Sequence[str]names 
- Indicates the names of corresponding database policy ( or policies) in the target database.
- enable_status str
- Indicates whether the policy has been enabled, disabled or partially enabled in the target database. The status is PARTIALLY_ENABLED if any of the constituent database audit policies is not enabled.
- enabled_entities str
- Indicates on whom the audit policy is enabled.
- is_created bool
- Indicates whether the policy is already created on the target database.
- is_enabled_ boolfor_ all_ users 
- Indicates whether the policy by default is enabled for all users with no flexibility to alter the enablement conditions.
- is_seeded_ boolin_ data_ safe 
- Indicates whether the audit policy is one of the seeded policies provided by Oracle Data Safe.
- is_seeded_ boolin_ target 
- Indicates whether the audit policy is one of the predefined policies provided by Oracle Database.
- is_view_ boolonly 
- Indicates whether the audit policy is available for provisioning/ de-provisioning from Oracle Data Safe, or is only available for displaying the current provisioning status from the target.
- partially_enabled_ strmsg 
- Provides information about the policy that has been only partially enabled.
- auditPolicy StringCategory 
- The category to which the audit policy belongs.
- auditPolicy StringName 
- Indicates the audit policy name. Refer to the documentation for seeded audit policy names. For custom policies, refer to the user-defined policy name created in the target database.
- databasePolicy List<String>Names 
- Indicates the names of corresponding database policy ( or policies) in the target database.
- enableStatus String
- Indicates whether the policy has been enabled, disabled or partially enabled in the target database. The status is PARTIALLY_ENABLED if any of the constituent database audit policies is not enabled.
- enabledEntities String
- Indicates on whom the audit policy is enabled.
- isCreated Boolean
- Indicates whether the policy is already created on the target database.
- isEnabled BooleanFor All Users 
- Indicates whether the policy by default is enabled for all users with no flexibility to alter the enablement conditions.
- isSeeded BooleanIn Data Safe 
- Indicates whether the audit policy is one of the seeded policies provided by Oracle Data Safe.
- isSeeded BooleanIn Target 
- Indicates whether the audit policy is one of the predefined policies provided by Oracle Database.
- isView BooleanOnly 
- Indicates whether the audit policy is available for provisioning/ de-provisioning from Oracle Data Safe, or is only available for displaying the current provisioning status from the target.
- partiallyEnabled StringMsg 
- Provides information about the policy that has been only partially enabled.
Import
Import is not supported for this resource.
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 ociTerraform Provider.