1. Packages
  2. Cisco Meraki Provider
  3. API Docs
  4. administered
  5. getLicensingSubscriptionEntitlements
Cisco Meraki v0.4.1 published on Saturday, Mar 15, 2025 by Pulumi

meraki.administered.getLicensingSubscriptionEntitlements

Explore with Pulumi AI

Example Usage

import * as pulumi from "@pulumi/pulumi";
import * as meraki from "@pulumi/meraki";

const example = meraki.administered.getLicensingSubscriptionEntitlements({
    skuses: ["string"],
});
export const merakiAdministeredLicensingSubscriptionEntitlementsExample = example.then(example => example.item);
Copy
import pulumi
import pulumi_meraki as meraki

example = meraki.administered.get_licensing_subscription_entitlements(skuses=["string"])
pulumi.export("merakiAdministeredLicensingSubscriptionEntitlementsExample", example.item)
Copy
package main

import (
	"github.com/pulumi/pulumi-meraki/sdk/go/meraki/administered"
	"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)

func main() {
	pulumi.Run(func(ctx *pulumi.Context) error {
		example, err := administered.GetLicensingSubscriptionEntitlements(ctx, &administered.GetLicensingSubscriptionEntitlementsArgs{
			Skuses: []string{
				"string",
			},
		}, nil)
		if err != nil {
			return err
		}
		ctx.Export("merakiAdministeredLicensingSubscriptionEntitlementsExample", example.Item)
		return nil
	})
}
Copy
using System.Collections.Generic;
using System.Linq;
using Pulumi;
using Meraki = Pulumi.Meraki;

return await Deployment.RunAsync(() => 
{
    var example = Meraki.Administered.GetLicensingSubscriptionEntitlements.Invoke(new()
    {
        Skuses = new[]
        {
            "string",
        },
    });

    return new Dictionary<string, object?>
    {
        ["merakiAdministeredLicensingSubscriptionEntitlementsExample"] = example.Apply(getLicensingSubscriptionEntitlementsResult => getLicensingSubscriptionEntitlementsResult.Item),
    };
});
Copy
package generated_program;

import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.meraki.administered.AdministeredFunctions;
import com.pulumi.meraki.administered.inputs.GetLicensingSubscriptionEntitlementsArgs;
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 example = AdministeredFunctions.getLicensingSubscriptionEntitlements(GetLicensingSubscriptionEntitlementsArgs.builder()
            .skuses("string")
            .build());

        ctx.export("merakiAdministeredLicensingSubscriptionEntitlementsExample", example.applyValue(getLicensingSubscriptionEntitlementsResult -> getLicensingSubscriptionEntitlementsResult.item()));
    }
}
Copy
variables:
  example:
    fn::invoke:
      function: meraki:administered:getLicensingSubscriptionEntitlements
      arguments:
        skuses:
          - string
outputs:
  merakiAdministeredLicensingSubscriptionEntitlementsExample: ${example.item}
Copy

Using getLicensingSubscriptionEntitlements

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 getLicensingSubscriptionEntitlements(args: GetLicensingSubscriptionEntitlementsArgs, opts?: InvokeOptions): Promise<GetLicensingSubscriptionEntitlementsResult>
function getLicensingSubscriptionEntitlementsOutput(args: GetLicensingSubscriptionEntitlementsOutputArgs, opts?: InvokeOptions): Output<GetLicensingSubscriptionEntitlementsResult>
Copy
def get_licensing_subscription_entitlements(skuses: Optional[Sequence[str]] = None,
                                            opts: Optional[InvokeOptions] = None) -> GetLicensingSubscriptionEntitlementsResult
def get_licensing_subscription_entitlements_output(skuses: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
                                            opts: Optional[InvokeOptions] = None) -> Output[GetLicensingSubscriptionEntitlementsResult]
Copy
func GetLicensingSubscriptionEntitlements(ctx *Context, args *GetLicensingSubscriptionEntitlementsArgs, opts ...InvokeOption) (*GetLicensingSubscriptionEntitlementsResult, error)
func GetLicensingSubscriptionEntitlementsOutput(ctx *Context, args *GetLicensingSubscriptionEntitlementsOutputArgs, opts ...InvokeOption) GetLicensingSubscriptionEntitlementsResultOutput
Copy

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

public static class GetLicensingSubscriptionEntitlements 
{
    public static Task<GetLicensingSubscriptionEntitlementsResult> InvokeAsync(GetLicensingSubscriptionEntitlementsArgs args, InvokeOptions? opts = null)
    public static Output<GetLicensingSubscriptionEntitlementsResult> Invoke(GetLicensingSubscriptionEntitlementsInvokeArgs args, InvokeOptions? opts = null)
}
Copy
public static CompletableFuture<GetLicensingSubscriptionEntitlementsResult> getLicensingSubscriptionEntitlements(GetLicensingSubscriptionEntitlementsArgs args, InvokeOptions options)
public static Output<GetLicensingSubscriptionEntitlementsResult> getLicensingSubscriptionEntitlements(GetLicensingSubscriptionEntitlementsArgs args, InvokeOptions options)
Copy
fn::invoke:
  function: meraki:administered/getLicensingSubscriptionEntitlements:getLicensingSubscriptionEntitlements
  arguments:
    # arguments dictionary
Copy

The following arguments are supported:

Skuses List<string>
skus query parameter. Filter to entitlements with the specified SKUs
Skuses []string
skus query parameter. Filter to entitlements with the specified SKUs
skuses List<String>
skus query parameter. Filter to entitlements with the specified SKUs
skuses string[]
skus query parameter. Filter to entitlements with the specified SKUs
skuses Sequence[str]
skus query parameter. Filter to entitlements with the specified SKUs
skuses List<String>
skus query parameter. Filter to entitlements with the specified SKUs

getLicensingSubscriptionEntitlements Result

The following output properties are available:

Id string
The provider-assigned unique ID for this managed resource.
Item GetLicensingSubscriptionEntitlementsItem
Skuses List<string>
skus query parameter. Filter to entitlements with the specified SKUs
Id string
The provider-assigned unique ID for this managed resource.
Item GetLicensingSubscriptionEntitlementsItem
Skuses []string
skus query parameter. Filter to entitlements with the specified SKUs
id String
The provider-assigned unique ID for this managed resource.
item GetLicensingSubscriptionEntitlementsItem
skuses List<String>
skus query parameter. Filter to entitlements with the specified SKUs
id string
The provider-assigned unique ID for this managed resource.
item GetLicensingSubscriptionEntitlementsItem
skuses string[]
skus query parameter. Filter to entitlements with the specified SKUs
id str
The provider-assigned unique ID for this managed resource.
item GetLicensingSubscriptionEntitlementsItem
skuses Sequence[str]
skus query parameter. Filter to entitlements with the specified SKUs
id String
The provider-assigned unique ID for this managed resource.
item Property Map
skuses List<String>
skus query parameter. Filter to entitlements with the specified SKUs

Supporting Types

GetLicensingSubscriptionEntitlementsItem

FeatureTier This property is required. string
The feature tier associated with the entitlement (null for add-ons)
IsAddOn This property is required. bool
Whether or not the entitlement is an add-on
Name This property is required. string
The user-facing name of the entitlement
ProductClass This property is required. string
The product class associated with the entitlement
ProductType This property is required. string
The product type of the entitlement
Sku This property is required. string
The SKU identifier of the entitlement
FeatureTier This property is required. string
The feature tier associated with the entitlement (null for add-ons)
IsAddOn This property is required. bool
Whether or not the entitlement is an add-on
Name This property is required. string
The user-facing name of the entitlement
ProductClass This property is required. string
The product class associated with the entitlement
ProductType This property is required. string
The product type of the entitlement
Sku This property is required. string
The SKU identifier of the entitlement
featureTier This property is required. String
The feature tier associated with the entitlement (null for add-ons)
isAddOn This property is required. Boolean
Whether or not the entitlement is an add-on
name This property is required. String
The user-facing name of the entitlement
productClass This property is required. String
The product class associated with the entitlement
productType This property is required. String
The product type of the entitlement
sku This property is required. String
The SKU identifier of the entitlement
featureTier This property is required. string
The feature tier associated with the entitlement (null for add-ons)
isAddOn This property is required. boolean
Whether or not the entitlement is an add-on
name This property is required. string
The user-facing name of the entitlement
productClass This property is required. string
The product class associated with the entitlement
productType This property is required. string
The product type of the entitlement
sku This property is required. string
The SKU identifier of the entitlement
feature_tier This property is required. str
The feature tier associated with the entitlement (null for add-ons)
is_add_on This property is required. bool
Whether or not the entitlement is an add-on
name This property is required. str
The user-facing name of the entitlement
product_class This property is required. str
The product class associated with the entitlement
product_type This property is required. str
The product type of the entitlement
sku This property is required. str
The SKU identifier of the entitlement
featureTier This property is required. String
The feature tier associated with the entitlement (null for add-ons)
isAddOn This property is required. Boolean
Whether or not the entitlement is an add-on
name This property is required. String
The user-facing name of the entitlement
productClass This property is required. String
The product class associated with the entitlement
productType This property is required. String
The product type of the entitlement
sku This property is required. String
The SKU identifier of the entitlement

Package Details

Repository
meraki pulumi/pulumi-meraki
License
Apache-2.0
Notes
This Pulumi package is based on the meraki Terraform Provider.