checkpoint.ManagementCommandUnlockObject
Explore with Pulumi AI
Create ManagementCommandUnlockObject Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new ManagementCommandUnlockObject(name: string, args?: ManagementCommandUnlockObjectArgs, opts?: CustomResourceOptions);
@overload
def ManagementCommandUnlockObject(resource_name: str,
args: Optional[ManagementCommandUnlockObjectArgs] = None,
opts: Optional[ResourceOptions] = None)
@overload
def ManagementCommandUnlockObject(resource_name: str,
opts: Optional[ResourceOptions] = None,
layer: Optional[str] = None,
management_command_unlock_object_id: Optional[str] = None,
name: Optional[str] = None,
type: Optional[str] = None,
uid: Optional[str] = None)
func NewManagementCommandUnlockObject(ctx *Context, name string, args *ManagementCommandUnlockObjectArgs, opts ...ResourceOption) (*ManagementCommandUnlockObject, error)
public ManagementCommandUnlockObject(string name, ManagementCommandUnlockObjectArgs? args = null, CustomResourceOptions? opts = null)
public ManagementCommandUnlockObject(String name, ManagementCommandUnlockObjectArgs args)
public ManagementCommandUnlockObject(String name, ManagementCommandUnlockObjectArgs args, CustomResourceOptions options)
type: checkpoint:ManagementCommandUnlockObject
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 ManagementCommandUnlockObjectArgs
- 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 ManagementCommandUnlockObjectArgs
- 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 ManagementCommandUnlockObjectArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args ManagementCommandUnlockObjectArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args ManagementCommandUnlockObjectArgs
- 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 managementCommandUnlockObjectResource = new Checkpoint.ManagementCommandUnlockObject("managementCommandUnlockObjectResource", new()
{
Layer = "string",
ManagementCommandUnlockObjectId = "string",
Name = "string",
Type = "string",
Uid = "string",
});
example, err := checkpoint.NewManagementCommandUnlockObject(ctx, "managementCommandUnlockObjectResource", &checkpoint.ManagementCommandUnlockObjectArgs{
Layer: pulumi.String("string"),
ManagementCommandUnlockObjectId: pulumi.String("string"),
Name: pulumi.String("string"),
Type: pulumi.String("string"),
Uid: pulumi.String("string"),
})
var managementCommandUnlockObjectResource = new ManagementCommandUnlockObject("managementCommandUnlockObjectResource", ManagementCommandUnlockObjectArgs.builder()
.layer("string")
.managementCommandUnlockObjectId("string")
.name("string")
.type("string")
.uid("string")
.build());
management_command_unlock_object_resource = checkpoint.ManagementCommandUnlockObject("managementCommandUnlockObjectResource",
layer="string",
management_command_unlock_object_id="string",
name="string",
type="string",
uid="string")
const managementCommandUnlockObjectResource = new checkpoint.ManagementCommandUnlockObject("managementCommandUnlockObjectResource", {
layer: "string",
managementCommandUnlockObjectId: "string",
name: "string",
type: "string",
uid: "string",
});
type: checkpoint:ManagementCommandUnlockObject
properties:
layer: string
managementCommandUnlockObjectId: string
name: string
type: string
uid: string
ManagementCommandUnlockObject 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 ManagementCommandUnlockObject resource accepts the following input properties:
- Layer string
- Object layer, need to specify the layer if the object is rule/section and uid is not supplied.
- Management
Command stringUnlock Object Id - Name string
- Object name. Must be unique in the domain.
- Type string
- Object type.
- Uid string
- Object unique identifier. When using uid, there is no need to use name/type parameters
- Layer string
- Object layer, need to specify the layer if the object is rule/section and uid is not supplied.
- Management
Command stringUnlock Object Id - Name string
- Object name. Must be unique in the domain.
- Type string
- Object type.
- Uid string
- Object unique identifier. When using uid, there is no need to use name/type parameters
- layer String
- Object layer, need to specify the layer if the object is rule/section and uid is not supplied.
- management
Command StringUnlock Object Id - name String
- Object name. Must be unique in the domain.
- type String
- Object type.
- uid String
- Object unique identifier. When using uid, there is no need to use name/type parameters
- layer string
- Object layer, need to specify the layer if the object is rule/section and uid is not supplied.
- management
Command stringUnlock Object Id - name string
- Object name. Must be unique in the domain.
- type string
- Object type.
- uid string
- Object unique identifier. When using uid, there is no need to use name/type parameters
- layer str
- Object layer, need to specify the layer if the object is rule/section and uid is not supplied.
- management_
command_ strunlock_ object_ id - name str
- Object name. Must be unique in the domain.
- type str
- Object type.
- uid str
- Object unique identifier. When using uid, there is no need to use name/type parameters
- layer String
- Object layer, need to specify the layer if the object is rule/section and uid is not supplied.
- management
Command StringUnlock Object Id - name String
- Object name. Must be unique in the domain.
- type String
- Object type.
- uid String
- Object unique identifier. When using uid, there is no need to use name/type parameters
Outputs
All input properties are implicitly available as output properties. Additionally, the ManagementCommandUnlockObject resource produces the following output properties:
- Id string
- The provider-assigned unique ID for this managed resource.
- Id string
- The provider-assigned unique ID for this managed resource.
- id String
- The provider-assigned unique ID for this managed resource.
- id string
- The provider-assigned unique ID for this managed resource.
- id str
- The provider-assigned unique ID for this managed resource.
- id String
- The provider-assigned unique ID for this managed resource.
Look up Existing ManagementCommandUnlockObject Resource
Get an existing ManagementCommandUnlockObject 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?: ManagementCommandUnlockObjectState, opts?: CustomResourceOptions): ManagementCommandUnlockObject
@staticmethod
def get(resource_name: str,
id: str,
opts: Optional[ResourceOptions] = None,
layer: Optional[str] = None,
management_command_unlock_object_id: Optional[str] = None,
name: Optional[str] = None,
type: Optional[str] = None,
uid: Optional[str] = None) -> ManagementCommandUnlockObject
func GetManagementCommandUnlockObject(ctx *Context, name string, id IDInput, state *ManagementCommandUnlockObjectState, opts ...ResourceOption) (*ManagementCommandUnlockObject, error)
public static ManagementCommandUnlockObject Get(string name, Input<string> id, ManagementCommandUnlockObjectState? state, CustomResourceOptions? opts = null)
public static ManagementCommandUnlockObject get(String name, Output<String> id, ManagementCommandUnlockObjectState state, CustomResourceOptions options)
resources: _: type: checkpoint:ManagementCommandUnlockObject 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.
- Layer string
- Object layer, need to specify the layer if the object is rule/section and uid is not supplied.
- Management
Command stringUnlock Object Id - Name string
- Object name. Must be unique in the domain.
- Type string
- Object type.
- Uid string
- Object unique identifier. When using uid, there is no need to use name/type parameters
- Layer string
- Object layer, need to specify the layer if the object is rule/section and uid is not supplied.
- Management
Command stringUnlock Object Id - Name string
- Object name. Must be unique in the domain.
- Type string
- Object type.
- Uid string
- Object unique identifier. When using uid, there is no need to use name/type parameters
- layer String
- Object layer, need to specify the layer if the object is rule/section and uid is not supplied.
- management
Command StringUnlock Object Id - name String
- Object name. Must be unique in the domain.
- type String
- Object type.
- uid String
- Object unique identifier. When using uid, there is no need to use name/type parameters
- layer string
- Object layer, need to specify the layer if the object is rule/section and uid is not supplied.
- management
Command stringUnlock Object Id - name string
- Object name. Must be unique in the domain.
- type string
- Object type.
- uid string
- Object unique identifier. When using uid, there is no need to use name/type parameters
- layer str
- Object layer, need to specify the layer if the object is rule/section and uid is not supplied.
- management_
command_ strunlock_ object_ id - name str
- Object name. Must be unique in the domain.
- type str
- Object type.
- uid str
- Object unique identifier. When using uid, there is no need to use name/type parameters
- layer String
- Object layer, need to specify the layer if the object is rule/section and uid is not supplied.
- management
Command StringUnlock Object Id - name String
- Object name. Must be unique in the domain.
- type String
- Object type.
- uid String
- Object unique identifier. When using uid, there is no need to use name/type parameters
Package Details
- Repository
- checkpoint checkpointsw/terraform-provider-checkpoint
- License
- Notes
- This Pulumi package is based on the
checkpoint
Terraform Provider.