1. Packages
  2. Cisco Meraki
  3. API Docs
  4. organizations
  5. getAdaptivePolicyOverview
Cisco Meraki v0.2.10 published on Wednesday, Jul 24, 2024 by Pulumi

meraki.organizations.getAdaptivePolicyOverview

Explore with Pulumi AI

meraki logo
Cisco Meraki v0.2.10 published on Wednesday, Jul 24, 2024 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.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 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

    getAdaptivePolicyOverview Result

    The following output properties are available:

    Id string
    The provider-assigned unique ID for this managed resource.
    Item GetAdaptivePolicyOverviewItem
    OrganizationId string
    organizationId path parameter. Organization ID
    Id string
    The provider-assigned unique ID for this managed resource.
    Item GetAdaptivePolicyOverviewItem
    OrganizationId string
    organizationId path parameter. Organization ID
    id String
    The provider-assigned unique ID for this managed resource.
    item GetAdaptivePolicyOverviewItem
    organizationId String
    organizationId path parameter. Organization ID
    id string
    The provider-assigned unique ID for this managed resource.
    item GetAdaptivePolicyOverviewItem
    organizationId string
    organizationId path parameter. Organization ID
    id str
    The provider-assigned unique ID for this managed resource.
    item GetAdaptivePolicyOverviewItem
    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 GetAdaptivePolicyOverviewItemCounts
    The current amount of various adaptive policy objects.
    Limits GetAdaptivePolicyOverviewItemLimits
    The current limits of various adaptive policy objects.
    Counts GetAdaptivePolicyOverviewItemCounts
    The current amount of various adaptive policy objects.
    Limits GetAdaptivePolicyOverviewItemLimits
    The current limits of various adaptive policy objects.
    counts GetAdaptivePolicyOverviewItemCounts
    The current amount of various adaptive policy objects.
    limits GetAdaptivePolicyOverviewItemLimits
    The current limits of various adaptive policy objects.
    counts GetAdaptivePolicyOverviewItemCounts
    The current amount of various adaptive policy objects.
    limits GetAdaptivePolicyOverviewItemLimits
    The current limits of various adaptive policy objects.
    counts GetAdaptivePolicyOverviewItemCounts
    The current amount of various adaptive policy objects.
    limits GetAdaptivePolicyOverviewItemLimits
    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

    AclsInAPolicy int
    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.
    RulesInAnAcl int
    Maximum number of rules allowed in an adaptive policy ACL in the organization.
    AclsInAPolicy int
    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.
    RulesInAnAcl int
    Maximum number of rules allowed in an adaptive policy ACL in the organization.
    aclsInAPolicy Integer
    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.
    rulesInAnAcl Integer
    Maximum number of rules allowed in an adaptive policy ACL in the organization.
    aclsInAPolicy number
    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.
    rulesInAnAcl number
    Maximum number of rules allowed in an adaptive policy ACL in the organization.
    acls_in_a_policy int
    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_an_acl int
    Maximum number of rules allowed in an adaptive policy ACL in the organization.
    aclsInAPolicy Number
    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.
    rulesInAnAcl Number
    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 meraki Terraform Provider.
    meraki logo
    Cisco Meraki v0.2.10 published on Wednesday, Jul 24, 2024 by Pulumi