meraki.networks.WirelessSsidsSplashSettings
Explore with Pulumi AI
Example Usage
Coming soon!
Coming soon!
Coming soon!
Coming soon!
package generated_program;
import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.meraki.networks.WirelessSsidsSplashSettings;
import com.pulumi.meraki.networks.WirelessSsidsSplashSettingsArgs;
import com.pulumi.meraki.networks.inputs.WirelessSsidsSplashSettingsBillingArgs;
import com.pulumi.meraki.networks.inputs.WirelessSsidsSplashSettingsGuestSponsorshipArgs;
import com.pulumi.meraki.networks.inputs.WirelessSsidsSplashSettingsSentryEnrollmentArgs;
import com.pulumi.meraki.networks.inputs.WirelessSsidsSplashSettingsSplashImageArgs;
import com.pulumi.meraki.networks.inputs.WirelessSsidsSplashSettingsSplashImageImageArgs;
import com.pulumi.meraki.networks.inputs.WirelessSsidsSplashSettingsSplashLogoArgs;
import com.pulumi.meraki.networks.inputs.WirelessSsidsSplashSettingsSplashLogoImageArgs;
import com.pulumi.meraki.networks.inputs.WirelessSsidsSplashSettingsSplashPrepaidFrontArgs;
import com.pulumi.meraki.networks.inputs.WirelessSsidsSplashSettingsSplashPrepaidFrontImageArgs;
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) {
var example = new WirelessSsidsSplashSettings("example", WirelessSsidsSplashSettingsArgs.builder()
.allowSimultaneousLogins(false)
.billing(WirelessSsidsSplashSettingsBillingArgs.builder()
.free_access(%!v(PANIC=Format method: runtime error: invalid memory address or nil pointer dereference))
.prepaid_access_fast_login_enabled(true)
.reply_to_email_address("user@email.com")
.build())
.blockAllTrafficBeforeSignOn(false)
.controllerDisconnectionBehavior("default")
.guestSponsorship(WirelessSsidsSplashSettingsGuestSponsorshipArgs.builder()
.duration_in_minutes(30)
.guest_can_request_timeframe(false)
.build())
.networkId("string")
.number("string")
.redirectUrl("https://example.com")
.sentryEnrollment(WirelessSsidsSplashSettingsSentryEnrollmentArgs.builder()
.enforced_systems("iOS")
.strength("focused")
.systems_manager_network(%!v(PANIC=Format method: runtime error: invalid memory address or nil pointer dereference))
.build())
.splashImage(WirelessSsidsSplashSettingsSplashImageArgs.builder()
.extension("jpg")
.image(WirelessSsidsSplashSettingsSplashImageImageArgs.builder()
.contents("Q2lzY28gTWVyYWtp")
.format("jpg")
.build())
.md5("542cccac8d7dedee0f185311d154d194")
.build())
.splashLogo(WirelessSsidsSplashSettingsSplashLogoArgs.builder()
.extension("jpg")
.image(WirelessSsidsSplashSettingsSplashLogoImageArgs.builder()
.contents("Q2lzY28gTWVyYWtp")
.format("jpg")
.build())
.md5("abcd1234")
.build())
.splashPrepaidFront(WirelessSsidsSplashSettingsSplashPrepaidFrontArgs.builder()
.extension("jpg")
.image(WirelessSsidsSplashSettingsSplashPrepaidFrontImageArgs.builder()
.contents("Q2lzY28gTWVyYWtp")
.format("jpg")
.build())
.md5("542cccac8d7dedee0f185311d154d194")
.build())
.splashTimeout(1440)
.splashUrl("https://www.custom_splash_url.com")
.themeId("c3ddcb4f16785ee747ab5ffc10867d6c8ea704be")
.useRedirectUrl(true)
.useSplashUrl(true)
.welcomeMessage("Welcome!")
.build());
ctx.export("merakiNetworksWirelessSsidsSplashSettingsExample", example);
}
}
resources:
example:
type: meraki:networks:WirelessSsidsSplashSettings
properties:
allowSimultaneousLogins: false
billing:
free_access:
durationInMinutes: 120
enabled: true
prepaid_access_fast_login_enabled: true
reply_to_email_address: user@email.com
blockAllTrafficBeforeSignOn: false
controllerDisconnectionBehavior: default
guestSponsorship:
duration_in_minutes: 30
guest_can_request_timeframe: false
networkId: string
number: string
redirectUrl: https://example.com
sentryEnrollment:
enforced_systems:
- iOS
strength: focused
systems_manager_network:
id: N_1234
splashImage:
extension: jpg
image:
contents: Q2lzY28gTWVyYWtp
format: jpg
md5: 542cccac8d7dedee0f185311d154d194
splashLogo:
extension: jpg
image:
contents: Q2lzY28gTWVyYWtp
format: jpg
md5: abcd1234
splashPrepaidFront:
extension: jpg
image:
contents: Q2lzY28gTWVyYWtp
format: jpg
md5: 542cccac8d7dedee0f185311d154d194
splashTimeout: 1440
splashUrl: https://www.custom_splash_url.com
themeId: c3ddcb4f16785ee747ab5ffc10867d6c8ea704be
useRedirectUrl: true
useSplashUrl: true
welcomeMessage: Welcome!
outputs:
merakiNetworksWirelessSsidsSplashSettingsExample: ${example}
Create WirelessSsidsSplashSettings Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new WirelessSsidsSplashSettings(name: string, args: WirelessSsidsSplashSettingsArgs, opts?: CustomResourceOptions);
@overload
def WirelessSsidsSplashSettings(resource_name: str,
args: WirelessSsidsSplashSettingsArgs,
opts: Optional[ResourceOptions] = None)
@overload
def WirelessSsidsSplashSettings(resource_name: str,
opts: Optional[ResourceOptions] = None,
network_id: Optional[str] = None,
number: Optional[str] = None,
sentry_enrollment: Optional[WirelessSsidsSplashSettingsSentryEnrollmentArgs] = None,
splash_image: Optional[WirelessSsidsSplashSettingsSplashImageArgs] = None,
guest_sponsorship: Optional[WirelessSsidsSplashSettingsGuestSponsorshipArgs] = None,
block_all_traffic_before_sign_on: Optional[bool] = None,
billing: Optional[WirelessSsidsSplashSettingsBillingArgs] = None,
redirect_url: Optional[str] = None,
allow_simultaneous_logins: Optional[bool] = None,
controller_disconnection_behavior: Optional[str] = None,
splash_logo: Optional[WirelessSsidsSplashSettingsSplashLogoArgs] = None,
splash_prepaid_front: Optional[WirelessSsidsSplashSettingsSplashPrepaidFrontArgs] = None,
splash_timeout: Optional[int] = None,
splash_url: Optional[str] = None,
theme_id: Optional[str] = None,
use_redirect_url: Optional[bool] = None,
use_splash_url: Optional[bool] = None,
welcome_message: Optional[str] = None)
func NewWirelessSsidsSplashSettings(ctx *Context, name string, args WirelessSsidsSplashSettingsArgs, opts ...ResourceOption) (*WirelessSsidsSplashSettings, error)
public WirelessSsidsSplashSettings(string name, WirelessSsidsSplashSettingsArgs args, CustomResourceOptions? opts = null)
public WirelessSsidsSplashSettings(String name, WirelessSsidsSplashSettingsArgs args)
public WirelessSsidsSplashSettings(String name, WirelessSsidsSplashSettingsArgs args, CustomResourceOptions options)
type: meraki:networks:WirelessSsidsSplashSettings
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.
Parameters
- name string
- The unique name of the resource.
- args WirelessSsidsSplashSettingsArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- resource_name str
- The unique name of the resource.
- args WirelessSsidsSplashSettingsArgs
- The arguments to resource properties.
- opts ResourceOptions
- Bag of options to control resource's behavior.
- ctx Context
- Context object for the current deployment.
- name string
- The unique name of the resource.
- args WirelessSsidsSplashSettingsArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args WirelessSsidsSplashSettingsArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args WirelessSsidsSplashSettingsArgs
- The arguments to resource properties.
- options CustomResourceOptions
- Bag of options to control resource's behavior.
Constructor example
The following reference example uses placeholder values for all input properties.
var wirelessSsidsSplashSettingsResource = new Meraki.Networks.WirelessSsidsSplashSettings("wirelessSsidsSplashSettingsResource", new()
{
NetworkId = "string",
Number = "string",
SentryEnrollment = new Meraki.Networks.Inputs.WirelessSsidsSplashSettingsSentryEnrollmentArgs
{
EnforcedSystems = new[]
{
"string",
},
Strength = "string",
SystemsManagerNetwork = new Meraki.Networks.Inputs.WirelessSsidsSplashSettingsSentryEnrollmentSystemsManagerNetworkArgs
{
Id = "string",
},
},
SplashImage = new Meraki.Networks.Inputs.WirelessSsidsSplashSettingsSplashImageArgs
{
Extension = "string",
Image = new Meraki.Networks.Inputs.WirelessSsidsSplashSettingsSplashImageImageArgs
{
Contents = "string",
Format = "string",
},
Md5 = "string",
},
GuestSponsorship = new Meraki.Networks.Inputs.WirelessSsidsSplashSettingsGuestSponsorshipArgs
{
DurationInMinutes = 0,
GuestCanRequestTimeframe = false,
},
BlockAllTrafficBeforeSignOn = false,
Billing = new Meraki.Networks.Inputs.WirelessSsidsSplashSettingsBillingArgs
{
FreeAccess = new Meraki.Networks.Inputs.WirelessSsidsSplashSettingsBillingFreeAccessArgs
{
DurationInMinutes = 0,
Enabled = false,
},
PrepaidAccessFastLoginEnabled = false,
ReplyToEmailAddress = "string",
},
RedirectUrl = "string",
AllowSimultaneousLogins = false,
ControllerDisconnectionBehavior = "string",
SplashLogo = new Meraki.Networks.Inputs.WirelessSsidsSplashSettingsSplashLogoArgs
{
Extension = "string",
Image = new Meraki.Networks.Inputs.WirelessSsidsSplashSettingsSplashLogoImageArgs
{
Contents = "string",
Format = "string",
},
Md5 = "string",
},
SplashPrepaidFront = new Meraki.Networks.Inputs.WirelessSsidsSplashSettingsSplashPrepaidFrontArgs
{
Extension = "string",
Image = new Meraki.Networks.Inputs.WirelessSsidsSplashSettingsSplashPrepaidFrontImageArgs
{
Contents = "string",
Format = "string",
},
Md5 = "string",
},
SplashTimeout = 0,
SplashUrl = "string",
ThemeId = "string",
UseRedirectUrl = false,
UseSplashUrl = false,
WelcomeMessage = "string",
});
example, err := networks.NewWirelessSsidsSplashSettings(ctx, "wirelessSsidsSplashSettingsResource", &networks.WirelessSsidsSplashSettingsArgs{
NetworkId: pulumi.String("string"),
Number: pulumi.String("string"),
SentryEnrollment: &networks.WirelessSsidsSplashSettingsSentryEnrollmentArgs{
EnforcedSystems: pulumi.StringArray{
pulumi.String("string"),
},
Strength: pulumi.String("string"),
SystemsManagerNetwork: &networks.WirelessSsidsSplashSettingsSentryEnrollmentSystemsManagerNetworkArgs{
Id: pulumi.String("string"),
},
},
SplashImage: &networks.WirelessSsidsSplashSettingsSplashImageArgs{
Extension: pulumi.String("string"),
Image: &networks.WirelessSsidsSplashSettingsSplashImageImageArgs{
Contents: pulumi.String("string"),
Format: pulumi.String("string"),
},
Md5: pulumi.String("string"),
},
GuestSponsorship: &networks.WirelessSsidsSplashSettingsGuestSponsorshipArgs{
DurationInMinutes: pulumi.Int(0),
GuestCanRequestTimeframe: pulumi.Bool(false),
},
BlockAllTrafficBeforeSignOn: pulumi.Bool(false),
Billing: &networks.WirelessSsidsSplashSettingsBillingArgs{
FreeAccess: &networks.WirelessSsidsSplashSettingsBillingFreeAccessArgs{
DurationInMinutes: pulumi.Int(0),
Enabled: pulumi.Bool(false),
},
PrepaidAccessFastLoginEnabled: pulumi.Bool(false),
ReplyToEmailAddress: pulumi.String("string"),
},
RedirectUrl: pulumi.String("string"),
AllowSimultaneousLogins: pulumi.Bool(false),
ControllerDisconnectionBehavior: pulumi.String("string"),
SplashLogo: &networks.WirelessSsidsSplashSettingsSplashLogoArgs{
Extension: pulumi.String("string"),
Image: &networks.WirelessSsidsSplashSettingsSplashLogoImageArgs{
Contents: pulumi.String("string"),
Format: pulumi.String("string"),
},
Md5: pulumi.String("string"),
},
SplashPrepaidFront: &networks.WirelessSsidsSplashSettingsSplashPrepaidFrontArgs{
Extension: pulumi.String("string"),
Image: &networks.WirelessSsidsSplashSettingsSplashPrepaidFrontImageArgs{
Contents: pulumi.String("string"),
Format: pulumi.String("string"),
},
Md5: pulumi.String("string"),
},
SplashTimeout: pulumi.Int(0),
SplashUrl: pulumi.String("string"),
ThemeId: pulumi.String("string"),
UseRedirectUrl: pulumi.Bool(false),
UseSplashUrl: pulumi.Bool(false),
WelcomeMessage: pulumi.String("string"),
})
var wirelessSsidsSplashSettingsResource = new WirelessSsidsSplashSettings("wirelessSsidsSplashSettingsResource", WirelessSsidsSplashSettingsArgs.builder()
.networkId("string")
.number("string")
.sentryEnrollment(WirelessSsidsSplashSettingsSentryEnrollmentArgs.builder()
.enforcedSystems("string")
.strength("string")
.systemsManagerNetwork(WirelessSsidsSplashSettingsSentryEnrollmentSystemsManagerNetworkArgs.builder()
.id("string")
.build())
.build())
.splashImage(WirelessSsidsSplashSettingsSplashImageArgs.builder()
.extension("string")
.image(WirelessSsidsSplashSettingsSplashImageImageArgs.builder()
.contents("string")
.format("string")
.build())
.md5("string")
.build())
.guestSponsorship(WirelessSsidsSplashSettingsGuestSponsorshipArgs.builder()
.durationInMinutes(0)
.guestCanRequestTimeframe(false)
.build())
.blockAllTrafficBeforeSignOn(false)
.billing(WirelessSsidsSplashSettingsBillingArgs.builder()
.freeAccess(WirelessSsidsSplashSettingsBillingFreeAccessArgs.builder()
.durationInMinutes(0)
.enabled(false)
.build())
.prepaidAccessFastLoginEnabled(false)
.replyToEmailAddress("string")
.build())
.redirectUrl("string")
.allowSimultaneousLogins(false)
.controllerDisconnectionBehavior("string")
.splashLogo(WirelessSsidsSplashSettingsSplashLogoArgs.builder()
.extension("string")
.image(WirelessSsidsSplashSettingsSplashLogoImageArgs.builder()
.contents("string")
.format("string")
.build())
.md5("string")
.build())
.splashPrepaidFront(WirelessSsidsSplashSettingsSplashPrepaidFrontArgs.builder()
.extension("string")
.image(WirelessSsidsSplashSettingsSplashPrepaidFrontImageArgs.builder()
.contents("string")
.format("string")
.build())
.md5("string")
.build())
.splashTimeout(0)
.splashUrl("string")
.themeId("string")
.useRedirectUrl(false)
.useSplashUrl(false)
.welcomeMessage("string")
.build());
wireless_ssids_splash_settings_resource = meraki.networks.WirelessSsidsSplashSettings("wirelessSsidsSplashSettingsResource",
network_id="string",
number="string",
sentry_enrollment=meraki.networks.WirelessSsidsSplashSettingsSentryEnrollmentArgs(
enforced_systems=["string"],
strength="string",
systems_manager_network=meraki.networks.WirelessSsidsSplashSettingsSentryEnrollmentSystemsManagerNetworkArgs(
id="string",
),
),
splash_image=meraki.networks.WirelessSsidsSplashSettingsSplashImageArgs(
extension="string",
image=meraki.networks.WirelessSsidsSplashSettingsSplashImageImageArgs(
contents="string",
format="string",
),
md5="string",
),
guest_sponsorship=meraki.networks.WirelessSsidsSplashSettingsGuestSponsorshipArgs(
duration_in_minutes=0,
guest_can_request_timeframe=False,
),
block_all_traffic_before_sign_on=False,
billing=meraki.networks.WirelessSsidsSplashSettingsBillingArgs(
free_access=meraki.networks.WirelessSsidsSplashSettingsBillingFreeAccessArgs(
duration_in_minutes=0,
enabled=False,
),
prepaid_access_fast_login_enabled=False,
reply_to_email_address="string",
),
redirect_url="string",
allow_simultaneous_logins=False,
controller_disconnection_behavior="string",
splash_logo=meraki.networks.WirelessSsidsSplashSettingsSplashLogoArgs(
extension="string",
image=meraki.networks.WirelessSsidsSplashSettingsSplashLogoImageArgs(
contents="string",
format="string",
),
md5="string",
),
splash_prepaid_front=meraki.networks.WirelessSsidsSplashSettingsSplashPrepaidFrontArgs(
extension="string",
image=meraki.networks.WirelessSsidsSplashSettingsSplashPrepaidFrontImageArgs(
contents="string",
format="string",
),
md5="string",
),
splash_timeout=0,
splash_url="string",
theme_id="string",
use_redirect_url=False,
use_splash_url=False,
welcome_message="string")
const wirelessSsidsSplashSettingsResource = new meraki.networks.WirelessSsidsSplashSettings("wirelessSsidsSplashSettingsResource", {
networkId: "string",
number: "string",
sentryEnrollment: {
enforcedSystems: ["string"],
strength: "string",
systemsManagerNetwork: {
id: "string",
},
},
splashImage: {
extension: "string",
image: {
contents: "string",
format: "string",
},
md5: "string",
},
guestSponsorship: {
durationInMinutes: 0,
guestCanRequestTimeframe: false,
},
blockAllTrafficBeforeSignOn: false,
billing: {
freeAccess: {
durationInMinutes: 0,
enabled: false,
},
prepaidAccessFastLoginEnabled: false,
replyToEmailAddress: "string",
},
redirectUrl: "string",
allowSimultaneousLogins: false,
controllerDisconnectionBehavior: "string",
splashLogo: {
extension: "string",
image: {
contents: "string",
format: "string",
},
md5: "string",
},
splashPrepaidFront: {
extension: "string",
image: {
contents: "string",
format: "string",
},
md5: "string",
},
splashTimeout: 0,
splashUrl: "string",
themeId: "string",
useRedirectUrl: false,
useSplashUrl: false,
welcomeMessage: "string",
});
type: meraki:networks:WirelessSsidsSplashSettings
properties:
allowSimultaneousLogins: false
billing:
freeAccess:
durationInMinutes: 0
enabled: false
prepaidAccessFastLoginEnabled: false
replyToEmailAddress: string
blockAllTrafficBeforeSignOn: false
controllerDisconnectionBehavior: string
guestSponsorship:
durationInMinutes: 0
guestCanRequestTimeframe: false
networkId: string
number: string
redirectUrl: string
sentryEnrollment:
enforcedSystems:
- string
strength: string
systemsManagerNetwork:
id: string
splashImage:
extension: string
image:
contents: string
format: string
md5: string
splashLogo:
extension: string
image:
contents: string
format: string
md5: string
splashPrepaidFront:
extension: string
image:
contents: string
format: string
md5: string
splashTimeout: 0
splashUrl: string
themeId: string
useRedirectUrl: false
useSplashUrl: false
welcomeMessage: string
WirelessSsidsSplashSettings Resource Properties
To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.
Inputs
The WirelessSsidsSplashSettings resource accepts the following input properties:
- Network
Id string - networkId path parameter. Network ID
- Number string
- number path parameter.
- Allow
Simultaneous boolLogins - Whether or not to allow simultaneous logins from different devices.
- Billing
Wireless
Ssids Splash Settings Billing - Details associated with billing splash
- Block
All boolTraffic Before Sign On - How restricted allowing traffic should be. If true, all traffic types are blocked until the splash page is acknowledged. If false, all non-HTTP traffic is allowed before the splash page is acknowledged.
- Controller
Disconnection stringBehavior - How login attempts should be handled when the controller is unreachable.
- Guest
Sponsorship WirelessSsids Splash Settings Guest Sponsorship - Details associated with guest sponsored splash
- Redirect
Url string - The custom redirect URL where the users will go after the splash page.
- Sentry
Enrollment WirelessSsids Splash Settings Sentry Enrollment - Systems Manager sentry enrollment splash settings.
- Splash
Image WirelessSsids Splash Settings Splash Image - The image used in the splash page.
- Splash
Logo WirelessSsids Splash Settings Splash Logo - The logo used in the splash page.
- Splash
Prepaid WirelessFront Ssids Splash Settings Splash Prepaid Front - The prepaid front image used in the splash page.
- Splash
Timeout int - Splash timeout in minutes.
- Splash
Url string - The custom splash URL of the click-through splash page.
- Theme
Id string - The id of the selected splash theme.
- Use
Redirect boolUrl - The Boolean indicating whether the the user will be redirected to the custom redirect URL after the splash page.
- Use
Splash boolUrl - Boolean indicating whether the users will be redirected to the custom splash url
- Welcome
Message string - The welcome message for the users on the splash page.
- Network
Id string - networkId path parameter. Network ID
- Number string
- number path parameter.
- Allow
Simultaneous boolLogins - Whether or not to allow simultaneous logins from different devices.
- Billing
Wireless
Ssids Splash Settings Billing Args - Details associated with billing splash
- Block
All boolTraffic Before Sign On - How restricted allowing traffic should be. If true, all traffic types are blocked until the splash page is acknowledged. If false, all non-HTTP traffic is allowed before the splash page is acknowledged.
- Controller
Disconnection stringBehavior - How login attempts should be handled when the controller is unreachable.
- Guest
Sponsorship WirelessSsids Splash Settings Guest Sponsorship Args - Details associated with guest sponsored splash
- Redirect
Url string - The custom redirect URL where the users will go after the splash page.
- Sentry
Enrollment WirelessSsids Splash Settings Sentry Enrollment Args - Systems Manager sentry enrollment splash settings.
- Splash
Image WirelessSsids Splash Settings Splash Image Args - The image used in the splash page.
- Splash
Logo WirelessSsids Splash Settings Splash Logo Args - The logo used in the splash page.
- Splash
Prepaid WirelessFront Ssids Splash Settings Splash Prepaid Front Args - The prepaid front image used in the splash page.
- Splash
Timeout int - Splash timeout in minutes.
- Splash
Url string - The custom splash URL of the click-through splash page.
- Theme
Id string - The id of the selected splash theme.
- Use
Redirect boolUrl - The Boolean indicating whether the the user will be redirected to the custom redirect URL after the splash page.
- Use
Splash boolUrl - Boolean indicating whether the users will be redirected to the custom splash url
- Welcome
Message string - The welcome message for the users on the splash page.
- network
Id String - networkId path parameter. Network ID
- number String
- number path parameter.
- allow
Simultaneous BooleanLogins - Whether or not to allow simultaneous logins from different devices.
- billing
Wireless
Ssids Splash Settings Billing - Details associated with billing splash
- block
All BooleanTraffic Before Sign On - How restricted allowing traffic should be. If true, all traffic types are blocked until the splash page is acknowledged. If false, all non-HTTP traffic is allowed before the splash page is acknowledged.
- controller
Disconnection StringBehavior - How login attempts should be handled when the controller is unreachable.
- guest
Sponsorship WirelessSsids Splash Settings Guest Sponsorship - Details associated with guest sponsored splash
- redirect
Url String - The custom redirect URL where the users will go after the splash page.
- sentry
Enrollment WirelessSsids Splash Settings Sentry Enrollment - Systems Manager sentry enrollment splash settings.
- splash
Image WirelessSsids Splash Settings Splash Image - The image used in the splash page.
- splash
Logo WirelessSsids Splash Settings Splash Logo - The logo used in the splash page.
- splash
Prepaid WirelessFront Ssids Splash Settings Splash Prepaid Front - The prepaid front image used in the splash page.
- splash
Timeout Integer - Splash timeout in minutes.
- splash
Url String - The custom splash URL of the click-through splash page.
- theme
Id String - The id of the selected splash theme.
- use
Redirect BooleanUrl - The Boolean indicating whether the the user will be redirected to the custom redirect URL after the splash page.
- use
Splash BooleanUrl - Boolean indicating whether the users will be redirected to the custom splash url
- welcome
Message String - The welcome message for the users on the splash page.
- network
Id string - networkId path parameter. Network ID
- number string
- number path parameter.
- allow
Simultaneous booleanLogins - Whether or not to allow simultaneous logins from different devices.
- billing
Wireless
Ssids Splash Settings Billing - Details associated with billing splash
- block
All booleanTraffic Before Sign On - How restricted allowing traffic should be. If true, all traffic types are blocked until the splash page is acknowledged. If false, all non-HTTP traffic is allowed before the splash page is acknowledged.
- controller
Disconnection stringBehavior - How login attempts should be handled when the controller is unreachable.
- guest
Sponsorship WirelessSsids Splash Settings Guest Sponsorship - Details associated with guest sponsored splash
- redirect
Url string - The custom redirect URL where the users will go after the splash page.
- sentry
Enrollment WirelessSsids Splash Settings Sentry Enrollment - Systems Manager sentry enrollment splash settings.
- splash
Image WirelessSsids Splash Settings Splash Image - The image used in the splash page.
- splash
Logo WirelessSsids Splash Settings Splash Logo - The logo used in the splash page.
- splash
Prepaid WirelessFront Ssids Splash Settings Splash Prepaid Front - The prepaid front image used in the splash page.
- splash
Timeout number - Splash timeout in minutes.
- splash
Url string - The custom splash URL of the click-through splash page.
- theme
Id string - The id of the selected splash theme.
- use
Redirect booleanUrl - The Boolean indicating whether the the user will be redirected to the custom redirect URL after the splash page.
- use
Splash booleanUrl - Boolean indicating whether the users will be redirected to the custom splash url
- welcome
Message string - The welcome message for the users on the splash page.
- network_
id str - networkId path parameter. Network ID
- number str
- number path parameter.
- allow_
simultaneous_ boollogins - Whether or not to allow simultaneous logins from different devices.
- billing
Wireless
Ssids Splash Settings Billing Args - Details associated with billing splash
- block_
all_ booltraffic_ before_ sign_ on - How restricted allowing traffic should be. If true, all traffic types are blocked until the splash page is acknowledged. If false, all non-HTTP traffic is allowed before the splash page is acknowledged.
- controller_
disconnection_ strbehavior - How login attempts should be handled when the controller is unreachable.
- guest_
sponsorship WirelessSsids Splash Settings Guest Sponsorship Args - Details associated with guest sponsored splash
- redirect_
url str - The custom redirect URL where the users will go after the splash page.
- sentry_
enrollment WirelessSsids Splash Settings Sentry Enrollment Args - Systems Manager sentry enrollment splash settings.
- splash_
image WirelessSsids Splash Settings Splash Image Args - The image used in the splash page.
- splash_
logo WirelessSsids Splash Settings Splash Logo Args - The logo used in the splash page.
- splash_
prepaid_ Wirelessfront Ssids Splash Settings Splash Prepaid Front Args - The prepaid front image used in the splash page.
- splash_
timeout int - Splash timeout in minutes.
- splash_
url str - The custom splash URL of the click-through splash page.
- theme_
id str - The id of the selected splash theme.
- use_
redirect_ boolurl - The Boolean indicating whether the the user will be redirected to the custom redirect URL after the splash page.
- use_
splash_ boolurl - Boolean indicating whether the users will be redirected to the custom splash url
- welcome_
message str - The welcome message for the users on the splash page.
- network
Id String - networkId path parameter. Network ID
- number String
- number path parameter.
- allow
Simultaneous BooleanLogins - Whether or not to allow simultaneous logins from different devices.
- billing Property Map
- Details associated with billing splash
- block
All BooleanTraffic Before Sign On - How restricted allowing traffic should be. If true, all traffic types are blocked until the splash page is acknowledged. If false, all non-HTTP traffic is allowed before the splash page is acknowledged.
- controller
Disconnection StringBehavior - How login attempts should be handled when the controller is unreachable.
- guest
Sponsorship Property Map - Details associated with guest sponsored splash
- redirect
Url String - The custom redirect URL where the users will go after the splash page.
- sentry
Enrollment Property Map - Systems Manager sentry enrollment splash settings.
- splash
Image Property Map - The image used in the splash page.
- splash
Logo Property Map - The logo used in the splash page.
- splash
Prepaid Property MapFront - The prepaid front image used in the splash page.
- splash
Timeout Number - Splash timeout in minutes.
- splash
Url String - The custom splash URL of the click-through splash page.
- theme
Id String - The id of the selected splash theme.
- use
Redirect BooleanUrl - The Boolean indicating whether the the user will be redirected to the custom redirect URL after the splash page.
- use
Splash BooleanUrl - Boolean indicating whether the users will be redirected to the custom splash url
- welcome
Message String - The welcome message for the users on the splash page.
Outputs
All input properties are implicitly available as output properties. Additionally, the WirelessSsidsSplashSettings resource produces the following output properties:
- Id string
- The provider-assigned unique ID for this managed resource.
- Self
Registration WirelessSsids Splash Settings Self Registration - Self-registration for splash with Meraki authentication.
- Splash
Page string - The type of splash page for this SSID
- Ssid
Number int - SSID number
- Id string
- The provider-assigned unique ID for this managed resource.
- Self
Registration WirelessSsids Splash Settings Self Registration - Self-registration for splash with Meraki authentication.
- Splash
Page string - The type of splash page for this SSID
- Ssid
Number int - SSID number
- id String
- The provider-assigned unique ID for this managed resource.
- self
Registration WirelessSsids Splash Settings Self Registration - Self-registration for splash with Meraki authentication.
- splash
Page String - The type of splash page for this SSID
- ssid
Number Integer - SSID number
- id string
- The provider-assigned unique ID for this managed resource.
- self
Registration WirelessSsids Splash Settings Self Registration - Self-registration for splash with Meraki authentication.
- splash
Page string - The type of splash page for this SSID
- ssid
Number number - SSID number
- id str
- The provider-assigned unique ID for this managed resource.
- self_
registration WirelessSsids Splash Settings Self Registration - Self-registration for splash with Meraki authentication.
- splash_
page str - The type of splash page for this SSID
- ssid_
number int - SSID number
- id String
- The provider-assigned unique ID for this managed resource.
- self
Registration Property Map - Self-registration for splash with Meraki authentication.
- splash
Page String - The type of splash page for this SSID
- ssid
Number Number - SSID number
Look up Existing WirelessSsidsSplashSettings Resource
Get an existing WirelessSsidsSplashSettings resource’s state with the given name, ID, and optional extra properties used to qualify the lookup.
public static get(name: string, id: Input<ID>, state?: WirelessSsidsSplashSettingsState, opts?: CustomResourceOptions): WirelessSsidsSplashSettings
@staticmethod
def get(resource_name: str,
id: str,
opts: Optional[ResourceOptions] = None,
allow_simultaneous_logins: Optional[bool] = None,
billing: Optional[WirelessSsidsSplashSettingsBillingArgs] = None,
block_all_traffic_before_sign_on: Optional[bool] = None,
controller_disconnection_behavior: Optional[str] = None,
guest_sponsorship: Optional[WirelessSsidsSplashSettingsGuestSponsorshipArgs] = None,
network_id: Optional[str] = None,
number: Optional[str] = None,
redirect_url: Optional[str] = None,
self_registration: Optional[WirelessSsidsSplashSettingsSelfRegistrationArgs] = None,
sentry_enrollment: Optional[WirelessSsidsSplashSettingsSentryEnrollmentArgs] = None,
splash_image: Optional[WirelessSsidsSplashSettingsSplashImageArgs] = None,
splash_logo: Optional[WirelessSsidsSplashSettingsSplashLogoArgs] = None,
splash_page: Optional[str] = None,
splash_prepaid_front: Optional[WirelessSsidsSplashSettingsSplashPrepaidFrontArgs] = None,
splash_timeout: Optional[int] = None,
splash_url: Optional[str] = None,
ssid_number: Optional[int] = None,
theme_id: Optional[str] = None,
use_redirect_url: Optional[bool] = None,
use_splash_url: Optional[bool] = None,
welcome_message: Optional[str] = None) -> WirelessSsidsSplashSettings
func GetWirelessSsidsSplashSettings(ctx *Context, name string, id IDInput, state *WirelessSsidsSplashSettingsState, opts ...ResourceOption) (*WirelessSsidsSplashSettings, error)
public static WirelessSsidsSplashSettings Get(string name, Input<string> id, WirelessSsidsSplashSettingsState? state, CustomResourceOptions? opts = null)
public static WirelessSsidsSplashSettings get(String name, Output<String> id, WirelessSsidsSplashSettingsState state, CustomResourceOptions options)
Resource lookup is not supported in YAML
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- resource_name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- Allow
Simultaneous boolLogins - Whether or not to allow simultaneous logins from different devices.
- Billing
Wireless
Ssids Splash Settings Billing - Details associated with billing splash
- Block
All boolTraffic Before Sign On - How restricted allowing traffic should be. If true, all traffic types are blocked until the splash page is acknowledged. If false, all non-HTTP traffic is allowed before the splash page is acknowledged.
- Controller
Disconnection stringBehavior - How login attempts should be handled when the controller is unreachable.
- Guest
Sponsorship WirelessSsids Splash Settings Guest Sponsorship - Details associated with guest sponsored splash
- Network
Id string - networkId path parameter. Network ID
- Number string
- number path parameter.
- Redirect
Url string - The custom redirect URL where the users will go after the splash page.
- Self
Registration WirelessSsids Splash Settings Self Registration - Self-registration for splash with Meraki authentication.
- Sentry
Enrollment WirelessSsids Splash Settings Sentry Enrollment - Systems Manager sentry enrollment splash settings.
- Splash
Image WirelessSsids Splash Settings Splash Image - The image used in the splash page.
- Splash
Logo WirelessSsids Splash Settings Splash Logo - The logo used in the splash page.
- Splash
Page string - The type of splash page for this SSID
- Splash
Prepaid WirelessFront Ssids Splash Settings Splash Prepaid Front - The prepaid front image used in the splash page.
- Splash
Timeout int - Splash timeout in minutes.
- Splash
Url string - The custom splash URL of the click-through splash page.
- Ssid
Number int - SSID number
- Theme
Id string - The id of the selected splash theme.
- Use
Redirect boolUrl - The Boolean indicating whether the the user will be redirected to the custom redirect URL after the splash page.
- Use
Splash boolUrl - Boolean indicating whether the users will be redirected to the custom splash url
- Welcome
Message string - The welcome message for the users on the splash page.
- Allow
Simultaneous boolLogins - Whether or not to allow simultaneous logins from different devices.
- Billing
Wireless
Ssids Splash Settings Billing Args - Details associated with billing splash
- Block
All boolTraffic Before Sign On - How restricted allowing traffic should be. If true, all traffic types are blocked until the splash page is acknowledged. If false, all non-HTTP traffic is allowed before the splash page is acknowledged.
- Controller
Disconnection stringBehavior - How login attempts should be handled when the controller is unreachable.
- Guest
Sponsorship WirelessSsids Splash Settings Guest Sponsorship Args - Details associated with guest sponsored splash
- Network
Id string - networkId path parameter. Network ID
- Number string
- number path parameter.
- Redirect
Url string - The custom redirect URL where the users will go after the splash page.
- Self
Registration WirelessSsids Splash Settings Self Registration Args - Self-registration for splash with Meraki authentication.
- Sentry
Enrollment WirelessSsids Splash Settings Sentry Enrollment Args - Systems Manager sentry enrollment splash settings.
- Splash
Image WirelessSsids Splash Settings Splash Image Args - The image used in the splash page.
- Splash
Logo WirelessSsids Splash Settings Splash Logo Args - The logo used in the splash page.
- Splash
Page string - The type of splash page for this SSID
- Splash
Prepaid WirelessFront Ssids Splash Settings Splash Prepaid Front Args - The prepaid front image used in the splash page.
- Splash
Timeout int - Splash timeout in minutes.
- Splash
Url string - The custom splash URL of the click-through splash page.
- Ssid
Number int - SSID number
- Theme
Id string - The id of the selected splash theme.
- Use
Redirect boolUrl - The Boolean indicating whether the the user will be redirected to the custom redirect URL after the splash page.
- Use
Splash boolUrl - Boolean indicating whether the users will be redirected to the custom splash url
- Welcome
Message string - The welcome message for the users on the splash page.
- allow
Simultaneous BooleanLogins - Whether or not to allow simultaneous logins from different devices.
- billing
Wireless
Ssids Splash Settings Billing - Details associated with billing splash
- block
All BooleanTraffic Before Sign On - How restricted allowing traffic should be. If true, all traffic types are blocked until the splash page is acknowledged. If false, all non-HTTP traffic is allowed before the splash page is acknowledged.
- controller
Disconnection StringBehavior - How login attempts should be handled when the controller is unreachable.
- guest
Sponsorship WirelessSsids Splash Settings Guest Sponsorship - Details associated with guest sponsored splash
- network
Id String - networkId path parameter. Network ID
- number String
- number path parameter.
- redirect
Url String - The custom redirect URL where the users will go after the splash page.
- self
Registration WirelessSsids Splash Settings Self Registration - Self-registration for splash with Meraki authentication.
- sentry
Enrollment WirelessSsids Splash Settings Sentry Enrollment - Systems Manager sentry enrollment splash settings.
- splash
Image WirelessSsids Splash Settings Splash Image - The image used in the splash page.
- splash
Logo WirelessSsids Splash Settings Splash Logo - The logo used in the splash page.
- splash
Page String - The type of splash page for this SSID
- splash
Prepaid WirelessFront Ssids Splash Settings Splash Prepaid Front - The prepaid front image used in the splash page.
- splash
Timeout Integer - Splash timeout in minutes.
- splash
Url String - The custom splash URL of the click-through splash page.
- ssid
Number Integer - SSID number
- theme
Id String - The id of the selected splash theme.
- use
Redirect BooleanUrl - The Boolean indicating whether the the user will be redirected to the custom redirect URL after the splash page.
- use
Splash BooleanUrl - Boolean indicating whether the users will be redirected to the custom splash url
- welcome
Message String - The welcome message for the users on the splash page.
- allow
Simultaneous booleanLogins - Whether or not to allow simultaneous logins from different devices.
- billing
Wireless
Ssids Splash Settings Billing - Details associated with billing splash
- block
All booleanTraffic Before Sign On - How restricted allowing traffic should be. If true, all traffic types are blocked until the splash page is acknowledged. If false, all non-HTTP traffic is allowed before the splash page is acknowledged.
- controller
Disconnection stringBehavior - How login attempts should be handled when the controller is unreachable.
- guest
Sponsorship WirelessSsids Splash Settings Guest Sponsorship - Details associated with guest sponsored splash
- network
Id string - networkId path parameter. Network ID
- number string
- number path parameter.
- redirect
Url string - The custom redirect URL where the users will go after the splash page.
- self
Registration WirelessSsids Splash Settings Self Registration - Self-registration for splash with Meraki authentication.
- sentry
Enrollment WirelessSsids Splash Settings Sentry Enrollment - Systems Manager sentry enrollment splash settings.
- splash
Image WirelessSsids Splash Settings Splash Image - The image used in the splash page.
- splash
Logo WirelessSsids Splash Settings Splash Logo - The logo used in the splash page.
- splash
Page string - The type of splash page for this SSID
- splash
Prepaid WirelessFront Ssids Splash Settings Splash Prepaid Front - The prepaid front image used in the splash page.
- splash
Timeout number - Splash timeout in minutes.
- splash
Url string - The custom splash URL of the click-through splash page.
- ssid
Number number - SSID number
- theme
Id string - The id of the selected splash theme.
- use
Redirect booleanUrl - The Boolean indicating whether the the user will be redirected to the custom redirect URL after the splash page.
- use
Splash booleanUrl - Boolean indicating whether the users will be redirected to the custom splash url
- welcome
Message string - The welcome message for the users on the splash page.
- allow_
simultaneous_ boollogins - Whether or not to allow simultaneous logins from different devices.
- billing
Wireless
Ssids Splash Settings Billing Args - Details associated with billing splash
- block_
all_ booltraffic_ before_ sign_ on - How restricted allowing traffic should be. If true, all traffic types are blocked until the splash page is acknowledged. If false, all non-HTTP traffic is allowed before the splash page is acknowledged.
- controller_
disconnection_ strbehavior - How login attempts should be handled when the controller is unreachable.
- guest_
sponsorship WirelessSsids Splash Settings Guest Sponsorship Args - Details associated with guest sponsored splash
- network_
id str - networkId path parameter. Network ID
- number str
- number path parameter.
- redirect_
url str - The custom redirect URL where the users will go after the splash page.
- self_
registration WirelessSsids Splash Settings Self Registration Args - Self-registration for splash with Meraki authentication.
- sentry_
enrollment WirelessSsids Splash Settings Sentry Enrollment Args - Systems Manager sentry enrollment splash settings.
- splash_
image WirelessSsids Splash Settings Splash Image Args - The image used in the splash page.
- splash_
logo WirelessSsids Splash Settings Splash Logo Args - The logo used in the splash page.
- splash_
page str - The type of splash page for this SSID
- splash_
prepaid_ Wirelessfront Ssids Splash Settings Splash Prepaid Front Args - The prepaid front image used in the splash page.
- splash_
timeout int - Splash timeout in minutes.
- splash_
url str - The custom splash URL of the click-through splash page.
- ssid_
number int - SSID number
- theme_
id str - The id of the selected splash theme.
- use_
redirect_ boolurl - The Boolean indicating whether the the user will be redirected to the custom redirect URL after the splash page.
- use_
splash_ boolurl - Boolean indicating whether the users will be redirected to the custom splash url
- welcome_
message str - The welcome message for the users on the splash page.
- allow
Simultaneous BooleanLogins - Whether or not to allow simultaneous logins from different devices.
- billing Property Map
- Details associated with billing splash
- block
All BooleanTraffic Before Sign On - How restricted allowing traffic should be. If true, all traffic types are blocked until the splash page is acknowledged. If false, all non-HTTP traffic is allowed before the splash page is acknowledged.
- controller
Disconnection StringBehavior - How login attempts should be handled when the controller is unreachable.
- guest
Sponsorship Property Map - Details associated with guest sponsored splash
- network
Id String - networkId path parameter. Network ID
- number String
- number path parameter.
- redirect
Url String - The custom redirect URL where the users will go after the splash page.
- self
Registration Property Map - Self-registration for splash with Meraki authentication.
- sentry
Enrollment Property Map - Systems Manager sentry enrollment splash settings.
- splash
Image Property Map - The image used in the splash page.
- splash
Logo Property Map - The logo used in the splash page.
- splash
Page String - The type of splash page for this SSID
- splash
Prepaid Property MapFront - The prepaid front image used in the splash page.
- splash
Timeout Number - Splash timeout in minutes.
- splash
Url String - The custom splash URL of the click-through splash page.
- ssid
Number Number - SSID number
- theme
Id String - The id of the selected splash theme.
- use
Redirect BooleanUrl - The Boolean indicating whether the the user will be redirected to the custom redirect URL after the splash page.
- use
Splash BooleanUrl - Boolean indicating whether the users will be redirected to the custom splash url
- welcome
Message String - The welcome message for the users on the splash page.
Supporting Types
WirelessSsidsSplashSettingsBilling, WirelessSsidsSplashSettingsBillingArgs
- Free
Access WirelessSsids Splash Settings Billing Free Access - Details associated with a free access plan with limits
- Prepaid
Access boolFast Login Enabled - Whether or not billing uses the fast login prepaid access option.
- Reply
To stringEmail Address - The email address that reeceives replies from clients
- Free
Access WirelessSsids Splash Settings Billing Free Access - Details associated with a free access plan with limits
- Prepaid
Access boolFast Login Enabled - Whether or not billing uses the fast login prepaid access option.
- Reply
To stringEmail Address - The email address that reeceives replies from clients
- free
Access WirelessSsids Splash Settings Billing Free Access - Details associated with a free access plan with limits
- prepaid
Access BooleanFast Login Enabled - Whether or not billing uses the fast login prepaid access option.
- reply
To StringEmail Address - The email address that reeceives replies from clients
- free
Access WirelessSsids Splash Settings Billing Free Access - Details associated with a free access plan with limits
- prepaid
Access booleanFast Login Enabled - Whether or not billing uses the fast login prepaid access option.
- reply
To stringEmail Address - The email address that reeceives replies from clients
- free_
access WirelessSsids Splash Settings Billing Free Access - Details associated with a free access plan with limits
- prepaid_
access_ boolfast_ login_ enabled - Whether or not billing uses the fast login prepaid access option.
- reply_
to_ stremail_ address - The email address that reeceives replies from clients
- free
Access Property Map - Details associated with a free access plan with limits
- prepaid
Access BooleanFast Login Enabled - Whether or not billing uses the fast login prepaid access option.
- reply
To StringEmail Address - The email address that reeceives replies from clients
WirelessSsidsSplashSettingsBillingFreeAccess, WirelessSsidsSplashSettingsBillingFreeAccessArgs
- Duration
In intMinutes - How long a device can use a network for free.
- Enabled bool
- Whether or not free access is enabled.
- Duration
In intMinutes - How long a device can use a network for free.
- Enabled bool
- Whether or not free access is enabled.
- duration
In IntegerMinutes - How long a device can use a network for free.
- enabled Boolean
- Whether or not free access is enabled.
- duration
In numberMinutes - How long a device can use a network for free.
- enabled boolean
- Whether or not free access is enabled.
- duration_
in_ intminutes - How long a device can use a network for free.
- enabled bool
- Whether or not free access is enabled.
- duration
In NumberMinutes - How long a device can use a network for free.
- enabled Boolean
- Whether or not free access is enabled.
WirelessSsidsSplashSettingsGuestSponsorship, WirelessSsidsSplashSettingsGuestSponsorshipArgs
- Duration
In intMinutes - Duration in minutes of sponsored guest authorization.
- Guest
Can boolRequest Timeframe - Whether or not guests can specify how much time they are requesting.
- Duration
In intMinutes - Duration in minutes of sponsored guest authorization.
- Guest
Can boolRequest Timeframe - Whether or not guests can specify how much time they are requesting.
- duration
In IntegerMinutes - Duration in minutes of sponsored guest authorization.
- guest
Can BooleanRequest Timeframe - Whether or not guests can specify how much time they are requesting.
- duration
In numberMinutes - Duration in minutes of sponsored guest authorization.
- guest
Can booleanRequest Timeframe - Whether or not guests can specify how much time they are requesting.
- duration_
in_ intminutes - Duration in minutes of sponsored guest authorization.
- guest_
can_ boolrequest_ timeframe - Whether or not guests can specify how much time they are requesting.
- duration
In NumberMinutes - Duration in minutes of sponsored guest authorization.
- guest
Can BooleanRequest Timeframe - Whether or not guests can specify how much time they are requesting.
WirelessSsidsSplashSettingsSelfRegistration, WirelessSsidsSplashSettingsSelfRegistrationArgs
- string
- How created user accounts should be authorized.
- Enabled bool
- Whether or not to allow users to create their own account on the network.
- string
- How created user accounts should be authorized.
- Enabled bool
- Whether or not to allow users to create their own account on the network.
- String
- How created user accounts should be authorized.
- enabled Boolean
- Whether or not to allow users to create their own account on the network.
- string
- How created user accounts should be authorized.
- enabled boolean
- Whether or not to allow users to create their own account on the network.
- str
- How created user accounts should be authorized.
- enabled bool
- Whether or not to allow users to create their own account on the network.
- String
- How created user accounts should be authorized.
- enabled Boolean
- Whether or not to allow users to create their own account on the network.
WirelessSsidsSplashSettingsSentryEnrollment, WirelessSsidsSplashSettingsSentryEnrollmentArgs
- Enforced
Systems List<string> - The system types that the Sentry enforces.
- Strength string
- The strength of the enforcement of selected system types.
- Systems
Manager WirelessNetwork Ssids Splash Settings Sentry Enrollment Systems Manager Network - Systems Manager network targeted for sentry enrollment.
- Enforced
Systems []string - The system types that the Sentry enforces.
- Strength string
- The strength of the enforcement of selected system types.
- Systems
Manager WirelessNetwork Ssids Splash Settings Sentry Enrollment Systems Manager Network - Systems Manager network targeted for sentry enrollment.
- enforced
Systems List<String> - The system types that the Sentry enforces.
- strength String
- The strength of the enforcement of selected system types.
- systems
Manager WirelessNetwork Ssids Splash Settings Sentry Enrollment Systems Manager Network - Systems Manager network targeted for sentry enrollment.
- enforced
Systems string[] - The system types that the Sentry enforces.
- strength string
- The strength of the enforcement of selected system types.
- systems
Manager WirelessNetwork Ssids Splash Settings Sentry Enrollment Systems Manager Network - Systems Manager network targeted for sentry enrollment.
- enforced_
systems Sequence[str] - The system types that the Sentry enforces.
- strength str
- The strength of the enforcement of selected system types.
- systems_
manager_ Wirelessnetwork Ssids Splash Settings Sentry Enrollment Systems Manager Network - Systems Manager network targeted for sentry enrollment.
- enforced
Systems List<String> - The system types that the Sentry enforces.
- strength String
- The strength of the enforcement of selected system types.
- systems
Manager Property MapNetwork - Systems Manager network targeted for sentry enrollment.
WirelessSsidsSplashSettingsSentryEnrollmentSystemsManagerNetwork, WirelessSsidsSplashSettingsSentryEnrollmentSystemsManagerNetworkArgs
- Id string
- The network ID of the Systems Manager network.
- Id string
- The network ID of the Systems Manager network.
- id String
- The network ID of the Systems Manager network.
- id string
- The network ID of the Systems Manager network.
- id str
- The network ID of the Systems Manager network.
- id String
- The network ID of the Systems Manager network.
WirelessSsidsSplashSettingsSplashImage, WirelessSsidsSplashSettingsSplashImageArgs
- Extension string
- The extension of the image file.
- Image
Wireless
Ssids Splash Settings Splash Image Image - Properties for setting a new image.
- Md5 string
- The MD5 value of the image file.
- Extension string
- The extension of the image file.
- Image
Wireless
Ssids Splash Settings Splash Image Image - Properties for setting a new image.
- Md5 string
- The MD5 value of the image file.
- extension String
- The extension of the image file.
- image
Wireless
Ssids Splash Settings Splash Image Image - Properties for setting a new image.
- md5 String
- The MD5 value of the image file.
- extension string
- The extension of the image file.
- image
Wireless
Ssids Splash Settings Splash Image Image - Properties for setting a new image.
- md5 string
- The MD5 value of the image file.
- extension str
- The extension of the image file.
- image
Wireless
Ssids Splash Settings Splash Image Image - Properties for setting a new image.
- md5 str
- The MD5 value of the image file.
- extension String
- The extension of the image file.
- image Property Map
- Properties for setting a new image.
- md5 String
- The MD5 value of the image file.
WirelessSsidsSplashSettingsSplashImageImage, WirelessSsidsSplashSettingsSplashImageImageArgs
WirelessSsidsSplashSettingsSplashLogo, WirelessSsidsSplashSettingsSplashLogoArgs
- Extension string
- The extension of the logo file.
- Image
Wireless
Ssids Splash Settings Splash Logo Image - Properties for setting a new image.
- Md5 string
- The MD5 value of the logo file.
- Extension string
- The extension of the logo file.
- Image
Wireless
Ssids Splash Settings Splash Logo Image - Properties for setting a new image.
- Md5 string
- The MD5 value of the logo file.
- extension String
- The extension of the logo file.
- image
Wireless
Ssids Splash Settings Splash Logo Image - Properties for setting a new image.
- md5 String
- The MD5 value of the logo file.
- extension string
- The extension of the logo file.
- image
Wireless
Ssids Splash Settings Splash Logo Image - Properties for setting a new image.
- md5 string
- The MD5 value of the logo file.
- extension str
- The extension of the logo file.
- image
Wireless
Ssids Splash Settings Splash Logo Image - Properties for setting a new image.
- md5 str
- The MD5 value of the logo file.
- extension String
- The extension of the logo file.
- image Property Map
- Properties for setting a new image.
- md5 String
- The MD5 value of the logo file.
WirelessSsidsSplashSettingsSplashLogoImage, WirelessSsidsSplashSettingsSplashLogoImageArgs
WirelessSsidsSplashSettingsSplashPrepaidFront, WirelessSsidsSplashSettingsSplashPrepaidFrontArgs
- Extension string
- The extension of the prepaid front image file.
- Image
Wireless
Ssids Splash Settings Splash Prepaid Front Image - Properties for setting a new image.
- Md5 string
- The MD5 value of the prepaid front image file.
- Extension string
- The extension of the prepaid front image file.
- Image
Wireless
Ssids Splash Settings Splash Prepaid Front Image - Properties for setting a new image.
- Md5 string
- The MD5 value of the prepaid front image file.
- extension String
- The extension of the prepaid front image file.
- image
Wireless
Ssids Splash Settings Splash Prepaid Front Image - Properties for setting a new image.
- md5 String
- The MD5 value of the prepaid front image file.
- extension string
- The extension of the prepaid front image file.
- image
Wireless
Ssids Splash Settings Splash Prepaid Front Image - Properties for setting a new image.
- md5 string
- The MD5 value of the prepaid front image file.
- extension str
- The extension of the prepaid front image file.
- image
Wireless
Ssids Splash Settings Splash Prepaid Front Image - Properties for setting a new image.
- md5 str
- The MD5 value of the prepaid front image file.
- extension String
- The extension of the prepaid front image file.
- image Property Map
- Properties for setting a new image.
- md5 String
- The MD5 value of the prepaid front image file.
WirelessSsidsSplashSettingsSplashPrepaidFrontImage, WirelessSsidsSplashSettingsSplashPrepaidFrontImageArgs
Import
$ pulumi import meraki:networks/wirelessSsidsSplashSettings:WirelessSsidsSplashSettings example "network_id,number"
To learn more about importing existing cloud resources, see Importing resources.
Package Details
- Repository
- meraki pulumi/pulumi-meraki
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
meraki
Terraform Provider.