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

checkpoint.getManagementProvisioningProfile

Explore with Pulumi AI

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

    Using getManagementProvisioningProfile

    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 getManagementProvisioningProfile(args: GetManagementProvisioningProfileArgs, opts?: InvokeOptions): Promise<GetManagementProvisioningProfileResult>
    function getManagementProvisioningProfileOutput(args: GetManagementProvisioningProfileOutputArgs, opts?: InvokeOptions): Output<GetManagementProvisioningProfileResult>
    def get_management_provisioning_profile(id: Optional[str] = None,
                                            name: Optional[str] = None,
                                            uid: Optional[str] = None,
                                            opts: Optional[InvokeOptions] = None) -> GetManagementProvisioningProfileResult
    def get_management_provisioning_profile_output(id: Optional[pulumi.Input[str]] = None,
                                            name: Optional[pulumi.Input[str]] = None,
                                            uid: Optional[pulumi.Input[str]] = None,
                                            opts: Optional[InvokeOptions] = None) -> Output[GetManagementProvisioningProfileResult]
    func GetManagementProvisioningProfile(ctx *Context, args *GetManagementProvisioningProfileArgs, opts ...InvokeOption) (*GetManagementProvisioningProfileResult, error)
    func GetManagementProvisioningProfileOutput(ctx *Context, args *GetManagementProvisioningProfileOutputArgs, opts ...InvokeOption) GetManagementProvisioningProfileResultOutput

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

    public static class GetManagementProvisioningProfile 
    {
        public static Task<GetManagementProvisioningProfileResult> InvokeAsync(GetManagementProvisioningProfileArgs args, InvokeOptions? opts = null)
        public static Output<GetManagementProvisioningProfileResult> Invoke(GetManagementProvisioningProfileInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetManagementProvisioningProfileResult> getManagementProvisioningProfile(GetManagementProvisioningProfileArgs args, InvokeOptions options)
    public static Output<GetManagementProvisioningProfileResult> getManagementProvisioningProfile(GetManagementProvisioningProfileArgs args, InvokeOptions options)
    
    fn::invoke:
      function: checkpoint:index/getManagementProvisioningProfile:getManagementProvisioningProfile
      arguments:
        # arguments dictionary

    The following arguments are supported:

    Id string
    Name string
    Object name.
    Uid string
    Object unique identifier.
    Id string
    Name string
    Object name.
    Uid string
    Object unique identifier.
    id String
    name String
    Object name.
    uid String
    Object unique identifier.
    id string
    name string
    Object name.
    uid string
    Object unique identifier.
    id str
    name str
    Object name.
    uid str
    Object unique identifier.
    id String
    name String
    Object name.
    uid String
    Object unique identifier.

    getManagementProvisioningProfile Result

    The following output properties are available:

    Supporting Types

    GetManagementProvisioningProfileGroup

    Color string
    Name string
    Object name.
    Type string
    Uid string
    Object unique identifier.
    Color string
    Name string
    Object name.
    Type string
    Uid string
    Object unique identifier.
    color String
    name String
    Object name.
    type String
    uid String
    Object unique identifier.
    color string
    name string
    Object name.
    type string
    uid string
    Object unique identifier.
    color str
    name str
    Object name.
    type str
    uid str
    Object unique identifier.
    color String
    name String
    Object name.
    type String
    uid String
    Object unique identifier.

    GetManagementProvisioningProfileHost

    GetManagementProvisioningProfileHostHost

    HostIpAddress string
    HostName string
    HostIpAddress string
    HostName string
    hostIpAddress String
    hostName String
    hostIpAddress string
    hostName string
    hostIpAddress String
    hostName String

    GetManagementProvisioningProfileHotspot

    GetManagementProvisioningProfileRadius

    GetManagementProvisioningProfileRadiusRadiusServer

    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