hsdp 0.65.3 published on Tuesday, Apr 15, 2025 by philips-software
hsdp.getConnectMdmSubscriberTypes
Explore with Pulumi AI
hsdp 0.65.3 published on Tuesday, Apr 15, 2025 by philips-software
Using getConnectMdmSubscriberTypes
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 getConnectMdmSubscriberTypes(args: GetConnectMdmSubscriberTypesArgs, opts?: InvokeOptions): Promise<GetConnectMdmSubscriberTypesResult>
function getConnectMdmSubscriberTypesOutput(args: GetConnectMdmSubscriberTypesOutputArgs, opts?: InvokeOptions): Output<GetConnectMdmSubscriberTypesResult>
def get_connect_mdm_subscriber_types(id: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetConnectMdmSubscriberTypesResult
def get_connect_mdm_subscriber_types_output(id: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetConnectMdmSubscriberTypesResult]
func GetConnectMdmSubscriberTypes(ctx *Context, args *GetConnectMdmSubscriberTypesArgs, opts ...InvokeOption) (*GetConnectMdmSubscriberTypesResult, error)
func GetConnectMdmSubscriberTypesOutput(ctx *Context, args *GetConnectMdmSubscriberTypesOutputArgs, opts ...InvokeOption) GetConnectMdmSubscriberTypesResultOutput
> Note: This function is named GetConnectMdmSubscriberTypes
in the Go SDK.
public static class GetConnectMdmSubscriberTypes
{
public static Task<GetConnectMdmSubscriberTypesResult> InvokeAsync(GetConnectMdmSubscriberTypesArgs args, InvokeOptions? opts = null)
public static Output<GetConnectMdmSubscriberTypesResult> Invoke(GetConnectMdmSubscriberTypesInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetConnectMdmSubscriberTypesResult> getConnectMdmSubscriberTypes(GetConnectMdmSubscriberTypesArgs args, InvokeOptions options)
public static Output<GetConnectMdmSubscriberTypesResult> getConnectMdmSubscriberTypes(GetConnectMdmSubscriberTypesArgs args, InvokeOptions options)
fn::invoke:
function: hsdp:index/getConnectMdmSubscriberTypes:getConnectMdmSubscriberTypes
arguments:
# arguments dictionary
The following arguments are supported:
- Id string
- Id string
- id String
- id string
- id str
- id String
getConnectMdmSubscriberTypes Result
The following output properties are available:
- Configuration
Templates List<string> - Descriptions List<string>
- Id string
- Ids List<string>
- Names List<string>
- Subscription
Templates List<string>
- Configuration
Templates []string - Descriptions []string
- Id string
- Ids []string
- Names []string
- Subscription
Templates []string
- configuration
Templates List<String> - descriptions List<String>
- id String
- ids List<String>
- names List<String>
- subscription
Templates List<String>
- configuration
Templates string[] - descriptions string[]
- id string
- ids string[]
- names string[]
- subscription
Templates string[]
- configuration_
templates Sequence[str] - descriptions Sequence[str]
- id str
- ids Sequence[str]
- names Sequence[str]
- subscription_
templates Sequence[str]
- configuration
Templates List<String> - descriptions List<String>
- id String
- ids List<String>
- names List<String>
- subscription
Templates List<String>
Package Details
- Repository
- hsdp philips-software/terraform-provider-hsdp
- License
- Notes
- This Pulumi package is based on the
hsdp
Terraform Provider.
hsdp 0.65.3 published on Tuesday, Apr 15, 2025 by philips-software