Strata Cloud Manager v0.3.1 published on Thursday, Mar 13, 2025 by Pulumi
scm.getExternalDynamicList
Explore with Pulumi AI
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)
public static Output<GetExternalDynamicListResult> getExternalDynamicList(GetExternalDynamicListArgs args, InvokeOptions options)
fn::invoke:
function: scm:index/getExternalDynamicList:getExternalDynamicList
arguments:
# arguments dictionary
The following arguments are supported:
- Id
This property is required. string - The Id param.
- Id
This property is required. string - The Id param.
- id
This property is required. String - The Id param.
- id
This property is required. string - The Id param.
- id
This property is required. str - The Id param.
- id
This property is required. 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
Get
External Dynamic List Type - 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
Get
External Dynamic List Type - 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
Get
External Dynamic List Type - 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
Get
External Dynamic List Type - 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
Get
External Dynamic List Type - 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
This property is required. GetExternal Dynamic List Type Domain - The Domain param.
- Imei
This property is required. GetExternal Dynamic List Type Imei - The Imei param.
- Imsi
This property is required. GetExternal Dynamic List Type Imsi - The Imsi param.
- Ip
This property is required. GetExternal Dynamic List Type Ip - The Ip param.
- Predefined
Ip This property is required. GetExternal Dynamic List Type Predefined Ip - The PredefinedIp param.
- Predefined
Url This property is required. GetExternal Dynamic List Type Predefined Url - The PredefinedUrl param.
- Url
This property is required. GetExternal Dynamic List Type Url - The Url param.
- Domain
This property is required. GetExternal Dynamic List Type Domain - The Domain param.
- Imei
This property is required. GetExternal Dynamic List Type Imei - The Imei param.
- Imsi
This property is required. GetExternal Dynamic List Type Imsi - The Imsi param.
- Ip
This property is required. GetExternal Dynamic List Type Ip - The Ip param.
- Predefined
Ip This property is required. GetExternal Dynamic List Type Predefined Ip - The PredefinedIp param.
- Predefined
Url This property is required. GetExternal Dynamic List Type Predefined Url - The PredefinedUrl param.
- Url
This property is required. GetExternal Dynamic List Type Url - The Url param.
- domain
This property is required. GetExternal Dynamic List Type Domain - The Domain param.
- imei
This property is required. GetExternal Dynamic List Type Imei - The Imei param.
- imsi
This property is required. GetExternal Dynamic List Type Imsi - The Imsi param.
- ip
This property is required. GetExternal Dynamic List Type Ip - The Ip param.
- predefined
Ip This property is required. GetExternal Dynamic List Type Predefined Ip - The PredefinedIp param.
- predefined
Url This property is required. GetExternal Dynamic List Type Predefined Url - The PredefinedUrl param.
- url
This property is required. GetExternal Dynamic List Type Url - The Url param.
- domain
This property is required. GetExternal Dynamic List Type Domain - The Domain param.
- imei
This property is required. GetExternal Dynamic List Type Imei - The Imei param.
- imsi
This property is required. GetExternal Dynamic List Type Imsi - The Imsi param.
- ip
This property is required. GetExternal Dynamic List Type Ip - The Ip param.
- predefined
Ip This property is required. GetExternal Dynamic List Type Predefined Ip - The PredefinedIp param.
- predefined
Url This property is required. GetExternal Dynamic List Type Predefined Url - The PredefinedUrl param.
- url
This property is required. GetExternal Dynamic List Type Url - The Url param.
- domain
This property is required. GetExternal Dynamic List Type Domain - The Domain param.
- imei
This property is required. GetExternal Dynamic List Type Imei - The Imei param.
- imsi
This property is required. GetExternal Dynamic List Type Imsi - The Imsi param.
- ip
This property is required. GetExternal Dynamic List Type Ip - The Ip param.
- predefined_
ip This property is required. GetExternal Dynamic List Type Predefined Ip - The PredefinedIp param.
- predefined_
url This property is required. GetExternal Dynamic List Type Predefined Url - The PredefinedUrl param.
- url
This property is required. GetExternal Dynamic List Type Url - 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.
- predefined
Ip This property is required. Property Map - The PredefinedIp param.
- predefined
Url This property is required. Property Map - The PredefinedUrl param.
- url
This property is required. Property Map - The Url param.
GetExternalDynamicListTypeDomain
- Certificate
Profile 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.
- Domain
Auth This property is required. GetExternal Dynamic List Type Domain Domain Auth - The DomainAuth param.
- Exception
Lists 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.
- Expand
Domain This property is required. bool - Enable/Disable expand domain. Default:
false
. - Recurring
This property is required. GetExternal Dynamic List Type Domain Recurring - 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. string - Profile for authenticating client certificates. Default:
"None"
. - Description
This property is required. string - The Description param. String length must not exceed 255 characters.
- Domain
Auth This property is required. GetExternal Dynamic List Type Domain Domain Auth - The DomainAuth param.
- Exception
Lists 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.
- Expand
Domain This property is required. bool - Enable/Disable expand domain. Default:
false
. - Recurring
This property is required. GetExternal Dynamic List Type Domain Recurring - 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. String - Profile for authenticating client certificates. Default:
"None"
. - description
This property is required. String - The Description param. String length must not exceed 255 characters.
- domain
Auth This property is required. GetExternal Dynamic List Type Domain Domain Auth - The DomainAuth param.
- exception
Lists 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.
- expand
Domain This property is required. Boolean - Enable/Disable expand domain. Default:
false
. - recurring
This property is required. GetExternal Dynamic List Type Domain Recurring - 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. string - Profile for authenticating client certificates. Default:
"None"
. - description
This property is required. string - The Description param. String length must not exceed 255 characters.
- domain
Auth This property is required. GetExternal Dynamic List Type Domain Domain Auth - The DomainAuth param.
- exception
Lists 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.
- expand
Domain This property is required. boolean - Enable/Disable expand domain. Default:
false
. - recurring
This property is required. GetExternal Dynamic List Type Domain Recurring - 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. GetExternal Dynamic List Type Domain Domain Auth - 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. GetExternal Dynamic List Type Domain Recurring - The Recurring param.
- url
This property is required. str - The Url param. String length must not exceed 255 characters. Default:
"http://"
.
- certificate
Profile 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.
- domain
Auth This property is required. Property Map - The DomainAuth param.
- exception
Lists 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.
- expand
Domain 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://"
.
GetExternalDynamicListTypeDomainDomainAuth
GetExternalDynamicListTypeDomainRecurring
- Daily
This property is required. GetExternal Dynamic List Type Domain Recurring Daily - 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. GetExternal Dynamic List Type Domain Recurring Monthly - The Monthly param.
- Weekly
This property is required. GetExternal Dynamic List Type Domain Recurring Weekly - The Weekly param.
- Daily
This property is required. GetExternal Dynamic List Type Domain Recurring Daily - 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. GetExternal Dynamic List Type Domain Recurring Monthly - The Monthly param.
- Weekly
This property is required. GetExternal Dynamic List Type Domain Recurring Weekly - The Weekly param.
- daily
This property is required. GetExternal Dynamic List Type Domain Recurring Daily - The Daily param.
- five
Minute This property is required. Boolean - The FiveMinute param.
- hourly
This property is required. Boolean - The Hourly param.
- monthly
This property is required. GetExternal Dynamic List Type Domain Recurring Monthly - The Monthly param.
- weekly
This property is required. GetExternal Dynamic List Type Domain Recurring Weekly - The Weekly param.
- daily
This property is required. GetExternal Dynamic List Type Domain Recurring Daily - The Daily param.
- five
Minute This property is required. boolean - The FiveMinute param.
- hourly
This property is required. boolean - The Hourly param.
- monthly
This property is required. GetExternal Dynamic List Type Domain Recurring Monthly - The Monthly param.
- weekly
This property is required. GetExternal Dynamic List Type Domain Recurring Weekly - The Weekly param.
- daily
This property is required. GetExternal Dynamic List Type Domain Recurring Daily - 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. GetExternal Dynamic List Type Domain Recurring Monthly - The Monthly param.
- weekly
This property is required. GetExternal Dynamic List Type Domain Recurring Weekly - The Weekly param.
- daily
This property is required. Property Map - The Daily param.
- five
Minute 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.
GetExternalDynamicListTypeDomainRecurringDaily
- 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"
.
GetExternalDynamicListTypeDomainRecurringMonthly
- 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"
. - 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"
. - 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"
. - day
Of Month 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"
. - day
Of Month 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"
. - day
Of Month This property is required. Number - The DayOfMonth param. Value must be between 1 and 31.
GetExternalDynamicListTypeDomainRecurringWeekly
- 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"
. - Day
Of Week 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"
. - Day
Of Week 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"
. - day
Of Week 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"
. - day
Of Week 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"
. - day
Of Week This property is required. String - The DayOfWeek param. String must be one of these:
"sunday"
,"monday"
,"tuesday"
,"wednesday"
,"thursday"
,"friday"
,"saturday"
.
GetExternalDynamicListTypeImei
- Certificate
Profile 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.
- Exception
Lists 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.
- Imei
Auth This property is required. GetExternal Dynamic List Type Imei Imei Auth - The ImeiAuth param.
- Recurring
This property is required. GetExternal Dynamic List Type Imei Recurring - 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. string - Profile for authenticating client certificates. Default:
"None"
. - Description
This property is required. string - The Description param. String length must not exceed 255 characters.
- Exception
Lists 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.
- Imei
Auth This property is required. GetExternal Dynamic List Type Imei Imei Auth - The ImeiAuth param.
- Recurring
This property is required. GetExternal Dynamic List Type Imei Recurring - 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. String - Profile for authenticating client certificates. Default:
"None"
. - description
This property is required. String - The Description param. String length must not exceed 255 characters.
- exception
Lists 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.
- imei
Auth This property is required. GetExternal Dynamic List Type Imei Imei Auth - The ImeiAuth param.
- recurring
This property is required. GetExternal Dynamic List Type Imei Recurring - 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. string - Profile for authenticating client certificates. Default:
"None"
. - description
This property is required. string - The Description param. String length must not exceed 255 characters.
- exception
Lists 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.
- imei
Auth This property is required. GetExternal Dynamic List Type Imei Imei Auth - The ImeiAuth param.
- recurring
This property is required. GetExternal Dynamic List Type Imei Recurring - 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. GetExternal Dynamic List Type Imei Imei Auth - The ImeiAuth param.
- recurring
This property is required. GetExternal Dynamic List Type Imei Recurring - The Recurring param.
- url
This property is required. str - The Url param. String length must not exceed 255 characters. Default:
"http://"
.
- certificate
Profile 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.
- exception
Lists 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.
- imei
Auth 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://"
.
GetExternalDynamicListTypeImeiImeiAuth
GetExternalDynamicListTypeImeiRecurring
- Daily
This property is required. GetExternal Dynamic List Type Imei Recurring Daily - 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. GetExternal Dynamic List Type Imei Recurring Monthly - The Monthly param.
- Weekly
This property is required. GetExternal Dynamic List Type Imei Recurring Weekly - The Weekly param.
- Daily
This property is required. GetExternal Dynamic List Type Imei Recurring Daily - 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. GetExternal Dynamic List Type Imei Recurring Monthly - The Monthly param.
- Weekly
This property is required. GetExternal Dynamic List Type Imei Recurring Weekly - The Weekly param.
- daily
This property is required. GetExternal Dynamic List Type Imei Recurring Daily - The Daily param.
- five
Minute This property is required. Boolean - The FiveMinute param.
- hourly
This property is required. Boolean - The Hourly param.
- monthly
This property is required. GetExternal Dynamic List Type Imei Recurring Monthly - The Monthly param.
- weekly
This property is required. GetExternal Dynamic List Type Imei Recurring Weekly - The Weekly param.
- daily
This property is required. GetExternal Dynamic List Type Imei Recurring Daily - The Daily param.
- five
Minute This property is required. boolean - The FiveMinute param.
- hourly
This property is required. boolean - The Hourly param.
- monthly
This property is required. GetExternal Dynamic List Type Imei Recurring Monthly - The Monthly param.
- weekly
This property is required. GetExternal Dynamic List Type Imei Recurring Weekly - The Weekly param.
- daily
This property is required. GetExternal Dynamic List Type Imei Recurring Daily - 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. GetExternal Dynamic List Type Imei Recurring Monthly - The Monthly param.
- weekly
This property is required. GetExternal Dynamic List Type Imei Recurring Weekly - The Weekly param.
- daily
This property is required. Property Map - The Daily param.
- five
Minute 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.
GetExternalDynamicListTypeImeiRecurringDaily
- 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"
.
GetExternalDynamicListTypeImeiRecurringMonthly
- 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"
. - 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"
. - 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"
. - day
Of Month 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"
. - day
Of Month 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"
. - day
Of Month This property is required. Number - The DayOfMonth param. Value must be between 1 and 31.
GetExternalDynamicListTypeImeiRecurringWeekly
- 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"
. - Day
Of Week 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"
. - Day
Of Week 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"
. - day
Of Week 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"
. - day
Of Week 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"
. - day
Of Week This property is required. String - The DayOfWeek param. String must be one of these:
"sunday"
,"monday"
,"tuesday"
,"wednesday"
,"thursday"
,"friday"
,"saturday"
.
GetExternalDynamicListTypeImsi
- Certificate
Profile 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.
- Exception
Lists 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.
- Imsi
Auth This property is required. GetExternal Dynamic List Type Imsi Imsi Auth - The ImsiAuth param.
- Recurring
This property is required. GetExternal Dynamic List Type Imsi Recurring - 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. string - Profile for authenticating client certificates. Default:
"None"
. - Description
This property is required. string - The Description param. String length must not exceed 255 characters.
- Exception
Lists 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.
- Imsi
Auth This property is required. GetExternal Dynamic List Type Imsi Imsi Auth - The ImsiAuth param.
- Recurring
This property is required. GetExternal Dynamic List Type Imsi Recurring - 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. String - Profile for authenticating client certificates. Default:
"None"
. - description
This property is required. String - The Description param. String length must not exceed 255 characters.
- exception
Lists 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.
- imsi
Auth This property is required. GetExternal Dynamic List Type Imsi Imsi Auth - The ImsiAuth param.
- recurring
This property is required. GetExternal Dynamic List Type Imsi Recurring - 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. string - Profile for authenticating client certificates. Default:
"None"
. - description
This property is required. string - The Description param. String length must not exceed 255 characters.
- exception
Lists 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.
- imsi
Auth This property is required. GetExternal Dynamic List Type Imsi Imsi Auth - The ImsiAuth param.
- recurring
This property is required. GetExternal Dynamic List Type Imsi Recurring - 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. GetExternal Dynamic List Type Imsi Imsi Auth - The ImsiAuth param.
- recurring
This property is required. GetExternal Dynamic List Type Imsi Recurring - The Recurring param.
- url
This property is required. str - The Url param. String length must not exceed 255 characters. Default:
"http://"
.
- certificate
Profile 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.
- exception
Lists 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.
- imsi
Auth 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://"
.
GetExternalDynamicListTypeImsiImsiAuth
GetExternalDynamicListTypeImsiRecurring
- Daily
This property is required. GetExternal Dynamic List Type Imsi Recurring Daily - 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. GetExternal Dynamic List Type Imsi Recurring Monthly - The Monthly param.
- Weekly
This property is required. GetExternal Dynamic List Type Imsi Recurring Weekly - The Weekly param.
- Daily
This property is required. GetExternal Dynamic List Type Imsi Recurring Daily - 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. GetExternal Dynamic List Type Imsi Recurring Monthly - The Monthly param.
- Weekly
This property is required. GetExternal Dynamic List Type Imsi Recurring Weekly - The Weekly param.
- daily
This property is required. GetExternal Dynamic List Type Imsi Recurring Daily - The Daily param.
- five
Minute This property is required. Boolean - The FiveMinute param.
- hourly
This property is required. Boolean - The Hourly param.
- monthly
This property is required. GetExternal Dynamic List Type Imsi Recurring Monthly - The Monthly param.
- weekly
This property is required. GetExternal Dynamic List Type Imsi Recurring Weekly - The Weekly param.
- daily
This property is required. GetExternal Dynamic List Type Imsi Recurring Daily - The Daily param.
- five
Minute This property is required. boolean - The FiveMinute param.
- hourly
This property is required. boolean - The Hourly param.
- monthly
This property is required. GetExternal Dynamic List Type Imsi Recurring Monthly - The Monthly param.
- weekly
This property is required. GetExternal Dynamic List Type Imsi Recurring Weekly - The Weekly param.
- daily
This property is required. GetExternal Dynamic List Type Imsi Recurring Daily - 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. GetExternal Dynamic List Type Imsi Recurring Monthly - The Monthly param.
- weekly
This property is required. GetExternal Dynamic List Type Imsi Recurring Weekly - The Weekly param.
- daily
This property is required. Property Map - The Daily param.
- five
Minute 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.
GetExternalDynamicListTypeImsiRecurringDaily
- 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"
.
GetExternalDynamicListTypeImsiRecurringMonthly
- 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"
. - 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"
. - 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"
. - day
Of Month 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"
. - day
Of Month 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"
. - day
Of Month This property is required. Number - The DayOfMonth param. Value must be between 1 and 31.
GetExternalDynamicListTypeImsiRecurringWeekly
- 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"
. - Day
Of Week 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"
. - Day
Of Week 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"
. - day
Of Week 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"
. - day
Of Week 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"
. - day
Of Week This property is required. String - The DayOfWeek param. String must be one of these:
"sunday"
,"monday"
,"tuesday"
,"wednesday"
,"thursday"
,"friday"
,"saturday"
.
GetExternalDynamicListTypeIp
- Certificate
Profile 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.
- Exception
Lists 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.
- Ip
Auth This property is required. GetExternal Dynamic List Type Ip Ip Auth - The IpAuth param.
- Recurring
This property is required. GetExternal Dynamic List Type Ip Recurring - 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. string - Profile for authenticating client certificates. Default:
"None"
. - Description
This property is required. string - The Description param. String length must not exceed 255 characters.
- Exception
Lists 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.
- Ip
Auth This property is required. GetExternal Dynamic List Type Ip Ip Auth - The IpAuth param.
- Recurring
This property is required. GetExternal Dynamic List Type Ip Recurring - 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. String - Profile for authenticating client certificates. Default:
"None"
. - description
This property is required. String - The Description param. String length must not exceed 255 characters.
- exception
Lists 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.
- ip
Auth This property is required. GetExternal Dynamic List Type Ip Ip Auth - The IpAuth param.
- recurring
This property is required. GetExternal Dynamic List Type Ip Recurring - 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. string - Profile for authenticating client certificates. Default:
"None"
. - description
This property is required. string - The Description param. String length must not exceed 255 characters.
- exception
Lists 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.
- ip
Auth This property is required. GetExternal Dynamic List Type Ip Ip Auth - The IpAuth param.
- recurring
This property is required. GetExternal Dynamic List Type Ip Recurring - 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. GetExternal Dynamic List Type Ip Ip Auth - The IpAuth param.
- recurring
This property is required. GetExternal Dynamic List Type Ip Recurring - The Recurring param.
- url
This property is required. str - The Url param. String length must not exceed 255 characters. Default:
"http://"
.
- certificate
Profile 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.
- exception
Lists 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.
- ip
Auth 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://"
.
GetExternalDynamicListTypeIpIpAuth
GetExternalDynamicListTypeIpRecurring
- Daily
This property is required. GetExternal Dynamic List Type Ip Recurring Daily - 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. GetExternal Dynamic List Type Ip Recurring Monthly - The Monthly param.
- Weekly
This property is required. GetExternal Dynamic List Type Ip Recurring Weekly - The Weekly param.
- Daily
This property is required. GetExternal Dynamic List Type Ip Recurring Daily - 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. GetExternal Dynamic List Type Ip Recurring Monthly - The Monthly param.
- Weekly
This property is required. GetExternal Dynamic List Type Ip Recurring Weekly - The Weekly param.
- daily
This property is required. GetExternal Dynamic List Type Ip Recurring Daily - The Daily param.
- five
Minute This property is required. Boolean - The FiveMinute param.
- hourly
This property is required. Boolean - The Hourly param.
- monthly
This property is required. GetExternal Dynamic List Type Ip Recurring Monthly - The Monthly param.
- weekly
This property is required. GetExternal Dynamic List Type Ip Recurring Weekly - The Weekly param.
- daily
This property is required. GetExternal Dynamic List Type Ip Recurring Daily - The Daily param.
- five
Minute This property is required. boolean - The FiveMinute param.
- hourly
This property is required. boolean - The Hourly param.
- monthly
This property is required. GetExternal Dynamic List Type Ip Recurring Monthly - The Monthly param.
- weekly
This property is required. GetExternal Dynamic List Type Ip Recurring Weekly - The Weekly param.
- daily
This property is required. GetExternal Dynamic List Type Ip Recurring Daily - 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. GetExternal Dynamic List Type Ip Recurring Monthly - The Monthly param.
- weekly
This property is required. GetExternal Dynamic List Type Ip Recurring Weekly - The Weekly param.
- daily
This property is required. Property Map - The Daily param.
- five
Minute 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.
GetExternalDynamicListTypeIpRecurringDaily
- 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"
.
GetExternalDynamicListTypeIpRecurringMonthly
- 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"
. - 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"
. - 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"
. - day
Of Month 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"
. - day
Of Month 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"
. - day
Of Month This property is required. Number - The DayOfMonth param. Value must be between 1 and 31.
GetExternalDynamicListTypeIpRecurringWeekly
- 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"
. - Day
Of Week 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"
. - Day
Of Week 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"
. - day
Of Week 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"
. - day
Of Week 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"
. - day
Of Week This property is required. String - The DayOfWeek param. String must be one of these:
"sunday"
,"monday"
,"tuesday"
,"wednesday"
,"thursday"
,"friday"
,"saturday"
.
GetExternalDynamicListTypePredefinedIp
- Description
This property is required. string - The Description param. String length must not exceed 255 characters.
- Exception
Lists 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.
- Exception
Lists 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.
- exception
Lists 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.
- exception
Lists 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.
- exception
Lists 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.
GetExternalDynamicListTypePredefinedUrl
- Description
This property is required. string - The Description param. String length must not exceed 255 characters.
- Exception
Lists 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.
- Exception
Lists 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.
- exception
Lists 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.
- exception
Lists 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.
- exception
Lists 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.
GetExternalDynamicListTypeUrl
- Certificate
Profile 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.
- Exception
Lists 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. GetExternal Dynamic List Type Url Recurring - The Recurring param.
- Url
This property is required. string - The Url param. String length must not exceed 255 characters. Default:
"http://"
. - Url
Auth This property is required. GetExternal Dynamic List Type Url Url Auth - The UrlAuth param.
- Certificate
Profile 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.
- Exception
Lists 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. GetExternal Dynamic List Type Url Recurring - The Recurring param.
- Url
This property is required. string - The Url param. String length must not exceed 255 characters. Default:
"http://"
. - Url
Auth This property is required. GetExternal Dynamic List Type Url Url Auth - The UrlAuth param.
- certificate
Profile 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.
- exception
Lists 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. GetExternal Dynamic List Type Url Recurring - The Recurring param.
- url
This property is required. String - The Url param. String length must not exceed 255 characters. Default:
"http://"
. - url
Auth This property is required. GetExternal Dynamic List Type Url Url Auth - The UrlAuth param.
- certificate
Profile 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.
- exception
Lists 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. GetExternal Dynamic List Type Url Recurring - The Recurring param.
- url
This property is required. string - The Url param. String length must not exceed 255 characters. Default:
"http://"
. - url
Auth This property is required. GetExternal Dynamic List Type Url Url Auth - 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. GetExternal Dynamic List Type Url Recurring - 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. GetExternal Dynamic List Type Url Url Auth - The UrlAuth param.
- certificate
Profile 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.
- exception
Lists 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://"
. - url
Auth This property is required. Property Map - The UrlAuth param.
GetExternalDynamicListTypeUrlRecurring
- Daily
This property is required. GetExternal Dynamic List Type Url Recurring Daily - 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. GetExternal Dynamic List Type Url Recurring Monthly - The Monthly param.
- Weekly
This property is required. GetExternal Dynamic List Type Url Recurring Weekly - The Weekly param.
- Daily
This property is required. GetExternal Dynamic List Type Url Recurring Daily - 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. GetExternal Dynamic List Type Url Recurring Monthly - The Monthly param.
- Weekly
This property is required. GetExternal Dynamic List Type Url Recurring Weekly - The Weekly param.
- daily
This property is required. GetExternal Dynamic List Type Url Recurring Daily - The Daily param.
- five
Minute This property is required. Boolean - The FiveMinute param.
- hourly
This property is required. Boolean - The Hourly param.
- monthly
This property is required. GetExternal Dynamic List Type Url Recurring Monthly - The Monthly param.
- weekly
This property is required. GetExternal Dynamic List Type Url Recurring Weekly - The Weekly param.
- daily
This property is required. GetExternal Dynamic List Type Url Recurring Daily - The Daily param.
- five
Minute This property is required. boolean - The FiveMinute param.
- hourly
This property is required. boolean - The Hourly param.
- monthly
This property is required. GetExternal Dynamic List Type Url Recurring Monthly - The Monthly param.
- weekly
This property is required. GetExternal Dynamic List Type Url Recurring Weekly - The Weekly param.
- daily
This property is required. GetExternal Dynamic List Type Url Recurring Daily - 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. GetExternal Dynamic List Type Url Recurring Monthly - The Monthly param.
- weekly
This property is required. GetExternal Dynamic List Type Url Recurring Weekly - The Weekly param.
- daily
This property is required. Property Map - The Daily param.
- five
Minute 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.
GetExternalDynamicListTypeUrlRecurringDaily
- 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"
.
GetExternalDynamicListTypeUrlRecurringMonthly
- 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"
. - 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"
. - 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"
. - day
Of Month 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"
. - day
Of Month 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"
. - day
Of Month This property is required. Number - The DayOfMonth param. Value must be between 1 and 31.
GetExternalDynamicListTypeUrlRecurringWeekly
- 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"
. - Day
Of Week 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"
. - Day
Of Week 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"
. - day
Of Week 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"
. - day
Of Week 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"
. - day
Of Week This property is required. String - The DayOfWeek param. String must be one of these:
"sunday"
,"monday"
,"tuesday"
,"wednesday"
,"thursday"
,"friday"
,"saturday"
.
GetExternalDynamicListTypeUrlUrlAuth
Package Details
- Repository
- scm pulumi/pulumi-scm
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
scm
Terraform Provider.