Cisco Meraki v0.4.1 published on Saturday, Mar 15, 2025 by Pulumi
meraki.organizations.getEarlyAccessFeatures
Explore with Pulumi AI
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)
public static Output<GetEarlyAccessFeaturesResult> getEarlyAccessFeatures(GetEarlyAccessFeaturesArgs args, InvokeOptions options)
fn::invoke:
  function: meraki:organizations/getEarlyAccessFeatures:getEarlyAccessFeatures
  arguments:
    # arguments dictionaryThe 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<GetEarly Access Features Item> 
- Array of ResponseOrganizationsGetOrganizationEarlyAccessFeatures
- OrganizationId string
- organizationId path parameter. Organization ID
- Id string
- The provider-assigned unique ID for this managed resource.
- Items
[]GetEarly Access Features Item 
- Array of ResponseOrganizationsGetOrganizationEarlyAccessFeatures
- OrganizationId string
- organizationId path parameter. Organization ID
- id String
- The provider-assigned unique ID for this managed resource.
- items
List<GetEarly Access Features Item> 
- Array of ResponseOrganizationsGetOrganizationEarlyAccessFeatures
- organizationId String
- organizationId path parameter. Organization ID
- id string
- The provider-assigned unique ID for this managed resource.
- items
GetEarly Access Features Item[] 
- Array of ResponseOrganizationsGetOrganizationEarlyAccessFeatures
- organizationId string
- organizationId path parameter. Organization ID
- id str
- The provider-assigned unique ID for this managed resource.
- items
Sequence[GetEarly Access Features Item] 
- 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
GetEarly Access Features Item Descriptions 
- Descriptions of the early access feature
- DocumentationLink string
- Link to the documentation of this early access feature
- IsOrg boolScoped Only 
- 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
GetEarly Access Features Item Descriptions 
- Descriptions of the early access feature
- DocumentationLink string
- Link to the documentation of this early access feature
- IsOrg boolScoped Only 
- 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
GetEarly Access Features Item Descriptions 
- Descriptions of the early access feature
- documentationLink String
- Link to the documentation of this early access feature
- isOrg BooleanScoped Only 
- 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
GetEarly Access Features Item Descriptions 
- Descriptions of the early access feature
- documentationLink string
- Link to the documentation of this early access feature
- isOrg booleanScoped Only 
- 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
GetEarly Access Features Item Descriptions 
- Descriptions of the early access feature
- documentation_link str
- Link to the documentation of this early access feature
- is_org_ boolscoped_ only 
- 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
- isOrg BooleanScoped Only 
- 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     
Package Details
- Repository
- meraki pulumi/pulumi-meraki
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the merakiTerraform Provider.
