1. Packages
  2. Checkpoint Provider
  3. API Docs
  4. ManagementCommandSetPolicySettings
checkpoint 2.9.0 published on Monday, Apr 14, 2025 by checkpointsw

checkpoint.ManagementCommandSetPolicySettings

Explore with Pulumi AI

checkpoint logo
checkpoint 2.9.0 published on Monday, Apr 14, 2025 by checkpointsw

    Create ManagementCommandSetPolicySettings Resource

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

    Constructor syntax

    new ManagementCommandSetPolicySettings(name: string, args?: ManagementCommandSetPolicySettingsArgs, opts?: CustomResourceOptions);
    @overload
    def ManagementCommandSetPolicySettings(resource_name: str,
                                           args: Optional[ManagementCommandSetPolicySettingsArgs] = None,
                                           opts: Optional[ResourceOptions] = None)
    
    @overload
    def ManagementCommandSetPolicySettings(resource_name: str,
                                           opts: Optional[ResourceOptions] = None,
                                           last_in_cell: Optional[str] = None,
                                           management_command_set_policy_settings_id: Optional[str] = None,
                                           none_object_behavior: Optional[str] = None,
                                           security_access_defaults: Optional[Mapping[str, str]] = None)
    func NewManagementCommandSetPolicySettings(ctx *Context, name string, args *ManagementCommandSetPolicySettingsArgs, opts ...ResourceOption) (*ManagementCommandSetPolicySettings, error)
    public ManagementCommandSetPolicySettings(string name, ManagementCommandSetPolicySettingsArgs? args = null, CustomResourceOptions? opts = null)
    public ManagementCommandSetPolicySettings(String name, ManagementCommandSetPolicySettingsArgs args)
    public ManagementCommandSetPolicySettings(String name, ManagementCommandSetPolicySettingsArgs args, CustomResourceOptions options)
    
    type: checkpoint:ManagementCommandSetPolicySettings
    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 ManagementCommandSetPolicySettingsArgs
    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 ManagementCommandSetPolicySettingsArgs
    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 ManagementCommandSetPolicySettingsArgs
    The arguments to resource properties.
    opts ResourceOption
    Bag of options to control resource's behavior.
    name string
    The unique name of the resource.
    args ManagementCommandSetPolicySettingsArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    name String
    The unique name of the resource.
    args ManagementCommandSetPolicySettingsArgs
    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 managementCommandSetPolicySettingsResource = new Checkpoint.ManagementCommandSetPolicySettings("managementCommandSetPolicySettingsResource", new()
    {
        LastInCell = "string",
        ManagementCommandSetPolicySettingsId = "string",
        NoneObjectBehavior = "string",
        SecurityAccessDefaults = 
        {
            { "string", "string" },
        },
    });
    
    example, err := checkpoint.NewManagementCommandSetPolicySettings(ctx, "managementCommandSetPolicySettingsResource", &checkpoint.ManagementCommandSetPolicySettingsArgs{
    	LastInCell:                           pulumi.String("string"),
    	ManagementCommandSetPolicySettingsId: pulumi.String("string"),
    	NoneObjectBehavior:                   pulumi.String("string"),
    	SecurityAccessDefaults: pulumi.StringMap{
    		"string": pulumi.String("string"),
    	},
    })
    
    var managementCommandSetPolicySettingsResource = new ManagementCommandSetPolicySettings("managementCommandSetPolicySettingsResource", ManagementCommandSetPolicySettingsArgs.builder()
        .lastInCell("string")
        .managementCommandSetPolicySettingsId("string")
        .noneObjectBehavior("string")
        .securityAccessDefaults(Map.of("string", "string"))
        .build());
    
    management_command_set_policy_settings_resource = checkpoint.ManagementCommandSetPolicySettings("managementCommandSetPolicySettingsResource",
        last_in_cell="string",
        management_command_set_policy_settings_id="string",
        none_object_behavior="string",
        security_access_defaults={
            "string": "string",
        })
    
    const managementCommandSetPolicySettingsResource = new checkpoint.ManagementCommandSetPolicySettings("managementCommandSetPolicySettingsResource", {
        lastInCell: "string",
        managementCommandSetPolicySettingsId: "string",
        noneObjectBehavior: "string",
        securityAccessDefaults: {
            string: "string",
        },
    });
    
    type: checkpoint:ManagementCommandSetPolicySettings
    properties:
        lastInCell: string
        managementCommandSetPolicySettingsId: string
        noneObjectBehavior: string
        securityAccessDefaults:
            string: string
    

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

    LastInCell string
    Added object after removing the last object in cell.
    ManagementCommandSetPolicySettingsId string
    NoneObjectBehavior string
    'None' object behavior. Rules with object 'None' will never be matched.
    SecurityAccessDefaults Dictionary<string, string>
    Access Policy default values.
    LastInCell string
    Added object after removing the last object in cell.
    ManagementCommandSetPolicySettingsId string
    NoneObjectBehavior string
    'None' object behavior. Rules with object 'None' will never be matched.
    SecurityAccessDefaults map[string]string
    Access Policy default values.
    lastInCell String
    Added object after removing the last object in cell.
    managementCommandSetPolicySettingsId String
    noneObjectBehavior String
    'None' object behavior. Rules with object 'None' will never be matched.
    securityAccessDefaults Map<String,String>
    Access Policy default values.
    lastInCell string
    Added object after removing the last object in cell.
    managementCommandSetPolicySettingsId string
    noneObjectBehavior string
    'None' object behavior. Rules with object 'None' will never be matched.
    securityAccessDefaults {[key: string]: string}
    Access Policy default values.
    last_in_cell str
    Added object after removing the last object in cell.
    management_command_set_policy_settings_id str
    none_object_behavior str
    'None' object behavior. Rules with object 'None' will never be matched.
    security_access_defaults Mapping[str, str]
    Access Policy default values.
    lastInCell String
    Added object after removing the last object in cell.
    managementCommandSetPolicySettingsId String
    noneObjectBehavior String
    'None' object behavior. Rules with object 'None' will never be matched.
    securityAccessDefaults Map<String>
    Access Policy default values.

    Outputs

    All input properties are implicitly available as output properties. Additionally, the ManagementCommandSetPolicySettings 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 ManagementCommandSetPolicySettings Resource

    Get an existing ManagementCommandSetPolicySettings 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?: ManagementCommandSetPolicySettingsState, opts?: CustomResourceOptions): ManagementCommandSetPolicySettings
    @staticmethod
    def get(resource_name: str,
            id: str,
            opts: Optional[ResourceOptions] = None,
            last_in_cell: Optional[str] = None,
            management_command_set_policy_settings_id: Optional[str] = None,
            none_object_behavior: Optional[str] = None,
            security_access_defaults: Optional[Mapping[str, str]] = None) -> ManagementCommandSetPolicySettings
    func GetManagementCommandSetPolicySettings(ctx *Context, name string, id IDInput, state *ManagementCommandSetPolicySettingsState, opts ...ResourceOption) (*ManagementCommandSetPolicySettings, error)
    public static ManagementCommandSetPolicySettings Get(string name, Input<string> id, ManagementCommandSetPolicySettingsState? state, CustomResourceOptions? opts = null)
    public static ManagementCommandSetPolicySettings get(String name, Output<String> id, ManagementCommandSetPolicySettingsState state, CustomResourceOptions options)
    resources:  _:    type: checkpoint:ManagementCommandSetPolicySettings    get:      id: ${id}
    name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    state
    Any extra arguments used during the lookup.
    opts
    A bag of options that control this resource's behavior.
    resource_name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    state
    Any extra arguments used during the lookup.
    opts
    A bag of options that control this resource's behavior.
    name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    state
    Any extra arguments used during the lookup.
    opts
    A bag of options that control this resource's behavior.
    name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    state
    Any extra arguments used during the lookup.
    opts
    A bag of options that control this resource's behavior.
    The following state arguments are supported:
    LastInCell string
    Added object after removing the last object in cell.
    ManagementCommandSetPolicySettingsId string
    NoneObjectBehavior string
    'None' object behavior. Rules with object 'None' will never be matched.
    SecurityAccessDefaults Dictionary<string, string>
    Access Policy default values.
    LastInCell string
    Added object after removing the last object in cell.
    ManagementCommandSetPolicySettingsId string
    NoneObjectBehavior string
    'None' object behavior. Rules with object 'None' will never be matched.
    SecurityAccessDefaults map[string]string
    Access Policy default values.
    lastInCell String
    Added object after removing the last object in cell.
    managementCommandSetPolicySettingsId String
    noneObjectBehavior String
    'None' object behavior. Rules with object 'None' will never be matched.
    securityAccessDefaults Map<String,String>
    Access Policy default values.
    lastInCell string
    Added object after removing the last object in cell.
    managementCommandSetPolicySettingsId string
    noneObjectBehavior string
    'None' object behavior. Rules with object 'None' will never be matched.
    securityAccessDefaults {[key: string]: string}
    Access Policy default values.
    last_in_cell str
    Added object after removing the last object in cell.
    management_command_set_policy_settings_id str
    none_object_behavior str
    'None' object behavior. Rules with object 'None' will never be matched.
    security_access_defaults Mapping[str, str]
    Access Policy default values.
    lastInCell String
    Added object after removing the last object in cell.
    managementCommandSetPolicySettingsId String
    noneObjectBehavior String
    'None' object behavior. Rules with object 'None' will never be matched.
    securityAccessDefaults Map<String>
    Access Policy default values.

    Package Details

    Repository
    checkpoint checkpointsw/terraform-provider-checkpoint
    License
    Notes
    This Pulumi package is based on the checkpoint Terraform Provider.
    checkpoint logo
    checkpoint 2.9.0 published on Monday, Apr 14, 2025 by checkpointsw