Cisco Meraki v0.3.2 published on Tuesday, Sep 24, 2024 by Pulumi
meraki.organizations.getAdaptivePolicyOverview
Explore with Pulumi AI
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.applyValue(getAdaptivePolicyOverviewResult -> getAdaptivePolicyOverviewResult.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)
// Output-based functions aren't available in Java yet
fn::invoke:
  function: meraki:organizations/getAdaptivePolicyOverview:getAdaptivePolicyOverview
  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
getAdaptivePolicyOverview Result
The following output properties are available:
- Id string
- The provider-assigned unique ID for this managed resource.
- Item
GetAdaptive Policy Overview Item 
- OrganizationId string
- organizationId path parameter. Organization ID
- Id string
- The provider-assigned unique ID for this managed resource.
- Item
GetAdaptive Policy Overview Item 
- OrganizationId string
- organizationId path parameter. Organization ID
- id String
- The provider-assigned unique ID for this managed resource.
- item
GetAdaptive Policy Overview Item 
- organizationId String
- organizationId path parameter. Organization ID
- id string
- The provider-assigned unique ID for this managed resource.
- item
GetAdaptive Policy Overview Item 
- organizationId string
- organizationId path parameter. Organization ID
- id str
- The provider-assigned unique ID for this managed resource.
- item
GetAdaptive 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
- organizationId String
- organizationId path parameter. Organization ID
Supporting Types
GetAdaptivePolicyOverviewItem    
- Counts
GetAdaptive Policy Overview Item Counts 
- The current amount of various adaptive policy objects.
- Limits
GetAdaptive Policy Overview Item Limits 
- The current limits of various adaptive policy objects.
- Counts
GetAdaptive Policy Overview Item Counts 
- The current amount of various adaptive policy objects.
- Limits
GetAdaptive Policy Overview Item Limits 
- The current limits of various adaptive policy objects.
- counts
GetAdaptive Policy Overview Item Counts 
- The current amount of various adaptive policy objects.
- limits
GetAdaptive Policy Overview Item Limits 
- The current limits of various adaptive policy objects.
- counts
GetAdaptive Policy Overview Item Counts 
- The current amount of various adaptive policy objects.
- limits
GetAdaptive Policy Overview Item Limits 
- The current limits of various adaptive policy objects.
- counts
GetAdaptive Policy Overview Item Counts 
- The current amount of various adaptive policy objects.
- limits
GetAdaptive 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     
- AllowPolicies int
- Number of adaptive policies currently in the organization that allow all traffic.
- CustomAcls int
- Number of user-created adaptive policy ACLs currently in the organization.
- CustomGroups int
- Number of user-created adaptive policy groups currently in the organization.
- DenyPolicies 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.
- PolicyObjects int
- Number of policy objects (with the adaptive policy type) currently in the organization.
- AllowPolicies int
- Number of adaptive policies currently in the organization that allow all traffic.
- CustomAcls int
- Number of user-created adaptive policy ACLs currently in the organization.
- CustomGroups int
- Number of user-created adaptive policy groups currently in the organization.
- DenyPolicies 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.
- PolicyObjects int
- Number of policy objects (with the adaptive policy type) currently in the organization.
- allowPolicies Integer
- Number of adaptive policies currently in the organization that allow all traffic.
- customAcls Integer
- Number of user-created adaptive policy ACLs currently in the organization.
- customGroups Integer
- Number of user-created adaptive policy groups currently in the organization.
- denyPolicies 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.
- policyObjects Integer
- Number of policy objects (with the adaptive policy type) currently in the organization.
- allowPolicies number
- Number of adaptive policies currently in the organization that allow all traffic.
- customAcls number
- Number of user-created adaptive policy ACLs currently in the organization.
- customGroups number
- Number of user-created adaptive policy groups currently in the organization.
- denyPolicies 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.
- policyObjects 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.
- allowPolicies Number
- Number of adaptive policies currently in the organization that allow all traffic.
- customAcls Number
- Number of user-created adaptive policy ACLs currently in the organization.
- customGroups Number
- Number of user-created adaptive policy groups currently in the organization.
- denyPolicies 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.
- policyObjects Number
- Number of policy objects (with the adaptive policy type) currently in the organization.
GetAdaptivePolicyOverviewItemLimits     
- AclsIn intAPolicy 
- Maximum number of adaptive policy ACLs that can be assigned to an adaptive policy in the organization.
- CustomGroups int
- Maximum number of user-created adaptive policy groups allowed in the organization.
- PolicyObjects int
- Maximum number of policy objects (with the adaptive policy type) allowed in the organization.
- RulesIn intAn Acl 
- Maximum number of rules allowed in an adaptive policy ACL in the organization.
- AclsIn intAPolicy 
- Maximum number of adaptive policy ACLs that can be assigned to an adaptive policy in the organization.
- CustomGroups int
- Maximum number of user-created adaptive policy groups allowed in the organization.
- PolicyObjects int
- Maximum number of policy objects (with the adaptive policy type) allowed in the organization.
- RulesIn intAn Acl 
- Maximum number of rules allowed in an adaptive policy ACL in the organization.
- aclsIn IntegerAPolicy 
- Maximum number of adaptive policy ACLs that can be assigned to an adaptive policy in the organization.
- customGroups Integer
- Maximum number of user-created adaptive policy groups allowed in the organization.
- policyObjects Integer
- Maximum number of policy objects (with the adaptive policy type) allowed in the organization.
- rulesIn IntegerAn Acl 
- Maximum number of rules allowed in an adaptive policy ACL in the organization.
- aclsIn numberAPolicy 
- Maximum number of adaptive policy ACLs that can be assigned to an adaptive policy in the organization.
- customGroups number
- Maximum number of user-created adaptive policy groups allowed in the organization.
- policyObjects number
- Maximum number of policy objects (with the adaptive policy type) allowed in the organization.
- rulesIn 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.
- aclsIn NumberAPolicy 
- Maximum number of adaptive policy ACLs that can be assigned to an adaptive policy in the organization.
- customGroups Number
- Maximum number of user-created adaptive policy groups allowed in the organization.
- policyObjects Number
- Maximum number of policy objects (with the adaptive policy type) allowed in the organization.
- rulesIn 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.
