1. Packages
  2. Checkpoint Provider
  3. API Docs
  4. ManagementRenewScaledSharingServerCertificate
checkpoint 2.12.0 published on Monday, Nov 10, 2025 by checkpointsw
checkpoint logo
checkpoint 2.12.0 published on Monday, Nov 10, 2025 by checkpointsw

    Create ManagementRenewScaledSharingServerCertificate Resource

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

    Constructor syntax

    new ManagementRenewScaledSharingServerCertificate(name: string, args?: ManagementRenewScaledSharingServerCertificateArgs, opts?: CustomResourceOptions);
    @overload
    def ManagementRenewScaledSharingServerCertificate(resource_name: str,
                                                      args: Optional[ManagementRenewScaledSharingServerCertificateArgs] = None,
                                                      opts: Optional[ResourceOptions] = None)
    
    @overload
    def ManagementRenewScaledSharingServerCertificate(resource_name: str,
                                                      opts: Optional[ResourceOptions] = None,
                                                      management_renew_scaled_sharing_server_certificate_id: Optional[str] = None,
                                                      name: Optional[str] = None,
                                                      uid: Optional[str] = None)
    func NewManagementRenewScaledSharingServerCertificate(ctx *Context, name string, args *ManagementRenewScaledSharingServerCertificateArgs, opts ...ResourceOption) (*ManagementRenewScaledSharingServerCertificate, error)
    public ManagementRenewScaledSharingServerCertificate(string name, ManagementRenewScaledSharingServerCertificateArgs? args = null, CustomResourceOptions? opts = null)
    public ManagementRenewScaledSharingServerCertificate(String name, ManagementRenewScaledSharingServerCertificateArgs args)
    public ManagementRenewScaledSharingServerCertificate(String name, ManagementRenewScaledSharingServerCertificateArgs args, CustomResourceOptions options)
    
    type: checkpoint:ManagementRenewScaledSharingServerCertificate
    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 ManagementRenewScaledSharingServerCertificateArgs
    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 ManagementRenewScaledSharingServerCertificateArgs
    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 ManagementRenewScaledSharingServerCertificateArgs
    The arguments to resource properties.
    opts ResourceOption
    Bag of options to control resource's behavior.
    name string
    The unique name of the resource.
    args ManagementRenewScaledSharingServerCertificateArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    name String
    The unique name of the resource.
    args ManagementRenewScaledSharingServerCertificateArgs
    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 managementRenewScaledSharingServerCertificateResource = new Checkpoint.ManagementRenewScaledSharingServerCertificate("managementRenewScaledSharingServerCertificateResource", new()
    {
        ManagementRenewScaledSharingServerCertificateId = "string",
        Name = "string",
        Uid = "string",
    });
    
    example, err := checkpoint.NewManagementRenewScaledSharingServerCertificate(ctx, "managementRenewScaledSharingServerCertificateResource", &checkpoint.ManagementRenewScaledSharingServerCertificateArgs{
    	ManagementRenewScaledSharingServerCertificateId: pulumi.String("string"),
    	Name: pulumi.String("string"),
    	Uid:  pulumi.String("string"),
    })
    
    var managementRenewScaledSharingServerCertificateResource = new ManagementRenewScaledSharingServerCertificate("managementRenewScaledSharingServerCertificateResource", ManagementRenewScaledSharingServerCertificateArgs.builder()
        .managementRenewScaledSharingServerCertificateId("string")
        .name("string")
        .uid("string")
        .build());
    
    management_renew_scaled_sharing_server_certificate_resource = checkpoint.ManagementRenewScaledSharingServerCertificate("managementRenewScaledSharingServerCertificateResource",
        management_renew_scaled_sharing_server_certificate_id="string",
        name="string",
        uid="string")
    
    const managementRenewScaledSharingServerCertificateResource = new checkpoint.ManagementRenewScaledSharingServerCertificate("managementRenewScaledSharingServerCertificateResource", {
        managementRenewScaledSharingServerCertificateId: "string",
        name: "string",
        uid: "string",
    });
    
    type: checkpoint:ManagementRenewScaledSharingServerCertificate
    properties:
        managementRenewScaledSharingServerCertificateId: string
        name: string
        uid: string
    

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

    ManagementRenewScaledSharingServerCertificateId string
    Name string
    Gateway or cluster name.
    Uid string
    Gateway or cluster unique identifier.
    ManagementRenewScaledSharingServerCertificateId string
    Name string
    Gateway or cluster name.
    Uid string
    Gateway or cluster unique identifier.
    managementRenewScaledSharingServerCertificateId String
    name String
    Gateway or cluster name.
    uid String
    Gateway or cluster unique identifier.
    managementRenewScaledSharingServerCertificateId string
    name string
    Gateway or cluster name.
    uid string
    Gateway or cluster unique identifier.
    management_renew_scaled_sharing_server_certificate_id str
    name str
    Gateway or cluster name.
    uid str
    Gateway or cluster unique identifier.
    managementRenewScaledSharingServerCertificateId String
    name String
    Gateway or cluster name.
    uid String
    Gateway or cluster unique identifier.

    Outputs

    All input properties are implicitly available as output properties. Additionally, the ManagementRenewScaledSharingServerCertificate resource produces the following output properties:

    Id string
    The provider-assigned unique ID for this managed resource.
    Message string
    Operation status.
    Id string
    The provider-assigned unique ID for this managed resource.
    Message string
    Operation status.
    id String
    The provider-assigned unique ID for this managed resource.
    message String
    Operation status.
    id string
    The provider-assigned unique ID for this managed resource.
    message string
    Operation status.
    id str
    The provider-assigned unique ID for this managed resource.
    message str
    Operation status.
    id String
    The provider-assigned unique ID for this managed resource.
    message String
    Operation status.

    Look up Existing ManagementRenewScaledSharingServerCertificate Resource

    Get an existing ManagementRenewScaledSharingServerCertificate 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?: ManagementRenewScaledSharingServerCertificateState, opts?: CustomResourceOptions): ManagementRenewScaledSharingServerCertificate
    @staticmethod
    def get(resource_name: str,
            id: str,
            opts: Optional[ResourceOptions] = None,
            management_renew_scaled_sharing_server_certificate_id: Optional[str] = None,
            message: Optional[str] = None,
            name: Optional[str] = None,
            uid: Optional[str] = None) -> ManagementRenewScaledSharingServerCertificate
    func GetManagementRenewScaledSharingServerCertificate(ctx *Context, name string, id IDInput, state *ManagementRenewScaledSharingServerCertificateState, opts ...ResourceOption) (*ManagementRenewScaledSharingServerCertificate, error)
    public static ManagementRenewScaledSharingServerCertificate Get(string name, Input<string> id, ManagementRenewScaledSharingServerCertificateState? state, CustomResourceOptions? opts = null)
    public static ManagementRenewScaledSharingServerCertificate get(String name, Output<String> id, ManagementRenewScaledSharingServerCertificateState state, CustomResourceOptions options)
    resources:  _:    type: checkpoint:ManagementRenewScaledSharingServerCertificate    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:
    ManagementRenewScaledSharingServerCertificateId string
    Message string
    Operation status.
    Name string
    Gateway or cluster name.
    Uid string
    Gateway or cluster unique identifier.
    ManagementRenewScaledSharingServerCertificateId string
    Message string
    Operation status.
    Name string
    Gateway or cluster name.
    Uid string
    Gateway or cluster unique identifier.
    managementRenewScaledSharingServerCertificateId String
    message String
    Operation status.
    name String
    Gateway or cluster name.
    uid String
    Gateway or cluster unique identifier.
    managementRenewScaledSharingServerCertificateId string
    message string
    Operation status.
    name string
    Gateway or cluster name.
    uid string
    Gateway or cluster unique identifier.
    management_renew_scaled_sharing_server_certificate_id str
    message str
    Operation status.
    name str
    Gateway or cluster name.
    uid str
    Gateway or cluster unique identifier.
    managementRenewScaledSharingServerCertificateId String
    message String
    Operation status.
    name String
    Gateway or cluster name.
    uid String
    Gateway or cluster unique identifier.

    Package Details

    Repository
    checkpoint checkpointsw/terraform-provider-checkpoint
    License
    Notes
    This Pulumi package is based on the checkpoint Terraform Provider.
    checkpoint logo
    checkpoint 2.12.0 published on Monday, Nov 10, 2025 by checkpointsw
      Meet Neo: Your AI Platform Teammate