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

meraki.networks.getWirelessSsidsSplashSettings

Explore with Pulumi AI

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

    Example Usage

    import * as pulumi from "@pulumi/pulumi";
    import * as meraki from "@pulumi/meraki";
    
    const example = meraki.networks.getWirelessSsidsSplashSettings({
        networkId: "string",
        number: "string",
    });
    export const merakiNetworksWirelessSsidsSplashSettingsExample = example.then(example => example.item);
    
    import pulumi
    import pulumi_meraki as meraki
    
    example = meraki.networks.get_wireless_ssids_splash_settings(network_id="string",
        number="string")
    pulumi.export("merakiNetworksWirelessSsidsSplashSettingsExample", example.item)
    
    package main
    
    import (
    	"github.com/pulumi/pulumi-meraki/sdk/go/meraki/networks"
    	"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
    )
    
    func main() {
    	pulumi.Run(func(ctx *pulumi.Context) error {
    		example, err := networks.LookupWirelessSsidsSplashSettings(ctx, &networks.LookupWirelessSsidsSplashSettingsArgs{
    			NetworkId: "string",
    			Number:    "string",
    		}, nil)
    		if err != nil {
    			return err
    		}
    		ctx.Export("merakiNetworksWirelessSsidsSplashSettingsExample", example.Item)
    		return nil
    	})
    }
    
    using System.Collections.Generic;
    using System.Linq;
    using Pulumi;
    using Meraki = Pulumi.Meraki;
    
    return await Deployment.RunAsync(() => 
    {
        var example = Meraki.Networks.GetWirelessSsidsSplashSettings.Invoke(new()
        {
            NetworkId = "string",
            Number = "string",
        });
    
        return new Dictionary<string, object?>
        {
            ["merakiNetworksWirelessSsidsSplashSettingsExample"] = example.Apply(getWirelessSsidsSplashSettingsResult => getWirelessSsidsSplashSettingsResult.Item),
        };
    });
    
    package generated_program;
    
    import com.pulumi.Context;
    import com.pulumi.Pulumi;
    import com.pulumi.core.Output;
    import com.pulumi.meraki.networks.NetworksFunctions;
    import com.pulumi.meraki.networks.inputs.GetWirelessSsidsSplashSettingsArgs;
    import java.util.List;
    import java.util.ArrayList;
    import java.util.Map;
    import java.io.File;
    import java.nio.file.Files;
    import java.nio.file.Paths;
    
    public class App {
        public static void main(String[] args) {
            Pulumi.run(App::stack);
        }
    
        public static void stack(Context ctx) {
            final var example = NetworksFunctions.getWirelessSsidsSplashSettings(GetWirelessSsidsSplashSettingsArgs.builder()
                .networkId("string")
                .number("string")
                .build());
    
            ctx.export("merakiNetworksWirelessSsidsSplashSettingsExample", example.applyValue(getWirelessSsidsSplashSettingsResult -> getWirelessSsidsSplashSettingsResult.item()));
        }
    }
    
    variables:
      example:
        fn::invoke:
          Function: meraki:networks:getWirelessSsidsSplashSettings
          Arguments:
            networkId: string
            number: string
    outputs:
      merakiNetworksWirelessSsidsSplashSettingsExample: ${example.item}
    

    Using getWirelessSsidsSplashSettings

    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 getWirelessSsidsSplashSettings(args: GetWirelessSsidsSplashSettingsArgs, opts?: InvokeOptions): Promise<GetWirelessSsidsSplashSettingsResult>
    function getWirelessSsidsSplashSettingsOutput(args: GetWirelessSsidsSplashSettingsOutputArgs, opts?: InvokeOptions): Output<GetWirelessSsidsSplashSettingsResult>
    def get_wireless_ssids_splash_settings(network_id: Optional[str] = None,
                                           number: Optional[str] = None,
                                           opts: Optional[InvokeOptions] = None) -> GetWirelessSsidsSplashSettingsResult
    def get_wireless_ssids_splash_settings_output(network_id: Optional[pulumi.Input[str]] = None,
                                           number: Optional[pulumi.Input[str]] = None,
                                           opts: Optional[InvokeOptions] = None) -> Output[GetWirelessSsidsSplashSettingsResult]
    func LookupWirelessSsidsSplashSettings(ctx *Context, args *LookupWirelessSsidsSplashSettingsArgs, opts ...InvokeOption) (*LookupWirelessSsidsSplashSettingsResult, error)
    func LookupWirelessSsidsSplashSettingsOutput(ctx *Context, args *LookupWirelessSsidsSplashSettingsOutputArgs, opts ...InvokeOption) LookupWirelessSsidsSplashSettingsResultOutput

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

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

    The following arguments are supported:

    NetworkId string
    networkId path parameter. Network ID
    Number string
    number path parameter.
    NetworkId string
    networkId path parameter. Network ID
    Number string
    number path parameter.
    networkId String
    networkId path parameter. Network ID
    number String
    number path parameter.
    networkId string
    networkId path parameter. Network ID
    number string
    number path parameter.
    network_id str
    networkId path parameter. Network ID
    number str
    number path parameter.
    networkId String
    networkId path parameter. Network ID
    number String
    number path parameter.

    getWirelessSsidsSplashSettings Result

    The following output properties are available:

    Id string
    The provider-assigned unique ID for this managed resource.
    Item GetWirelessSsidsSplashSettingsItem
    NetworkId string
    networkId path parameter. Network ID
    Number string
    number path parameter.
    Id string
    The provider-assigned unique ID for this managed resource.
    Item GetWirelessSsidsSplashSettingsItem
    NetworkId string
    networkId path parameter. Network ID
    Number string
    number path parameter.
    id String
    The provider-assigned unique ID for this managed resource.
    item GetWirelessSsidsSplashSettingsItem
    networkId String
    networkId path parameter. Network ID
    number String
    number path parameter.
    id string
    The provider-assigned unique ID for this managed resource.
    item GetWirelessSsidsSplashSettingsItem
    networkId string
    networkId path parameter. Network ID
    number string
    number path parameter.
    id str
    The provider-assigned unique ID for this managed resource.
    item GetWirelessSsidsSplashSettingsItem
    network_id str
    networkId path parameter. Network ID
    number str
    number path parameter.
    id String
    The provider-assigned unique ID for this managed resource.
    item Property Map
    networkId String
    networkId path parameter. Network ID
    number String
    number path parameter.

    Supporting Types

    GetWirelessSsidsSplashSettingsItem

    AllowSimultaneousLogins bool
    Whether or not to allow simultaneous logins from different devices.
    Billing GetWirelessSsidsSplashSettingsItemBilling
    Details associated with billing splash
    BlockAllTrafficBeforeSignOn bool
    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.
    ControllerDisconnectionBehavior string
    How login attempts should be handled when the controller is unreachable.
    GuestSponsorship GetWirelessSsidsSplashSettingsItemGuestSponsorship
    Details associated with guest sponsored splash
    RedirectUrl string
    The custom redirect URL where the users will go after the splash page.
    SelfRegistration GetWirelessSsidsSplashSettingsItemSelfRegistration
    Self-registration for splash with Meraki authentication.
    SentryEnrollment GetWirelessSsidsSplashSettingsItemSentryEnrollment
    Systems Manager sentry enrollment splash settings.
    SplashImage GetWirelessSsidsSplashSettingsItemSplashImage
    The image used in the splash page.
    SplashLogo GetWirelessSsidsSplashSettingsItemSplashLogo
    The logo used in the splash page.
    SplashPage string
    The type of splash page for this SSID
    SplashPrepaidFront GetWirelessSsidsSplashSettingsItemSplashPrepaidFront
    The prepaid front image used in the splash page.
    SplashTimeout int
    Splash timeout in minutes.
    SplashUrl string
    The custom splash URL of the click-through splash page.
    SsidNumber int
    SSID number
    ThemeId string
    The id of the selected splash theme.
    UseRedirectUrl bool
    The Boolean indicating whether the the user will be redirected to the custom redirect URL after the splash page.
    UseSplashUrl bool
    Boolean indicating whether the users will be redirected to the custom splash url
    WelcomeMessage string
    The welcome message for the users on the splash page.
    AllowSimultaneousLogins bool
    Whether or not to allow simultaneous logins from different devices.
    Billing GetWirelessSsidsSplashSettingsItemBilling
    Details associated with billing splash
    BlockAllTrafficBeforeSignOn bool
    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.
    ControllerDisconnectionBehavior string
    How login attempts should be handled when the controller is unreachable.
    GuestSponsorship GetWirelessSsidsSplashSettingsItemGuestSponsorship
    Details associated with guest sponsored splash
    RedirectUrl string
    The custom redirect URL where the users will go after the splash page.
    SelfRegistration GetWirelessSsidsSplashSettingsItemSelfRegistration
    Self-registration for splash with Meraki authentication.
    SentryEnrollment GetWirelessSsidsSplashSettingsItemSentryEnrollment
    Systems Manager sentry enrollment splash settings.
    SplashImage GetWirelessSsidsSplashSettingsItemSplashImage
    The image used in the splash page.
    SplashLogo GetWirelessSsidsSplashSettingsItemSplashLogo
    The logo used in the splash page.
    SplashPage string
    The type of splash page for this SSID
    SplashPrepaidFront GetWirelessSsidsSplashSettingsItemSplashPrepaidFront
    The prepaid front image used in the splash page.
    SplashTimeout int
    Splash timeout in minutes.
    SplashUrl string
    The custom splash URL of the click-through splash page.
    SsidNumber int
    SSID number
    ThemeId string
    The id of the selected splash theme.
    UseRedirectUrl bool
    The Boolean indicating whether the the user will be redirected to the custom redirect URL after the splash page.
    UseSplashUrl bool
    Boolean indicating whether the users will be redirected to the custom splash url
    WelcomeMessage string
    The welcome message for the users on the splash page.
    allowSimultaneousLogins Boolean
    Whether or not to allow simultaneous logins from different devices.
    billing GetWirelessSsidsSplashSettingsItemBilling
    Details associated with billing splash
    blockAllTrafficBeforeSignOn Boolean
    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.
    controllerDisconnectionBehavior String
    How login attempts should be handled when the controller is unreachable.
    guestSponsorship GetWirelessSsidsSplashSettingsItemGuestSponsorship
    Details associated with guest sponsored splash
    redirectUrl String
    The custom redirect URL where the users will go after the splash page.
    selfRegistration GetWirelessSsidsSplashSettingsItemSelfRegistration
    Self-registration for splash with Meraki authentication.
    sentryEnrollment GetWirelessSsidsSplashSettingsItemSentryEnrollment
    Systems Manager sentry enrollment splash settings.
    splashImage GetWirelessSsidsSplashSettingsItemSplashImage
    The image used in the splash page.
    splashLogo GetWirelessSsidsSplashSettingsItemSplashLogo
    The logo used in the splash page.
    splashPage String
    The type of splash page for this SSID
    splashPrepaidFront GetWirelessSsidsSplashSettingsItemSplashPrepaidFront
    The prepaid front image used in the splash page.
    splashTimeout Integer
    Splash timeout in minutes.
    splashUrl String
    The custom splash URL of the click-through splash page.
    ssidNumber Integer
    SSID number
    themeId String
    The id of the selected splash theme.
    useRedirectUrl Boolean
    The Boolean indicating whether the the user will be redirected to the custom redirect URL after the splash page.
    useSplashUrl Boolean
    Boolean indicating whether the users will be redirected to the custom splash url
    welcomeMessage String
    The welcome message for the users on the splash page.
    allowSimultaneousLogins boolean
    Whether or not to allow simultaneous logins from different devices.
    billing GetWirelessSsidsSplashSettingsItemBilling
    Details associated with billing splash
    blockAllTrafficBeforeSignOn boolean
    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.
    controllerDisconnectionBehavior string
    How login attempts should be handled when the controller is unreachable.
    guestSponsorship GetWirelessSsidsSplashSettingsItemGuestSponsorship
    Details associated with guest sponsored splash
    redirectUrl string
    The custom redirect URL where the users will go after the splash page.
    selfRegistration GetWirelessSsidsSplashSettingsItemSelfRegistration
    Self-registration for splash with Meraki authentication.
    sentryEnrollment GetWirelessSsidsSplashSettingsItemSentryEnrollment
    Systems Manager sentry enrollment splash settings.
    splashImage GetWirelessSsidsSplashSettingsItemSplashImage
    The image used in the splash page.
    splashLogo GetWirelessSsidsSplashSettingsItemSplashLogo
    The logo used in the splash page.
    splashPage string
    The type of splash page for this SSID
    splashPrepaidFront GetWirelessSsidsSplashSettingsItemSplashPrepaidFront
    The prepaid front image used in the splash page.
    splashTimeout number
    Splash timeout in minutes.
    splashUrl string
    The custom splash URL of the click-through splash page.
    ssidNumber number
    SSID number
    themeId string
    The id of the selected splash theme.
    useRedirectUrl boolean
    The Boolean indicating whether the the user will be redirected to the custom redirect URL after the splash page.
    useSplashUrl boolean
    Boolean indicating whether the users will be redirected to the custom splash url
    welcomeMessage string
    The welcome message for the users on the splash page.
    allow_simultaneous_logins bool
    Whether or not to allow simultaneous logins from different devices.
    billing GetWirelessSsidsSplashSettingsItemBilling
    Details associated with billing splash
    block_all_traffic_before_sign_on bool
    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_behavior str
    How login attempts should be handled when the controller is unreachable.
    guest_sponsorship GetWirelessSsidsSplashSettingsItemGuestSponsorship
    Details associated with guest sponsored splash
    redirect_url str
    The custom redirect URL where the users will go after the splash page.
    self_registration GetWirelessSsidsSplashSettingsItemSelfRegistration
    Self-registration for splash with Meraki authentication.
    sentry_enrollment GetWirelessSsidsSplashSettingsItemSentryEnrollment
    Systems Manager sentry enrollment splash settings.
    splash_image GetWirelessSsidsSplashSettingsItemSplashImage
    The image used in the splash page.
    splash_logo GetWirelessSsidsSplashSettingsItemSplashLogo
    The logo used in the splash page.
    splash_page str
    The type of splash page for this SSID
    splash_prepaid_front GetWirelessSsidsSplashSettingsItemSplashPrepaidFront
    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_url bool
    The Boolean indicating whether the the user will be redirected to the custom redirect URL after the splash page.
    use_splash_url bool
    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.
    allowSimultaneousLogins Boolean
    Whether or not to allow simultaneous logins from different devices.
    billing Property Map
    Details associated with billing splash
    blockAllTrafficBeforeSignOn Boolean
    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.
    controllerDisconnectionBehavior String
    How login attempts should be handled when the controller is unreachable.
    guestSponsorship Property Map
    Details associated with guest sponsored splash
    redirectUrl String
    The custom redirect URL where the users will go after the splash page.
    selfRegistration Property Map
    Self-registration for splash with Meraki authentication.
    sentryEnrollment Property Map
    Systems Manager sentry enrollment splash settings.
    splashImage Property Map
    The image used in the splash page.
    splashLogo Property Map
    The logo used in the splash page.
    splashPage String
    The type of splash page for this SSID
    splashPrepaidFront Property Map
    The prepaid front image used in the splash page.
    splashTimeout Number
    Splash timeout in minutes.
    splashUrl String
    The custom splash URL of the click-through splash page.
    ssidNumber Number
    SSID number
    themeId String
    The id of the selected splash theme.
    useRedirectUrl Boolean
    The Boolean indicating whether the the user will be redirected to the custom redirect URL after the splash page.
    useSplashUrl Boolean
    Boolean indicating whether the users will be redirected to the custom splash url
    welcomeMessage String
    The welcome message for the users on the splash page.

    GetWirelessSsidsSplashSettingsItemBilling

    FreeAccess GetWirelessSsidsSplashSettingsItemBillingFreeAccess
    Details associated with a free access plan with limits
    PrepaidAccessFastLoginEnabled bool
    Whether or not billing uses the fast login prepaid access option.
    ReplyToEmailAddress string
    The email address that reeceives replies from clients
    FreeAccess GetWirelessSsidsSplashSettingsItemBillingFreeAccess
    Details associated with a free access plan with limits
    PrepaidAccessFastLoginEnabled bool
    Whether or not billing uses the fast login prepaid access option.
    ReplyToEmailAddress string
    The email address that reeceives replies from clients
    freeAccess GetWirelessSsidsSplashSettingsItemBillingFreeAccess
    Details associated with a free access plan with limits
    prepaidAccessFastLoginEnabled Boolean
    Whether or not billing uses the fast login prepaid access option.
    replyToEmailAddress String
    The email address that reeceives replies from clients
    freeAccess GetWirelessSsidsSplashSettingsItemBillingFreeAccess
    Details associated with a free access plan with limits
    prepaidAccessFastLoginEnabled boolean
    Whether or not billing uses the fast login prepaid access option.
    replyToEmailAddress string
    The email address that reeceives replies from clients
    free_access GetWirelessSsidsSplashSettingsItemBillingFreeAccess
    Details associated with a free access plan with limits
    prepaid_access_fast_login_enabled bool
    Whether or not billing uses the fast login prepaid access option.
    reply_to_email_address str
    The email address that reeceives replies from clients
    freeAccess Property Map
    Details associated with a free access plan with limits
    prepaidAccessFastLoginEnabled Boolean
    Whether or not billing uses the fast login prepaid access option.
    replyToEmailAddress String
    The email address that reeceives replies from clients

    GetWirelessSsidsSplashSettingsItemBillingFreeAccess

    DurationInMinutes int
    How long a device can use a network for free.
    Enabled bool
    Whether or not free access is enabled.
    DurationInMinutes int
    How long a device can use a network for free.
    Enabled bool
    Whether or not free access is enabled.
    durationInMinutes Integer
    How long a device can use a network for free.
    enabled Boolean
    Whether or not free access is enabled.
    durationInMinutes number
    How long a device can use a network for free.
    enabled boolean
    Whether or not free access is enabled.
    duration_in_minutes int
    How long a device can use a network for free.
    enabled bool
    Whether or not free access is enabled.
    durationInMinutes Number
    How long a device can use a network for free.
    enabled Boolean
    Whether or not free access is enabled.

    GetWirelessSsidsSplashSettingsItemGuestSponsorship

    DurationInMinutes int
    Duration in minutes of sponsored guest authorization.
    GuestCanRequestTimeframe bool
    Whether or not guests can specify how much time they are requesting.
    DurationInMinutes int
    Duration in minutes of sponsored guest authorization.
    GuestCanRequestTimeframe bool
    Whether or not guests can specify how much time they are requesting.
    durationInMinutes Integer
    Duration in minutes of sponsored guest authorization.
    guestCanRequestTimeframe Boolean
    Whether or not guests can specify how much time they are requesting.
    durationInMinutes number
    Duration in minutes of sponsored guest authorization.
    guestCanRequestTimeframe boolean
    Whether or not guests can specify how much time they are requesting.
    duration_in_minutes int
    Duration in minutes of sponsored guest authorization.
    guest_can_request_timeframe bool
    Whether or not guests can specify how much time they are requesting.
    durationInMinutes Number
    Duration in minutes of sponsored guest authorization.
    guestCanRequestTimeframe Boolean
    Whether or not guests can specify how much time they are requesting.

    GetWirelessSsidsSplashSettingsItemSelfRegistration

    AuthorizationType string
    How created user accounts should be authorized.
    Enabled bool
    Whether or not to allow users to create their own account on the network.
    AuthorizationType string
    How created user accounts should be authorized.
    Enabled bool
    Whether or not to allow users to create their own account on the network.
    authorizationType String
    How created user accounts should be authorized.
    enabled Boolean
    Whether or not to allow users to create their own account on the network.
    authorizationType string
    How created user accounts should be authorized.
    enabled boolean
    Whether or not to allow users to create their own account on the network.
    authorization_type str
    How created user accounts should be authorized.
    enabled bool
    Whether or not to allow users to create their own account on the network.
    authorizationType String
    How created user accounts should be authorized.
    enabled Boolean
    Whether or not to allow users to create their own account on the network.

    GetWirelessSsidsSplashSettingsItemSentryEnrollment

    EnforcedSystems List<string>
    The system types that the Sentry enforces.
    Strength string
    The strength of the enforcement of selected system types.
    SystemsManagerNetwork GetWirelessSsidsSplashSettingsItemSentryEnrollmentSystemsManagerNetwork
    Systems Manager network targeted for sentry enrollment.
    EnforcedSystems []string
    The system types that the Sentry enforces.
    Strength string
    The strength of the enforcement of selected system types.
    SystemsManagerNetwork GetWirelessSsidsSplashSettingsItemSentryEnrollmentSystemsManagerNetwork
    Systems Manager network targeted for sentry enrollment.
    enforcedSystems List<String>
    The system types that the Sentry enforces.
    strength String
    The strength of the enforcement of selected system types.
    systemsManagerNetwork GetWirelessSsidsSplashSettingsItemSentryEnrollmentSystemsManagerNetwork
    Systems Manager network targeted for sentry enrollment.
    enforcedSystems string[]
    The system types that the Sentry enforces.
    strength string
    The strength of the enforcement of selected system types.
    systemsManagerNetwork GetWirelessSsidsSplashSettingsItemSentryEnrollmentSystemsManagerNetwork
    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_network GetWirelessSsidsSplashSettingsItemSentryEnrollmentSystemsManagerNetwork
    Systems Manager network targeted for sentry enrollment.
    enforcedSystems List<String>
    The system types that the Sentry enforces.
    strength String
    The strength of the enforcement of selected system types.
    systemsManagerNetwork Property Map
    Systems Manager network targeted for sentry enrollment.

    GetWirelessSsidsSplashSettingsItemSentryEnrollmentSystemsManagerNetwork

    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.

    GetWirelessSsidsSplashSettingsItemSplashImage

    Extension string
    The extension of the image file.
    Md5 string
    The MD5 value of the image file.
    Extension string
    The extension of the image file.
    Md5 string
    The MD5 value of the image file.
    extension String
    The extension of the image file.
    md5 String
    The MD5 value of the image file.
    extension string
    The extension of the image file.
    md5 string
    The MD5 value of the image file.
    extension str
    The extension of the image file.
    md5 str
    The MD5 value of the image file.
    extension String
    The extension of the image file.
    md5 String
    The MD5 value of the image file.
    Extension string
    The extension of the logo file.
    Md5 string
    The MD5 value of the logo file.
    Extension string
    The extension of the logo file.
    Md5 string
    The MD5 value of the logo file.
    extension String
    The extension of the logo file.
    md5 String
    The MD5 value of the logo file.
    extension string
    The extension of the logo file.
    md5 string
    The MD5 value of the logo file.
    extension str
    The extension of the logo file.
    md5 str
    The MD5 value of the logo file.
    extension String
    The extension of the logo file.
    md5 String
    The MD5 value of the logo file.

    GetWirelessSsidsSplashSettingsItemSplashPrepaidFront

    Extension string
    The extension of the prepaid front image file.
    Md5 string
    The MD5 value of the prepaid front image file.
    Extension string
    The extension of the prepaid front image file.
    Md5 string
    The MD5 value of the prepaid front image file.
    extension String
    The extension of the prepaid front image file.
    md5 String
    The MD5 value of the prepaid front image file.
    extension string
    The extension of the prepaid front image file.
    md5 string
    The MD5 value of the prepaid front image file.
    extension str
    The extension of the prepaid front image file.
    md5 str
    The MD5 value of the prepaid front image file.
    extension String
    The extension of the prepaid front image file.
    md5 String
    The MD5 value of the prepaid front image file.

    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