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

checkpoint.ManagementAddUpdatableObject

Explore with Pulumi AI

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

    Create ManagementAddUpdatableObject Resource

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

    Constructor syntax

    new ManagementAddUpdatableObject(name: string, args?: ManagementAddUpdatableObjectArgs, opts?: CustomResourceOptions);
    @overload
    def ManagementAddUpdatableObject(resource_name: str,
                                     args: Optional[ManagementAddUpdatableObjectArgs] = None,
                                     opts: Optional[ResourceOptions] = None)
    
    @overload
    def ManagementAddUpdatableObject(resource_name: str,
                                     opts: Optional[ResourceOptions] = None,
                                     color: Optional[str] = None,
                                     comments: Optional[str] = None,
                                     ignore_errors: Optional[bool] = None,
                                     ignore_warnings: Optional[bool] = None,
                                     management_add_updatable_object_id: Optional[str] = None,
                                     tags: Optional[Sequence[str]] = None,
                                     uid_in_updatable_objects_repository: Optional[str] = None,
                                     uri: Optional[str] = None)
    func NewManagementAddUpdatableObject(ctx *Context, name string, args *ManagementAddUpdatableObjectArgs, opts ...ResourceOption) (*ManagementAddUpdatableObject, error)
    public ManagementAddUpdatableObject(string name, ManagementAddUpdatableObjectArgs? args = null, CustomResourceOptions? opts = null)
    public ManagementAddUpdatableObject(String name, ManagementAddUpdatableObjectArgs args)
    public ManagementAddUpdatableObject(String name, ManagementAddUpdatableObjectArgs args, CustomResourceOptions options)
    
    type: checkpoint:ManagementAddUpdatableObject
    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 ManagementAddUpdatableObjectArgs
    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 ManagementAddUpdatableObjectArgs
    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 ManagementAddUpdatableObjectArgs
    The arguments to resource properties.
    opts ResourceOption
    Bag of options to control resource's behavior.
    name string
    The unique name of the resource.
    args ManagementAddUpdatableObjectArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    name String
    The unique name of the resource.
    args ManagementAddUpdatableObjectArgs
    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 managementAddUpdatableObjectResource = new Checkpoint.ManagementAddUpdatableObject("managementAddUpdatableObjectResource", new()
    {
        Color = "string",
        Comments = "string",
        IgnoreErrors = false,
        IgnoreWarnings = false,
        ManagementAddUpdatableObjectId = "string",
        Tags = new[]
        {
            "string",
        },
        UidInUpdatableObjectsRepository = "string",
        Uri = "string",
    });
    
    example, err := checkpoint.NewManagementAddUpdatableObject(ctx, "managementAddUpdatableObjectResource", &checkpoint.ManagementAddUpdatableObjectArgs{
    	Color:                          pulumi.String("string"),
    	Comments:                       pulumi.String("string"),
    	IgnoreErrors:                   pulumi.Bool(false),
    	IgnoreWarnings:                 pulumi.Bool(false),
    	ManagementAddUpdatableObjectId: pulumi.String("string"),
    	Tags: pulumi.StringArray{
    		pulumi.String("string"),
    	},
    	UidInUpdatableObjectsRepository: pulumi.String("string"),
    	Uri:                             pulumi.String("string"),
    })
    
    var managementAddUpdatableObjectResource = new ManagementAddUpdatableObject("managementAddUpdatableObjectResource", ManagementAddUpdatableObjectArgs.builder()
        .color("string")
        .comments("string")
        .ignoreErrors(false)
        .ignoreWarnings(false)
        .managementAddUpdatableObjectId("string")
        .tags("string")
        .uidInUpdatableObjectsRepository("string")
        .uri("string")
        .build());
    
    management_add_updatable_object_resource = checkpoint.ManagementAddUpdatableObject("managementAddUpdatableObjectResource",
        color="string",
        comments="string",
        ignore_errors=False,
        ignore_warnings=False,
        management_add_updatable_object_id="string",
        tags=["string"],
        uid_in_updatable_objects_repository="string",
        uri="string")
    
    const managementAddUpdatableObjectResource = new checkpoint.ManagementAddUpdatableObject("managementAddUpdatableObjectResource", {
        color: "string",
        comments: "string",
        ignoreErrors: false,
        ignoreWarnings: false,
        managementAddUpdatableObjectId: "string",
        tags: ["string"],
        uidInUpdatableObjectsRepository: "string",
        uri: "string",
    });
    
    type: checkpoint:ManagementAddUpdatableObject
    properties:
        color: string
        comments: string
        ignoreErrors: false
        ignoreWarnings: false
        managementAddUpdatableObjectId: string
        tags:
            - string
        uidInUpdatableObjectsRepository: string
        uri: string
    

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

    Color string
    Color of the object. Should be one of existing colors.
    Comments string
    Comments string.
    IgnoreErrors bool
    Apply changes ignoring errors. You won't be able to publish such a changes. If ignore-warnings flag was omitted - warnings will also be ignored.
    IgnoreWarnings bool
    Apply changes ignoring warnings.
    ManagementAddUpdatableObjectId string
    Tags List<string>
    Collection of tag identifiers.tags blocks are documented below.
    UidInUpdatableObjectsRepository string
    Unique identifier of the updatable object in the Updatable Objects Repository.
    Uri string
    URI of the updatable object in the Updatable Objects Repository.
    Color string
    Color of the object. Should be one of existing colors.
    Comments string
    Comments string.
    IgnoreErrors bool
    Apply changes ignoring errors. You won't be able to publish such a changes. If ignore-warnings flag was omitted - warnings will also be ignored.
    IgnoreWarnings bool
    Apply changes ignoring warnings.
    ManagementAddUpdatableObjectId string
    Tags []string
    Collection of tag identifiers.tags blocks are documented below.
    UidInUpdatableObjectsRepository string
    Unique identifier of the updatable object in the Updatable Objects Repository.
    Uri string
    URI of the updatable object in the Updatable Objects Repository.
    color String
    Color of the object. Should be one of existing colors.
    comments String
    Comments string.
    ignoreErrors Boolean
    Apply changes ignoring errors. You won't be able to publish such a changes. If ignore-warnings flag was omitted - warnings will also be ignored.
    ignoreWarnings Boolean
    Apply changes ignoring warnings.
    managementAddUpdatableObjectId String
    tags List<String>
    Collection of tag identifiers.tags blocks are documented below.
    uidInUpdatableObjectsRepository String
    Unique identifier of the updatable object in the Updatable Objects Repository.
    uri String
    URI of the updatable object in the Updatable Objects Repository.
    color string
    Color of the object. Should be one of existing colors.
    comments string
    Comments string.
    ignoreErrors boolean
    Apply changes ignoring errors. You won't be able to publish such a changes. If ignore-warnings flag was omitted - warnings will also be ignored.
    ignoreWarnings boolean
    Apply changes ignoring warnings.
    managementAddUpdatableObjectId string
    tags string[]
    Collection of tag identifiers.tags blocks are documented below.
    uidInUpdatableObjectsRepository string
    Unique identifier of the updatable object in the Updatable Objects Repository.
    uri string
    URI of the updatable object in the Updatable Objects Repository.
    color str
    Color of the object. Should be one of existing colors.
    comments str
    Comments string.
    ignore_errors bool
    Apply changes ignoring errors. You won't be able to publish such a changes. If ignore-warnings flag was omitted - warnings will also be ignored.
    ignore_warnings bool
    Apply changes ignoring warnings.
    management_add_updatable_object_id str
    tags Sequence[str]
    Collection of tag identifiers.tags blocks are documented below.
    uid_in_updatable_objects_repository str
    Unique identifier of the updatable object in the Updatable Objects Repository.
    uri str
    URI of the updatable object in the Updatable Objects Repository.
    color String
    Color of the object. Should be one of existing colors.
    comments String
    Comments string.
    ignoreErrors Boolean
    Apply changes ignoring errors. You won't be able to publish such a changes. If ignore-warnings flag was omitted - warnings will also be ignored.
    ignoreWarnings Boolean
    Apply changes ignoring warnings.
    managementAddUpdatableObjectId String
    tags List<String>
    Collection of tag identifiers.tags blocks are documented below.
    uidInUpdatableObjectsRepository String
    Unique identifier of the updatable object in the Updatable Objects Repository.
    uri String
    URI of the updatable object in the Updatable Objects Repository.

    Outputs

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

    Get an existing ManagementAddUpdatableObject 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?: ManagementAddUpdatableObjectState, opts?: CustomResourceOptions): ManagementAddUpdatableObject
    @staticmethod
    def get(resource_name: str,
            id: str,
            opts: Optional[ResourceOptions] = None,
            color: Optional[str] = None,
            comments: Optional[str] = None,
            ignore_errors: Optional[bool] = None,
            ignore_warnings: Optional[bool] = None,
            management_add_updatable_object_id: Optional[str] = None,
            tags: Optional[Sequence[str]] = None,
            uid_in_updatable_objects_repository: Optional[str] = None,
            uri: Optional[str] = None) -> ManagementAddUpdatableObject
    func GetManagementAddUpdatableObject(ctx *Context, name string, id IDInput, state *ManagementAddUpdatableObjectState, opts ...ResourceOption) (*ManagementAddUpdatableObject, error)
    public static ManagementAddUpdatableObject Get(string name, Input<string> id, ManagementAddUpdatableObjectState? state, CustomResourceOptions? opts = null)
    public static ManagementAddUpdatableObject get(String name, Output<String> id, ManagementAddUpdatableObjectState state, CustomResourceOptions options)
    resources:  _:    type: checkpoint:ManagementAddUpdatableObject    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:
    Color string
    Color of the object. Should be one of existing colors.
    Comments string
    Comments string.
    IgnoreErrors bool
    Apply changes ignoring errors. You won't be able to publish such a changes. If ignore-warnings flag was omitted - warnings will also be ignored.
    IgnoreWarnings bool
    Apply changes ignoring warnings.
    ManagementAddUpdatableObjectId string
    Tags List<string>
    Collection of tag identifiers.tags blocks are documented below.
    UidInUpdatableObjectsRepository string
    Unique identifier of the updatable object in the Updatable Objects Repository.
    Uri string
    URI of the updatable object in the Updatable Objects Repository.
    Color string
    Color of the object. Should be one of existing colors.
    Comments string
    Comments string.
    IgnoreErrors bool
    Apply changes ignoring errors. You won't be able to publish such a changes. If ignore-warnings flag was omitted - warnings will also be ignored.
    IgnoreWarnings bool
    Apply changes ignoring warnings.
    ManagementAddUpdatableObjectId string
    Tags []string
    Collection of tag identifiers.tags blocks are documented below.
    UidInUpdatableObjectsRepository string
    Unique identifier of the updatable object in the Updatable Objects Repository.
    Uri string
    URI of the updatable object in the Updatable Objects Repository.
    color String
    Color of the object. Should be one of existing colors.
    comments String
    Comments string.
    ignoreErrors Boolean
    Apply changes ignoring errors. You won't be able to publish such a changes. If ignore-warnings flag was omitted - warnings will also be ignored.
    ignoreWarnings Boolean
    Apply changes ignoring warnings.
    managementAddUpdatableObjectId String
    tags List<String>
    Collection of tag identifiers.tags blocks are documented below.
    uidInUpdatableObjectsRepository String
    Unique identifier of the updatable object in the Updatable Objects Repository.
    uri String
    URI of the updatable object in the Updatable Objects Repository.
    color string
    Color of the object. Should be one of existing colors.
    comments string
    Comments string.
    ignoreErrors boolean
    Apply changes ignoring errors. You won't be able to publish such a changes. If ignore-warnings flag was omitted - warnings will also be ignored.
    ignoreWarnings boolean
    Apply changes ignoring warnings.
    managementAddUpdatableObjectId string
    tags string[]
    Collection of tag identifiers.tags blocks are documented below.
    uidInUpdatableObjectsRepository string
    Unique identifier of the updatable object in the Updatable Objects Repository.
    uri string
    URI of the updatable object in the Updatable Objects Repository.
    color str
    Color of the object. Should be one of existing colors.
    comments str
    Comments string.
    ignore_errors bool
    Apply changes ignoring errors. You won't be able to publish such a changes. If ignore-warnings flag was omitted - warnings will also be ignored.
    ignore_warnings bool
    Apply changes ignoring warnings.
    management_add_updatable_object_id str
    tags Sequence[str]
    Collection of tag identifiers.tags blocks are documented below.
    uid_in_updatable_objects_repository str
    Unique identifier of the updatable object in the Updatable Objects Repository.
    uri str
    URI of the updatable object in the Updatable Objects Repository.
    color String
    Color of the object. Should be one of existing colors.
    comments String
    Comments string.
    ignoreErrors Boolean
    Apply changes ignoring errors. You won't be able to publish such a changes. If ignore-warnings flag was omitted - warnings will also be ignored.
    ignoreWarnings Boolean
    Apply changes ignoring warnings.
    managementAddUpdatableObjectId String
    tags List<String>
    Collection of tag identifiers.tags blocks are documented below.
    uidInUpdatableObjectsRepository String
    Unique identifier of the updatable object in the Updatable Objects Repository.
    uri String
    URI of the updatable object in the Updatable Objects Repository.

    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