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

checkpoint.ManagementWhereUsed

Explore with Pulumi AI

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

    Create ManagementWhereUsed Resource

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

    Constructor syntax

    new ManagementWhereUsed(name: string, args?: ManagementWhereUsedArgs, opts?: CustomResourceOptions);
    @overload
    def ManagementWhereUsed(resource_name: str,
                            args: Optional[ManagementWhereUsedArgs] = None,
                            opts: Optional[ResourceOptions] = None)
    
    @overload
    def ManagementWhereUsed(resource_name: str,
                            opts: Optional[ResourceOptions] = None,
                            dereference_group_members: Optional[bool] = None,
                            indirect: Optional[bool] = None,
                            indirect_max_depth: Optional[float] = None,
                            management_where_used_id: Optional[str] = None,
                            name: Optional[str] = None,
                            show_membership: Optional[bool] = None)
    func NewManagementWhereUsed(ctx *Context, name string, args *ManagementWhereUsedArgs, opts ...ResourceOption) (*ManagementWhereUsed, error)
    public ManagementWhereUsed(string name, ManagementWhereUsedArgs? args = null, CustomResourceOptions? opts = null)
    public ManagementWhereUsed(String name, ManagementWhereUsedArgs args)
    public ManagementWhereUsed(String name, ManagementWhereUsedArgs args, CustomResourceOptions options)
    
    type: checkpoint:ManagementWhereUsed
    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 ManagementWhereUsedArgs
    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 ManagementWhereUsedArgs
    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 ManagementWhereUsedArgs
    The arguments to resource properties.
    opts ResourceOption
    Bag of options to control resource's behavior.
    name string
    The unique name of the resource.
    args ManagementWhereUsedArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    name String
    The unique name of the resource.
    args ManagementWhereUsedArgs
    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 managementWhereUsedResource = new Checkpoint.ManagementWhereUsed("managementWhereUsedResource", new()
    {
        DereferenceGroupMembers = false,
        Indirect = false,
        IndirectMaxDepth = 0,
        ManagementWhereUsedId = "string",
        Name = "string",
        ShowMembership = false,
    });
    
    example, err := checkpoint.NewManagementWhereUsed(ctx, "managementWhereUsedResource", &checkpoint.ManagementWhereUsedArgs{
    	DereferenceGroupMembers: pulumi.Bool(false),
    	Indirect:                pulumi.Bool(false),
    	IndirectMaxDepth:        pulumi.Float64(0),
    	ManagementWhereUsedId:   pulumi.String("string"),
    	Name:                    pulumi.String("string"),
    	ShowMembership:          pulumi.Bool(false),
    })
    
    var managementWhereUsedResource = new ManagementWhereUsed("managementWhereUsedResource", ManagementWhereUsedArgs.builder()
        .dereferenceGroupMembers(false)
        .indirect(false)
        .indirectMaxDepth(0)
        .managementWhereUsedId("string")
        .name("string")
        .showMembership(false)
        .build());
    
    management_where_used_resource = checkpoint.ManagementWhereUsed("managementWhereUsedResource",
        dereference_group_members=False,
        indirect=False,
        indirect_max_depth=0,
        management_where_used_id="string",
        name="string",
        show_membership=False)
    
    const managementWhereUsedResource = new checkpoint.ManagementWhereUsed("managementWhereUsedResource", {
        dereferenceGroupMembers: false,
        indirect: false,
        indirectMaxDepth: 0,
        managementWhereUsedId: "string",
        name: "string",
        showMembership: false,
    });
    
    type: checkpoint:ManagementWhereUsed
    properties:
        dereferenceGroupMembers: false
        indirect: false
        indirectMaxDepth: 0
        managementWhereUsedId: string
        name: string
        showMembership: false
    

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

    DereferenceGroupMembers bool
    Indicates whether to dereference "members" field by details level for every object in reply.
    Indirect bool
    Search for indirect usage.
    IndirectMaxDepth double
    Maximum nesting level during indirect usage search.
    ManagementWhereUsedId string
    Name string
    Object name.
    ShowMembership bool
    Indicates whether to calculate and show "groups" field for every object in reply.
    DereferenceGroupMembers bool
    Indicates whether to dereference "members" field by details level for every object in reply.
    Indirect bool
    Search for indirect usage.
    IndirectMaxDepth float64
    Maximum nesting level during indirect usage search.
    ManagementWhereUsedId string
    Name string
    Object name.
    ShowMembership bool
    Indicates whether to calculate and show "groups" field for every object in reply.
    dereferenceGroupMembers Boolean
    Indicates whether to dereference "members" field by details level for every object in reply.
    indirect Boolean
    Search for indirect usage.
    indirectMaxDepth Double
    Maximum nesting level during indirect usage search.
    managementWhereUsedId String
    name String
    Object name.
    showMembership Boolean
    Indicates whether to calculate and show "groups" field for every object in reply.
    dereferenceGroupMembers boolean
    Indicates whether to dereference "members" field by details level for every object in reply.
    indirect boolean
    Search for indirect usage.
    indirectMaxDepth number
    Maximum nesting level during indirect usage search.
    managementWhereUsedId string
    name string
    Object name.
    showMembership boolean
    Indicates whether to calculate and show "groups" field for every object in reply.
    dereference_group_members bool
    Indicates whether to dereference "members" field by details level for every object in reply.
    indirect bool
    Search for indirect usage.
    indirect_max_depth float
    Maximum nesting level during indirect usage search.
    management_where_used_id str
    name str
    Object name.
    show_membership bool
    Indicates whether to calculate and show "groups" field for every object in reply.
    dereferenceGroupMembers Boolean
    Indicates whether to dereference "members" field by details level for every object in reply.
    indirect Boolean
    Search for indirect usage.
    indirectMaxDepth Number
    Maximum nesting level during indirect usage search.
    managementWhereUsedId String
    name String
    Object name.
    showMembership Boolean
    Indicates whether to calculate and show "groups" field for every object in reply.

    Outputs

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

    Get an existing ManagementWhereUsed 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?: ManagementWhereUsedState, opts?: CustomResourceOptions): ManagementWhereUsed
    @staticmethod
    def get(resource_name: str,
            id: str,
            opts: Optional[ResourceOptions] = None,
            dereference_group_members: Optional[bool] = None,
            indirect: Optional[bool] = None,
            indirect_max_depth: Optional[float] = None,
            management_where_used_id: Optional[str] = None,
            name: Optional[str] = None,
            show_membership: Optional[bool] = None) -> ManagementWhereUsed
    func GetManagementWhereUsed(ctx *Context, name string, id IDInput, state *ManagementWhereUsedState, opts ...ResourceOption) (*ManagementWhereUsed, error)
    public static ManagementWhereUsed Get(string name, Input<string> id, ManagementWhereUsedState? state, CustomResourceOptions? opts = null)
    public static ManagementWhereUsed get(String name, Output<String> id, ManagementWhereUsedState state, CustomResourceOptions options)
    resources:  _:    type: checkpoint:ManagementWhereUsed    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:
    DereferenceGroupMembers bool
    Indicates whether to dereference "members" field by details level for every object in reply.
    Indirect bool
    Search for indirect usage.
    IndirectMaxDepth double
    Maximum nesting level during indirect usage search.
    ManagementWhereUsedId string
    Name string
    Object name.
    ShowMembership bool
    Indicates whether to calculate and show "groups" field for every object in reply.
    DereferenceGroupMembers bool
    Indicates whether to dereference "members" field by details level for every object in reply.
    Indirect bool
    Search for indirect usage.
    IndirectMaxDepth float64
    Maximum nesting level during indirect usage search.
    ManagementWhereUsedId string
    Name string
    Object name.
    ShowMembership bool
    Indicates whether to calculate and show "groups" field for every object in reply.
    dereferenceGroupMembers Boolean
    Indicates whether to dereference "members" field by details level for every object in reply.
    indirect Boolean
    Search for indirect usage.
    indirectMaxDepth Double
    Maximum nesting level during indirect usage search.
    managementWhereUsedId String
    name String
    Object name.
    showMembership Boolean
    Indicates whether to calculate and show "groups" field for every object in reply.
    dereferenceGroupMembers boolean
    Indicates whether to dereference "members" field by details level for every object in reply.
    indirect boolean
    Search for indirect usage.
    indirectMaxDepth number
    Maximum nesting level during indirect usage search.
    managementWhereUsedId string
    name string
    Object name.
    showMembership boolean
    Indicates whether to calculate and show "groups" field for every object in reply.
    dereference_group_members bool
    Indicates whether to dereference "members" field by details level for every object in reply.
    indirect bool
    Search for indirect usage.
    indirect_max_depth float
    Maximum nesting level during indirect usage search.
    management_where_used_id str
    name str
    Object name.
    show_membership bool
    Indicates whether to calculate and show "groups" field for every object in reply.
    dereferenceGroupMembers Boolean
    Indicates whether to dereference "members" field by details level for every object in reply.
    indirect Boolean
    Search for indirect usage.
    indirectMaxDepth Number
    Maximum nesting level during indirect usage search.
    managementWhereUsedId String
    name String
    Object name.
    showMembership Boolean
    Indicates whether to calculate and show "groups" field for every object in reply.

    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