1. Packages
  2. Google Cloud Native
  3. API Docs
  4. networksecurity
  5. networksecurity/v1beta1
  6. getUrlList

Google Cloud Native is in preview. Google Cloud Classic is fully supported.

Google Cloud Native v0.31.1 published on Thursday, Jul 20, 2023 by Pulumi

google-native.networksecurity/v1beta1.getUrlList

Explore with Pulumi AI

google-native logo

Google Cloud Native is in preview. Google Cloud Classic is fully supported.

Google Cloud Native v0.31.1 published on Thursday, Jul 20, 2023 by Pulumi

    Gets details of a single UrlList.

    Using getUrlList

    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 getUrlList(args: GetUrlListArgs, opts?: InvokeOptions): Promise<GetUrlListResult>
    function getUrlListOutput(args: GetUrlListOutputArgs, opts?: InvokeOptions): Output<GetUrlListResult>
    def get_url_list(location: Optional[str] = None,
                     project: Optional[str] = None,
                     url_list_id: Optional[str] = None,
                     opts: Optional[InvokeOptions] = None) -> GetUrlListResult
    def get_url_list_output(location: Optional[pulumi.Input[str]] = None,
                     project: Optional[pulumi.Input[str]] = None,
                     url_list_id: Optional[pulumi.Input[str]] = None,
                     opts: Optional[InvokeOptions] = None) -> Output[GetUrlListResult]
    func LookupUrlList(ctx *Context, args *LookupUrlListArgs, opts ...InvokeOption) (*LookupUrlListResult, error)
    func LookupUrlListOutput(ctx *Context, args *LookupUrlListOutputArgs, opts ...InvokeOption) LookupUrlListResultOutput

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

    public static class GetUrlList 
    {
        public static Task<GetUrlListResult> InvokeAsync(GetUrlListArgs args, InvokeOptions? opts = null)
        public static Output<GetUrlListResult> Invoke(GetUrlListInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetUrlListResult> getUrlList(GetUrlListArgs args, InvokeOptions options)
    // Output-based functions aren't available in Java yet
    
    fn::invoke:
      function: google-native:networksecurity/v1beta1:getUrlList
      arguments:
        # arguments dictionary

    The following arguments are supported:

    Location string
    UrlListId string
    Project string
    Location string
    UrlListId string
    Project string
    location String
    urlListId String
    project String
    location string
    urlListId string
    project string
    location String
    urlListId String
    project String

    getUrlList Result

    The following output properties are available:

    CreateTime string

    Time when the security policy was created.

    Description string

    Optional. Free-text description of the resource.

    Name string

    Name of the resource provided by the user. Name is of the form projects/{project}/locations/{location}/urlLists/{url_list} url_list should match the pattern:(^a-z?$).

    UpdateTime string

    Time when the security policy was updated.

    Values List<string>

    FQDNs and URLs.

    CreateTime string

    Time when the security policy was created.

    Description string

    Optional. Free-text description of the resource.

    Name string

    Name of the resource provided by the user. Name is of the form projects/{project}/locations/{location}/urlLists/{url_list} url_list should match the pattern:(^a-z?$).

    UpdateTime string

    Time when the security policy was updated.

    Values []string

    FQDNs and URLs.

    createTime String

    Time when the security policy was created.

    description String

    Optional. Free-text description of the resource.

    name String

    Name of the resource provided by the user. Name is of the form projects/{project}/locations/{location}/urlLists/{url_list} url_list should match the pattern:(^a-z?$).

    updateTime String

    Time when the security policy was updated.

    values List<String>

    FQDNs and URLs.

    createTime string

    Time when the security policy was created.

    description string

    Optional. Free-text description of the resource.

    name string

    Name of the resource provided by the user. Name is of the form projects/{project}/locations/{location}/urlLists/{url_list} url_list should match the pattern:(^a-z?$).

    updateTime string

    Time when the security policy was updated.

    values string[]

    FQDNs and URLs.

    create_time str

    Time when the security policy was created.

    description str

    Optional. Free-text description of the resource.

    name str

    Name of the resource provided by the user. Name is of the form projects/{project}/locations/{location}/urlLists/{url_list} url_list should match the pattern:(^a-z?$).

    update_time str

    Time when the security policy was updated.

    values Sequence[str]

    FQDNs and URLs.

    createTime String

    Time when the security policy was created.

    description String

    Optional. Free-text description of the resource.

    name String

    Name of the resource provided by the user. Name is of the form projects/{project}/locations/{location}/urlLists/{url_list} url_list should match the pattern:(^a-z?$).

    updateTime String

    Time when the security policy was updated.

    values List<String>

    FQDNs and URLs.

    Package Details

    Repository
    Google Cloud Native pulumi/pulumi-google-native
    License
    Apache-2.0
    google-native logo

    Google Cloud Native is in preview. Google Cloud Classic is fully supported.

    Google Cloud Native v0.31.1 published on Thursday, Jul 20, 2023 by Pulumi