1. Packages
  2. Strata Cloud Manager Provider
  3. API Docs
  4. getProfileGroup
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

    ProfileGroup data source

    Using getProfileGroup

    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 getProfileGroup(args: GetProfileGroupArgs, opts?: InvokeOptions): Promise<GetProfileGroupResult>
    function getProfileGroupOutput(args: GetProfileGroupOutputArgs, opts?: InvokeOptions): Output<GetProfileGroupResult>
    def get_profile_group(id: Optional[str] = None,
                          name: Optional[str] = None,
                          opts: Optional[InvokeOptions] = None) -> GetProfileGroupResult
    def get_profile_group_output(id: Optional[pulumi.Input[str]] = None,
                          name: Optional[pulumi.Input[str]] = None,
                          opts: Optional[InvokeOptions] = None) -> Output[GetProfileGroupResult]
    func LookupProfileGroup(ctx *Context, args *LookupProfileGroupArgs, opts ...InvokeOption) (*LookupProfileGroupResult, error)
    func LookupProfileGroupOutput(ctx *Context, args *LookupProfileGroupOutputArgs, opts ...InvokeOption) LookupProfileGroupResultOutput

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

    public static class GetProfileGroup 
    {
        public static Task<GetProfileGroupResult> InvokeAsync(GetProfileGroupArgs args, InvokeOptions? opts = null)
        public static Output<GetProfileGroupResult> Invoke(GetProfileGroupInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetProfileGroupResult> getProfileGroup(GetProfileGroupArgs args, InvokeOptions options)
    public static Output<GetProfileGroupResult> getProfileGroup(GetProfileGroupArgs args, InvokeOptions options)
    
    fn::invoke:
      function: scm:index/getProfileGroup:getProfileGroup
      arguments:
        # arguments dictionary

    The following arguments are supported:

    Id string
    The UUID of the profile group
    Name string
    The name of the profile group
    Id string
    The UUID of the profile group
    Name string
    The name of the profile group
    id String
    The UUID of the profile group
    name String
    The name of the profile group
    id string
    The UUID of the profile group
    name string
    The name of the profile group
    id str
    The UUID of the profile group
    name str
    The name of the profile group
    id String
    The UUID of the profile group
    name String
    The name of the profile group

    getProfileGroup Result

    The following output properties are available:

    AiSecurities List<string>
    Ai security
    DataFilterings List<string>
    Data filtering
    Device string
    The device in which the resource is defined
    DnsSecurities List<string>
    Dns security
    FileBlockings List<string>
    File blocking
    Folder string
    The folder in which the resource is defined
    Id string
    The UUID of the profile group
    Name string
    The name of the profile group
    SaasSecurities List<string>
    Saas security
    Snippet string
    The snippet in which the resource is defined
    Spywares List<string>
    Spyware
    Tfid string
    UrlFilterings List<string>
    Url filtering
    VirusAndWildfireAnalyses List<string>
    Virus and wildfire analysis
    Vulnerabilities List<string>
    Vulnerability
    AiSecurities []string
    Ai security
    DataFilterings []string
    Data filtering
    Device string
    The device in which the resource is defined
    DnsSecurities []string
    Dns security
    FileBlockings []string
    File blocking
    Folder string
    The folder in which the resource is defined
    Id string
    The UUID of the profile group
    Name string
    The name of the profile group
    SaasSecurities []string
    Saas security
    Snippet string
    The snippet in which the resource is defined
    Spywares []string
    Spyware
    Tfid string
    UrlFilterings []string
    Url filtering
    VirusAndWildfireAnalyses []string
    Virus and wildfire analysis
    Vulnerabilities []string
    Vulnerability
    aiSecurities List<String>
    Ai security
    dataFilterings List<String>
    Data filtering
    device String
    The device in which the resource is defined
    dnsSecurities List<String>
    Dns security
    fileBlockings List<String>
    File blocking
    folder String
    The folder in which the resource is defined
    id String
    The UUID of the profile group
    name String
    The name of the profile group
    saasSecurities List<String>
    Saas security
    snippet String
    The snippet in which the resource is defined
    spywares List<String>
    Spyware
    tfid String
    urlFilterings List<String>
    Url filtering
    virusAndWildfireAnalyses List<String>
    Virus and wildfire analysis
    vulnerabilities List<String>
    Vulnerability
    aiSecurities string[]
    Ai security
    dataFilterings string[]
    Data filtering
    device string
    The device in which the resource is defined
    dnsSecurities string[]
    Dns security
    fileBlockings string[]
    File blocking
    folder string
    The folder in which the resource is defined
    id string
    The UUID of the profile group
    name string
    The name of the profile group
    saasSecurities string[]
    Saas security
    snippet string
    The snippet in which the resource is defined
    spywares string[]
    Spyware
    tfid string
    urlFilterings string[]
    Url filtering
    virusAndWildfireAnalyses string[]
    Virus and wildfire analysis
    vulnerabilities string[]
    Vulnerability
    ai_securities Sequence[str]
    Ai security
    data_filterings Sequence[str]
    Data filtering
    device str
    The device in which the resource is defined
    dns_securities Sequence[str]
    Dns security
    file_blockings Sequence[str]
    File blocking
    folder str
    The folder in which the resource is defined
    id str
    The UUID of the profile group
    name str
    The name of the profile group
    saas_securities Sequence[str]
    Saas security
    snippet str
    The snippet in which the resource is defined
    spywares Sequence[str]
    Spyware
    tfid str
    url_filterings Sequence[str]
    Url filtering
    virus_and_wildfire_analyses Sequence[str]
    Virus and wildfire analysis
    vulnerabilities Sequence[str]
    Vulnerability
    aiSecurities List<String>
    Ai security
    dataFilterings List<String>
    Data filtering
    device String
    The device in which the resource is defined
    dnsSecurities List<String>
    Dns security
    fileBlockings List<String>
    File blocking
    folder String
    The folder in which the resource is defined
    id String
    The UUID of the profile group
    name String
    The name of the profile group
    saasSecurities List<String>
    Saas security
    snippet String
    The snippet in which the resource is defined
    spywares List<String>
    Spyware
    tfid String
    urlFilterings List<String>
    Url filtering
    virusAndWildfireAnalyses List<String>
    Virus and wildfire analysis
    vulnerabilities List<String>
    Vulnerability

    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