oci.DataSafe.SecurityPolicyDeploymentManagement
Explore with Pulumi AI
Create SecurityPolicyDeploymentManagement Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new SecurityPolicyDeploymentManagement(name: string, args?: SecurityPolicyDeploymentManagementArgs, opts?: CustomResourceOptions);
@overload
def SecurityPolicyDeploymentManagement(resource_name: str,
args: Optional[SecurityPolicyDeploymentManagementArgs] = None,
opts: Optional[ResourceOptions] = None)
@overload
def SecurityPolicyDeploymentManagement(resource_name: str,
opts: Optional[ResourceOptions] = None,
compartment_id: Optional[str] = None,
defined_tags: Optional[Mapping[str, Any]] = None,
description: Optional[str] = None,
display_name: Optional[str] = None,
freeform_tags: Optional[Mapping[str, Any]] = None,
target_id: Optional[str] = None)
func NewSecurityPolicyDeploymentManagement(ctx *Context, name string, args *SecurityPolicyDeploymentManagementArgs, opts ...ResourceOption) (*SecurityPolicyDeploymentManagement, error)
public SecurityPolicyDeploymentManagement(string name, SecurityPolicyDeploymentManagementArgs? args = null, CustomResourceOptions? opts = null)
public SecurityPolicyDeploymentManagement(String name, SecurityPolicyDeploymentManagementArgs args)
public SecurityPolicyDeploymentManagement(String name, SecurityPolicyDeploymentManagementArgs args, CustomResourceOptions options)
type: oci:DataSafe:SecurityPolicyDeploymentManagement
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 SecurityPolicyDeploymentManagementArgs
- 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 SecurityPolicyDeploymentManagementArgs
- 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 SecurityPolicyDeploymentManagementArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args SecurityPolicyDeploymentManagementArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args SecurityPolicyDeploymentManagementArgs
- 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 securityPolicyDeploymentManagementResource = new Oci.DataSafe.SecurityPolicyDeploymentManagement("securityPolicyDeploymentManagementResource", new()
{
CompartmentId = "string",
DefinedTags =
{
{ "string", "any" },
},
Description = "string",
DisplayName = "string",
FreeformTags =
{
{ "string", "any" },
},
TargetId = "string",
});
example, err := DataSafe.NewSecurityPolicyDeploymentManagement(ctx, "securityPolicyDeploymentManagementResource", &DataSafe.SecurityPolicyDeploymentManagementArgs{
CompartmentId: pulumi.String("string"),
DefinedTags: pulumi.Map{
"string": pulumi.Any("any"),
},
Description: pulumi.String("string"),
DisplayName: pulumi.String("string"),
FreeformTags: pulumi.Map{
"string": pulumi.Any("any"),
},
TargetId: pulumi.String("string"),
})
var securityPolicyDeploymentManagementResource = new SecurityPolicyDeploymentManagement("securityPolicyDeploymentManagementResource", SecurityPolicyDeploymentManagementArgs.builder()
.compartmentId("string")
.definedTags(Map.of("string", "any"))
.description("string")
.displayName("string")
.freeformTags(Map.of("string", "any"))
.targetId("string")
.build());
security_policy_deployment_management_resource = oci.data_safe.SecurityPolicyDeploymentManagement("securityPolicyDeploymentManagementResource",
compartment_id="string",
defined_tags={
"string": "any",
},
description="string",
display_name="string",
freeform_tags={
"string": "any",
},
target_id="string")
const securityPolicyDeploymentManagementResource = new oci.datasafe.SecurityPolicyDeploymentManagement("securityPolicyDeploymentManagementResource", {
compartmentId: "string",
definedTags: {
string: "any",
},
description: "string",
displayName: "string",
freeformTags: {
string: "any",
},
targetId: "string",
});
type: oci:DataSafe:SecurityPolicyDeploymentManagement
properties:
compartmentId: string
definedTags:
string: any
description: string
displayName: string
freeformTags:
string: any
targetId: string
SecurityPolicyDeploymentManagement Resource Properties
To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.
Inputs
The SecurityPolicyDeploymentManagement resource accepts the following input properties:
- Compartment
Id string - Dictionary<string, object>
- Description string
- Display
Name string - Dictionary<string, object>
- Target
Id string
- Compartment
Id string - map[string]interface{}
- Description string
- Display
Name string - map[string]interface{}
- Target
Id string
- compartment
Id String - Map<String,Object>
- description String
- display
Name String - Map<String,Object>
- target
Id String
- compartment
Id string - {[key: string]: any}
- description string
- display
Name string - {[key: string]: any}
- target
Id string
- compartment_
id str - Mapping[str, Any]
- description str
- display_
name str - Mapping[str, Any]
- target_
id str
- compartment
Id String - Map<Any>
- description String
- display
Name String - Map<Any>
- target
Id String
Outputs
All input properties are implicitly available as output properties. Additionally, the SecurityPolicyDeploymentManagement resource produces the following output properties:
- Id string
- The provider-assigned unique ID for this managed resource.
- Lifecycle
Details string - Security
Policy stringId - State string
- Dictionary<string, object>
- Time
Created string - Time
Updated string
- Id string
- The provider-assigned unique ID for this managed resource.
- Lifecycle
Details string - Security
Policy stringId - State string
- map[string]interface{}
- Time
Created string - Time
Updated string
- id String
- The provider-assigned unique ID for this managed resource.
- lifecycle
Details String - security
Policy StringId - state String
- Map<String,Object>
- time
Created String - time
Updated String
- id string
- The provider-assigned unique ID for this managed resource.
- lifecycle
Details string - security
Policy stringId - state string
- {[key: string]: any}
- time
Created string - time
Updated string
- id str
- The provider-assigned unique ID for this managed resource.
- lifecycle_
details str - security_
policy_ strid - state str
- Mapping[str, Any]
- time_
created str - time_
updated str
- id String
- The provider-assigned unique ID for this managed resource.
- lifecycle
Details String - security
Policy StringId - state String
- Map<Any>
- time
Created String - time
Updated String
Look up Existing SecurityPolicyDeploymentManagement Resource
Get an existing SecurityPolicyDeploymentManagement 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?: SecurityPolicyDeploymentManagementState, opts?: CustomResourceOptions): SecurityPolicyDeploymentManagement
@staticmethod
def get(resource_name: str,
id: str,
opts: Optional[ResourceOptions] = None,
compartment_id: Optional[str] = None,
defined_tags: Optional[Mapping[str, Any]] = None,
description: Optional[str] = None,
display_name: Optional[str] = None,
freeform_tags: Optional[Mapping[str, Any]] = None,
lifecycle_details: Optional[str] = None,
security_policy_id: Optional[str] = None,
state: Optional[str] = None,
system_tags: Optional[Mapping[str, Any]] = None,
target_id: Optional[str] = None,
time_created: Optional[str] = None,
time_updated: Optional[str] = None) -> SecurityPolicyDeploymentManagement
func GetSecurityPolicyDeploymentManagement(ctx *Context, name string, id IDInput, state *SecurityPolicyDeploymentManagementState, opts ...ResourceOption) (*SecurityPolicyDeploymentManagement, error)
public static SecurityPolicyDeploymentManagement Get(string name, Input<string> id, SecurityPolicyDeploymentManagementState? state, CustomResourceOptions? opts = null)
public static SecurityPolicyDeploymentManagement get(String name, Output<String> id, SecurityPolicyDeploymentManagementState state, CustomResourceOptions options)
Resource lookup is not supported in YAML
- 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.
- Compartment
Id string - Dictionary<string, object>
- Description string
- Display
Name string - Dictionary<string, object>
- Lifecycle
Details string - Security
Policy stringId - State string
- Dictionary<string, object>
- Target
Id string - Time
Created string - Time
Updated string
- Compartment
Id string - map[string]interface{}
- Description string
- Display
Name string - map[string]interface{}
- Lifecycle
Details string - Security
Policy stringId - State string
- map[string]interface{}
- Target
Id string - Time
Created string - Time
Updated string
- compartment
Id String - Map<String,Object>
- description String
- display
Name String - Map<String,Object>
- lifecycle
Details String - security
Policy StringId - state String
- Map<String,Object>
- target
Id String - time
Created String - time
Updated String
- compartment
Id string - {[key: string]: any}
- description string
- display
Name string - {[key: string]: any}
- lifecycle
Details string - security
Policy stringId - state string
- {[key: string]: any}
- target
Id string - time
Created string - time
Updated string
- compartment_
id str - Mapping[str, Any]
- description str
- display_
name str - Mapping[str, Any]
- lifecycle_
details str - security_
policy_ strid - state str
- Mapping[str, Any]
- target_
id str - time_
created str - time_
updated str
- compartment
Id String - Map<Any>
- description String
- display
Name String - Map<Any>
- lifecycle
Details String - security
Policy StringId - state String
- Map<Any>
- target
Id String - time
Created String - time
Updated String
Package Details
- Repository
- oci pulumi/pulumi-oci
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
oci
Terraform Provider.