1. Packages
  2. Cisco Meraki
  3. API Docs
  4. organizations
  5. getEarlyAccessFeatures
Cisco Meraki v0.2.4 published on Friday, Jun 14, 2024 by Pulumi

meraki.organizations.getEarlyAccessFeatures

Explore with Pulumi AI

meraki logo
Cisco Meraki v0.2.4 published on Friday, Jun 14, 2024 by Pulumi

    Example Usage

    import * as pulumi from "@pulumi/pulumi";
    import * as meraki from "@pulumi/meraki";
    
    const example = meraki.organizations.getEarlyAccessFeatures({
        organizationId: "string",
    });
    export const merakiOrganizationsEarlyAccessFeaturesExample = example.then(example => example.items);
    
    import pulumi
    import pulumi_meraki as meraki
    
    example = meraki.organizations.get_early_access_features(organization_id="string")
    pulumi.export("merakiOrganizationsEarlyAccessFeaturesExample", example.items)
    
    package main
    
    import (
    	"github.com/pulumi/pulumi-meraki/sdk/go/meraki/organizations"
    	"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
    )
    
    func main() {
    	pulumi.Run(func(ctx *pulumi.Context) error {
    		example, err := organizations.GetEarlyAccessFeatures(ctx, &organizations.GetEarlyAccessFeaturesArgs{
    			OrganizationId: "string",
    		}, nil)
    		if err != nil {
    			return err
    		}
    		ctx.Export("merakiOrganizationsEarlyAccessFeaturesExample", example.Items)
    		return nil
    	})
    }
    
    using System.Collections.Generic;
    using System.Linq;
    using Pulumi;
    using Meraki = Pulumi.Meraki;
    
    return await Deployment.RunAsync(() => 
    {
        var example = Meraki.Organizations.GetEarlyAccessFeatures.Invoke(new()
        {
            OrganizationId = "string",
        });
    
        return new Dictionary<string, object?>
        {
            ["merakiOrganizationsEarlyAccessFeaturesExample"] = example.Apply(getEarlyAccessFeaturesResult => getEarlyAccessFeaturesResult.Items),
        };
    });
    
    package generated_program;
    
    import com.pulumi.Context;
    import com.pulumi.Pulumi;
    import com.pulumi.core.Output;
    import com.pulumi.meraki.organizations.OrganizationsFunctions;
    import com.pulumi.meraki.organizations.inputs.GetEarlyAccessFeaturesArgs;
    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 = OrganizationsFunctions.getEarlyAccessFeatures(GetEarlyAccessFeaturesArgs.builder()
                .organizationId("string")
                .build());
    
            ctx.export("merakiOrganizationsEarlyAccessFeaturesExample", example.applyValue(getEarlyAccessFeaturesResult -> getEarlyAccessFeaturesResult.items()));
        }
    }
    
    variables:
      example:
        fn::invoke:
          Function: meraki:organizations:getEarlyAccessFeatures
          Arguments:
            organizationId: string
    outputs:
      merakiOrganizationsEarlyAccessFeaturesExample: ${example.items}
    

    Using getEarlyAccessFeatures

    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 getEarlyAccessFeatures(args: GetEarlyAccessFeaturesArgs, opts?: InvokeOptions): Promise<GetEarlyAccessFeaturesResult>
    function getEarlyAccessFeaturesOutput(args: GetEarlyAccessFeaturesOutputArgs, opts?: InvokeOptions): Output<GetEarlyAccessFeaturesResult>
    def get_early_access_features(organization_id: Optional[str] = None,
                                  opts: Optional[InvokeOptions] = None) -> GetEarlyAccessFeaturesResult
    def get_early_access_features_output(organization_id: Optional[pulumi.Input[str]] = None,
                                  opts: Optional[InvokeOptions] = None) -> Output[GetEarlyAccessFeaturesResult]
    func GetEarlyAccessFeatures(ctx *Context, args *GetEarlyAccessFeaturesArgs, opts ...InvokeOption) (*GetEarlyAccessFeaturesResult, error)
    func GetEarlyAccessFeaturesOutput(ctx *Context, args *GetEarlyAccessFeaturesOutputArgs, opts ...InvokeOption) GetEarlyAccessFeaturesResultOutput

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

    public static class GetEarlyAccessFeatures 
    {
        public static Task<GetEarlyAccessFeaturesResult> InvokeAsync(GetEarlyAccessFeaturesArgs args, InvokeOptions? opts = null)
        public static Output<GetEarlyAccessFeaturesResult> Invoke(GetEarlyAccessFeaturesInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetEarlyAccessFeaturesResult> getEarlyAccessFeatures(GetEarlyAccessFeaturesArgs args, InvokeOptions options)
    // Output-based functions aren't available in Java yet
    
    fn::invoke:
      function: meraki:organizations/getEarlyAccessFeatures:getEarlyAccessFeatures
      arguments:
        # arguments dictionary

    The following arguments are supported:

    OrganizationId string
    organizationId path parameter. Organization ID
    OrganizationId string
    organizationId path parameter. Organization ID
    organizationId String
    organizationId path parameter. Organization ID
    organizationId string
    organizationId path parameter. Organization ID
    organization_id str
    organizationId path parameter. Organization ID
    organizationId String
    organizationId path parameter. Organization ID

    getEarlyAccessFeatures Result

    The following output properties are available:

    Id string
    The provider-assigned unique ID for this managed resource.
    Items List<GetEarlyAccessFeaturesItem>
    Array of ResponseOrganizationsGetOrganizationEarlyAccessFeatures
    OrganizationId string
    organizationId path parameter. Organization ID
    Id string
    The provider-assigned unique ID for this managed resource.
    Items []GetEarlyAccessFeaturesItem
    Array of ResponseOrganizationsGetOrganizationEarlyAccessFeatures
    OrganizationId string
    organizationId path parameter. Organization ID
    id String
    The provider-assigned unique ID for this managed resource.
    items List<GetEarlyAccessFeaturesItem>
    Array of ResponseOrganizationsGetOrganizationEarlyAccessFeatures
    organizationId String
    organizationId path parameter. Organization ID
    id string
    The provider-assigned unique ID for this managed resource.
    items GetEarlyAccessFeaturesItem[]
    Array of ResponseOrganizationsGetOrganizationEarlyAccessFeatures
    organizationId string
    organizationId path parameter. Organization ID
    id str
    The provider-assigned unique ID for this managed resource.
    items Sequence[GetEarlyAccessFeaturesItem]
    Array of ResponseOrganizationsGetOrganizationEarlyAccessFeatures
    organization_id str
    organizationId path parameter. Organization ID
    id String
    The provider-assigned unique ID for this managed resource.
    items List<Property Map>
    Array of ResponseOrganizationsGetOrganizationEarlyAccessFeatures
    organizationId String
    organizationId path parameter. Organization ID

    Supporting Types

    GetEarlyAccessFeaturesItem

    Descriptions GetEarlyAccessFeaturesItemDescriptions
    Descriptions of the early access feature
    DocumentationLink string
    Link to the documentation of this early access feature
    IsOrgScopedOnly bool
    If this early access feature can only be opted in for the entire organization
    Name string
    Name of the early access feature
    ShortName string
    Short name of the early access feature
    SupportLink string
    Link to get support for this early access feature
    Topic string
    Topic of the early access feature
    Descriptions GetEarlyAccessFeaturesItemDescriptions
    Descriptions of the early access feature
    DocumentationLink string
    Link to the documentation of this early access feature
    IsOrgScopedOnly bool
    If this early access feature can only be opted in for the entire organization
    Name string
    Name of the early access feature
    ShortName string
    Short name of the early access feature
    SupportLink string
    Link to get support for this early access feature
    Topic string
    Topic of the early access feature
    descriptions GetEarlyAccessFeaturesItemDescriptions
    Descriptions of the early access feature
    documentationLink String
    Link to the documentation of this early access feature
    isOrgScopedOnly Boolean
    If this early access feature can only be opted in for the entire organization
    name String
    Name of the early access feature
    shortName String
    Short name of the early access feature
    supportLink String
    Link to get support for this early access feature
    topic String
    Topic of the early access feature
    descriptions GetEarlyAccessFeaturesItemDescriptions
    Descriptions of the early access feature
    documentationLink string
    Link to the documentation of this early access feature
    isOrgScopedOnly boolean
    If this early access feature can only be opted in for the entire organization
    name string
    Name of the early access feature
    shortName string
    Short name of the early access feature
    supportLink string
    Link to get support for this early access feature
    topic string
    Topic of the early access feature
    descriptions GetEarlyAccessFeaturesItemDescriptions
    Descriptions of the early access feature
    documentation_link str
    Link to the documentation of this early access feature
    is_org_scoped_only bool
    If this early access feature can only be opted in for the entire organization
    name str
    Name of the early access feature
    short_name str
    Short name of the early access feature
    support_link str
    Link to get support for this early access feature
    topic str
    Topic of the early access feature
    descriptions Property Map
    Descriptions of the early access feature
    documentationLink String
    Link to the documentation of this early access feature
    isOrgScopedOnly Boolean
    If this early access feature can only be opted in for the entire organization
    name String
    Name of the early access feature
    shortName String
    Short name of the early access feature
    supportLink String
    Link to get support for this early access feature
    topic String
    Topic of the early access feature

    GetEarlyAccessFeaturesItemDescriptions

    Long string
    Long description
    Short string
    Short description
    Long string
    Long description
    Short string
    Short description
    long_ String
    Long description
    short_ String
    Short description
    long string
    Long description
    short string
    Short description
    long str
    Long description
    short str
    Short description
    long String
    Long description
    short String
    Short description

    Package Details

    Repository
    meraki pulumi/pulumi-meraki
    License
    Apache-2.0
    Notes
    This Pulumi package is based on the meraki Terraform Provider.
    meraki logo
    Cisco Meraki v0.2.4 published on Friday, Jun 14, 2024 by Pulumi