1. Packages
  2. Hsdp Provider
  3. API Docs
  4. getConnectMdmStandardServices
hsdp 0.65.3 published on Tuesday, Apr 15, 2025 by philips-software

hsdp.getConnectMdmStandardServices

Explore with Pulumi AI

hsdp logo
hsdp 0.65.3 published on Tuesday, Apr 15, 2025 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();
    
        }
    }
    
    variables:
      all:
        fn::invoke:
          function: hsdp:getConnectMdmStandardServices
          arguments: {}
    
    import * as pulumi from "@pulumi/pulumi";
    
    export const standardServiceIds = data.hsdp_connect_mdm_standard_services.all.ids;
    
    import pulumi
    
    pulumi.export("standardServiceIds", data["hsdp_connect_mdm_standard_services"]["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", data.Hsdp_connect_mdm_standard_services.All.Ids)
    		return nil
    	})
    }
    
    using System.Collections.Generic;
    using System.Linq;
    using Pulumi;
    
    return await Deployment.RunAsync(() => 
    {
        return new Dictionary<string, object?>
        {
            ["standardServiceIds"] = data.Hsdp_connect_mdm_standard_services.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", data.hsdp_connect_mdm_standard_services().all().ids());
        }
    }
    
    outputs:
      standardServiceIds: ${data.hsdp_connect_mdm_standard_services.all.ids}
    

    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: Optional[pulumi.Input[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

    The following arguments are supported:

    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<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.
    hsdp logo
    hsdp 0.65.3 published on Tuesday, Apr 15, 2025 by philips-software