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

meraki.networks.getSwitchAccessPolicies

Explore with Pulumi AI

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

    Example Usage

    Using getSwitchAccessPolicies

    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 getSwitchAccessPolicies(args: GetSwitchAccessPoliciesArgs, opts?: InvokeOptions): Promise<GetSwitchAccessPoliciesResult>
    function getSwitchAccessPoliciesOutput(args: GetSwitchAccessPoliciesOutputArgs, opts?: InvokeOptions): Output<GetSwitchAccessPoliciesResult>
    def get_switch_access_policies(access_policy_number: Optional[str] = None,
                                   network_id: Optional[str] = None,
                                   opts: Optional[InvokeOptions] = None) -> GetSwitchAccessPoliciesResult
    def get_switch_access_policies_output(access_policy_number: Optional[pulumi.Input[str]] = None,
                                   network_id: Optional[pulumi.Input[str]] = None,
                                   opts: Optional[InvokeOptions] = None) -> Output[GetSwitchAccessPoliciesResult]
    func LookupSwitchAccessPolicies(ctx *Context, args *LookupSwitchAccessPoliciesArgs, opts ...InvokeOption) (*LookupSwitchAccessPoliciesResult, error)
    func LookupSwitchAccessPoliciesOutput(ctx *Context, args *LookupSwitchAccessPoliciesOutputArgs, opts ...InvokeOption) LookupSwitchAccessPoliciesResultOutput

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

    public static class GetSwitchAccessPolicies 
    {
        public static Task<GetSwitchAccessPoliciesResult> InvokeAsync(GetSwitchAccessPoliciesArgs args, InvokeOptions? opts = null)
        public static Output<GetSwitchAccessPoliciesResult> Invoke(GetSwitchAccessPoliciesInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetSwitchAccessPoliciesResult> getSwitchAccessPolicies(GetSwitchAccessPoliciesArgs args, InvokeOptions options)
    // Output-based functions aren't available in Java yet
    
    fn::invoke:
      function: meraki:networks/getSwitchAccessPolicies:getSwitchAccessPolicies
      arguments:
        # arguments dictionary

    The following arguments are supported:

    AccessPolicyNumber string
    accessPolicyNumber path parameter. Access policy number
    NetworkId string
    networkId path parameter. Network ID
    AccessPolicyNumber string
    accessPolicyNumber path parameter. Access policy number
    NetworkId string
    networkId path parameter. Network ID
    accessPolicyNumber String
    accessPolicyNumber path parameter. Access policy number
    networkId String
    networkId path parameter. Network ID
    accessPolicyNumber string
    accessPolicyNumber path parameter. Access policy number
    networkId string
    networkId path parameter. Network ID
    access_policy_number str
    accessPolicyNumber path parameter. Access policy number
    network_id str
    networkId path parameter. Network ID
    accessPolicyNumber String
    accessPolicyNumber path parameter. Access policy number
    networkId String
    networkId path parameter. Network ID

    getSwitchAccessPolicies Result

    The following output properties are available:

    Id string
    The provider-assigned unique ID for this managed resource.
    Item GetSwitchAccessPoliciesItem
    Items List<GetSwitchAccessPoliciesItem>
    Array of ResponseSwitchGetNetworkSwitchAccessPolicies
    AccessPolicyNumber string
    accessPolicyNumber path parameter. Access policy number
    NetworkId string
    networkId path parameter. Network ID
    Id string
    The provider-assigned unique ID for this managed resource.
    Item GetSwitchAccessPoliciesItem
    Items []GetSwitchAccessPoliciesItem
    Array of ResponseSwitchGetNetworkSwitchAccessPolicies
    AccessPolicyNumber string
    accessPolicyNumber path parameter. Access policy number
    NetworkId string
    networkId path parameter. Network ID
    id String
    The provider-assigned unique ID for this managed resource.
    item GetSwitchAccessPoliciesItem
    items List<GetSwitchAccessPoliciesItem>
    Array of ResponseSwitchGetNetworkSwitchAccessPolicies
    accessPolicyNumber String
    accessPolicyNumber path parameter. Access policy number
    networkId String
    networkId path parameter. Network ID
    id string
    The provider-assigned unique ID for this managed resource.
    item GetSwitchAccessPoliciesItem
    items GetSwitchAccessPoliciesItem[]
    Array of ResponseSwitchGetNetworkSwitchAccessPolicies
    accessPolicyNumber string
    accessPolicyNumber path parameter. Access policy number
    networkId string
    networkId path parameter. Network ID
    id str
    The provider-assigned unique ID for this managed resource.
    item GetSwitchAccessPoliciesItem
    items Sequence[GetSwitchAccessPoliciesItem]
    Array of ResponseSwitchGetNetworkSwitchAccessPolicies
    access_policy_number str
    accessPolicyNumber path parameter. Access policy number
    network_id str
    networkId path parameter. Network ID
    id String
    The provider-assigned unique ID for this managed resource.
    item Property Map
    items List<Property Map>
    Array of ResponseSwitchGetNetworkSwitchAccessPolicies
    accessPolicyNumber String
    accessPolicyNumber path parameter. Access policy number
    networkId String
    networkId path parameter. Network ID

    Supporting Types

    GetSwitchAccessPoliciesItem

    AccessPolicyType string
    Access Type of the policy. Automatically 'Hybrid authentication' when hostMode is 'Multi-Domain'.
    Counts GetSwitchAccessPoliciesItemCounts
    Counts associated with the access policy
    Dot1x GetSwitchAccessPoliciesItemDot1x
    802.1x Settings
    GuestPortBouncing bool
    If enabled, Meraki devices will periodically send access-request messages to these RADIUS servers
    GuestVlanId int
    ID for the guest VLAN allow unauthorized devices access to limited network resources
    HostMode string
    Choose the Host Mode for the access policy.
    IncreaseAccessSpeed bool
    Enabling this option will make switches execute 802.1X and MAC-bypass authentication simultaneously so that clients authenticate faster. Only required when accessPolicyType is 'Hybrid Authentication.
    Name string
    Name of the access policy
    Radius GetSwitchAccessPoliciesItemRadius
    Object for RADIUS Settings
    RadiusAccountingEnabled bool
    Enable to send start, interim-update and stop messages to a configured RADIUS accounting server for tracking connected clients
    RadiusAccountingServers List<GetSwitchAccessPoliciesItemRadiusAccountingServer>
    List of RADIUS accounting servers to require connecting devices to authenticate against before granting network access
    RadiusCoaSupportEnabled bool
    Change of authentication for RADIUS re-authentication and disconnection
    RadiusGroupAttribute string
    Acceptable values are '' for None, or '11' for Group Policies ACL
    RadiusServers List<GetSwitchAccessPoliciesItemRadiusServer>
    List of RADIUS servers to require connecting devices to authenticate against before granting network access
    RadiusTestingEnabled bool
    If enabled, Meraki devices will periodically send access-request messages to these RADIUS servers
    UrlRedirectWalledGardenEnabled bool
    Enable to restrict access for clients to a response_objectific set of IP addresses or hostnames prior to authentication
    UrlRedirectWalledGardenRanges List<string>
    IP address ranges, in CIDR notation, to restrict access for clients to a specific set of IP addresses or hostnames prior to authentication
    VoiceVlanClients bool
    CDP/LLDP capable voice clients will be able to use this VLAN. Automatically true when hostMode is 'Multi-Domain'.
    AccessPolicyType string
    Access Type of the policy. Automatically 'Hybrid authentication' when hostMode is 'Multi-Domain'.
    Counts GetSwitchAccessPoliciesItemCounts
    Counts associated with the access policy
    Dot1x GetSwitchAccessPoliciesItemDot1x
    802.1x Settings
    GuestPortBouncing bool
    If enabled, Meraki devices will periodically send access-request messages to these RADIUS servers
    GuestVlanId int
    ID for the guest VLAN allow unauthorized devices access to limited network resources
    HostMode string
    Choose the Host Mode for the access policy.
    IncreaseAccessSpeed bool
    Enabling this option will make switches execute 802.1X and MAC-bypass authentication simultaneously so that clients authenticate faster. Only required when accessPolicyType is 'Hybrid Authentication.
    Name string
    Name of the access policy
    Radius GetSwitchAccessPoliciesItemRadius
    Object for RADIUS Settings
    RadiusAccountingEnabled bool
    Enable to send start, interim-update and stop messages to a configured RADIUS accounting server for tracking connected clients
    RadiusAccountingServers []GetSwitchAccessPoliciesItemRadiusAccountingServer
    List of RADIUS accounting servers to require connecting devices to authenticate against before granting network access
    RadiusCoaSupportEnabled bool
    Change of authentication for RADIUS re-authentication and disconnection
    RadiusGroupAttribute string
    Acceptable values are '' for None, or '11' for Group Policies ACL
    RadiusServers []GetSwitchAccessPoliciesItemRadiusServer
    List of RADIUS servers to require connecting devices to authenticate against before granting network access
    RadiusTestingEnabled bool
    If enabled, Meraki devices will periodically send access-request messages to these RADIUS servers
    UrlRedirectWalledGardenEnabled bool
    Enable to restrict access for clients to a response_objectific set of IP addresses or hostnames prior to authentication
    UrlRedirectWalledGardenRanges []string
    IP address ranges, in CIDR notation, to restrict access for clients to a specific set of IP addresses or hostnames prior to authentication
    VoiceVlanClients bool
    CDP/LLDP capable voice clients will be able to use this VLAN. Automatically true when hostMode is 'Multi-Domain'.
    accessPolicyType String
    Access Type of the policy. Automatically 'Hybrid authentication' when hostMode is 'Multi-Domain'.
    counts GetSwitchAccessPoliciesItemCounts
    Counts associated with the access policy
    dot1x GetSwitchAccessPoliciesItemDot1x
    802.1x Settings
    guestPortBouncing Boolean
    If enabled, Meraki devices will periodically send access-request messages to these RADIUS servers
    guestVlanId Integer
    ID for the guest VLAN allow unauthorized devices access to limited network resources
    hostMode String
    Choose the Host Mode for the access policy.
    increaseAccessSpeed Boolean
    Enabling this option will make switches execute 802.1X and MAC-bypass authentication simultaneously so that clients authenticate faster. Only required when accessPolicyType is 'Hybrid Authentication.
    name String
    Name of the access policy
    radius GetSwitchAccessPoliciesItemRadius
    Object for RADIUS Settings
    radiusAccountingEnabled Boolean
    Enable to send start, interim-update and stop messages to a configured RADIUS accounting server for tracking connected clients
    radiusAccountingServers List<GetSwitchAccessPoliciesItemRadiusAccountingServer>
    List of RADIUS accounting servers to require connecting devices to authenticate against before granting network access
    radiusCoaSupportEnabled Boolean
    Change of authentication for RADIUS re-authentication and disconnection
    radiusGroupAttribute String
    Acceptable values are '' for None, or '11' for Group Policies ACL
    radiusServers List<GetSwitchAccessPoliciesItemRadiusServer>
    List of RADIUS servers to require connecting devices to authenticate against before granting network access
    radiusTestingEnabled Boolean
    If enabled, Meraki devices will periodically send access-request messages to these RADIUS servers
    urlRedirectWalledGardenEnabled Boolean
    Enable to restrict access for clients to a response_objectific set of IP addresses or hostnames prior to authentication
    urlRedirectWalledGardenRanges List<String>
    IP address ranges, in CIDR notation, to restrict access for clients to a specific set of IP addresses or hostnames prior to authentication
    voiceVlanClients Boolean
    CDP/LLDP capable voice clients will be able to use this VLAN. Automatically true when hostMode is 'Multi-Domain'.
    accessPolicyType string
    Access Type of the policy. Automatically 'Hybrid authentication' when hostMode is 'Multi-Domain'.
    counts GetSwitchAccessPoliciesItemCounts
    Counts associated with the access policy
    dot1x GetSwitchAccessPoliciesItemDot1x
    802.1x Settings
    guestPortBouncing boolean
    If enabled, Meraki devices will periodically send access-request messages to these RADIUS servers
    guestVlanId number
    ID for the guest VLAN allow unauthorized devices access to limited network resources
    hostMode string
    Choose the Host Mode for the access policy.
    increaseAccessSpeed boolean
    Enabling this option will make switches execute 802.1X and MAC-bypass authentication simultaneously so that clients authenticate faster. Only required when accessPolicyType is 'Hybrid Authentication.
    name string
    Name of the access policy
    radius GetSwitchAccessPoliciesItemRadius
    Object for RADIUS Settings
    radiusAccountingEnabled boolean
    Enable to send start, interim-update and stop messages to a configured RADIUS accounting server for tracking connected clients
    radiusAccountingServers GetSwitchAccessPoliciesItemRadiusAccountingServer[]
    List of RADIUS accounting servers to require connecting devices to authenticate against before granting network access
    radiusCoaSupportEnabled boolean
    Change of authentication for RADIUS re-authentication and disconnection
    radiusGroupAttribute string
    Acceptable values are '' for None, or '11' for Group Policies ACL
    radiusServers GetSwitchAccessPoliciesItemRadiusServer[]
    List of RADIUS servers to require connecting devices to authenticate against before granting network access
    radiusTestingEnabled boolean
    If enabled, Meraki devices will periodically send access-request messages to these RADIUS servers
    urlRedirectWalledGardenEnabled boolean
    Enable to restrict access for clients to a response_objectific set of IP addresses or hostnames prior to authentication
    urlRedirectWalledGardenRanges string[]
    IP address ranges, in CIDR notation, to restrict access for clients to a specific set of IP addresses or hostnames prior to authentication
    voiceVlanClients boolean
    CDP/LLDP capable voice clients will be able to use this VLAN. Automatically true when hostMode is 'Multi-Domain'.
    access_policy_type str
    Access Type of the policy. Automatically 'Hybrid authentication' when hostMode is 'Multi-Domain'.
    counts GetSwitchAccessPoliciesItemCounts
    Counts associated with the access policy
    dot1x GetSwitchAccessPoliciesItemDot1x
    802.1x Settings
    guest_port_bouncing bool
    If enabled, Meraki devices will periodically send access-request messages to these RADIUS servers
    guest_vlan_id int
    ID for the guest VLAN allow unauthorized devices access to limited network resources
    host_mode str
    Choose the Host Mode for the access policy.
    increase_access_speed bool
    Enabling this option will make switches execute 802.1X and MAC-bypass authentication simultaneously so that clients authenticate faster. Only required when accessPolicyType is 'Hybrid Authentication.
    name str
    Name of the access policy
    radius GetSwitchAccessPoliciesItemRadius
    Object for RADIUS Settings
    radius_accounting_enabled bool
    Enable to send start, interim-update and stop messages to a configured RADIUS accounting server for tracking connected clients
    radius_accounting_servers Sequence[GetSwitchAccessPoliciesItemRadiusAccountingServer]
    List of RADIUS accounting servers to require connecting devices to authenticate against before granting network access
    radius_coa_support_enabled bool
    Change of authentication for RADIUS re-authentication and disconnection
    radius_group_attribute str
    Acceptable values are '' for None, or '11' for Group Policies ACL
    radius_servers Sequence[GetSwitchAccessPoliciesItemRadiusServer]
    List of RADIUS servers to require connecting devices to authenticate against before granting network access
    radius_testing_enabled bool
    If enabled, Meraki devices will periodically send access-request messages to these RADIUS servers
    url_redirect_walled_garden_enabled bool
    Enable to restrict access for clients to a response_objectific set of IP addresses or hostnames prior to authentication
    url_redirect_walled_garden_ranges Sequence[str]
    IP address ranges, in CIDR notation, to restrict access for clients to a specific set of IP addresses or hostnames prior to authentication
    voice_vlan_clients bool
    CDP/LLDP capable voice clients will be able to use this VLAN. Automatically true when hostMode is 'Multi-Domain'.
    accessPolicyType String
    Access Type of the policy. Automatically 'Hybrid authentication' when hostMode is 'Multi-Domain'.
    counts Property Map
    Counts associated with the access policy
    dot1x Property Map
    802.1x Settings
    guestPortBouncing Boolean
    If enabled, Meraki devices will periodically send access-request messages to these RADIUS servers
    guestVlanId Number
    ID for the guest VLAN allow unauthorized devices access to limited network resources
    hostMode String
    Choose the Host Mode for the access policy.
    increaseAccessSpeed Boolean
    Enabling this option will make switches execute 802.1X and MAC-bypass authentication simultaneously so that clients authenticate faster. Only required when accessPolicyType is 'Hybrid Authentication.
    name String
    Name of the access policy
    radius Property Map
    Object for RADIUS Settings
    radiusAccountingEnabled Boolean
    Enable to send start, interim-update and stop messages to a configured RADIUS accounting server for tracking connected clients
    radiusAccountingServers List<Property Map>
    List of RADIUS accounting servers to require connecting devices to authenticate against before granting network access
    radiusCoaSupportEnabled Boolean
    Change of authentication for RADIUS re-authentication and disconnection
    radiusGroupAttribute String
    Acceptable values are '' for None, or '11' for Group Policies ACL
    radiusServers List<Property Map>
    List of RADIUS servers to require connecting devices to authenticate against before granting network access
    radiusTestingEnabled Boolean
    If enabled, Meraki devices will periodically send access-request messages to these RADIUS servers
    urlRedirectWalledGardenEnabled Boolean
    Enable to restrict access for clients to a response_objectific set of IP addresses or hostnames prior to authentication
    urlRedirectWalledGardenRanges List<String>
    IP address ranges, in CIDR notation, to restrict access for clients to a specific set of IP addresses or hostnames prior to authentication
    voiceVlanClients Boolean
    CDP/LLDP capable voice clients will be able to use this VLAN. Automatically true when hostMode is 'Multi-Domain'.

    GetSwitchAccessPoliciesItemCounts

    Ports GetSwitchAccessPoliciesItemCountsPorts
    Counts associated with ports
    Ports GetSwitchAccessPoliciesItemCountsPorts
    Counts associated with ports
    ports GetSwitchAccessPoliciesItemCountsPorts
    Counts associated with ports
    ports GetSwitchAccessPoliciesItemCountsPorts
    Counts associated with ports
    ports GetSwitchAccessPoliciesItemCountsPorts
    Counts associated with ports
    ports Property Map
    Counts associated with ports

    GetSwitchAccessPoliciesItemCountsPorts

    WithThisPolicy int
    Number of ports in the network with this policy. For template networks, this is the number of template ports (not child ports) with this policy.
    WithThisPolicy int
    Number of ports in the network with this policy. For template networks, this is the number of template ports (not child ports) with this policy.
    withThisPolicy Integer
    Number of ports in the network with this policy. For template networks, this is the number of template ports (not child ports) with this policy.
    withThisPolicy number
    Number of ports in the network with this policy. For template networks, this is the number of template ports (not child ports) with this policy.
    with_this_policy int
    Number of ports in the network with this policy. For template networks, this is the number of template ports (not child ports) with this policy.
    withThisPolicy Number
    Number of ports in the network with this policy. For template networks, this is the number of template ports (not child ports) with this policy.

    GetSwitchAccessPoliciesItemDot1x

    ControlDirection string
    Supports either 'both' or 'inbound'. Set to 'inbound' to allow unauthorized egress on the switchport. Set to 'both' to control both traffic directions with authorization. Defaults to 'both'
    ControlDirection string
    Supports either 'both' or 'inbound'. Set to 'inbound' to allow unauthorized egress on the switchport. Set to 'both' to control both traffic directions with authorization. Defaults to 'both'
    controlDirection String
    Supports either 'both' or 'inbound'. Set to 'inbound' to allow unauthorized egress on the switchport. Set to 'both' to control both traffic directions with authorization. Defaults to 'both'
    controlDirection string
    Supports either 'both' or 'inbound'. Set to 'inbound' to allow unauthorized egress on the switchport. Set to 'both' to control both traffic directions with authorization. Defaults to 'both'
    control_direction str
    Supports either 'both' or 'inbound'. Set to 'inbound' to allow unauthorized egress on the switchport. Set to 'both' to control both traffic directions with authorization. Defaults to 'both'
    controlDirection String
    Supports either 'both' or 'inbound'. Set to 'inbound' to allow unauthorized egress on the switchport. Set to 'both' to control both traffic directions with authorization. Defaults to 'both'

    GetSwitchAccessPoliciesItemRadius

    CriticalAuth GetSwitchAccessPoliciesItemRadiusCriticalAuth
    Critical auth settings for when authentication is rejected by the RADIUS server
    FailedAuthVlanId int
    VLAN that clients will be placed on when RADIUS authentication fails. Will be null if hostMode is Multi-Auth
    ReAuthenticationInterval int
    Re-authentication period in seconds. Will be null if hostMode is Multi-Auth
    CriticalAuth GetSwitchAccessPoliciesItemRadiusCriticalAuth
    Critical auth settings for when authentication is rejected by the RADIUS server
    FailedAuthVlanId int
    VLAN that clients will be placed on when RADIUS authentication fails. Will be null if hostMode is Multi-Auth
    ReAuthenticationInterval int
    Re-authentication period in seconds. Will be null if hostMode is Multi-Auth
    criticalAuth GetSwitchAccessPoliciesItemRadiusCriticalAuth
    Critical auth settings for when authentication is rejected by the RADIUS server
    failedAuthVlanId Integer
    VLAN that clients will be placed on when RADIUS authentication fails. Will be null if hostMode is Multi-Auth
    reAuthenticationInterval Integer
    Re-authentication period in seconds. Will be null if hostMode is Multi-Auth
    criticalAuth GetSwitchAccessPoliciesItemRadiusCriticalAuth
    Critical auth settings for when authentication is rejected by the RADIUS server
    failedAuthVlanId number
    VLAN that clients will be placed on when RADIUS authentication fails. Will be null if hostMode is Multi-Auth
    reAuthenticationInterval number
    Re-authentication period in seconds. Will be null if hostMode is Multi-Auth
    critical_auth GetSwitchAccessPoliciesItemRadiusCriticalAuth
    Critical auth settings for when authentication is rejected by the RADIUS server
    failed_auth_vlan_id int
    VLAN that clients will be placed on when RADIUS authentication fails. Will be null if hostMode is Multi-Auth
    re_authentication_interval int
    Re-authentication period in seconds. Will be null if hostMode is Multi-Auth
    criticalAuth Property Map
    Critical auth settings for when authentication is rejected by the RADIUS server
    failedAuthVlanId Number
    VLAN that clients will be placed on when RADIUS authentication fails. Will be null if hostMode is Multi-Auth
    reAuthenticationInterval Number
    Re-authentication period in seconds. Will be null if hostMode is Multi-Auth

    GetSwitchAccessPoliciesItemRadiusAccountingServer

    Host string
    Public IP address of the RADIUS accounting server
    Port int
    UDP port that the RADIUS Accounting server listens on for access requests
    Host string
    Public IP address of the RADIUS accounting server
    Port int
    UDP port that the RADIUS Accounting server listens on for access requests
    host String
    Public IP address of the RADIUS accounting server
    port Integer
    UDP port that the RADIUS Accounting server listens on for access requests
    host string
    Public IP address of the RADIUS accounting server
    port number
    UDP port that the RADIUS Accounting server listens on for access requests
    host str
    Public IP address of the RADIUS accounting server
    port int
    UDP port that the RADIUS Accounting server listens on for access requests
    host String
    Public IP address of the RADIUS accounting server
    port Number
    UDP port that the RADIUS Accounting server listens on for access requests

    GetSwitchAccessPoliciesItemRadiusCriticalAuth

    DataVlanId int
    VLAN that clients who use data will be placed on when RADIUS authentication fails. Will be null if hostMode is Multi-Auth
    SuspendPortBounce bool
    Enable to suspend port bounce when RADIUS servers are unreachable
    VoiceVlanId int
    VLAN that clients who use voice will be placed on when RADIUS authentication fails. Will be null if hostMode is Multi-Auth
    DataVlanId int
    VLAN that clients who use data will be placed on when RADIUS authentication fails. Will be null if hostMode is Multi-Auth
    SuspendPortBounce bool
    Enable to suspend port bounce when RADIUS servers are unreachable
    VoiceVlanId int
    VLAN that clients who use voice will be placed on when RADIUS authentication fails. Will be null if hostMode is Multi-Auth
    dataVlanId Integer
    VLAN that clients who use data will be placed on when RADIUS authentication fails. Will be null if hostMode is Multi-Auth
    suspendPortBounce Boolean
    Enable to suspend port bounce when RADIUS servers are unreachable
    voiceVlanId Integer
    VLAN that clients who use voice will be placed on when RADIUS authentication fails. Will be null if hostMode is Multi-Auth
    dataVlanId number
    VLAN that clients who use data will be placed on when RADIUS authentication fails. Will be null if hostMode is Multi-Auth
    suspendPortBounce boolean
    Enable to suspend port bounce when RADIUS servers are unreachable
    voiceVlanId number
    VLAN that clients who use voice will be placed on when RADIUS authentication fails. Will be null if hostMode is Multi-Auth
    data_vlan_id int
    VLAN that clients who use data will be placed on when RADIUS authentication fails. Will be null if hostMode is Multi-Auth
    suspend_port_bounce bool
    Enable to suspend port bounce when RADIUS servers are unreachable
    voice_vlan_id int
    VLAN that clients who use voice will be placed on when RADIUS authentication fails. Will be null if hostMode is Multi-Auth
    dataVlanId Number
    VLAN that clients who use data will be placed on when RADIUS authentication fails. Will be null if hostMode is Multi-Auth
    suspendPortBounce Boolean
    Enable to suspend port bounce when RADIUS servers are unreachable
    voiceVlanId Number
    VLAN that clients who use voice will be placed on when RADIUS authentication fails. Will be null if hostMode is Multi-Auth

    GetSwitchAccessPoliciesItemRadiusServer

    Host string
    Public IP address of the RADIUS server
    Port int
    UDP port that the RADIUS server listens on for access requests
    Host string
    Public IP address of the RADIUS server
    Port int
    UDP port that the RADIUS server listens on for access requests
    host String
    Public IP address of the RADIUS server
    port Integer
    UDP port that the RADIUS server listens on for access requests
    host string
    Public IP address of the RADIUS server
    port number
    UDP port that the RADIUS server listens on for access requests
    host str
    Public IP address of the RADIUS server
    port int
    UDP port that the RADIUS server listens on for access requests
    host String
    Public IP address of the RADIUS server
    port Number
    UDP port that the RADIUS server listens on for access requests

    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