1. Packages
  2. Strata Cloud Manager Provider
  3. API Docs
  4. getWildfireAntiVirusProfile
Strata Cloud Manager v0.4.3 published on Saturday, Nov 8, 2025 by Pulumi
scm logo
Strata Cloud Manager v0.4.3 published on Saturday, Nov 8, 2025 by Pulumi

    WildfireAntiVirusProfile data source

    Using getWildfireAntiVirusProfile

    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 getWildfireAntiVirusProfile(args: GetWildfireAntiVirusProfileArgs, opts?: InvokeOptions): Promise<GetWildfireAntiVirusProfileResult>
    function getWildfireAntiVirusProfileOutput(args: GetWildfireAntiVirusProfileOutputArgs, opts?: InvokeOptions): Output<GetWildfireAntiVirusProfileResult>
    def get_wildfire_anti_virus_profile(id: Optional[str] = None,
                                        name: Optional[str] = None,
                                        opts: Optional[InvokeOptions] = None) -> GetWildfireAntiVirusProfileResult
    def get_wildfire_anti_virus_profile_output(id: Optional[pulumi.Input[str]] = None,
                                        name: Optional[pulumi.Input[str]] = None,
                                        opts: Optional[InvokeOptions] = None) -> Output[GetWildfireAntiVirusProfileResult]
    func LookupWildfireAntiVirusProfile(ctx *Context, args *LookupWildfireAntiVirusProfileArgs, opts ...InvokeOption) (*LookupWildfireAntiVirusProfileResult, error)
    func LookupWildfireAntiVirusProfileOutput(ctx *Context, args *LookupWildfireAntiVirusProfileOutputArgs, opts ...InvokeOption) LookupWildfireAntiVirusProfileResultOutput

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

    public static class GetWildfireAntiVirusProfile 
    {
        public static Task<GetWildfireAntiVirusProfileResult> InvokeAsync(GetWildfireAntiVirusProfileArgs args, InvokeOptions? opts = null)
        public static Output<GetWildfireAntiVirusProfileResult> Invoke(GetWildfireAntiVirusProfileInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetWildfireAntiVirusProfileResult> getWildfireAntiVirusProfile(GetWildfireAntiVirusProfileArgs args, InvokeOptions options)
    public static Output<GetWildfireAntiVirusProfileResult> getWildfireAntiVirusProfile(GetWildfireAntiVirusProfileArgs args, InvokeOptions options)
    
    fn::invoke:
      function: scm:index/getWildfireAntiVirusProfile:getWildfireAntiVirusProfile
      arguments:
        # arguments dictionary

    The following arguments are supported:

    Id string
    UUID of the resource
    Name string
    Name
    Id string
    UUID of the resource
    Name string
    Name
    id String
    UUID of the resource
    name String
    Name
    id string
    UUID of the resource
    name string
    Name
    id str
    UUID of the resource
    name str
    Name
    id String
    UUID of the resource
    name String
    Name

    getWildfireAntiVirusProfile Result

    The following output properties are available:

    Description string
    Description
    Device string
    The device in which the resource is defined
    Folder string
    The folder in which the resource is defined
    Id string
    UUID of the resource
    MlavExceptions List<GetWildfireAntiVirusProfileMlavException>
    Mlav exception
    Name string
    Name
    PacketCapture bool
    Packet capture
    Rules List<GetWildfireAntiVirusProfileRule>
    Rules
    Snippet string
    The snippet in which the resource is defined
    Tfid string
    ThreatExceptions List<GetWildfireAntiVirusProfileThreatException>
    Threat exception
    Description string
    Description
    Device string
    The device in which the resource is defined
    Folder string
    The folder in which the resource is defined
    Id string
    UUID of the resource
    MlavExceptions []GetWildfireAntiVirusProfileMlavException
    Mlav exception
    Name string
    Name
    PacketCapture bool
    Packet capture
    Rules []GetWildfireAntiVirusProfileRule
    Rules
    Snippet string
    The snippet in which the resource is defined
    Tfid string
    ThreatExceptions []GetWildfireAntiVirusProfileThreatException
    Threat exception
    description String
    Description
    device String
    The device in which the resource is defined
    folder String
    The folder in which the resource is defined
    id String
    UUID of the resource
    mlavExceptions List<GetWildfireAntiVirusProfileMlavException>
    Mlav exception
    name String
    Name
    packetCapture Boolean
    Packet capture
    rules List<GetWildfireAntiVirusProfileRule>
    Rules
    snippet String
    The snippet in which the resource is defined
    tfid String
    threatExceptions List<GetWildfireAntiVirusProfileThreatException>
    Threat exception
    description string
    Description
    device string
    The device in which the resource is defined
    folder string
    The folder in which the resource is defined
    id string
    UUID of the resource
    mlavExceptions GetWildfireAntiVirusProfileMlavException[]
    Mlav exception
    name string
    Name
    packetCapture boolean
    Packet capture
    rules GetWildfireAntiVirusProfileRule[]
    Rules
    snippet string
    The snippet in which the resource is defined
    tfid string
    threatExceptions GetWildfireAntiVirusProfileThreatException[]
    Threat exception
    description str
    Description
    device str
    The device in which the resource is defined
    folder str
    The folder in which the resource is defined
    id str
    UUID of the resource
    mlav_exceptions Sequence[GetWildfireAntiVirusProfileMlavException]
    Mlav exception
    name str
    Name
    packet_capture bool
    Packet capture
    rules Sequence[GetWildfireAntiVirusProfileRule]
    Rules
    snippet str
    The snippet in which the resource is defined
    tfid str
    threat_exceptions Sequence[GetWildfireAntiVirusProfileThreatException]
    Threat exception
    description String
    Description
    device String
    The device in which the resource is defined
    folder String
    The folder in which the resource is defined
    id String
    UUID of the resource
    mlavExceptions List<Property Map>
    Mlav exception
    name String
    Name
    packetCapture Boolean
    Packet capture
    rules List<Property Map>
    Rules
    snippet String
    The snippet in which the resource is defined
    tfid String
    threatExceptions List<Property Map>
    Threat exception

    Supporting Types

    GetWildfireAntiVirusProfileMlavException

    Description string
    Description
    Filename string
    Filename
    Name string
    Name
    Description string
    Description
    Filename string
    Filename
    Name string
    Name
    description String
    Description
    filename String
    Filename
    name String
    Name
    description string
    Description
    filename string
    Filename
    name string
    Name
    description str
    Description
    filename str
    Filename
    name str
    Name
    description String
    Description
    filename String
    Filename
    name String
    Name

    GetWildfireAntiVirusProfileRule

    Analysis string
    Analysis
    Applications List<string>
    Application
    Direction string
    Direction
    FileTypes List<string>
    File type
    Name string
    Name
    Analysis string
    Analysis
    Applications []string
    Application
    Direction string
    Direction
    FileTypes []string
    File type
    Name string
    Name
    analysis String
    Analysis
    applications List<String>
    Application
    direction String
    Direction
    fileTypes List<String>
    File type
    name String
    Name
    analysis string
    Analysis
    applications string[]
    Application
    direction string
    Direction
    fileTypes string[]
    File type
    name string
    Name
    analysis str
    Analysis
    applications Sequence[str]
    Application
    direction str
    Direction
    file_types Sequence[str]
    File type
    name str
    Name
    analysis String
    Analysis
    applications List<String>
    Application
    direction String
    Direction
    fileTypes List<String>
    File type
    name String
    Name

    GetWildfireAntiVirusProfileThreatException

    Name string
    Name
    Notes string
    Notes
    Name string
    Name
    Notes string
    Notes
    name String
    Name
    notes String
    Notes
    name string
    Name
    notes string
    Notes
    name str
    Name
    notes str
    Notes
    name String
    Name
    notes String
    Notes

    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.4.3 published on Saturday, Nov 8, 2025 by Pulumi
      Meet Neo: Your AI Platform Teammate