1. Packages
  2. Checkpoint Provider
  3. API Docs
  4. getManagementSyncWithUserCenter
checkpoint 2.11.0 published on Wednesday, Sep 3, 2025 by checkpointsw

checkpoint.getManagementSyncWithUserCenter

Explore with Pulumi AI

checkpoint logo
checkpoint 2.11.0 published on Wednesday, Sep 3, 2025 by checkpointsw

    Using getManagementSyncWithUserCenter

    Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.

    function getManagementSyncWithUserCenter(args: GetManagementSyncWithUserCenterArgs, opts?: InvokeOptions): Promise<GetManagementSyncWithUserCenterResult>
    function getManagementSyncWithUserCenterOutput(args: GetManagementSyncWithUserCenterOutputArgs, opts?: InvokeOptions): Output<GetManagementSyncWithUserCenterResult>
    def get_management_sync_with_user_center(id: Optional[str] = None,
                                             opts: Optional[InvokeOptions] = None) -> GetManagementSyncWithUserCenterResult
    def get_management_sync_with_user_center_output(id: Optional[pulumi.Input[str]] = None,
                                             opts: Optional[InvokeOptions] = None) -> Output[GetManagementSyncWithUserCenterResult]
    func GetManagementSyncWithUserCenter(ctx *Context, args *GetManagementSyncWithUserCenterArgs, opts ...InvokeOption) (*GetManagementSyncWithUserCenterResult, error)
    func GetManagementSyncWithUserCenterOutput(ctx *Context, args *GetManagementSyncWithUserCenterOutputArgs, opts ...InvokeOption) GetManagementSyncWithUserCenterResultOutput

    > Note: This function is named GetManagementSyncWithUserCenter in the Go SDK.

    public static class GetManagementSyncWithUserCenter 
    {
        public static Task<GetManagementSyncWithUserCenterResult> InvokeAsync(GetManagementSyncWithUserCenterArgs args, InvokeOptions? opts = null)
        public static Output<GetManagementSyncWithUserCenterResult> Invoke(GetManagementSyncWithUserCenterInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetManagementSyncWithUserCenterResult> getManagementSyncWithUserCenter(GetManagementSyncWithUserCenterArgs args, InvokeOptions options)
    public static Output<GetManagementSyncWithUserCenterResult> getManagementSyncWithUserCenter(GetManagementSyncWithUserCenterArgs args, InvokeOptions options)
    
    fn::invoke:
      function: checkpoint:index/getManagementSyncWithUserCenter:getManagementSyncWithUserCenter
      arguments:
        # arguments dictionary

    The following arguments are supported:

    Id string
    Id string
    id String
    id string
    id str
    id String

    getManagementSyncWithUserCenter Result

    The following output properties are available:

    Enabled bool
    Id string
    Uid string
    Enabled bool
    Id string
    Uid string
    enabled Boolean
    id String
    uid String
    enabled boolean
    id string
    uid string
    enabled bool
    id str
    uid str
    enabled Boolean
    id String
    uid String

    Package Details

    Repository
    checkpoint checkpointsw/terraform-provider-checkpoint
    License
    Notes
    This Pulumi package is based on the checkpoint Terraform Provider.
    checkpoint logo
    checkpoint 2.11.0 published on Wednesday, Sep 3, 2025 by checkpointsw