1. Packages
  2. Packages
  3. Hsdp Provider
  4. API Docs
  5. getConnectMdmStandardServices
Viewing docs for hsdp 1.2.2
published on Thursday, Mar 12, 2026 by philips-software
Viewing docs for hsdp 1.2.2
published on Thursday, Mar 12, 2026 by philips-software

    Retrieve details of available Standard Services

    Example Usage

    import * as pulumi from "@pulumi/pulumi";
    import * as hsdp from "@pulumi/hsdp";
    
    const all = hsdp.getConnectMdmStandardServices({});
    
    import pulumi
    import pulumi_hsdp as hsdp
    
    all = hsdp.get_connect_mdm_standard_services()
    
    package main
    
    import (
    	"github.com/pulumi/pulumi-terraform-provider/sdks/go/hsdp/hsdp"
    	"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
    )
    
    func main() {
    	pulumi.Run(func(ctx *pulumi.Context) error {
    		_, err := hsdp.GetConnectMdmStandardServices(ctx, &hsdp.GetConnectMdmStandardServicesArgs{}, nil)
    		if err != nil {
    			return err
    		}
    		return nil
    	})
    }
    
    using System.Collections.Generic;
    using System.Linq;
    using Pulumi;
    using Hsdp = Pulumi.Hsdp;
    
    return await Deployment.RunAsync(() => 
    {
        var all = Hsdp.GetConnectMdmStandardServices.Invoke();
    
    });
    
    package generated_program;
    
    import com.pulumi.Context;
    import com.pulumi.Pulumi;
    import com.pulumi.core.Output;
    import com.pulumi.hsdp.HsdpFunctions;
    import com.pulumi.hsdp.inputs.GetConnectMdmStandardServicesArgs;
    import java.util.List;
    import java.util.ArrayList;
    import java.util.Map;
    import java.io.File;
    import java.nio.file.Files;
    import java.nio.file.Paths;
    
    public class App {
        public static void main(String[] args) {
            Pulumi.run(App::stack);
        }
    
        public static void stack(Context ctx) {
            final var all = HsdpFunctions.getConnectMdmStandardServices(GetConnectMdmStandardServicesArgs.builder()
                .build());
    
        }
    }
    
    variables:
      all:
        fn::invoke:
          function: hsdp:getConnectMdmStandardServices
          arguments: {}
    
    Example coming soon!
    
    import * as pulumi from "@pulumi/pulumi";
    
    export const standardServiceIds = all.ids;
    
    import pulumi
    
    pulumi.export("standardServiceIds", all["ids"])
    
    package main
    
    import (
    	"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
    )
    
    func main() {
    	pulumi.Run(func(ctx *pulumi.Context) error {
    		ctx.Export("standardServiceIds", all.Ids)
    		return nil
    	})
    }
    
    using System.Collections.Generic;
    using System.Linq;
    using Pulumi;
    
    return await Deployment.RunAsync(() => 
    {
        return new Dictionary<string, object?>
        {
            ["standardServiceIds"] = all.Ids,
        };
    });
    
    package generated_program;
    
    import com.pulumi.Context;
    import com.pulumi.Pulumi;
    import com.pulumi.core.Output;
    import java.util.List;
    import java.util.ArrayList;
    import java.util.Map;
    import java.io.File;
    import java.nio.file.Files;
    import java.nio.file.Paths;
    
    public class App {
        public static void main(String[] args) {
            Pulumi.run(App::stack);
        }
    
        public static void stack(Context ctx) {
            ctx.export("standardServiceIds", all.ids());
        }
    }
    
    outputs:
      standardServiceIds: ${all.ids}
    
    Example coming soon!
    

    Using getConnectMdmStandardServices

    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 getConnectMdmStandardServices(args: GetConnectMdmStandardServicesArgs, opts?: InvokeOptions): Promise<GetConnectMdmStandardServicesResult>
    function getConnectMdmStandardServicesOutput(args: GetConnectMdmStandardServicesOutputArgs, opts?: InvokeOptions): Output<GetConnectMdmStandardServicesResult>
    def get_connect_mdm_standard_services(id: Optional[str] = None,
                                          opts: Optional[InvokeOptions] = None) -> GetConnectMdmStandardServicesResult
    def get_connect_mdm_standard_services_output(id: pulumi.Input[Optional[str]] = None,
                                          opts: Optional[InvokeOptions] = None) -> Output[GetConnectMdmStandardServicesResult]
    func GetConnectMdmStandardServices(ctx *Context, args *GetConnectMdmStandardServicesArgs, opts ...InvokeOption) (*GetConnectMdmStandardServicesResult, error)
    func GetConnectMdmStandardServicesOutput(ctx *Context, args *GetConnectMdmStandardServicesOutputArgs, opts ...InvokeOption) GetConnectMdmStandardServicesResultOutput

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

    public static class GetConnectMdmStandardServices 
    {
        public static Task<GetConnectMdmStandardServicesResult> InvokeAsync(GetConnectMdmStandardServicesArgs args, InvokeOptions? opts = null)
        public static Output<GetConnectMdmStandardServicesResult> Invoke(GetConnectMdmStandardServicesInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetConnectMdmStandardServicesResult> getConnectMdmStandardServices(GetConnectMdmStandardServicesArgs args, InvokeOptions options)
    public static Output<GetConnectMdmStandardServicesResult> getConnectMdmStandardServices(GetConnectMdmStandardServicesArgs args, InvokeOptions options)
    
    fn::invoke:
      function: hsdp:index/getConnectMdmStandardServices:getConnectMdmStandardServices
      arguments:
        # arguments dictionary
    data "hsdp_getconnectmdmstandardservices" "name" {
        # arguments
    }

    The following arguments are supported:

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

    getConnectMdmStandardServices Result

    The following output properties are available:

    Descriptions List<string>
    The StandardService descriptions
    Id string
    Ids List<string>
    The StandardService IDs
    Names List<string>
    The names of the standard services
    Trusteds List<bool>
    If the services are trusted
    Descriptions []string
    The StandardService descriptions
    Id string
    Ids []string
    The StandardService IDs
    Names []string
    The names of the standard services
    Trusteds []bool
    If the services are trusted
    descriptions list(string)
    The StandardService descriptions
    id string
    ids list(string)
    The StandardService IDs
    names list(string)
    The names of the standard services
    trusteds list(bool)
    If the services are trusted
    descriptions List<String>
    The StandardService descriptions
    id String
    ids List<String>
    The StandardService IDs
    names List<String>
    The names of the standard services
    trusteds List<Boolean>
    If the services are trusted
    descriptions string[]
    The StandardService descriptions
    id string
    ids string[]
    The StandardService IDs
    names string[]
    The names of the standard services
    trusteds boolean[]
    If the services are trusted
    descriptions Sequence[str]
    The StandardService descriptions
    id str
    ids Sequence[str]
    The StandardService IDs
    names Sequence[str]
    The names of the standard services
    trusteds Sequence[bool]
    If the services are trusted
    descriptions List<String>
    The StandardService descriptions
    id String
    ids List<String>
    The StandardService IDs
    names List<String>
    The names of the standard services
    trusteds List<Boolean>
    If the services are trusted

    Package Details

    Repository
    hsdp philips-software/terraform-provider-hsdp
    License
    Notes
    This Pulumi package is based on the hsdp Terraform Provider.
    Viewing docs for hsdp 1.2.2
    published on Thursday, Mar 12, 2026 by philips-software
      Try Pulumi Cloud free. Your team will thank you.