1. Packages
  2. Strata Cloud Manager Provider
  3. API Docs
  4. getExternalDynamicListList
Strata Cloud Manager v0.3.1 published on Thursday, Mar 13, 2025 by Pulumi

scm.getExternalDynamicListList

Explore with Pulumi AI

Strata Cloud Manager v0.3.1 published on Thursday, Mar 13, 2025 by Pulumi

Retrieves a listing of config items.

Example Usage

import * as pulumi from "@pulumi/pulumi";
import * as scm from "@pulumi/scm";

const example = scm.getExternalDynamicListList({
    folder: "Shared",
});
Copy
import pulumi
import pulumi_scm as scm

example = scm.get_external_dynamic_list_list(folder="Shared")
Copy
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.GetExternalDynamicListList(ctx, &scm.GetExternalDynamicListListArgs{
			Folder: pulumi.StringRef("Shared"),
		}, nil)
		if err != nil {
			return err
		}
		return nil
	})
}
Copy
using System.Collections.Generic;
using System.Linq;
using Pulumi;
using Scm = Pulumi.Scm;

return await Deployment.RunAsync(() => 
{
    var example = Scm.GetExternalDynamicListList.Invoke(new()
    {
        Folder = "Shared",
    });

});
Copy
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.GetExternalDynamicListListArgs;
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.getExternalDynamicListList(GetExternalDynamicListListArgs.builder()
            .folder("Shared")
            .build());

    }
}
Copy
variables:
  example:
    fn::invoke:
      function: scm:getExternalDynamicListList
      arguments:
        folder: Shared
Copy

Using getExternalDynamicListList

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 getExternalDynamicListList(args: GetExternalDynamicListListArgs, opts?: InvokeOptions): Promise<GetExternalDynamicListListResult>
function getExternalDynamicListListOutput(args: GetExternalDynamicListListOutputArgs, opts?: InvokeOptions): Output<GetExternalDynamicListListResult>
Copy
def get_external_dynamic_list_list(device: Optional[str] = None,
                                   folder: Optional[str] = None,
                                   limit: Optional[int] = None,
                                   name: Optional[str] = None,
                                   offset: Optional[int] = None,
                                   snippet: Optional[str] = None,
                                   opts: Optional[InvokeOptions] = None) -> GetExternalDynamicListListResult
def get_external_dynamic_list_list_output(device: Optional[pulumi.Input[str]] = None,
                                   folder: Optional[pulumi.Input[str]] = None,
                                   limit: Optional[pulumi.Input[int]] = None,
                                   name: Optional[pulumi.Input[str]] = None,
                                   offset: Optional[pulumi.Input[int]] = None,
                                   snippet: Optional[pulumi.Input[str]] = None,
                                   opts: Optional[InvokeOptions] = None) -> Output[GetExternalDynamicListListResult]
Copy
func GetExternalDynamicListList(ctx *Context, args *GetExternalDynamicListListArgs, opts ...InvokeOption) (*GetExternalDynamicListListResult, error)
func GetExternalDynamicListListOutput(ctx *Context, args *GetExternalDynamicListListOutputArgs, opts ...InvokeOption) GetExternalDynamicListListResultOutput
Copy

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

public static class GetExternalDynamicListList 
{
    public static Task<GetExternalDynamicListListResult> InvokeAsync(GetExternalDynamicListListArgs args, InvokeOptions? opts = null)
    public static Output<GetExternalDynamicListListResult> Invoke(GetExternalDynamicListListInvokeArgs args, InvokeOptions? opts = null)
}
Copy
public static CompletableFuture<GetExternalDynamicListListResult> getExternalDynamicListList(GetExternalDynamicListListArgs args, InvokeOptions options)
public static Output<GetExternalDynamicListListResult> getExternalDynamicListList(GetExternalDynamicListListArgs args, InvokeOptions options)
Copy
fn::invoke:
  function: scm:index/getExternalDynamicListList:getExternalDynamicListList
  arguments:
    # arguments dictionary
Copy

The following arguments are supported:

Device string
The Device param.
Folder string
The Folder param.
Limit int
The Limit param. A limit of -1 will return all configured items. Default: 200.
Name string
The Name param.
Offset int
The Offset param. Default: 0.
Snippet string
The Snippet param.
Device string
The Device param.
Folder string
The Folder param.
Limit int
The Limit param. A limit of -1 will return all configured items. Default: 200.
Name string
The Name param.
Offset int
The Offset param. Default: 0.
Snippet string
The Snippet param.
device String
The Device param.
folder String
The Folder param.
limit Integer
The Limit param. A limit of -1 will return all configured items. Default: 200.
name String
The Name param.
offset Integer
The Offset param. Default: 0.
snippet String
The Snippet param.
device string
The Device param.
folder string
The Folder param.
limit number
The Limit param. A limit of -1 will return all configured items. Default: 200.
name string
The Name param.
offset number
The Offset param. Default: 0.
snippet string
The Snippet param.
device str
The Device param.
folder str
The Folder param.
limit int
The Limit param. A limit of -1 will return all configured items. Default: 200.
name str
The Name param.
offset int
The Offset param. Default: 0.
snippet str
The Snippet param.
device String
The Device param.
folder String
The Folder param.
limit Number
The Limit param. A limit of -1 will return all configured items. Default: 200.
name String
The Name param.
offset Number
The Offset param. Default: 0.
snippet String
The Snippet param.

getExternalDynamicListList Result

The following output properties are available:

Datas List<GetExternalDynamicListListData>
The Data param.
Id string
The provider-assigned unique ID for this managed resource.
Limit int
The Limit param. A limit of -1 will return all configured items. Default: 200.
Offset int
The Offset param. Default: 0.
Tfid string
Total int
The Total param.
Device string
The Device param.
Folder string
The Folder param.
Name string
The Name param.
Snippet string
The Snippet param.
Datas []GetExternalDynamicListListData
The Data param.
Id string
The provider-assigned unique ID for this managed resource.
Limit int
The Limit param. A limit of -1 will return all configured items. Default: 200.
Offset int
The Offset param. Default: 0.
Tfid string
Total int
The Total param.
Device string
The Device param.
Folder string
The Folder param.
Name string
The Name param.
Snippet string
The Snippet param.
datas List<GetExternalDynamicListListData>
The Data param.
id String
The provider-assigned unique ID for this managed resource.
limit Integer
The Limit param. A limit of -1 will return all configured items. Default: 200.
offset Integer
The Offset param. Default: 0.
tfid String
total Integer
The Total param.
device String
The Device param.
folder String
The Folder param.
name String
The Name param.
snippet String
The Snippet param.
datas GetExternalDynamicListListData[]
The Data param.
id string
The provider-assigned unique ID for this managed resource.
limit number
The Limit param. A limit of -1 will return all configured items. Default: 200.
offset number
The Offset param. Default: 0.
tfid string
total number
The Total param.
device string
The Device param.
folder string
The Folder param.
name string
The Name param.
snippet string
The Snippet param.
datas Sequence[GetExternalDynamicListListData]
The Data param.
id str
The provider-assigned unique ID for this managed resource.
limit int
The Limit param. A limit of -1 will return all configured items. Default: 200.
offset int
The Offset param. Default: 0.
tfid str
total int
The Total param.
device str
The Device param.
folder str
The Folder param.
name str
The Name param.
snippet str
The Snippet param.
datas List<Property Map>
The Data param.
id String
The provider-assigned unique ID for this managed resource.
limit Number
The Limit param. A limit of -1 will return all configured items. Default: 200.
offset Number
The Offset param. Default: 0.
tfid String
total Number
The Total param.
device String
The Device param.
folder String
The Folder param.
name String
The Name param.
snippet String
The Snippet param.

Supporting Types

GetExternalDynamicListListData

Id This property is required. string
UUID of the resource.
Name This property is required. string
Alphanumeric string [ 0-9a-zA-Z._-]. String length must not exceed 63 characters.
Type This property is required. GetExternalDynamicListListDataType
The Type param.
Id This property is required. string
UUID of the resource.
Name This property is required. string
Alphanumeric string [ 0-9a-zA-Z._-]. String length must not exceed 63 characters.
Type This property is required. GetExternalDynamicListListDataType
The Type param.
id This property is required. String
UUID of the resource.
name This property is required. String
Alphanumeric string [ 0-9a-zA-Z._-]. String length must not exceed 63 characters.
type This property is required. GetExternalDynamicListListDataType
The Type param.
id This property is required. string
UUID of the resource.
name This property is required. string
Alphanumeric string [ 0-9a-zA-Z._-]. String length must not exceed 63 characters.
type This property is required. GetExternalDynamicListListDataType
The Type param.
id This property is required. str
UUID of the resource.
name This property is required. str
Alphanumeric string [ 0-9a-zA-Z._-]. String length must not exceed 63 characters.
type This property is required. GetExternalDynamicListListDataType
The Type param.
id This property is required. String
UUID of the resource.
name This property is required. String
Alphanumeric string [ 0-9a-zA-Z._-]. String length must not exceed 63 characters.
type This property is required. Property Map
The Type param.

GetExternalDynamicListListDataType

Domain This property is required. GetExternalDynamicListListDataTypeDomain
The Domain param.
Imei This property is required. GetExternalDynamicListListDataTypeImei
The Imei param.
Imsi This property is required. GetExternalDynamicListListDataTypeImsi
The Imsi param.
Ip This property is required. GetExternalDynamicListListDataTypeIp
The Ip param.
PredefinedIp This property is required. GetExternalDynamicListListDataTypePredefinedIp
The PredefinedIp param.
PredefinedUrl This property is required. GetExternalDynamicListListDataTypePredefinedUrl
The PredefinedUrl param.
Url This property is required. GetExternalDynamicListListDataTypeUrl
The Url param.
Domain This property is required. GetExternalDynamicListListDataTypeDomain
The Domain param.
Imei This property is required. GetExternalDynamicListListDataTypeImei
The Imei param.
Imsi This property is required. GetExternalDynamicListListDataTypeImsi
The Imsi param.
Ip This property is required. GetExternalDynamicListListDataTypeIp
The Ip param.
PredefinedIp This property is required. GetExternalDynamicListListDataTypePredefinedIp
The PredefinedIp param.
PredefinedUrl This property is required. GetExternalDynamicListListDataTypePredefinedUrl
The PredefinedUrl param.
Url This property is required. GetExternalDynamicListListDataTypeUrl
The Url param.
domain This property is required. GetExternalDynamicListListDataTypeDomain
The Domain param.
imei This property is required. GetExternalDynamicListListDataTypeImei
The Imei param.
imsi This property is required. GetExternalDynamicListListDataTypeImsi
The Imsi param.
ip This property is required. GetExternalDynamicListListDataTypeIp
The Ip param.
predefinedIp This property is required. GetExternalDynamicListListDataTypePredefinedIp
The PredefinedIp param.
predefinedUrl This property is required. GetExternalDynamicListListDataTypePredefinedUrl
The PredefinedUrl param.
url This property is required. GetExternalDynamicListListDataTypeUrl
The Url param.
domain This property is required. GetExternalDynamicListListDataTypeDomain
The Domain param.
imei This property is required. GetExternalDynamicListListDataTypeImei
The Imei param.
imsi This property is required. GetExternalDynamicListListDataTypeImsi
The Imsi param.
ip This property is required. GetExternalDynamicListListDataTypeIp
The Ip param.
predefinedIp This property is required. GetExternalDynamicListListDataTypePredefinedIp
The PredefinedIp param.
predefinedUrl This property is required. GetExternalDynamicListListDataTypePredefinedUrl
The PredefinedUrl param.
url This property is required. GetExternalDynamicListListDataTypeUrl
The Url param.
domain This property is required. GetExternalDynamicListListDataTypeDomain
The Domain param.
imei This property is required. GetExternalDynamicListListDataTypeImei
The Imei param.
imsi This property is required. GetExternalDynamicListListDataTypeImsi
The Imsi param.
ip This property is required. GetExternalDynamicListListDataTypeIp
The Ip param.
predefined_ip This property is required. GetExternalDynamicListListDataTypePredefinedIp
The PredefinedIp param.
predefined_url This property is required. GetExternalDynamicListListDataTypePredefinedUrl
The PredefinedUrl param.
url This property is required. GetExternalDynamicListListDataTypeUrl
The Url param.
domain This property is required. Property Map
The Domain param.
imei This property is required. Property Map
The Imei param.
imsi This property is required. Property Map
The Imsi param.
ip This property is required. Property Map
The Ip param.
predefinedIp This property is required. Property Map
The PredefinedIp param.
predefinedUrl This property is required. Property Map
The PredefinedUrl param.
url This property is required. Property Map
The Url param.

GetExternalDynamicListListDataTypeDomain

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

GetExternalDynamicListListDataTypeDomainDomainAuth

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

GetExternalDynamicListListDataTypeDomainRecurring

Daily This property is required. GetExternalDynamicListListDataTypeDomainRecurringDaily
The Daily param.
FiveMinute This property is required. bool
The FiveMinute param.
Hourly This property is required. bool
The Hourly param.
Monthly This property is required. GetExternalDynamicListListDataTypeDomainRecurringMonthly
The Monthly param.
Weekly This property is required. GetExternalDynamicListListDataTypeDomainRecurringWeekly
The Weekly param.
Daily This property is required. GetExternalDynamicListListDataTypeDomainRecurringDaily
The Daily param.
FiveMinute This property is required. bool
The FiveMinute param.
Hourly This property is required. bool
The Hourly param.
Monthly This property is required. GetExternalDynamicListListDataTypeDomainRecurringMonthly
The Monthly param.
Weekly This property is required. GetExternalDynamicListListDataTypeDomainRecurringWeekly
The Weekly param.
daily This property is required. GetExternalDynamicListListDataTypeDomainRecurringDaily
The Daily param.
fiveMinute This property is required. Boolean
The FiveMinute param.
hourly This property is required. Boolean
The Hourly param.
monthly This property is required. GetExternalDynamicListListDataTypeDomainRecurringMonthly
The Monthly param.
weekly This property is required. GetExternalDynamicListListDataTypeDomainRecurringWeekly
The Weekly param.
daily This property is required. GetExternalDynamicListListDataTypeDomainRecurringDaily
The Daily param.
fiveMinute This property is required. boolean
The FiveMinute param.
hourly This property is required. boolean
The Hourly param.
monthly This property is required. GetExternalDynamicListListDataTypeDomainRecurringMonthly
The Monthly param.
weekly This property is required. GetExternalDynamicListListDataTypeDomainRecurringWeekly
The Weekly param.
daily This property is required. GetExternalDynamicListListDataTypeDomainRecurringDaily
The Daily param.
five_minute This property is required. bool
The FiveMinute param.
hourly This property is required. bool
The Hourly param.
monthly This property is required. GetExternalDynamicListListDataTypeDomainRecurringMonthly
The Monthly param.
weekly This property is required. GetExternalDynamicListListDataTypeDomainRecurringWeekly
The Weekly param.
daily This property is required. Property Map
The Daily param.
fiveMinute This property is required. Boolean
The FiveMinute param.
hourly This property is required. Boolean
The Hourly param.
monthly This property is required. Property Map
The Monthly param.
weekly This property is required. Property Map
The Weekly param.

GetExternalDynamicListListDataTypeDomainRecurringDaily

At This property is required. 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 This property is required. 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 This property is required. 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 This property is required. 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 This property is required. 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 This property is required. 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".

GetExternalDynamicListListDataTypeDomainRecurringMonthly

At This property is required. 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 This property is required. int
The DayOfMonth param. Value must be between 1 and 31.
At This property is required. 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 This property is required. int
The DayOfMonth param. Value must be between 1 and 31.
at This property is required. 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 This property is required. Integer
The DayOfMonth param. Value must be between 1 and 31.
at This property is required. 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 This property is required. number
The DayOfMonth param. Value must be between 1 and 31.
at This property is required. 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 This property is required. int
The DayOfMonth param. Value must be between 1 and 31.
at This property is required. 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 This property is required. Number
The DayOfMonth param. Value must be between 1 and 31.

GetExternalDynamicListListDataTypeDomainRecurringWeekly

At This property is required. 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 This property is required. string
The DayOfWeek param. String must be one of these: "sunday", "monday", "tuesday", "wednesday", "thursday", "friday", "saturday".
At This property is required. 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 This property is required. string
The DayOfWeek param. String must be one of these: "sunday", "monday", "tuesday", "wednesday", "thursday", "friday", "saturday".
at This property is required. 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 This property is required. String
The DayOfWeek param. String must be one of these: "sunday", "monday", "tuesday", "wednesday", "thursday", "friday", "saturday".
at This property is required. 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 This property is required. string
The DayOfWeek param. String must be one of these: "sunday", "monday", "tuesday", "wednesday", "thursday", "friday", "saturday".
at This property is required. 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 This property is required. str
The DayOfWeek param. String must be one of these: "sunday", "monday", "tuesday", "wednesday", "thursday", "friday", "saturday".
at This property is required. 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 This property is required. String
The DayOfWeek param. String must be one of these: "sunday", "monday", "tuesday", "wednesday", "thursday", "friday", "saturday".

GetExternalDynamicListListDataTypeImei

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

GetExternalDynamicListListDataTypeImeiImeiAuth

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

GetExternalDynamicListListDataTypeImeiRecurring

Daily This property is required. GetExternalDynamicListListDataTypeImeiRecurringDaily
The Daily param.
FiveMinute This property is required. bool
The FiveMinute param.
Hourly This property is required. bool
The Hourly param.
Monthly This property is required. GetExternalDynamicListListDataTypeImeiRecurringMonthly
The Monthly param.
Weekly This property is required. GetExternalDynamicListListDataTypeImeiRecurringWeekly
The Weekly param.
Daily This property is required. GetExternalDynamicListListDataTypeImeiRecurringDaily
The Daily param.
FiveMinute This property is required. bool
The FiveMinute param.
Hourly This property is required. bool
The Hourly param.
Monthly This property is required. GetExternalDynamicListListDataTypeImeiRecurringMonthly
The Monthly param.
Weekly This property is required. GetExternalDynamicListListDataTypeImeiRecurringWeekly
The Weekly param.
daily This property is required. GetExternalDynamicListListDataTypeImeiRecurringDaily
The Daily param.
fiveMinute This property is required. Boolean
The FiveMinute param.
hourly This property is required. Boolean
The Hourly param.
monthly This property is required. GetExternalDynamicListListDataTypeImeiRecurringMonthly
The Monthly param.
weekly This property is required. GetExternalDynamicListListDataTypeImeiRecurringWeekly
The Weekly param.
daily This property is required. GetExternalDynamicListListDataTypeImeiRecurringDaily
The Daily param.
fiveMinute This property is required. boolean
The FiveMinute param.
hourly This property is required. boolean
The Hourly param.
monthly This property is required. GetExternalDynamicListListDataTypeImeiRecurringMonthly
The Monthly param.
weekly This property is required. GetExternalDynamicListListDataTypeImeiRecurringWeekly
The Weekly param.
daily This property is required. GetExternalDynamicListListDataTypeImeiRecurringDaily
The Daily param.
five_minute This property is required. bool
The FiveMinute param.
hourly This property is required. bool
The Hourly param.
monthly This property is required. GetExternalDynamicListListDataTypeImeiRecurringMonthly
The Monthly param.
weekly This property is required. GetExternalDynamicListListDataTypeImeiRecurringWeekly
The Weekly param.
daily This property is required. Property Map
The Daily param.
fiveMinute This property is required. Boolean
The FiveMinute param.
hourly This property is required. Boolean
The Hourly param.
monthly This property is required. Property Map
The Monthly param.
weekly This property is required. Property Map
The Weekly param.

GetExternalDynamicListListDataTypeImeiRecurringDaily

At This property is required. 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 This property is required. 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 This property is required. 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 This property is required. 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 This property is required. 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 This property is required. 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".

GetExternalDynamicListListDataTypeImeiRecurringMonthly

At This property is required. 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 This property is required. int
The DayOfMonth param. Value must be between 1 and 31.
At This property is required. 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 This property is required. int
The DayOfMonth param. Value must be between 1 and 31.
at This property is required. 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 This property is required. Integer
The DayOfMonth param. Value must be between 1 and 31.
at This property is required. 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 This property is required. number
The DayOfMonth param. Value must be between 1 and 31.
at This property is required. 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 This property is required. int
The DayOfMonth param. Value must be between 1 and 31.
at This property is required. 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 This property is required. Number
The DayOfMonth param. Value must be between 1 and 31.

GetExternalDynamicListListDataTypeImeiRecurringWeekly

At This property is required. 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 This property is required. string
The DayOfWeek param. String must be one of these: "sunday", "monday", "tuesday", "wednesday", "thursday", "friday", "saturday".
At This property is required. 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 This property is required. string
The DayOfWeek param. String must be one of these: "sunday", "monday", "tuesday", "wednesday", "thursday", "friday", "saturday".
at This property is required. 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 This property is required. String
The DayOfWeek param. String must be one of these: "sunday", "monday", "tuesday", "wednesday", "thursday", "friday", "saturday".
at This property is required. 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 This property is required. string
The DayOfWeek param. String must be one of these: "sunday", "monday", "tuesday", "wednesday", "thursday", "friday", "saturday".
at This property is required. 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 This property is required. str
The DayOfWeek param. String must be one of these: "sunday", "monday", "tuesday", "wednesday", "thursday", "friday", "saturday".
at This property is required. 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 This property is required. String
The DayOfWeek param. String must be one of these: "sunday", "monday", "tuesday", "wednesday", "thursday", "friday", "saturday".

GetExternalDynamicListListDataTypeImsi

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

GetExternalDynamicListListDataTypeImsiImsiAuth

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

GetExternalDynamicListListDataTypeImsiRecurring

Daily This property is required. GetExternalDynamicListListDataTypeImsiRecurringDaily
The Daily param.
FiveMinute This property is required. bool
The FiveMinute param.
Hourly This property is required. bool
The Hourly param.
Monthly This property is required. GetExternalDynamicListListDataTypeImsiRecurringMonthly
The Monthly param.
Weekly This property is required. GetExternalDynamicListListDataTypeImsiRecurringWeekly
The Weekly param.
Daily This property is required. GetExternalDynamicListListDataTypeImsiRecurringDaily
The Daily param.
FiveMinute This property is required. bool
The FiveMinute param.
Hourly This property is required. bool
The Hourly param.
Monthly This property is required. GetExternalDynamicListListDataTypeImsiRecurringMonthly
The Monthly param.
Weekly This property is required. GetExternalDynamicListListDataTypeImsiRecurringWeekly
The Weekly param.
daily This property is required. GetExternalDynamicListListDataTypeImsiRecurringDaily
The Daily param.
fiveMinute This property is required. Boolean
The FiveMinute param.
hourly This property is required. Boolean
The Hourly param.
monthly This property is required. GetExternalDynamicListListDataTypeImsiRecurringMonthly
The Monthly param.
weekly This property is required. GetExternalDynamicListListDataTypeImsiRecurringWeekly
The Weekly param.
daily This property is required. GetExternalDynamicListListDataTypeImsiRecurringDaily
The Daily param.
fiveMinute This property is required. boolean
The FiveMinute param.
hourly This property is required. boolean
The Hourly param.
monthly This property is required. GetExternalDynamicListListDataTypeImsiRecurringMonthly
The Monthly param.
weekly This property is required. GetExternalDynamicListListDataTypeImsiRecurringWeekly
The Weekly param.
daily This property is required. GetExternalDynamicListListDataTypeImsiRecurringDaily
The Daily param.
five_minute This property is required. bool
The FiveMinute param.
hourly This property is required. bool
The Hourly param.
monthly This property is required. GetExternalDynamicListListDataTypeImsiRecurringMonthly
The Monthly param.
weekly This property is required. GetExternalDynamicListListDataTypeImsiRecurringWeekly
The Weekly param.
daily This property is required. Property Map
The Daily param.
fiveMinute This property is required. Boolean
The FiveMinute param.
hourly This property is required. Boolean
The Hourly param.
monthly This property is required. Property Map
The Monthly param.
weekly This property is required. Property Map
The Weekly param.

GetExternalDynamicListListDataTypeImsiRecurringDaily

At This property is required. 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 This property is required. 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 This property is required. 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 This property is required. 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 This property is required. 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 This property is required. 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".

GetExternalDynamicListListDataTypeImsiRecurringMonthly

At This property is required. 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 This property is required. int
The DayOfMonth param. Value must be between 1 and 31.
At This property is required. 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 This property is required. int
The DayOfMonth param. Value must be between 1 and 31.
at This property is required. 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 This property is required. Integer
The DayOfMonth param. Value must be between 1 and 31.
at This property is required. 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 This property is required. number
The DayOfMonth param. Value must be between 1 and 31.
at This property is required. 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 This property is required. int
The DayOfMonth param. Value must be between 1 and 31.
at This property is required. 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 This property is required. Number
The DayOfMonth param. Value must be between 1 and 31.

GetExternalDynamicListListDataTypeImsiRecurringWeekly

At This property is required. 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 This property is required. string
The DayOfWeek param. String must be one of these: "sunday", "monday", "tuesday", "wednesday", "thursday", "friday", "saturday".
At This property is required. 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 This property is required. string
The DayOfWeek param. String must be one of these: "sunday", "monday", "tuesday", "wednesday", "thursday", "friday", "saturday".
at This property is required. 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 This property is required. String
The DayOfWeek param. String must be one of these: "sunday", "monday", "tuesday", "wednesday", "thursday", "friday", "saturday".
at This property is required. 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 This property is required. string
The DayOfWeek param. String must be one of these: "sunday", "monday", "tuesday", "wednesday", "thursday", "friday", "saturday".
at This property is required. 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 This property is required. str
The DayOfWeek param. String must be one of these: "sunday", "monday", "tuesday", "wednesday", "thursday", "friday", "saturday".
at This property is required. 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 This property is required. String
The DayOfWeek param. String must be one of these: "sunday", "monday", "tuesday", "wednesday", "thursday", "friday", "saturday".

GetExternalDynamicListListDataTypeIp

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

GetExternalDynamicListListDataTypeIpIpAuth

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

GetExternalDynamicListListDataTypeIpRecurring

Daily This property is required. GetExternalDynamicListListDataTypeIpRecurringDaily
The Daily param.
FiveMinute This property is required. bool
The FiveMinute param.
Hourly This property is required. bool
The Hourly param.
Monthly This property is required. GetExternalDynamicListListDataTypeIpRecurringMonthly
The Monthly param.
Weekly This property is required. GetExternalDynamicListListDataTypeIpRecurringWeekly
The Weekly param.
Daily This property is required. GetExternalDynamicListListDataTypeIpRecurringDaily
The Daily param.
FiveMinute This property is required. bool
The FiveMinute param.
Hourly This property is required. bool
The Hourly param.
Monthly This property is required. GetExternalDynamicListListDataTypeIpRecurringMonthly
The Monthly param.
Weekly This property is required. GetExternalDynamicListListDataTypeIpRecurringWeekly
The Weekly param.
daily This property is required. GetExternalDynamicListListDataTypeIpRecurringDaily
The Daily param.
fiveMinute This property is required. Boolean
The FiveMinute param.
hourly This property is required. Boolean
The Hourly param.
monthly This property is required. GetExternalDynamicListListDataTypeIpRecurringMonthly
The Monthly param.
weekly This property is required. GetExternalDynamicListListDataTypeIpRecurringWeekly
The Weekly param.
daily This property is required. GetExternalDynamicListListDataTypeIpRecurringDaily
The Daily param.
fiveMinute This property is required. boolean
The FiveMinute param.
hourly This property is required. boolean
The Hourly param.
monthly This property is required. GetExternalDynamicListListDataTypeIpRecurringMonthly
The Monthly param.
weekly This property is required. GetExternalDynamicListListDataTypeIpRecurringWeekly
The Weekly param.
daily This property is required. GetExternalDynamicListListDataTypeIpRecurringDaily
The Daily param.
five_minute This property is required. bool
The FiveMinute param.
hourly This property is required. bool
The Hourly param.
monthly This property is required. GetExternalDynamicListListDataTypeIpRecurringMonthly
The Monthly param.
weekly This property is required. GetExternalDynamicListListDataTypeIpRecurringWeekly
The Weekly param.
daily This property is required. Property Map
The Daily param.
fiveMinute This property is required. Boolean
The FiveMinute param.
hourly This property is required. Boolean
The Hourly param.
monthly This property is required. Property Map
The Monthly param.
weekly This property is required. Property Map
The Weekly param.

GetExternalDynamicListListDataTypeIpRecurringDaily

At This property is required. 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 This property is required. 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 This property is required. 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 This property is required. 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 This property is required. 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 This property is required. 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".

GetExternalDynamicListListDataTypeIpRecurringMonthly

At This property is required. 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 This property is required. int
The DayOfMonth param. Value must be between 1 and 31.
At This property is required. 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 This property is required. int
The DayOfMonth param. Value must be between 1 and 31.
at This property is required. 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 This property is required. Integer
The DayOfMonth param. Value must be between 1 and 31.
at This property is required. 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 This property is required. number
The DayOfMonth param. Value must be between 1 and 31.
at This property is required. 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 This property is required. int
The DayOfMonth param. Value must be between 1 and 31.
at This property is required. 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 This property is required. Number
The DayOfMonth param. Value must be between 1 and 31.

GetExternalDynamicListListDataTypeIpRecurringWeekly

At This property is required. 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 This property is required. string
The DayOfWeek param. String must be one of these: "sunday", "monday", "tuesday", "wednesday", "thursday", "friday", "saturday".
At This property is required. 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 This property is required. string
The DayOfWeek param. String must be one of these: "sunday", "monday", "tuesday", "wednesday", "thursday", "friday", "saturday".
at This property is required. 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 This property is required. String
The DayOfWeek param. String must be one of these: "sunday", "monday", "tuesday", "wednesday", "thursday", "friday", "saturday".
at This property is required. 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 This property is required. string
The DayOfWeek param. String must be one of these: "sunday", "monday", "tuesday", "wednesday", "thursday", "friday", "saturday".
at This property is required. 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 This property is required. str
The DayOfWeek param. String must be one of these: "sunday", "monday", "tuesday", "wednesday", "thursday", "friday", "saturday".
at This property is required. 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 This property is required. String
The DayOfWeek param. String must be one of these: "sunday", "monday", "tuesday", "wednesday", "thursday", "friday", "saturday".

GetExternalDynamicListListDataTypePredefinedIp

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

GetExternalDynamicListListDataTypePredefinedUrl

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

GetExternalDynamicListListDataTypeUrl

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

GetExternalDynamicListListDataTypeUrlRecurring

Daily This property is required. GetExternalDynamicListListDataTypeUrlRecurringDaily
The Daily param.
FiveMinute This property is required. bool
The FiveMinute param.
Hourly This property is required. bool
The Hourly param.
Monthly This property is required. GetExternalDynamicListListDataTypeUrlRecurringMonthly
The Monthly param.
Weekly This property is required. GetExternalDynamicListListDataTypeUrlRecurringWeekly
The Weekly param.
Daily This property is required. GetExternalDynamicListListDataTypeUrlRecurringDaily
The Daily param.
FiveMinute This property is required. bool
The FiveMinute param.
Hourly This property is required. bool
The Hourly param.
Monthly This property is required. GetExternalDynamicListListDataTypeUrlRecurringMonthly
The Monthly param.
Weekly This property is required. GetExternalDynamicListListDataTypeUrlRecurringWeekly
The Weekly param.
daily This property is required. GetExternalDynamicListListDataTypeUrlRecurringDaily
The Daily param.
fiveMinute This property is required. Boolean
The FiveMinute param.
hourly This property is required. Boolean
The Hourly param.
monthly This property is required. GetExternalDynamicListListDataTypeUrlRecurringMonthly
The Monthly param.
weekly This property is required. GetExternalDynamicListListDataTypeUrlRecurringWeekly
The Weekly param.
daily This property is required. GetExternalDynamicListListDataTypeUrlRecurringDaily
The Daily param.
fiveMinute This property is required. boolean
The FiveMinute param.
hourly This property is required. boolean
The Hourly param.
monthly This property is required. GetExternalDynamicListListDataTypeUrlRecurringMonthly
The Monthly param.
weekly This property is required. GetExternalDynamicListListDataTypeUrlRecurringWeekly
The Weekly param.
daily This property is required. GetExternalDynamicListListDataTypeUrlRecurringDaily
The Daily param.
five_minute This property is required. bool
The FiveMinute param.
hourly This property is required. bool
The Hourly param.
monthly This property is required. GetExternalDynamicListListDataTypeUrlRecurringMonthly
The Monthly param.
weekly This property is required. GetExternalDynamicListListDataTypeUrlRecurringWeekly
The Weekly param.
daily This property is required. Property Map
The Daily param.
fiveMinute This property is required. Boolean
The FiveMinute param.
hourly This property is required. Boolean
The Hourly param.
monthly This property is required. Property Map
The Monthly param.
weekly This property is required. Property Map
The Weekly param.

GetExternalDynamicListListDataTypeUrlRecurringDaily

At This property is required. 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 This property is required. 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 This property is required. 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 This property is required. 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 This property is required. 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 This property is required. 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".

GetExternalDynamicListListDataTypeUrlRecurringMonthly

At This property is required. 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 This property is required. int
The DayOfMonth param. Value must be between 1 and 31.
At This property is required. 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 This property is required. int
The DayOfMonth param. Value must be between 1 and 31.
at This property is required. 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 This property is required. Integer
The DayOfMonth param. Value must be between 1 and 31.
at This property is required. 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 This property is required. number
The DayOfMonth param. Value must be between 1 and 31.
at This property is required. 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 This property is required. int
The DayOfMonth param. Value must be between 1 and 31.
at This property is required. 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 This property is required. Number
The DayOfMonth param. Value must be between 1 and 31.

GetExternalDynamicListListDataTypeUrlRecurringWeekly

At This property is required. 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 This property is required. string
The DayOfWeek param. String must be one of these: "sunday", "monday", "tuesday", "wednesday", "thursday", "friday", "saturday".
At This property is required. 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 This property is required. string
The DayOfWeek param. String must be one of these: "sunday", "monday", "tuesday", "wednesday", "thursday", "friday", "saturday".
at This property is required. 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 This property is required. String
The DayOfWeek param. String must be one of these: "sunday", "monday", "tuesday", "wednesday", "thursday", "friday", "saturday".
at This property is required. 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 This property is required. string
The DayOfWeek param. String must be one of these: "sunday", "monday", "tuesday", "wednesday", "thursday", "friday", "saturday".
at This property is required. 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 This property is required. str
The DayOfWeek param. String must be one of these: "sunday", "monday", "tuesday", "wednesday", "thursday", "friday", "saturday".
at This property is required. 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 This property is required. String
The DayOfWeek param. String must be one of these: "sunday", "monday", "tuesday", "wednesday", "thursday", "friday", "saturday".

GetExternalDynamicListListDataTypeUrlUrlAuth

Password This property is required. string
The Password param. String length must not exceed 255 characters.
Username This property is required. string
The Username param. String length must be between 1 and 255 characters.
Password This property is required. string
The Password param. String length must not exceed 255 characters.
Username This property is required. string
The Username param. String length must be between 1 and 255 characters.
password This property is required. String
The Password param. String length must not exceed 255 characters.
username This property is required. String
The Username param. String length must be between 1 and 255 characters.
password This property is required. string
The Password param. String length must not exceed 255 characters.
username This property is required. string
The Username param. String length must be between 1 and 255 characters.
password This property is required. str
The Password param. String length must not exceed 255 characters.
username This property is required. str
The Username param. String length must be between 1 and 255 characters.
password This property is required. String
The Password param. String length must not exceed 255 characters.
username This property is required. 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.
Strata Cloud Manager v0.3.1 published on Thursday, Mar 13, 2025 by Pulumi