You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- enforcePasswordExpiration (boolean): Boolean indicating whether users are forced to change their password every X number of days.
1019
+
- passwordExpirationDays (integer): Number of days after which users will be forced to change their password.
1020
+
- enforceDifferentPasswords (boolean): Boolean indicating whether users, when setting a new password, are forced to choose a new password that is different from any past passwords.
1021
+
- numDifferentPasswords (integer): Number of recent passwords that new password must be distinct from.
1022
+
- enforceStrongPasswords (boolean): Boolean indicating whether users will be forced to choose strong passwords for their accounts. Strong passwords are at least 8 characters that contain 3 of the following: number, uppercase letter, lowercase letter, and symbol
1023
+
- enforceAccountLockout (boolean): Boolean indicating whether users' Dashboard accounts will be locked out after a specified number of consecutive failed login attempts.
1024
+
- accountLockoutAttempts (integer): Number of consecutive failed login attempts after which users' accounts will be locked.
1025
+
- enforceIdleTimeout (boolean): Boolean indicating whether users will be logged out after being idle for the specified number of minutes.
1026
+
- idleTimeoutMinutes (integer): Number of minutes users can remain idle before being logged out of their accounts.
1027
+
- enforceTwoFactorAuth (boolean): Boolean indicating whether users in this organization will be required to use an extra verification code when logging in to Dashboard. This code will be sent to their mobile phone via SMS, or can be generated by the Google Authenticator application.
1028
+
- enforceLoginIpRanges (boolean): Boolean indicating whether organization will restrict access to Dashboard (including the API) from certain IP addresses.
1029
+
- loginIpRanges (array): List of acceptable IP ranges. Entries can be single IP addresses, IP address ranges, and CIDR subnets.
- radiusServers (array): List of RADIUS servers to require connecting devices to authenticate against before granting network access
541
+
- radiusTestingEnabled (boolean): If enabled, Meraki devices will periodically send access-request messages to these RADIUS servers
542
+
- radiusCoaSupportEnabled (boolean): Change of authentication for RADIUS re-authentication and disconnection
543
+
- radiusAccountingEnabled (boolean): Enable to send start, interim-update and stop messages to a configured RADIUS accounting server for tracking connected clients
544
+
- hostMode (string): Choose the Host Mode for the access policy.
545
+
- urlRedirectWalledGardenEnabled (boolean): Enable to restrict access for clients to a specific set of IP addresses or hostnames prior to authentication
546
+
- radiusAccountingServers (array): List of RADIUS accounting servers to require connecting devices to authenticate against before granting network access
547
+
- accessPolicyType (string): Access Type of the policy. Automatically 'Hybrid authentication' when hostMode is 'Multi-Domain'.
548
+
- 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.
549
+
- guestVlanId (integer): ID for the guest VLAN allow unauthorized devices access to limited network resources
550
+
- voiceVlanClients (boolean): CDP/LLDP capable voice clients will be able to use this VLAN. Automatically true when hostMode is 'Multi-Domain'.
551
+
- urlRedirectWalledGardenRanges (array): IP address ranges, in CIDR notation, to restrict access for clients to a specific set of IP addresses or hostnames prior to authentication
- radiusServers (array): List of RADIUS servers to require connecting devices to authenticate against before granting network access
600
+
- radiusTestingEnabled (boolean): If enabled, Meraki devices will periodically send access-request messages to these RADIUS servers
601
+
- radiusCoaSupportEnabled (boolean): Change of authentication for RADIUS re-authentication and disconnection
602
+
- radiusAccountingEnabled (boolean): Enable to send start, interim-update and stop messages to a configured RADIUS accounting server for tracking connected clients
603
+
- radiusAccountingServers (array): List of RADIUS accounting servers to require connecting devices to authenticate against before granting network access
604
+
- hostMode (string): Choose the Host Mode for the access policy.
605
+
- accessPolicyType (string): Access Type of the policy. Automatically 'Hybrid authentication' when hostMode is 'Multi-Domain'.
606
+
- 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.
607
+
- guestVlanId (integer): ID for the guest VLAN allow unauthorized devices access to limited network resources
608
+
- voiceVlanClients (boolean): CDP/LLDP capable voice clients will be able to use this VLAN. Automatically true when hostMode is 'Multi-Domain'.
609
+
- urlRedirectWalledGardenEnabled (boolean): Enable to restrict access for clients to a specific set of IP addresses or hostnames prior to authentication
610
+
- urlRedirectWalledGardenRanges (array): IP address ranges, in CIDR notation, to restrict access for clients to a specific set of IP addresses or hostnames prior to authentication
- enforcePasswordExpiration (boolean): Boolean indicating whether users are forced to change their password every X number of days.
1019
+
- passwordExpirationDays (integer): Number of days after which users will be forced to change their password.
1020
+
- enforceDifferentPasswords (boolean): Boolean indicating whether users, when setting a new password, are forced to choose a new password that is different from any past passwords.
1021
+
- numDifferentPasswords (integer): Number of recent passwords that new password must be distinct from.
1022
+
- enforceStrongPasswords (boolean): Boolean indicating whether users will be forced to choose strong passwords for their accounts. Strong passwords are at least 8 characters that contain 3 of the following: number, uppercase letter, lowercase letter, and symbol
1023
+
- enforceAccountLockout (boolean): Boolean indicating whether users' Dashboard accounts will be locked out after a specified number of consecutive failed login attempts.
1024
+
- accountLockoutAttempts (integer): Number of consecutive failed login attempts after which users' accounts will be locked.
1025
+
- enforceIdleTimeout (boolean): Boolean indicating whether users will be logged out after being idle for the specified number of minutes.
1026
+
- idleTimeoutMinutes (integer): Number of minutes users can remain idle before being logged out of their accounts.
1027
+
- enforceTwoFactorAuth (boolean): Boolean indicating whether users in this organization will be required to use an extra verification code when logging in to Dashboard. This code will be sent to their mobile phone via SMS, or can be generated by the Google Authenticator application.
1028
+
- enforceLoginIpRanges (boolean): Boolean indicating whether organization will restrict access to Dashboard (including the API) from certain IP addresses.
1029
+
- loginIpRanges (array): List of acceptable IP ranges. Entries can be single IP addresses, IP address ranges, and CIDR subnets.
0 commit comments