1. Packages
  2. Oracle Cloud Infrastructure
  3. API Docs
  4. DataSafe
  5. SecurityPolicyDeployment
Oracle Cloud Infrastructure v2.31.0 published on Thursday, Apr 17, 2025 by Pulumi

oci.DataSafe.SecurityPolicyDeployment

Explore with Pulumi AI

This resource provides the Security Policy Deployment resource in Oracle Cloud Infrastructure Data Safe service.

Updates the security policy deployment.

Create SecurityPolicyDeployment Resource

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

Constructor syntax

new SecurityPolicyDeployment(name: string, args: SecurityPolicyDeploymentArgs, opts?: CustomResourceOptions);
@overload
def SecurityPolicyDeployment(resource_name: str,
                             args: SecurityPolicyDeploymentArgs,
                             opts: Optional[ResourceOptions] = None)

@overload
def SecurityPolicyDeployment(resource_name: str,
                             opts: Optional[ResourceOptions] = None,
                             security_policy_deployment_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 NewSecurityPolicyDeployment(ctx *Context, name string, args SecurityPolicyDeploymentArgs, opts ...ResourceOption) (*SecurityPolicyDeployment, error)
public SecurityPolicyDeployment(string name, SecurityPolicyDeploymentArgs args, CustomResourceOptions? opts = null)
public SecurityPolicyDeployment(String name, SecurityPolicyDeploymentArgs args)
public SecurityPolicyDeployment(String name, SecurityPolicyDeploymentArgs args, CustomResourceOptions options)
type: oci:DataSafe:SecurityPolicyDeployment
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.

Parameters

name This property is required. string
The unique name of the resource.
args This property is required. SecurityPolicyDeploymentArgs
The arguments to resource properties.
opts CustomResourceOptions
Bag of options to control resource's behavior.
resource_name This property is required. str
The unique name of the resource.
args This property is required. SecurityPolicyDeploymentArgs
The arguments to resource properties.
opts ResourceOptions
Bag of options to control resource's behavior.
ctx Context
Context object for the current deployment.
name This property is required. string
The unique name of the resource.
args This property is required. SecurityPolicyDeploymentArgs
The arguments to resource properties.
opts ResourceOption
Bag of options to control resource's behavior.
name This property is required. string
The unique name of the resource.
args This property is required. SecurityPolicyDeploymentArgs
The arguments to resource properties.
opts CustomResourceOptions
Bag of options to control resource's behavior.
name This property is required. String
The unique name of the resource.
args This property is required. SecurityPolicyDeploymentArgs
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 securityPolicyDeploymentResource = new Oci.DataSafe.SecurityPolicyDeployment("securityPolicyDeploymentResource", new()
{
    SecurityPolicyDeploymentId = "string",
    CompartmentId = "string",
    DefinedTags = 
    {
        { "string", "string" },
    },
    Description = "string",
    DisplayName = "string",
    FreeformTags = 
    {
        { "string", "string" },
    },
});
Copy
example, err := DataSafe.NewSecurityPolicyDeployment(ctx, "securityPolicyDeploymentResource", &DataSafe.SecurityPolicyDeploymentArgs{
	SecurityPolicyDeploymentId: 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"),
	},
})
Copy
var securityPolicyDeploymentResource = new SecurityPolicyDeployment("securityPolicyDeploymentResource", SecurityPolicyDeploymentArgs.builder()
    .securityPolicyDeploymentId("string")
    .compartmentId("string")
    .definedTags(Map.of("string", "string"))
    .description("string")
    .displayName("string")
    .freeformTags(Map.of("string", "string"))
    .build());
Copy
security_policy_deployment_resource = oci.data_safe.SecurityPolicyDeployment("securityPolicyDeploymentResource",
    security_policy_deployment_id="string",
    compartment_id="string",
    defined_tags={
        "string": "string",
    },
    description="string",
    display_name="string",
    freeform_tags={
        "string": "string",
    })
Copy
const securityPolicyDeploymentResource = new oci.datasafe.SecurityPolicyDeployment("securityPolicyDeploymentResource", {
    securityPolicyDeploymentId: "string",
    compartmentId: "string",
    definedTags: {
        string: "string",
    },
    description: "string",
    displayName: "string",
    freeformTags: {
        string: "string",
    },
});
Copy
type: oci:DataSafe:SecurityPolicyDeployment
properties:
    compartmentId: string
    definedTags:
        string: string
    description: string
    displayName: string
    freeformTags:
        string: string
    securityPolicyDeploymentId: string
Copy

SecurityPolicyDeployment 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 SecurityPolicyDeployment resource accepts the following input properties:

SecurityPolicyDeploymentId
This property is required.
Changes to this property will trigger replacement.
string

The OCID of the security policy deployment 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 security policy deployment.
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 security policy deployment.
DisplayName string
(Updatable) The display name of the security policy deployment. 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"}
SecurityPolicyDeploymentId
This property is required.
Changes to this property will trigger replacement.
string

The OCID of the security policy deployment 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 security policy deployment.
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 security policy deployment.
DisplayName string
(Updatable) The display name of the security policy deployment. 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"}
securityPolicyDeploymentId
This property is required.
Changes to this property will trigger replacement.
String

The OCID of the security policy deployment 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 security policy deployment.
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 security policy deployment.
displayName String
(Updatable) The display name of the security policy deployment. 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"}
securityPolicyDeploymentId
This property is required.
Changes to this property will trigger replacement.
string

The OCID of the security policy deployment 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 security policy deployment.
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 security policy deployment.
displayName string
(Updatable) The display name of the security policy deployment. 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"}
security_policy_deployment_id
This property is required.
Changes to this property will trigger replacement.
str

The OCID of the security policy deployment 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 security policy deployment.
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 security policy deployment.
display_name str
(Updatable) The display name of the security policy deployment. 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"}
securityPolicyDeploymentId
This property is required.
Changes to this property will trigger replacement.
String

The OCID of the security policy deployment 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 security policy deployment.
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 security policy deployment.
displayName String
(Updatable) The display name of the security policy deployment. 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 SecurityPolicyDeployment resource produces the following output properties:

Id string
The provider-assigned unique ID for this managed resource.
LifecycleDetails string
Details about the current state of the security policy deployment in Data Safe.
SecurityPolicyId string
The OCID of the security policy corresponding to the security policy deployment.
State string
The current state of the security policy deployment.
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"}
TargetId string
The OCID of the target where the security policy is deployed.
TimeCreated string
The time that the security policy deployment was created, in the format defined by RFC3339.
TimeUpdated string
The last date and time the security policy deployment was updated, in the format defined by RFC3339.
Id string
The provider-assigned unique ID for this managed resource.
LifecycleDetails string
Details about the current state of the security policy deployment in Data Safe.
SecurityPolicyId string
The OCID of the security policy corresponding to the security policy deployment.
State string
The current state of the security policy deployment.
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"}
TargetId string
The OCID of the target where the security policy is deployed.
TimeCreated string
The time that the security policy deployment was created, in the format defined by RFC3339.
TimeUpdated string
The last date and time the security policy deployment was updated, in the format defined by RFC3339.
id String
The provider-assigned unique ID for this managed resource.
lifecycleDetails String
Details about the current state of the security policy deployment in Data Safe.
securityPolicyId String
The OCID of the security policy corresponding to the security policy deployment.
state String
The current state of the security policy deployment.
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"}
targetId String
The OCID of the target where the security policy is deployed.
timeCreated String
The time that the security policy deployment was created, in the format defined by RFC3339.
timeUpdated String
The last date and time the security policy deployment was updated, in the format defined by RFC3339.
id string
The provider-assigned unique ID for this managed resource.
lifecycleDetails string
Details about the current state of the security policy deployment in Data Safe.
securityPolicyId string
The OCID of the security policy corresponding to the security policy deployment.
state string
The current state of the security policy deployment.
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"}
targetId string
The OCID of the target where the security policy is deployed.
timeCreated string
The time that the security policy deployment was created, in the format defined by RFC3339.
timeUpdated string
The last date and time the security policy deployment was updated, in the format defined by RFC3339.
id str
The provider-assigned unique ID for this managed resource.
lifecycle_details str
Details about the current state of the security policy deployment in Data Safe.
security_policy_id str
The OCID of the security policy corresponding to the security policy deployment.
state str
The current state of the security policy deployment.
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"}
target_id str
The OCID of the target where the security policy is deployed.
time_created str
The time that the security policy deployment was created, in the format defined by RFC3339.
time_updated str
The last date and time the security policy deployment was updated, in the format defined by RFC3339.
id String
The provider-assigned unique ID for this managed resource.
lifecycleDetails String
Details about the current state of the security policy deployment in Data Safe.
securityPolicyId String
The OCID of the security policy corresponding to the security policy deployment.
state String
The current state of the security policy deployment.
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"}
targetId String
The OCID of the target where the security policy is deployed.
timeCreated String
The time that the security policy deployment was created, in the format defined by RFC3339.
timeUpdated String
The last date and time the security policy deployment was updated, in the format defined by RFC3339.

Look up Existing SecurityPolicyDeployment Resource

Get an existing SecurityPolicyDeployment 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?: SecurityPolicyDeploymentState, opts?: CustomResourceOptions): SecurityPolicyDeployment
@staticmethod
def get(resource_name: str,
        id: str,
        opts: Optional[ResourceOptions] = 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,
        lifecycle_details: Optional[str] = None,
        security_policy_deployment_id: Optional[str] = None,
        security_policy_id: Optional[str] = None,
        state: Optional[str] = None,
        system_tags: Optional[Mapping[str, str]] = None,
        target_id: Optional[str] = None,
        time_created: Optional[str] = None,
        time_updated: Optional[str] = None) -> SecurityPolicyDeployment
func GetSecurityPolicyDeployment(ctx *Context, name string, id IDInput, state *SecurityPolicyDeploymentState, opts ...ResourceOption) (*SecurityPolicyDeployment, error)
public static SecurityPolicyDeployment Get(string name, Input<string> id, SecurityPolicyDeploymentState? state, CustomResourceOptions? opts = null)
public static SecurityPolicyDeployment get(String name, Output<String> id, SecurityPolicyDeploymentState state, CustomResourceOptions options)
resources:  _:    type: oci:DataSafe:SecurityPolicyDeployment    get:      id: ${id}
name This property is required.
The unique name of the resulting resource.
id This property is required.
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 This property is required.
The unique name of the resulting resource.
id This property is required.
The unique provider ID of the resource to lookup.
name This property is required.
The unique name of the resulting resource.
id This property is required.
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 This property is required.
The unique name of the resulting resource.
id This property is required.
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 This property is required.
The unique name of the resulting resource.
id This property is required.
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:
CompartmentId string
(Updatable) The OCID of the compartment containing the security policy deployment.
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 security policy deployment.
DisplayName string
(Updatable) The display name of the security policy deployment. 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"}
LifecycleDetails string
Details about the current state of the security policy deployment in Data Safe.
SecurityPolicyDeploymentId Changes to this property will trigger replacement. string

The OCID of the security policy deployment 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

SecurityPolicyId string
The OCID of the security policy corresponding to the security policy deployment.
State string
The current state of the security policy deployment.
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"}
TargetId string
The OCID of the target where the security policy is deployed.
TimeCreated string
The time that the security policy deployment was created, in the format defined by RFC3339.
TimeUpdated string
The last date and time the security policy deployment was updated, in the format defined by RFC3339.
CompartmentId string
(Updatable) The OCID of the compartment containing the security policy deployment.
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 security policy deployment.
DisplayName string
(Updatable) The display name of the security policy deployment. 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"}
LifecycleDetails string
Details about the current state of the security policy deployment in Data Safe.
SecurityPolicyDeploymentId Changes to this property will trigger replacement. string

The OCID of the security policy deployment 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

SecurityPolicyId string
The OCID of the security policy corresponding to the security policy deployment.
State string
The current state of the security policy deployment.
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"}
TargetId string
The OCID of the target where the security policy is deployed.
TimeCreated string
The time that the security policy deployment was created, in the format defined by RFC3339.
TimeUpdated string
The last date and time the security policy deployment was updated, in the format defined by RFC3339.
compartmentId String
(Updatable) The OCID of the compartment containing the security policy deployment.
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 security policy deployment.
displayName String
(Updatable) The display name of the security policy deployment. 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"}
lifecycleDetails String
Details about the current state of the security policy deployment in Data Safe.
securityPolicyDeploymentId Changes to this property will trigger replacement. String

The OCID of the security policy deployment 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

securityPolicyId String
The OCID of the security policy corresponding to the security policy deployment.
state String
The current state of the security policy deployment.
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"}
targetId String
The OCID of the target where the security policy is deployed.
timeCreated String
The time that the security policy deployment was created, in the format defined by RFC3339.
timeUpdated String
The last date and time the security policy deployment was updated, in the format defined by RFC3339.
compartmentId string
(Updatable) The OCID of the compartment containing the security policy deployment.
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 security policy deployment.
displayName string
(Updatable) The display name of the security policy deployment. 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"}
lifecycleDetails string
Details about the current state of the security policy deployment in Data Safe.
securityPolicyDeploymentId Changes to this property will trigger replacement. string

The OCID of the security policy deployment 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

securityPolicyId string
The OCID of the security policy corresponding to the security policy deployment.
state string
The current state of the security policy deployment.
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"}
targetId string
The OCID of the target where the security policy is deployed.
timeCreated string
The time that the security policy deployment was created, in the format defined by RFC3339.
timeUpdated string
The last date and time the security policy deployment was updated, in the format defined by RFC3339.
compartment_id str
(Updatable) The OCID of the compartment containing the security policy deployment.
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 security policy deployment.
display_name str
(Updatable) The display name of the security policy deployment. 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"}
lifecycle_details str
Details about the current state of the security policy deployment in Data Safe.
security_policy_deployment_id Changes to this property will trigger replacement. str

The OCID of the security policy deployment 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

security_policy_id str
The OCID of the security policy corresponding to the security policy deployment.
state str
The current state of the security policy deployment.
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"}
target_id str
The OCID of the target where the security policy is deployed.
time_created str
The time that the security policy deployment was created, in the format defined by RFC3339.
time_updated str
The last date and time the security policy deployment was updated, in the format defined by RFC3339.
compartmentId String
(Updatable) The OCID of the compartment containing the security policy deployment.
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 security policy deployment.
displayName String
(Updatable) The display name of the security policy deployment. 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"}
lifecycleDetails String
Details about the current state of the security policy deployment in Data Safe.
securityPolicyDeploymentId Changes to this property will trigger replacement. String

The OCID of the security policy deployment 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

securityPolicyId String
The OCID of the security policy corresponding to the security policy deployment.
state String
The current state of the security policy deployment.
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"}
targetId String
The OCID of the target where the security policy is deployed.
timeCreated String
The time that the security policy deployment was created, in the format defined by RFC3339.
timeUpdated String
The last date and time the security policy deployment was updated, in the format defined by RFC3339.

Import

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

$ pulumi import oci:DataSafe/securityPolicyDeployment:SecurityPolicyDeployment test_security_policy_deployment "id"
Copy

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.