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

checkpoint.ManagementSetLoginMessage

Explore with Pulumi AI

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

    Create ManagementSetLoginMessage Resource

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

    Constructor syntax

    new ManagementSetLoginMessage(name: string, args?: ManagementSetLoginMessageArgs, opts?: CustomResourceOptions);
    @overload
    def ManagementSetLoginMessage(resource_name: str,
                                  args: Optional[ManagementSetLoginMessageArgs] = None,
                                  opts: Optional[ResourceOptions] = None)
    
    @overload
    def ManagementSetLoginMessage(resource_name: str,
                                  opts: Optional[ResourceOptions] = None,
                                  header: Optional[str] = None,
                                  management_set_login_message_id: Optional[str] = None,
                                  message: Optional[str] = None,
                                  show_message: Optional[bool] = None,
                                  warning: Optional[bool] = None)
    func NewManagementSetLoginMessage(ctx *Context, name string, args *ManagementSetLoginMessageArgs, opts ...ResourceOption) (*ManagementSetLoginMessage, error)
    public ManagementSetLoginMessage(string name, ManagementSetLoginMessageArgs? args = null, CustomResourceOptions? opts = null)
    public ManagementSetLoginMessage(String name, ManagementSetLoginMessageArgs args)
    public ManagementSetLoginMessage(String name, ManagementSetLoginMessageArgs args, CustomResourceOptions options)
    
    type: checkpoint:ManagementSetLoginMessage
    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 ManagementSetLoginMessageArgs
    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 ManagementSetLoginMessageArgs
    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 ManagementSetLoginMessageArgs
    The arguments to resource properties.
    opts ResourceOption
    Bag of options to control resource's behavior.
    name string
    The unique name of the resource.
    args ManagementSetLoginMessageArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    name String
    The unique name of the resource.
    args ManagementSetLoginMessageArgs
    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 managementSetLoginMessageResource = new Checkpoint.ManagementSetLoginMessage("managementSetLoginMessageResource", new()
    {
        Header = "string",
        ManagementSetLoginMessageId = "string",
        Message = "string",
        ShowMessage = false,
        Warning = false,
    });
    
    example, err := checkpoint.NewManagementSetLoginMessage(ctx, "managementSetLoginMessageResource", &checkpoint.ManagementSetLoginMessageArgs{
    	Header:                      pulumi.String("string"),
    	ManagementSetLoginMessageId: pulumi.String("string"),
    	Message:                     pulumi.String("string"),
    	ShowMessage:                 pulumi.Bool(false),
    	Warning:                     pulumi.Bool(false),
    })
    
    var managementSetLoginMessageResource = new ManagementSetLoginMessage("managementSetLoginMessageResource", ManagementSetLoginMessageArgs.builder()
        .header("string")
        .managementSetLoginMessageId("string")
        .message("string")
        .showMessage(false)
        .warning(false)
        .build());
    
    management_set_login_message_resource = checkpoint.ManagementSetLoginMessage("managementSetLoginMessageResource",
        header="string",
        management_set_login_message_id="string",
        message="string",
        show_message=False,
        warning=False)
    
    const managementSetLoginMessageResource = new checkpoint.ManagementSetLoginMessage("managementSetLoginMessageResource", {
        header: "string",
        managementSetLoginMessageId: "string",
        message: "string",
        showMessage: false,
        warning: false,
    });
    
    type: checkpoint:ManagementSetLoginMessage
    properties:
        header: string
        managementSetLoginMessageId: string
        message: string
        showMessage: false
        warning: false
    

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

    Header string
    Login message header.
    ManagementSetLoginMessageId string
    Message string
    Login message body.
    ShowMessage bool
    Whether to show login message.
    Warning bool
    Add warning sign.
    Header string
    Login message header.
    ManagementSetLoginMessageId string
    Message string
    Login message body.
    ShowMessage bool
    Whether to show login message.
    Warning bool
    Add warning sign.
    header String
    Login message header.
    managementSetLoginMessageId String
    message String
    Login message body.
    showMessage Boolean
    Whether to show login message.
    warning Boolean
    Add warning sign.
    header string
    Login message header.
    managementSetLoginMessageId string
    message string
    Login message body.
    showMessage boolean
    Whether to show login message.
    warning boolean
    Add warning sign.
    header str
    Login message header.
    management_set_login_message_id str
    message str
    Login message body.
    show_message bool
    Whether to show login message.
    warning bool
    Add warning sign.
    header String
    Login message header.
    managementSetLoginMessageId String
    message String
    Login message body.
    showMessage Boolean
    Whether to show login message.
    warning Boolean
    Add warning sign.

    Outputs

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

    Get an existing ManagementSetLoginMessage 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?: ManagementSetLoginMessageState, opts?: CustomResourceOptions): ManagementSetLoginMessage
    @staticmethod
    def get(resource_name: str,
            id: str,
            opts: Optional[ResourceOptions] = None,
            header: Optional[str] = None,
            management_set_login_message_id: Optional[str] = None,
            message: Optional[str] = None,
            show_message: Optional[bool] = None,
            warning: Optional[bool] = None) -> ManagementSetLoginMessage
    func GetManagementSetLoginMessage(ctx *Context, name string, id IDInput, state *ManagementSetLoginMessageState, opts ...ResourceOption) (*ManagementSetLoginMessage, error)
    public static ManagementSetLoginMessage Get(string name, Input<string> id, ManagementSetLoginMessageState? state, CustomResourceOptions? opts = null)
    public static ManagementSetLoginMessage get(String name, Output<String> id, ManagementSetLoginMessageState state, CustomResourceOptions options)
    resources:  _:    type: checkpoint:ManagementSetLoginMessage    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:
    Header string
    Login message header.
    ManagementSetLoginMessageId string
    Message string
    Login message body.
    ShowMessage bool
    Whether to show login message.
    Warning bool
    Add warning sign.
    Header string
    Login message header.
    ManagementSetLoginMessageId string
    Message string
    Login message body.
    ShowMessage bool
    Whether to show login message.
    Warning bool
    Add warning sign.
    header String
    Login message header.
    managementSetLoginMessageId String
    message String
    Login message body.
    showMessage Boolean
    Whether to show login message.
    warning Boolean
    Add warning sign.
    header string
    Login message header.
    managementSetLoginMessageId string
    message string
    Login message body.
    showMessage boolean
    Whether to show login message.
    warning boolean
    Add warning sign.
    header str
    Login message header.
    management_set_login_message_id str
    message str
    Login message body.
    show_message bool
    Whether to show login message.
    warning bool
    Add warning sign.
    header String
    Login message header.
    managementSetLoginMessageId String
    message String
    Login message body.
    showMessage Boolean
    Whether to show login message.
    warning Boolean
    Add warning sign.

    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