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

scm.getUrlCategory

Explore with Pulumi AI

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

    Retrieves a config item.

    Using getUrlCategory

    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 getUrlCategory(args: GetUrlCategoryArgs, opts?: InvokeOptions): Promise<GetUrlCategoryResult>
    function getUrlCategoryOutput(args: GetUrlCategoryOutputArgs, opts?: InvokeOptions): Output<GetUrlCategoryResult>
    def get_url_category(id: Optional[str] = None,
                         opts: Optional[InvokeOptions] = None) -> GetUrlCategoryResult
    def get_url_category_output(id: Optional[pulumi.Input[str]] = None,
                         opts: Optional[InvokeOptions] = None) -> Output[GetUrlCategoryResult]
    func LookupUrlCategory(ctx *Context, args *LookupUrlCategoryArgs, opts ...InvokeOption) (*LookupUrlCategoryResult, error)
    func LookupUrlCategoryOutput(ctx *Context, args *LookupUrlCategoryOutputArgs, opts ...InvokeOption) LookupUrlCategoryResultOutput

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

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

    The following arguments are supported:

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

    getUrlCategory Result

    The following output properties are available:

    Description string
    The Description param.
    Id string
    The Id param.
    Lists List<string>
    The List param.
    Name string
    The Name param.
    Tfid string
    Type string
    The Type param. String must be one of these: "URL List", "Category Match". Default: "URL List".
    Description string
    The Description param.
    Id string
    The Id param.
    Lists []string
    The List param.
    Name string
    The Name param.
    Tfid string
    Type string
    The Type param. String must be one of these: "URL List", "Category Match". Default: "URL List".
    description String
    The Description param.
    id String
    The Id param.
    lists List<String>
    The List param.
    name String
    The Name param.
    tfid String
    type String
    The Type param. String must be one of these: "URL List", "Category Match". Default: "URL List".
    description string
    The Description param.
    id string
    The Id param.
    lists string[]
    The List param.
    name string
    The Name param.
    tfid string
    type string
    The Type param. String must be one of these: "URL List", "Category Match". Default: "URL List".
    description str
    The Description param.
    id str
    The Id param.
    lists Sequence[str]
    The List param.
    name str
    The Name param.
    tfid str
    type str
    The Type param. String must be one of these: "URL List", "Category Match". Default: "URL List".
    description String
    The Description param.
    id String
    The Id param.
    lists List<String>
    The List param.
    name String
    The Name param.
    tfid String
    type String
    The Type param. String must be one of these: "URL List", "Category Match". Default: "URL List".

    Package Details

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