1. Packages
  2. Strata Cloud Manager
  3. API Docs
  4. getExternalDynamicList
Strata Cloud Manager v0.1.1 published on Friday, May 31, 2024 by Pulumi

scm.getExternalDynamicList

Explore with Pulumi AI

scm logo
Strata Cloud Manager v0.1.1 published on Friday, May 31, 2024 by Pulumi

    Retrieves a config item.

    Example Usage

    import * as pulumi from "@pulumi/pulumi";
    import * as scm from "@pulumi/scm";
    
    const example = scm.getExternalDynamicList({
        id: "1234-56-789",
    });
    
    import pulumi
    import pulumi_scm as scm
    
    example = scm.get_external_dynamic_list(id="1234-56-789")
    
    package main
    
    import (
    	"github.com/pulumi/pulumi-scm/sdk/go/scm"
    	"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
    )
    
    func main() {
    	pulumi.Run(func(ctx *pulumi.Context) error {
    		_, err := scm.LookupExternalDynamicList(ctx, &scm.LookupExternalDynamicListArgs{
    			Id: "1234-56-789",
    		}, nil)
    		if err != nil {
    			return err
    		}
    		return nil
    	})
    }
    
    using System.Collections.Generic;
    using System.Linq;
    using Pulumi;
    using Scm = Pulumi.Scm;
    
    return await Deployment.RunAsync(() => 
    {
        var example = Scm.GetExternalDynamicList.Invoke(new()
        {
            Id = "1234-56-789",
        });
    
    });
    
    package generated_program;
    
    import com.pulumi.Context;
    import com.pulumi.Pulumi;
    import com.pulumi.core.Output;
    import com.pulumi.scm.ScmFunctions;
    import com.pulumi.scm.inputs.GetExternalDynamicListArgs;
    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 = ScmFunctions.getExternalDynamicList(GetExternalDynamicListArgs.builder()
                .id("1234-56-789")
                .build());
    
        }
    }
    
    variables:
      example:
        fn::invoke:
          Function: scm:getExternalDynamicList
          Arguments:
            id: 1234-56-789
    

    Using getExternalDynamicList

    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 getExternalDynamicList(args: GetExternalDynamicListArgs, opts?: InvokeOptions): Promise<GetExternalDynamicListResult>
    function getExternalDynamicListOutput(args: GetExternalDynamicListOutputArgs, opts?: InvokeOptions): Output<GetExternalDynamicListResult>
    def get_external_dynamic_list(id: Optional[str] = None,
                                  opts: Optional[InvokeOptions] = None) -> GetExternalDynamicListResult
    def get_external_dynamic_list_output(id: Optional[pulumi.Input[str]] = None,
                                  opts: Optional[InvokeOptions] = None) -> Output[GetExternalDynamicListResult]
    func LookupExternalDynamicList(ctx *Context, args *LookupExternalDynamicListArgs, opts ...InvokeOption) (*LookupExternalDynamicListResult, error)
    func LookupExternalDynamicListOutput(ctx *Context, args *LookupExternalDynamicListOutputArgs, opts ...InvokeOption) LookupExternalDynamicListResultOutput

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

    public static class GetExternalDynamicList 
    {
        public static Task<GetExternalDynamicListResult> InvokeAsync(GetExternalDynamicListArgs args, InvokeOptions? opts = null)
        public static Output<GetExternalDynamicListResult> Invoke(GetExternalDynamicListInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetExternalDynamicListResult> getExternalDynamicList(GetExternalDynamicListArgs args, InvokeOptions options)
    // Output-based functions aren't available in Java yet
    
    fn::invoke:
      function: scm:index/getExternalDynamicList:getExternalDynamicList
      arguments:
        # arguments dictionary

    The following arguments are supported:

    Id string
    The Id param.
    Id string
    The Id param.
    id String
    The Id param.
    id string
    The Id param.
    id str
    The Id param.
    id String
    The Id param.

    getExternalDynamicList Result

    The following output properties are available:

    Id string
    The Id param.
    Name string
    Alphanumeric string [ 0-9a-zA-Z._-]. String length must not exceed 63 characters.
    Tfid string
    Type GetExternalDynamicListType
    The Type param.
    Id string
    The Id param.
    Name string
    Alphanumeric string [ 0-9a-zA-Z._-]. String length must not exceed 63 characters.
    Tfid string
    Type GetExternalDynamicListType
    The Type param.
    id String
    The Id param.
    name String
    Alphanumeric string [ 0-9a-zA-Z._-]. String length must not exceed 63 characters.
    tfid String
    type GetExternalDynamicListType
    The Type param.
    id string
    The Id param.
    name string
    Alphanumeric string [ 0-9a-zA-Z._-]. String length must not exceed 63 characters.
    tfid string
    type GetExternalDynamicListType
    The Type param.
    id str
    The Id param.
    name str
    Alphanumeric string [ 0-9a-zA-Z._-]. String length must not exceed 63 characters.
    tfid str
    type GetExternalDynamicListType
    The Type param.
    id String
    The Id param.
    name String
    Alphanumeric string [ 0-9a-zA-Z._-]. String length must not exceed 63 characters.
    tfid String
    type Property Map
    The Type param.

    Supporting Types

    GetExternalDynamicListType

    domain Property Map
    The Domain param.
    imei Property Map
    The Imei param.
    imsi Property Map
    The Imsi param.
    ip Property Map
    The Ip param.
    predefinedIp Property Map
    The PredefinedIp param.
    predefinedUrl Property Map
    The PredefinedUrl param.
    url Property Map
    The Url param.

    GetExternalDynamicListTypeDomain

    CertificateProfile string
    Profile for authenticating client certificates. Default: "None".
    Description string
    The Description param. String length must not exceed 255 characters.
    DomainAuth GetExternalDynamicListTypeDomainDomainAuth
    The DomainAuth param.
    ExceptionLists List<string>
    The ExceptionList param. Individual elements in this list are subject to additional validation. String length must not exceed 255 characters.
    ExpandDomain bool
    Enable/Disable expand domain. Default: false.
    Recurring GetExternalDynamicListTypeDomainRecurring
    The Recurring param.
    Url string
    The Url param. String length must not exceed 255 characters. Default: "http://".
    CertificateProfile string
    Profile for authenticating client certificates. Default: "None".
    Description string
    The Description param. String length must not exceed 255 characters.
    DomainAuth GetExternalDynamicListTypeDomainDomainAuth
    The DomainAuth param.
    ExceptionLists []string
    The ExceptionList param. Individual elements in this list are subject to additional validation. String length must not exceed 255 characters.
    ExpandDomain bool
    Enable/Disable expand domain. Default: false.
    Recurring GetExternalDynamicListTypeDomainRecurring
    The Recurring param.
    Url string
    The Url param. String length must not exceed 255 characters. Default: "http://".
    certificateProfile String
    Profile for authenticating client certificates. Default: "None".
    description String
    The Description param. String length must not exceed 255 characters.
    domainAuth GetExternalDynamicListTypeDomainDomainAuth
    The DomainAuth param.
    exceptionLists List<String>
    The ExceptionList param. Individual elements in this list are subject to additional validation. String length must not exceed 255 characters.
    expandDomain Boolean
    Enable/Disable expand domain. Default: false.
    recurring GetExternalDynamicListTypeDomainRecurring
    The Recurring param.
    url String
    The Url param. String length must not exceed 255 characters. Default: "http://".
    certificateProfile string
    Profile for authenticating client certificates. Default: "None".
    description string
    The Description param. String length must not exceed 255 characters.
    domainAuth GetExternalDynamicListTypeDomainDomainAuth
    The DomainAuth param.
    exceptionLists string[]
    The ExceptionList param. Individual elements in this list are subject to additional validation. String length must not exceed 255 characters.
    expandDomain boolean
    Enable/Disable expand domain. Default: false.
    recurring GetExternalDynamicListTypeDomainRecurring
    The Recurring param.
    url string
    The Url param. String length must not exceed 255 characters. Default: "http://".
    certificate_profile str
    Profile for authenticating client certificates. Default: "None".
    description str
    The Description param. String length must not exceed 255 characters.
    domain_auth GetExternalDynamicListTypeDomainDomainAuth
    The DomainAuth param.
    exception_lists Sequence[str]
    The ExceptionList param. Individual elements in this list are subject to additional validation. String length must not exceed 255 characters.
    expand_domain bool
    Enable/Disable expand domain. Default: false.
    recurring GetExternalDynamicListTypeDomainRecurring
    The Recurring param.
    url str
    The Url param. String length must not exceed 255 characters. Default: "http://".
    certificateProfile String
    Profile for authenticating client certificates. Default: "None".
    description String
    The Description param. String length must not exceed 255 characters.
    domainAuth Property Map
    The DomainAuth param.
    exceptionLists List<String>
    The ExceptionList param. Individual elements in this list are subject to additional validation. String length must not exceed 255 characters.
    expandDomain Boolean
    Enable/Disable expand domain. Default: false.
    recurring Property Map
    The Recurring param.
    url String
    The Url param. String length must not exceed 255 characters. Default: "http://".

    GetExternalDynamicListTypeDomainDomainAuth

    Password string
    The Password param. String length must not exceed 255 characters.
    Username string
    The Username param. String length must be between 1 and 255 characters.
    Password string
    The Password param. String length must not exceed 255 characters.
    Username string
    The Username param. String length must be between 1 and 255 characters.
    password String
    The Password param. String length must not exceed 255 characters.
    username String
    The Username param. String length must be between 1 and 255 characters.
    password string
    The Password param. String length must not exceed 255 characters.
    username string
    The Username param. String length must be between 1 and 255 characters.
    password str
    The Password param. String length must not exceed 255 characters.
    username str
    The Username param. String length must be between 1 and 255 characters.
    password String
    The Password param. String length must not exceed 255 characters.
    username String
    The Username param. String length must be between 1 and 255 characters.

    GetExternalDynamicListTypeDomainRecurring

    daily Property Map
    The Daily param.
    fiveMinute Boolean
    The FiveMinute param.
    hourly Boolean
    The Hourly param.
    monthly Property Map
    The Monthly param.
    weekly Property Map
    The Weekly param.

    GetExternalDynamicListTypeDomainRecurringDaily

    At string
    Time specification hh (e.g. 20). String length must be between 2 and 2 characters. String validation regex: ([01][0-9]|[2][0-3]). Default: "00".
    At string
    Time specification hh (e.g. 20). String length must be between 2 and 2 characters. String validation regex: ([01][0-9]|[2][0-3]). Default: "00".
    at String
    Time specification hh (e.g. 20). String length must be between 2 and 2 characters. String validation regex: ([01][0-9]|[2][0-3]). Default: "00".
    at string
    Time specification hh (e.g. 20). String length must be between 2 and 2 characters. String validation regex: ([01][0-9]|[2][0-3]). Default: "00".
    at str
    Time specification hh (e.g. 20). String length must be between 2 and 2 characters. String validation regex: ([01][0-9]|[2][0-3]). Default: "00".
    at String
    Time specification hh (e.g. 20). String length must be between 2 and 2 characters. String validation regex: ([01][0-9]|[2][0-3]). Default: "00".

    GetExternalDynamicListTypeDomainRecurringMonthly

    At string
    Time specification hh (e.g. 20). String length must be between 2 and 2 characters. String validation regex: ([01][0-9]|[2][0-3]). Default: "00".
    DayOfMonth int
    The DayOfMonth param. Value must be between 1 and 31.
    At string
    Time specification hh (e.g. 20). String length must be between 2 and 2 characters. String validation regex: ([01][0-9]|[2][0-3]). Default: "00".
    DayOfMonth int
    The DayOfMonth param. Value must be between 1 and 31.
    at String
    Time specification hh (e.g. 20). String length must be between 2 and 2 characters. String validation regex: ([01][0-9]|[2][0-3]). Default: "00".
    dayOfMonth Integer
    The DayOfMonth param. Value must be between 1 and 31.
    at string
    Time specification hh (e.g. 20). String length must be between 2 and 2 characters. String validation regex: ([01][0-9]|[2][0-3]). Default: "00".
    dayOfMonth number
    The DayOfMonth param. Value must be between 1 and 31.
    at str
    Time specification hh (e.g. 20). String length must be between 2 and 2 characters. String validation regex: ([01][0-9]|[2][0-3]). Default: "00".
    day_of_month int
    The DayOfMonth param. Value must be between 1 and 31.
    at String
    Time specification hh (e.g. 20). String length must be between 2 and 2 characters. String validation regex: ([01][0-9]|[2][0-3]). Default: "00".
    dayOfMonth Number
    The DayOfMonth param. Value must be between 1 and 31.

    GetExternalDynamicListTypeDomainRecurringWeekly

    At string
    Time specification hh (e.g. 20). String length must be between 2 and 2 characters. String validation regex: ([01][0-9]|[2][0-3]). Default: "00".
    DayOfWeek string
    The DayOfWeek param. String must be one of these: "sunday", "monday", "tuesday", "wednesday", "thursday", "friday", "saturday".
    At string
    Time specification hh (e.g. 20). String length must be between 2 and 2 characters. String validation regex: ([01][0-9]|[2][0-3]). Default: "00".
    DayOfWeek string
    The DayOfWeek param. String must be one of these: "sunday", "monday", "tuesday", "wednesday", "thursday", "friday", "saturday".
    at String
    Time specification hh (e.g. 20). String length must be between 2 and 2 characters. String validation regex: ([01][0-9]|[2][0-3]). Default: "00".
    dayOfWeek String
    The DayOfWeek param. String must be one of these: "sunday", "monday", "tuesday", "wednesday", "thursday", "friday", "saturday".
    at string
    Time specification hh (e.g. 20). String length must be between 2 and 2 characters. String validation regex: ([01][0-9]|[2][0-3]). Default: "00".
    dayOfWeek string
    The DayOfWeek param. String must be one of these: "sunday", "monday", "tuesday", "wednesday", "thursday", "friday", "saturday".
    at str
    Time specification hh (e.g. 20). String length must be between 2 and 2 characters. String validation regex: ([01][0-9]|[2][0-3]). Default: "00".
    day_of_week str
    The DayOfWeek param. String must be one of these: "sunday", "monday", "tuesday", "wednesday", "thursday", "friday", "saturday".
    at String
    Time specification hh (e.g. 20). String length must be between 2 and 2 characters. String validation regex: ([01][0-9]|[2][0-3]). Default: "00".
    dayOfWeek String
    The DayOfWeek param. String must be one of these: "sunday", "monday", "tuesday", "wednesday", "thursday", "friday", "saturday".

    GetExternalDynamicListTypeImei

    CertificateProfile string
    Profile for authenticating client certificates. Default: "None".
    Description string
    The Description param. String length must not exceed 255 characters.
    ExceptionLists List<string>
    The ExceptionList param. Individual elements in this list are subject to additional validation. String length must not exceed 32 characters.
    ImeiAuth GetExternalDynamicListTypeImeiImeiAuth
    The ImeiAuth param.
    Recurring GetExternalDynamicListTypeImeiRecurring
    The Recurring param.
    Url string
    The Url param. String length must not exceed 255 characters. Default: "http://".
    CertificateProfile string
    Profile for authenticating client certificates. Default: "None".
    Description string
    The Description param. String length must not exceed 255 characters.
    ExceptionLists []string
    The ExceptionList param. Individual elements in this list are subject to additional validation. String length must not exceed 32 characters.
    ImeiAuth GetExternalDynamicListTypeImeiImeiAuth
    The ImeiAuth param.
    Recurring GetExternalDynamicListTypeImeiRecurring
    The Recurring param.
    Url string
    The Url param. String length must not exceed 255 characters. Default: "http://".
    certificateProfile String
    Profile for authenticating client certificates. Default: "None".
    description String
    The Description param. String length must not exceed 255 characters.
    exceptionLists List<String>
    The ExceptionList param. Individual elements in this list are subject to additional validation. String length must not exceed 32 characters.
    imeiAuth GetExternalDynamicListTypeImeiImeiAuth
    The ImeiAuth param.
    recurring GetExternalDynamicListTypeImeiRecurring
    The Recurring param.
    url String
    The Url param. String length must not exceed 255 characters. Default: "http://".
    certificateProfile string
    Profile for authenticating client certificates. Default: "None".
    description string
    The Description param. String length must not exceed 255 characters.
    exceptionLists string[]
    The ExceptionList param. Individual elements in this list are subject to additional validation. String length must not exceed 32 characters.
    imeiAuth GetExternalDynamicListTypeImeiImeiAuth
    The ImeiAuth param.
    recurring GetExternalDynamicListTypeImeiRecurring
    The Recurring param.
    url string
    The Url param. String length must not exceed 255 characters. Default: "http://".
    certificate_profile str
    Profile for authenticating client certificates. Default: "None".
    description str
    The Description param. String length must not exceed 255 characters.
    exception_lists Sequence[str]
    The ExceptionList param. Individual elements in this list are subject to additional validation. String length must not exceed 32 characters.
    imei_auth GetExternalDynamicListTypeImeiImeiAuth
    The ImeiAuth param.
    recurring GetExternalDynamicListTypeImeiRecurring
    The Recurring param.
    url str
    The Url param. String length must not exceed 255 characters. Default: "http://".
    certificateProfile String
    Profile for authenticating client certificates. Default: "None".
    description String
    The Description param. String length must not exceed 255 characters.
    exceptionLists List<String>
    The ExceptionList param. Individual elements in this list are subject to additional validation. String length must not exceed 32 characters.
    imeiAuth Property Map
    The ImeiAuth param.
    recurring Property Map
    The Recurring param.
    url String
    The Url param. String length must not exceed 255 characters. Default: "http://".

    GetExternalDynamicListTypeImeiImeiAuth

    Password string
    The Password param. String length must not exceed 255 characters.
    Username string
    The Username param. String length must be between 1 and 255 characters.
    Password string
    The Password param. String length must not exceed 255 characters.
    Username string
    The Username param. String length must be between 1 and 255 characters.
    password String
    The Password param. String length must not exceed 255 characters.
    username String
    The Username param. String length must be between 1 and 255 characters.
    password string
    The Password param. String length must not exceed 255 characters.
    username string
    The Username param. String length must be between 1 and 255 characters.
    password str
    The Password param. String length must not exceed 255 characters.
    username str
    The Username param. String length must be between 1 and 255 characters.
    password String
    The Password param. String length must not exceed 255 characters.
    username String
    The Username param. String length must be between 1 and 255 characters.

    GetExternalDynamicListTypeImeiRecurring

    daily Property Map
    The Daily param.
    fiveMinute Boolean
    The FiveMinute param.
    hourly Boolean
    The Hourly param.
    monthly Property Map
    The Monthly param.
    weekly Property Map
    The Weekly param.

    GetExternalDynamicListTypeImeiRecurringDaily

    At string
    Time specification hh (e.g. 20). String length must be between 2 and 2 characters. String validation regex: ([01][0-9]|[2][0-3]). Default: "00".
    At string
    Time specification hh (e.g. 20). String length must be between 2 and 2 characters. String validation regex: ([01][0-9]|[2][0-3]). Default: "00".
    at String
    Time specification hh (e.g. 20). String length must be between 2 and 2 characters. String validation regex: ([01][0-9]|[2][0-3]). Default: "00".
    at string
    Time specification hh (e.g. 20). String length must be between 2 and 2 characters. String validation regex: ([01][0-9]|[2][0-3]). Default: "00".
    at str
    Time specification hh (e.g. 20). String length must be between 2 and 2 characters. String validation regex: ([01][0-9]|[2][0-3]). Default: "00".
    at String
    Time specification hh (e.g. 20). String length must be between 2 and 2 characters. String validation regex: ([01][0-9]|[2][0-3]). Default: "00".

    GetExternalDynamicListTypeImeiRecurringMonthly

    At string
    Time specification hh (e.g. 20). String length must be between 2 and 2 characters. String validation regex: ([01][0-9]|[2][0-3]). Default: "00".
    DayOfMonth int
    The DayOfMonth param. Value must be between 1 and 31.
    At string
    Time specification hh (e.g. 20). String length must be between 2 and 2 characters. String validation regex: ([01][0-9]|[2][0-3]). Default: "00".
    DayOfMonth int
    The DayOfMonth param. Value must be between 1 and 31.
    at String
    Time specification hh (e.g. 20). String length must be between 2 and 2 characters. String validation regex: ([01][0-9]|[2][0-3]). Default: "00".
    dayOfMonth Integer
    The DayOfMonth param. Value must be between 1 and 31.
    at string
    Time specification hh (e.g. 20). String length must be between 2 and 2 characters. String validation regex: ([01][0-9]|[2][0-3]). Default: "00".
    dayOfMonth number
    The DayOfMonth param. Value must be between 1 and 31.
    at str
    Time specification hh (e.g. 20). String length must be between 2 and 2 characters. String validation regex: ([01][0-9]|[2][0-3]). Default: "00".
    day_of_month int
    The DayOfMonth param. Value must be between 1 and 31.
    at String
    Time specification hh (e.g. 20). String length must be between 2 and 2 characters. String validation regex: ([01][0-9]|[2][0-3]). Default: "00".
    dayOfMonth Number
    The DayOfMonth param. Value must be between 1 and 31.

    GetExternalDynamicListTypeImeiRecurringWeekly

    At string
    Time specification hh (e.g. 20). String length must be between 2 and 2 characters. String validation regex: ([01][0-9]|[2][0-3]). Default: "00".
    DayOfWeek string
    The DayOfWeek param. String must be one of these: "sunday", "monday", "tuesday", "wednesday", "thursday", "friday", "saturday".
    At string
    Time specification hh (e.g. 20). String length must be between 2 and 2 characters. String validation regex: ([01][0-9]|[2][0-3]). Default: "00".
    DayOfWeek string
    The DayOfWeek param. String must be one of these: "sunday", "monday", "tuesday", "wednesday", "thursday", "friday", "saturday".
    at String
    Time specification hh (e.g. 20). String length must be between 2 and 2 characters. String validation regex: ([01][0-9]|[2][0-3]). Default: "00".
    dayOfWeek String
    The DayOfWeek param. String must be one of these: "sunday", "monday", "tuesday", "wednesday", "thursday", "friday", "saturday".
    at string
    Time specification hh (e.g. 20). String length must be between 2 and 2 characters. String validation regex: ([01][0-9]|[2][0-3]). Default: "00".
    dayOfWeek string
    The DayOfWeek param. String must be one of these: "sunday", "monday", "tuesday", "wednesday", "thursday", "friday", "saturday".
    at str
    Time specification hh (e.g. 20). String length must be between 2 and 2 characters. String validation regex: ([01][0-9]|[2][0-3]). Default: "00".
    day_of_week str
    The DayOfWeek param. String must be one of these: "sunday", "monday", "tuesday", "wednesday", "thursday", "friday", "saturday".
    at String
    Time specification hh (e.g. 20). String length must be between 2 and 2 characters. String validation regex: ([01][0-9]|[2][0-3]). Default: "00".
    dayOfWeek String
    The DayOfWeek param. String must be one of these: "sunday", "monday", "tuesday", "wednesday", "thursday", "friday", "saturday".

    GetExternalDynamicListTypeImsi

    CertificateProfile string
    Profile for authenticating client certificates. Default: "None".
    Description string
    The Description param. String length must not exceed 255 characters.
    ExceptionLists List<string>
    The ExceptionList param. Individual elements in this list are subject to additional validation. String length must not exceed 34 characters.
    ImsiAuth GetExternalDynamicListTypeImsiImsiAuth
    The ImsiAuth param.
    Recurring GetExternalDynamicListTypeImsiRecurring
    The Recurring param.
    Url string
    The Url param. String length must not exceed 255 characters. Default: "http://".
    CertificateProfile string
    Profile for authenticating client certificates. Default: "None".
    Description string
    The Description param. String length must not exceed 255 characters.
    ExceptionLists []string
    The ExceptionList param. Individual elements in this list are subject to additional validation. String length must not exceed 34 characters.
    ImsiAuth GetExternalDynamicListTypeImsiImsiAuth
    The ImsiAuth param.
    Recurring GetExternalDynamicListTypeImsiRecurring
    The Recurring param.
    Url string
    The Url param. String length must not exceed 255 characters. Default: "http://".
    certificateProfile String
    Profile for authenticating client certificates. Default: "None".
    description String
    The Description param. String length must not exceed 255 characters.
    exceptionLists List<String>
    The ExceptionList param. Individual elements in this list are subject to additional validation. String length must not exceed 34 characters.
    imsiAuth GetExternalDynamicListTypeImsiImsiAuth
    The ImsiAuth param.
    recurring GetExternalDynamicListTypeImsiRecurring
    The Recurring param.
    url String
    The Url param. String length must not exceed 255 characters. Default: "http://".
    certificateProfile string
    Profile for authenticating client certificates. Default: "None".
    description string
    The Description param. String length must not exceed 255 characters.
    exceptionLists string[]
    The ExceptionList param. Individual elements in this list are subject to additional validation. String length must not exceed 34 characters.
    imsiAuth GetExternalDynamicListTypeImsiImsiAuth
    The ImsiAuth param.
    recurring GetExternalDynamicListTypeImsiRecurring
    The Recurring param.
    url string
    The Url param. String length must not exceed 255 characters. Default: "http://".
    certificate_profile str
    Profile for authenticating client certificates. Default: "None".
    description str
    The Description param. String length must not exceed 255 characters.
    exception_lists Sequence[str]
    The ExceptionList param. Individual elements in this list are subject to additional validation. String length must not exceed 34 characters.
    imsi_auth GetExternalDynamicListTypeImsiImsiAuth
    The ImsiAuth param.
    recurring GetExternalDynamicListTypeImsiRecurring
    The Recurring param.
    url str
    The Url param. String length must not exceed 255 characters. Default: "http://".
    certificateProfile String
    Profile for authenticating client certificates. Default: "None".
    description String
    The Description param. String length must not exceed 255 characters.
    exceptionLists List<String>
    The ExceptionList param. Individual elements in this list are subject to additional validation. String length must not exceed 34 characters.
    imsiAuth Property Map
    The ImsiAuth param.
    recurring Property Map
    The Recurring param.
    url String
    The Url param. String length must not exceed 255 characters. Default: "http://".

    GetExternalDynamicListTypeImsiImsiAuth

    Password string
    The Password param. String length must not exceed 255 characters.
    Username string
    The Username param. String length must be between 1 and 255 characters.
    Password string
    The Password param. String length must not exceed 255 characters.
    Username string
    The Username param. String length must be between 1 and 255 characters.
    password String
    The Password param. String length must not exceed 255 characters.
    username String
    The Username param. String length must be between 1 and 255 characters.
    password string
    The Password param. String length must not exceed 255 characters.
    username string
    The Username param. String length must be between 1 and 255 characters.
    password str
    The Password param. String length must not exceed 255 characters.
    username str
    The Username param. String length must be between 1 and 255 characters.
    password String
    The Password param. String length must not exceed 255 characters.
    username String
    The Username param. String length must be between 1 and 255 characters.

    GetExternalDynamicListTypeImsiRecurring

    daily Property Map
    The Daily param.
    fiveMinute Boolean
    The FiveMinute param.
    hourly Boolean
    The Hourly param.
    monthly Property Map
    The Monthly param.
    weekly Property Map
    The Weekly param.

    GetExternalDynamicListTypeImsiRecurringDaily

    At string
    Time specification hh (e.g. 20). String length must be between 2 and 2 characters. String validation regex: ([01][0-9]|[2][0-3]). Default: "00".
    At string
    Time specification hh (e.g. 20). String length must be between 2 and 2 characters. String validation regex: ([01][0-9]|[2][0-3]). Default: "00".
    at String
    Time specification hh (e.g. 20). String length must be between 2 and 2 characters. String validation regex: ([01][0-9]|[2][0-3]). Default: "00".
    at string
    Time specification hh (e.g. 20). String length must be between 2 and 2 characters. String validation regex: ([01][0-9]|[2][0-3]). Default: "00".
    at str
    Time specification hh (e.g. 20). String length must be between 2 and 2 characters. String validation regex: ([01][0-9]|[2][0-3]). Default: "00".
    at String
    Time specification hh (e.g. 20). String length must be between 2 and 2 characters. String validation regex: ([01][0-9]|[2][0-3]). Default: "00".

    GetExternalDynamicListTypeImsiRecurringMonthly

    At string
    Time specification hh (e.g. 20). String length must be between 2 and 2 characters. String validation regex: ([01][0-9]|[2][0-3]). Default: "00".
    DayOfMonth int
    The DayOfMonth param. Value must be between 1 and 31.
    At string
    Time specification hh (e.g. 20). String length must be between 2 and 2 characters. String validation regex: ([01][0-9]|[2][0-3]). Default: "00".
    DayOfMonth int
    The DayOfMonth param. Value must be between 1 and 31.
    at String
    Time specification hh (e.g. 20). String length must be between 2 and 2 characters. String validation regex: ([01][0-9]|[2][0-3]). Default: "00".
    dayOfMonth Integer
    The DayOfMonth param. Value must be between 1 and 31.
    at string
    Time specification hh (e.g. 20). String length must be between 2 and 2 characters. String validation regex: ([01][0-9]|[2][0-3]). Default: "00".
    dayOfMonth number
    The DayOfMonth param. Value must be between 1 and 31.
    at str
    Time specification hh (e.g. 20). String length must be between 2 and 2 characters. String validation regex: ([01][0-9]|[2][0-3]). Default: "00".
    day_of_month int
    The DayOfMonth param. Value must be between 1 and 31.
    at String
    Time specification hh (e.g. 20). String length must be between 2 and 2 characters. String validation regex: ([01][0-9]|[2][0-3]). Default: "00".
    dayOfMonth Number
    The DayOfMonth param. Value must be between 1 and 31.

    GetExternalDynamicListTypeImsiRecurringWeekly

    At string
    Time specification hh (e.g. 20). String length must be between 2 and 2 characters. String validation regex: ([01][0-9]|[2][0-3]). Default: "00".
    DayOfWeek string
    The DayOfWeek param. String must be one of these: "sunday", "monday", "tuesday", "wednesday", "thursday", "friday", "saturday".
    At string
    Time specification hh (e.g. 20). String length must be between 2 and 2 characters. String validation regex: ([01][0-9]|[2][0-3]). Default: "00".
    DayOfWeek string
    The DayOfWeek param. String must be one of these: "sunday", "monday", "tuesday", "wednesday", "thursday", "friday", "saturday".
    at String
    Time specification hh (e.g. 20). String length must be between 2 and 2 characters. String validation regex: ([01][0-9]|[2][0-3]). Default: "00".
    dayOfWeek String
    The DayOfWeek param. String must be one of these: "sunday", "monday", "tuesday", "wednesday", "thursday", "friday", "saturday".
    at string
    Time specification hh (e.g. 20). String length must be between 2 and 2 characters. String validation regex: ([01][0-9]|[2][0-3]). Default: "00".
    dayOfWeek string
    The DayOfWeek param. String must be one of these: "sunday", "monday", "tuesday", "wednesday", "thursday", "friday", "saturday".
    at str
    Time specification hh (e.g. 20). String length must be between 2 and 2 characters. String validation regex: ([01][0-9]|[2][0-3]). Default: "00".
    day_of_week str
    The DayOfWeek param. String must be one of these: "sunday", "monday", "tuesday", "wednesday", "thursday", "friday", "saturday".
    at String
    Time specification hh (e.g. 20). String length must be between 2 and 2 characters. String validation regex: ([01][0-9]|[2][0-3]). Default: "00".
    dayOfWeek String
    The DayOfWeek param. String must be one of these: "sunday", "monday", "tuesday", "wednesday", "thursday", "friday", "saturday".

    GetExternalDynamicListTypeIp

    CertificateProfile string
    Profile for authenticating client certificates. Default: "None".
    Description string
    The Description param. String length must not exceed 255 characters.
    ExceptionLists List<string>
    The ExceptionList param. Individual elements in this list are subject to additional validation. String length must not exceed 255 characters.
    IpAuth GetExternalDynamicListTypeIpIpAuth
    The IpAuth param.
    Recurring GetExternalDynamicListTypeIpRecurring
    The Recurring param.
    Url string
    The Url param. String length must not exceed 255 characters. Default: "http://".
    CertificateProfile string
    Profile for authenticating client certificates. Default: "None".
    Description string
    The Description param. String length must not exceed 255 characters.
    ExceptionLists []string
    The ExceptionList param. Individual elements in this list are subject to additional validation. String length must not exceed 255 characters.
    IpAuth GetExternalDynamicListTypeIpIpAuth
    The IpAuth param.
    Recurring GetExternalDynamicListTypeIpRecurring
    The Recurring param.
    Url string
    The Url param. String length must not exceed 255 characters. Default: "http://".
    certificateProfile String
    Profile for authenticating client certificates. Default: "None".
    description String
    The Description param. String length must not exceed 255 characters.
    exceptionLists List<String>
    The ExceptionList param. Individual elements in this list are subject to additional validation. String length must not exceed 255 characters.
    ipAuth GetExternalDynamicListTypeIpIpAuth
    The IpAuth param.
    recurring GetExternalDynamicListTypeIpRecurring
    The Recurring param.
    url String
    The Url param. String length must not exceed 255 characters. Default: "http://".
    certificateProfile string
    Profile for authenticating client certificates. Default: "None".
    description string
    The Description param. String length must not exceed 255 characters.
    exceptionLists string[]
    The ExceptionList param. Individual elements in this list are subject to additional validation. String length must not exceed 255 characters.
    ipAuth GetExternalDynamicListTypeIpIpAuth
    The IpAuth param.
    recurring GetExternalDynamicListTypeIpRecurring
    The Recurring param.
    url string
    The Url param. String length must not exceed 255 characters. Default: "http://".
    certificate_profile str
    Profile for authenticating client certificates. Default: "None".
    description str
    The Description param. String length must not exceed 255 characters.
    exception_lists Sequence[str]
    The ExceptionList param. Individual elements in this list are subject to additional validation. String length must not exceed 255 characters.
    ip_auth GetExternalDynamicListTypeIpIpAuth
    The IpAuth param.
    recurring GetExternalDynamicListTypeIpRecurring
    The Recurring param.
    url str
    The Url param. String length must not exceed 255 characters. Default: "http://".
    certificateProfile String
    Profile for authenticating client certificates. Default: "None".
    description String
    The Description param. String length must not exceed 255 characters.
    exceptionLists List<String>
    The ExceptionList param. Individual elements in this list are subject to additional validation. String length must not exceed 255 characters.
    ipAuth Property Map
    The IpAuth param.
    recurring Property Map
    The Recurring param.
    url String
    The Url param. String length must not exceed 255 characters. Default: "http://".

    GetExternalDynamicListTypeIpIpAuth

    Password string
    The Password param. String length must not exceed 255 characters.
    Username string
    The Username param. String length must be between 1 and 255 characters.
    Password string
    The Password param. String length must not exceed 255 characters.
    Username string
    The Username param. String length must be between 1 and 255 characters.
    password String
    The Password param. String length must not exceed 255 characters.
    username String
    The Username param. String length must be between 1 and 255 characters.
    password string
    The Password param. String length must not exceed 255 characters.
    username string
    The Username param. String length must be between 1 and 255 characters.
    password str
    The Password param. String length must not exceed 255 characters.
    username str
    The Username param. String length must be between 1 and 255 characters.
    password String
    The Password param. String length must not exceed 255 characters.
    username String
    The Username param. String length must be between 1 and 255 characters.

    GetExternalDynamicListTypeIpRecurring

    daily Property Map
    The Daily param.
    fiveMinute Boolean
    The FiveMinute param.
    hourly Boolean
    The Hourly param.
    monthly Property Map
    The Monthly param.
    weekly Property Map
    The Weekly param.

    GetExternalDynamicListTypeIpRecurringDaily

    At string
    Time specification hh (e.g. 20). String length must be between 2 and 2 characters. String validation regex: ([01][0-9]|[2][0-3]). Default: "00".
    At string
    Time specification hh (e.g. 20). String length must be between 2 and 2 characters. String validation regex: ([01][0-9]|[2][0-3]). Default: "00".
    at String
    Time specification hh (e.g. 20). String length must be between 2 and 2 characters. String validation regex: ([01][0-9]|[2][0-3]). Default: "00".
    at string
    Time specification hh (e.g. 20). String length must be between 2 and 2 characters. String validation regex: ([01][0-9]|[2][0-3]). Default: "00".
    at str
    Time specification hh (e.g. 20). String length must be between 2 and 2 characters. String validation regex: ([01][0-9]|[2][0-3]). Default: "00".
    at String
    Time specification hh (e.g. 20). String length must be between 2 and 2 characters. String validation regex: ([01][0-9]|[2][0-3]). Default: "00".

    GetExternalDynamicListTypeIpRecurringMonthly

    At string
    Time specification hh (e.g. 20). String length must be between 2 and 2 characters. String validation regex: ([01][0-9]|[2][0-3]). Default: "00".
    DayOfMonth int
    The DayOfMonth param. Value must be between 1 and 31.
    At string
    Time specification hh (e.g. 20). String length must be between 2 and 2 characters. String validation regex: ([01][0-9]|[2][0-3]). Default: "00".
    DayOfMonth int
    The DayOfMonth param. Value must be between 1 and 31.
    at String
    Time specification hh (e.g. 20). String length must be between 2 and 2 characters. String validation regex: ([01][0-9]|[2][0-3]). Default: "00".
    dayOfMonth Integer
    The DayOfMonth param. Value must be between 1 and 31.
    at string
    Time specification hh (e.g. 20). String length must be between 2 and 2 characters. String validation regex: ([01][0-9]|[2][0-3]). Default: "00".
    dayOfMonth number
    The DayOfMonth param. Value must be between 1 and 31.
    at str
    Time specification hh (e.g. 20). String length must be between 2 and 2 characters. String validation regex: ([01][0-9]|[2][0-3]). Default: "00".
    day_of_month int
    The DayOfMonth param. Value must be between 1 and 31.
    at String
    Time specification hh (e.g. 20). String length must be between 2 and 2 characters. String validation regex: ([01][0-9]|[2][0-3]). Default: "00".
    dayOfMonth Number
    The DayOfMonth param. Value must be between 1 and 31.

    GetExternalDynamicListTypeIpRecurringWeekly

    At string
    Time specification hh (e.g. 20). String length must be between 2 and 2 characters. String validation regex: ([01][0-9]|[2][0-3]). Default: "00".
    DayOfWeek string
    The DayOfWeek param. String must be one of these: "sunday", "monday", "tuesday", "wednesday", "thursday", "friday", "saturday".
    At string
    Time specification hh (e.g. 20). String length must be between 2 and 2 characters. String validation regex: ([01][0-9]|[2][0-3]). Default: "00".
    DayOfWeek string
    The DayOfWeek param. String must be one of these: "sunday", "monday", "tuesday", "wednesday", "thursday", "friday", "saturday".
    at String
    Time specification hh (e.g. 20). String length must be between 2 and 2 characters. String validation regex: ([01][0-9]|[2][0-3]). Default: "00".
    dayOfWeek String
    The DayOfWeek param. String must be one of these: "sunday", "monday", "tuesday", "wednesday", "thursday", "friday", "saturday".
    at string
    Time specification hh (e.g. 20). String length must be between 2 and 2 characters. String validation regex: ([01][0-9]|[2][0-3]). Default: "00".
    dayOfWeek string
    The DayOfWeek param. String must be one of these: "sunday", "monday", "tuesday", "wednesday", "thursday", "friday", "saturday".
    at str
    Time specification hh (e.g. 20). String length must be between 2 and 2 characters. String validation regex: ([01][0-9]|[2][0-3]). Default: "00".
    day_of_week str
    The DayOfWeek param. String must be one of these: "sunday", "monday", "tuesday", "wednesday", "thursday", "friday", "saturday".
    at String
    Time specification hh (e.g. 20). String length must be between 2 and 2 characters. String validation regex: ([01][0-9]|[2][0-3]). Default: "00".
    dayOfWeek String
    The DayOfWeek param. String must be one of these: "sunday", "monday", "tuesday", "wednesday", "thursday", "friday", "saturday".

    GetExternalDynamicListTypePredefinedIp

    Description string
    The Description param. String length must not exceed 255 characters.
    ExceptionLists List<string>
    The ExceptionList param. Individual elements in this list are subject to additional validation. String length must not exceed 255 characters.
    Url string
    The Url param.
    Description string
    The Description param. String length must not exceed 255 characters.
    ExceptionLists []string
    The ExceptionList param. Individual elements in this list are subject to additional validation. String length must not exceed 255 characters.
    Url string
    The Url param.
    description String
    The Description param. String length must not exceed 255 characters.
    exceptionLists List<String>
    The ExceptionList param. Individual elements in this list are subject to additional validation. String length must not exceed 255 characters.
    url String
    The Url param.
    description string
    The Description param. String length must not exceed 255 characters.
    exceptionLists string[]
    The ExceptionList param. Individual elements in this list are subject to additional validation. String length must not exceed 255 characters.
    url string
    The Url param.
    description str
    The Description param. String length must not exceed 255 characters.
    exception_lists Sequence[str]
    The ExceptionList param. Individual elements in this list are subject to additional validation. String length must not exceed 255 characters.
    url str
    The Url param.
    description String
    The Description param. String length must not exceed 255 characters.
    exceptionLists List<String>
    The ExceptionList param. Individual elements in this list are subject to additional validation. String length must not exceed 255 characters.
    url String
    The Url param.

    GetExternalDynamicListTypePredefinedUrl

    Description string
    The Description param. String length must not exceed 255 characters.
    ExceptionLists List<string>
    The ExceptionList param. Individual elements in this list are subject to additional validation. String length must not exceed 255 characters.
    Url string
    The Url param.
    Description string
    The Description param. String length must not exceed 255 characters.
    ExceptionLists []string
    The ExceptionList param. Individual elements in this list are subject to additional validation. String length must not exceed 255 characters.
    Url string
    The Url param.
    description String
    The Description param. String length must not exceed 255 characters.
    exceptionLists List<String>
    The ExceptionList param. Individual elements in this list are subject to additional validation. String length must not exceed 255 characters.
    url String
    The Url param.
    description string
    The Description param. String length must not exceed 255 characters.
    exceptionLists string[]
    The ExceptionList param. Individual elements in this list are subject to additional validation. String length must not exceed 255 characters.
    url string
    The Url param.
    description str
    The Description param. String length must not exceed 255 characters.
    exception_lists Sequence[str]
    The ExceptionList param. Individual elements in this list are subject to additional validation. String length must not exceed 255 characters.
    url str
    The Url param.
    description String
    The Description param. String length must not exceed 255 characters.
    exceptionLists List<String>
    The ExceptionList param. Individual elements in this list are subject to additional validation. String length must not exceed 255 characters.
    url String
    The Url param.

    GetExternalDynamicListTypeUrl

    CertificateProfile string
    Profile for authenticating client certificates. Default: "None".
    Description string
    The Description param. String length must not exceed 255 characters.
    ExceptionLists List<string>
    The ExceptionList param. Individual elements in this list are subject to additional validation. String length must not exceed 255 characters.
    Recurring GetExternalDynamicListTypeUrlRecurring
    The Recurring param.
    Url string
    The Url param. String length must not exceed 255 characters. Default: "http://".
    UrlAuth GetExternalDynamicListTypeUrlUrlAuth
    The UrlAuth param.
    CertificateProfile string
    Profile for authenticating client certificates. Default: "None".
    Description string
    The Description param. String length must not exceed 255 characters.
    ExceptionLists []string
    The ExceptionList param. Individual elements in this list are subject to additional validation. String length must not exceed 255 characters.
    Recurring GetExternalDynamicListTypeUrlRecurring
    The Recurring param.
    Url string
    The Url param. String length must not exceed 255 characters. Default: "http://".
    UrlAuth GetExternalDynamicListTypeUrlUrlAuth
    The UrlAuth param.
    certificateProfile String
    Profile for authenticating client certificates. Default: "None".
    description String
    The Description param. String length must not exceed 255 characters.
    exceptionLists List<String>
    The ExceptionList param. Individual elements in this list are subject to additional validation. String length must not exceed 255 characters.
    recurring GetExternalDynamicListTypeUrlRecurring
    The Recurring param.
    url String
    The Url param. String length must not exceed 255 characters. Default: "http://".
    urlAuth GetExternalDynamicListTypeUrlUrlAuth
    The UrlAuth param.
    certificateProfile string
    Profile for authenticating client certificates. Default: "None".
    description string
    The Description param. String length must not exceed 255 characters.
    exceptionLists string[]
    The ExceptionList param. Individual elements in this list are subject to additional validation. String length must not exceed 255 characters.
    recurring GetExternalDynamicListTypeUrlRecurring
    The Recurring param.
    url string
    The Url param. String length must not exceed 255 characters. Default: "http://".
    urlAuth GetExternalDynamicListTypeUrlUrlAuth
    The UrlAuth param.
    certificate_profile str
    Profile for authenticating client certificates. Default: "None".
    description str
    The Description param. String length must not exceed 255 characters.
    exception_lists Sequence[str]
    The ExceptionList param. Individual elements in this list are subject to additional validation. String length must not exceed 255 characters.
    recurring GetExternalDynamicListTypeUrlRecurring
    The Recurring param.
    url str
    The Url param. String length must not exceed 255 characters. Default: "http://".
    url_auth GetExternalDynamicListTypeUrlUrlAuth
    The UrlAuth param.
    certificateProfile String
    Profile for authenticating client certificates. Default: "None".
    description String
    The Description param. String length must not exceed 255 characters.
    exceptionLists List<String>
    The ExceptionList param. Individual elements in this list are subject to additional validation. String length must not exceed 255 characters.
    recurring Property Map
    The Recurring param.
    url String
    The Url param. String length must not exceed 255 characters. Default: "http://".
    urlAuth Property Map
    The UrlAuth param.

    GetExternalDynamicListTypeUrlRecurring

    daily Property Map
    The Daily param.
    fiveMinute Boolean
    The FiveMinute param.
    hourly Boolean
    The Hourly param.
    monthly Property Map
    The Monthly param.
    weekly Property Map
    The Weekly param.

    GetExternalDynamicListTypeUrlRecurringDaily

    At string
    Time specification hh (e.g. 20). String length must be between 2 and 2 characters. String validation regex: ([01][0-9]|[2][0-3]). Default: "00".
    At string
    Time specification hh (e.g. 20). String length must be between 2 and 2 characters. String validation regex: ([01][0-9]|[2][0-3]). Default: "00".
    at String
    Time specification hh (e.g. 20). String length must be between 2 and 2 characters. String validation regex: ([01][0-9]|[2][0-3]). Default: "00".
    at string
    Time specification hh (e.g. 20). String length must be between 2 and 2 characters. String validation regex: ([01][0-9]|[2][0-3]). Default: "00".
    at str
    Time specification hh (e.g. 20). String length must be between 2 and 2 characters. String validation regex: ([01][0-9]|[2][0-3]). Default: "00".
    at String
    Time specification hh (e.g. 20). String length must be between 2 and 2 characters. String validation regex: ([01][0-9]|[2][0-3]). Default: "00".

    GetExternalDynamicListTypeUrlRecurringMonthly

    At string
    Time specification hh (e.g. 20). String length must be between 2 and 2 characters. String validation regex: ([01][0-9]|[2][0-3]). Default: "00".
    DayOfMonth int
    The DayOfMonth param. Value must be between 1 and 31.
    At string
    Time specification hh (e.g. 20). String length must be between 2 and 2 characters. String validation regex: ([01][0-9]|[2][0-3]). Default: "00".
    DayOfMonth int
    The DayOfMonth param. Value must be between 1 and 31.
    at String
    Time specification hh (e.g. 20). String length must be between 2 and 2 characters. String validation regex: ([01][0-9]|[2][0-3]). Default: "00".
    dayOfMonth Integer
    The DayOfMonth param. Value must be between 1 and 31.
    at string
    Time specification hh (e.g. 20). String length must be between 2 and 2 characters. String validation regex: ([01][0-9]|[2][0-3]). Default: "00".
    dayOfMonth number
    The DayOfMonth param. Value must be between 1 and 31.
    at str
    Time specification hh (e.g. 20). String length must be between 2 and 2 characters. String validation regex: ([01][0-9]|[2][0-3]). Default: "00".
    day_of_month int
    The DayOfMonth param. Value must be between 1 and 31.
    at String
    Time specification hh (e.g. 20). String length must be between 2 and 2 characters. String validation regex: ([01][0-9]|[2][0-3]). Default: "00".
    dayOfMonth Number
    The DayOfMonth param. Value must be between 1 and 31.

    GetExternalDynamicListTypeUrlRecurringWeekly

    At string
    Time specification hh (e.g. 20). String length must be between 2 and 2 characters. String validation regex: ([01][0-9]|[2][0-3]). Default: "00".
    DayOfWeek string
    The DayOfWeek param. String must be one of these: "sunday", "monday", "tuesday", "wednesday", "thursday", "friday", "saturday".
    At string
    Time specification hh (e.g. 20). String length must be between 2 and 2 characters. String validation regex: ([01][0-9]|[2][0-3]). Default: "00".
    DayOfWeek string
    The DayOfWeek param. String must be one of these: "sunday", "monday", "tuesday", "wednesday", "thursday", "friday", "saturday".
    at String
    Time specification hh (e.g. 20). String length must be between 2 and 2 characters. String validation regex: ([01][0-9]|[2][0-3]). Default: "00".
    dayOfWeek String
    The DayOfWeek param. String must be one of these: "sunday", "monday", "tuesday", "wednesday", "thursday", "friday", "saturday".
    at string
    Time specification hh (e.g. 20). String length must be between 2 and 2 characters. String validation regex: ([01][0-9]|[2][0-3]). Default: "00".
    dayOfWeek string
    The DayOfWeek param. String must be one of these: "sunday", "monday", "tuesday", "wednesday", "thursday", "friday", "saturday".
    at str
    Time specification hh (e.g. 20). String length must be between 2 and 2 characters. String validation regex: ([01][0-9]|[2][0-3]). Default: "00".
    day_of_week str
    The DayOfWeek param. String must be one of these: "sunday", "monday", "tuesday", "wednesday", "thursday", "friday", "saturday".
    at String
    Time specification hh (e.g. 20). String length must be between 2 and 2 characters. String validation regex: ([01][0-9]|[2][0-3]). Default: "00".
    dayOfWeek String
    The DayOfWeek param. String must be one of these: "sunday", "monday", "tuesday", "wednesday", "thursday", "friday", "saturday".

    GetExternalDynamicListTypeUrlUrlAuth

    Password string
    The Password param. String length must not exceed 255 characters.
    Username string
    The Username param. String length must be between 1 and 255 characters.
    Password string
    The Password param. String length must not exceed 255 characters.
    Username string
    The Username param. String length must be between 1 and 255 characters.
    password String
    The Password param. String length must not exceed 255 characters.
    username String
    The Username param. String length must be between 1 and 255 characters.
    password string
    The Password param. String length must not exceed 255 characters.
    username string
    The Username param. String length must be between 1 and 255 characters.
    password str
    The Password param. String length must not exceed 255 characters.
    username str
    The Username param. String length must be between 1 and 255 characters.
    password String
    The Password param. String length must not exceed 255 characters.
    username String
    The Username param. String length must be between 1 and 255 characters.

    Package Details

    Repository
    scm pulumi/pulumi-scm
    License
    Apache-2.0
    Notes
    This Pulumi package is based on the scm Terraform Provider.
    scm logo
    Strata Cloud Manager v0.1.1 published on Friday, May 31, 2024 by Pulumi