Viewing docs for Cisco Meraki v0.4.6
published on Thursday, Feb 26, 2026 by Pulumi
published on Thursday, Feb 26, 2026 by Pulumi
Viewing docs for Cisco Meraki v0.4.6
published on Thursday, Feb 26, 2026 by Pulumi
published on Thursday, Feb 26, 2026 by Pulumi
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as meraki from "@pulumi/meraki";
const example = meraki.organizations.getAdaptivePolicyOverview({
organizationId: "string",
});
export const merakiOrganizationsAdaptivePolicyOverviewExample = example.then(example => example.item);
import pulumi
import pulumi_meraki as meraki
example = meraki.organizations.get_adaptive_policy_overview(organization_id="string")
pulumi.export("merakiOrganizationsAdaptivePolicyOverviewExample", example.item)
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.GetAdaptivePolicyOverview(ctx, &organizations.GetAdaptivePolicyOverviewArgs{
OrganizationId: "string",
}, nil)
if err != nil {
return err
}
ctx.Export("merakiOrganizationsAdaptivePolicyOverviewExample", example.Item)
return nil
})
}
using System.Collections.Generic;
using System.Linq;
using Pulumi;
using Meraki = Pulumi.Meraki;
return await Deployment.RunAsync(() =>
{
var example = Meraki.Organizations.GetAdaptivePolicyOverview.Invoke(new()
{
OrganizationId = "string",
});
return new Dictionary<string, object?>
{
["merakiOrganizationsAdaptivePolicyOverviewExample"] = example.Apply(getAdaptivePolicyOverviewResult => getAdaptivePolicyOverviewResult.Item),
};
});
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.GetAdaptivePolicyOverviewArgs;
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.getAdaptivePolicyOverview(GetAdaptivePolicyOverviewArgs.builder()
.organizationId("string")
.build());
ctx.export("merakiOrganizationsAdaptivePolicyOverviewExample", example.item());
}
}
variables:
example:
fn::invoke:
function: meraki:organizations:getAdaptivePolicyOverview
arguments:
organizationId: string
outputs:
merakiOrganizationsAdaptivePolicyOverviewExample: ${example.item}
Using getAdaptivePolicyOverview
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 getAdaptivePolicyOverview(args: GetAdaptivePolicyOverviewArgs, opts?: InvokeOptions): Promise<GetAdaptivePolicyOverviewResult>
function getAdaptivePolicyOverviewOutput(args: GetAdaptivePolicyOverviewOutputArgs, opts?: InvokeOptions): Output<GetAdaptivePolicyOverviewResult>def get_adaptive_policy_overview(organization_id: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetAdaptivePolicyOverviewResult
def get_adaptive_policy_overview_output(organization_id: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetAdaptivePolicyOverviewResult]func GetAdaptivePolicyOverview(ctx *Context, args *GetAdaptivePolicyOverviewArgs, opts ...InvokeOption) (*GetAdaptivePolicyOverviewResult, error)
func GetAdaptivePolicyOverviewOutput(ctx *Context, args *GetAdaptivePolicyOverviewOutputArgs, opts ...InvokeOption) GetAdaptivePolicyOverviewResultOutput> Note: This function is named GetAdaptivePolicyOverview in the Go SDK.
public static class GetAdaptivePolicyOverview
{
public static Task<GetAdaptivePolicyOverviewResult> InvokeAsync(GetAdaptivePolicyOverviewArgs args, InvokeOptions? opts = null)
public static Output<GetAdaptivePolicyOverviewResult> Invoke(GetAdaptivePolicyOverviewInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetAdaptivePolicyOverviewResult> getAdaptivePolicyOverview(GetAdaptivePolicyOverviewArgs args, InvokeOptions options)
public static Output<GetAdaptivePolicyOverviewResult> getAdaptivePolicyOverview(GetAdaptivePolicyOverviewArgs args, InvokeOptions options)
fn::invoke:
function: meraki:organizations/getAdaptivePolicyOverview:getAdaptivePolicyOverview
arguments:
# arguments dictionaryThe following arguments are supported:
- Organization
Id string - organizationId path parameter. Organization ID
- Organization
Id string - organizationId path parameter. Organization ID
- organization
Id String - organizationId path parameter. Organization ID
- organization
Id string - organizationId path parameter. Organization ID
- organization_
id str - organizationId path parameter. Organization ID
- organization
Id String - organizationId path parameter. Organization ID
getAdaptivePolicyOverview Result
The following output properties are available:
- Id string
- The provider-assigned unique ID for this managed resource.
- Item
Get
Adaptive Policy Overview Item - Organization
Id string - organizationId path parameter. Organization ID
- Id string
- The provider-assigned unique ID for this managed resource.
- Item
Get
Adaptive Policy Overview Item - Organization
Id string - organizationId path parameter. Organization ID
- id String
- The provider-assigned unique ID for this managed resource.
- item
Get
Adaptive Policy Overview Item - organization
Id String - organizationId path parameter. Organization ID
- id string
- The provider-assigned unique ID for this managed resource.
- item
Get
Adaptive Policy Overview Item - organization
Id string - organizationId path parameter. Organization ID
- id str
- The provider-assigned unique ID for this managed resource.
- item
Get
Adaptive Policy Overview Item - organization_
id str - organizationId path parameter. Organization ID
- id String
- The provider-assigned unique ID for this managed resource.
- item Property Map
- organization
Id String - organizationId path parameter. Organization ID
Supporting Types
GetAdaptivePolicyOverviewItem
- Counts
Get
Adaptive Policy Overview Item Counts - The current amount of various adaptive policy objects.
- Limits
Get
Adaptive Policy Overview Item Limits - The current limits of various adaptive policy objects.
- Counts
Get
Adaptive Policy Overview Item Counts - The current amount of various adaptive policy objects.
- Limits
Get
Adaptive Policy Overview Item Limits - The current limits of various adaptive policy objects.
- counts
Get
Adaptive Policy Overview Item Counts - The current amount of various adaptive policy objects.
- limits
Get
Adaptive Policy Overview Item Limits - The current limits of various adaptive policy objects.
- counts
Get
Adaptive Policy Overview Item Counts - The current amount of various adaptive policy objects.
- limits
Get
Adaptive Policy Overview Item Limits - The current limits of various adaptive policy objects.
- counts
Get
Adaptive Policy Overview Item Counts - The current amount of various adaptive policy objects.
- limits
Get
Adaptive Policy Overview Item Limits - The current limits of various adaptive policy objects.
- counts Property Map
- The current amount of various adaptive policy objects.
- limits Property Map
- The current limits of various adaptive policy objects.
GetAdaptivePolicyOverviewItemCounts
- Allow
Policies int - Number of adaptive policies currently in the organization that allow all traffic.
- Custom
Acls int - Number of user-created adaptive policy ACLs currently in the organization.
- Custom
Groups int - Number of user-created adaptive policy groups currently in the organization.
- Deny
Policies int - Number of adaptive policies currently in the organization that deny all traffic.
- Groups int
- Number of adaptive policy groups currently in the organization.
- Policies int
- Number of adaptive policies currently in the organization.
- Policy
Objects int - Number of policy objects (with the adaptive policy type) currently in the organization.
- Allow
Policies int - Number of adaptive policies currently in the organization that allow all traffic.
- Custom
Acls int - Number of user-created adaptive policy ACLs currently in the organization.
- Custom
Groups int - Number of user-created adaptive policy groups currently in the organization.
- Deny
Policies int - Number of adaptive policies currently in the organization that deny all traffic.
- Groups int
- Number of adaptive policy groups currently in the organization.
- Policies int
- Number of adaptive policies currently in the organization.
- Policy
Objects int - Number of policy objects (with the adaptive policy type) currently in the organization.
- allow
Policies Integer - Number of adaptive policies currently in the organization that allow all traffic.
- custom
Acls Integer - Number of user-created adaptive policy ACLs currently in the organization.
- custom
Groups Integer - Number of user-created adaptive policy groups currently in the organization.
- deny
Policies Integer - Number of adaptive policies currently in the organization that deny all traffic.
- groups Integer
- Number of adaptive policy groups currently in the organization.
- policies Integer
- Number of adaptive policies currently in the organization.
- policy
Objects Integer - Number of policy objects (with the adaptive policy type) currently in the organization.
- allow
Policies number - Number of adaptive policies currently in the organization that allow all traffic.
- custom
Acls number - Number of user-created adaptive policy ACLs currently in the organization.
- custom
Groups number - Number of user-created adaptive policy groups currently in the organization.
- deny
Policies number - Number of adaptive policies currently in the organization that deny all traffic.
- groups number
- Number of adaptive policy groups currently in the organization.
- policies number
- Number of adaptive policies currently in the organization.
- policy
Objects number - Number of policy objects (with the adaptive policy type) currently in the organization.
- allow_
policies int - Number of adaptive policies currently in the organization that allow all traffic.
- custom_
acls int - Number of user-created adaptive policy ACLs currently in the organization.
- custom_
groups int - Number of user-created adaptive policy groups currently in the organization.
- deny_
policies int - Number of adaptive policies currently in the organization that deny all traffic.
- groups int
- Number of adaptive policy groups currently in the organization.
- policies int
- Number of adaptive policies currently in the organization.
- policy_
objects int - Number of policy objects (with the adaptive policy type) currently in the organization.
- allow
Policies Number - Number of adaptive policies currently in the organization that allow all traffic.
- custom
Acls Number - Number of user-created adaptive policy ACLs currently in the organization.
- custom
Groups Number - Number of user-created adaptive policy groups currently in the organization.
- deny
Policies Number - Number of adaptive policies currently in the organization that deny all traffic.
- groups Number
- Number of adaptive policy groups currently in the organization.
- policies Number
- Number of adaptive policies currently in the organization.
- policy
Objects Number - Number of policy objects (with the adaptive policy type) currently in the organization.
GetAdaptivePolicyOverviewItemLimits
- Acls
In intAPolicy - Maximum number of adaptive policy ACLs that can be assigned to an adaptive policy in the organization.
- Custom
Groups int - Maximum number of user-created adaptive policy groups allowed in the organization.
- Policy
Objects int - Maximum number of policy objects (with the adaptive policy type) allowed in the organization.
- Rules
In intAn Acl - Maximum number of rules allowed in an adaptive policy ACL in the organization.
- Acls
In intAPolicy - Maximum number of adaptive policy ACLs that can be assigned to an adaptive policy in the organization.
- Custom
Groups int - Maximum number of user-created adaptive policy groups allowed in the organization.
- Policy
Objects int - Maximum number of policy objects (with the adaptive policy type) allowed in the organization.
- Rules
In intAn Acl - Maximum number of rules allowed in an adaptive policy ACL in the organization.
- acls
In IntegerAPolicy - Maximum number of adaptive policy ACLs that can be assigned to an adaptive policy in the organization.
- custom
Groups Integer - Maximum number of user-created adaptive policy groups allowed in the organization.
- policy
Objects Integer - Maximum number of policy objects (with the adaptive policy type) allowed in the organization.
- rules
In IntegerAn Acl - Maximum number of rules allowed in an adaptive policy ACL in the organization.
- acls
In numberAPolicy - Maximum number of adaptive policy ACLs that can be assigned to an adaptive policy in the organization.
- custom
Groups number - Maximum number of user-created adaptive policy groups allowed in the organization.
- policy
Objects number - Maximum number of policy objects (with the adaptive policy type) allowed in the organization.
- rules
In numberAn Acl - Maximum number of rules allowed in an adaptive policy ACL in the organization.
- acls_
in_ inta_ policy - Maximum number of adaptive policy ACLs that can be assigned to an adaptive policy in the organization.
- custom_
groups int - Maximum number of user-created adaptive policy groups allowed in the organization.
- policy_
objects int - Maximum number of policy objects (with the adaptive policy type) allowed in the organization.
- rules_
in_ intan_ acl - Maximum number of rules allowed in an adaptive policy ACL in the organization.
- acls
In NumberAPolicy - Maximum number of adaptive policy ACLs that can be assigned to an adaptive policy in the organization.
- custom
Groups Number - Maximum number of user-created adaptive policy groups allowed in the organization.
- policy
Objects Number - Maximum number of policy objects (with the adaptive policy type) allowed in the organization.
- rules
In NumberAn Acl - Maximum number of rules allowed in an adaptive policy ACL in the organization.
Package Details
- Repository
- meraki pulumi/pulumi-meraki
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
merakiTerraform Provider.
Viewing docs for Cisco Meraki v0.4.6
published on Thursday, Feb 26, 2026 by Pulumi
published on Thursday, Feb 26, 2026 by Pulumi
