Strata Cloud Manager v0.4.3 published on Saturday, Nov 8, 2025 by Pulumi
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 dictionaryThe following arguments are supported:
getProfileGroup Result
The following output properties are available:
- Ai
Securities List<string> - Ai security
- Data
Filterings List<string> - Data filtering
- Device string
- The device in which the resource is defined
- Dns
Securities List<string> - Dns security
- File
Blockings 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
- Saas
Securities List<string> - Saas security
- Snippet string
- The snippet in which the resource is defined
- Spywares List<string>
- Spyware
- Tfid string
- Url
Filterings List<string> - Url filtering
- Virus
And List<string>Wildfire Analyses - Virus and wildfire analysis
- Vulnerabilities List<string>
- Vulnerability
- Ai
Securities []string - Ai security
- Data
Filterings []string - Data filtering
- Device string
- The device in which the resource is defined
- Dns
Securities []string - Dns security
- File
Blockings []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
- Saas
Securities []string - Saas security
- Snippet string
- The snippet in which the resource is defined
- Spywares []string
- Spyware
- Tfid string
- Url
Filterings []string - Url filtering
- Virus
And []stringWildfire Analyses - Virus and wildfire analysis
- Vulnerabilities []string
- Vulnerability
- ai
Securities List<String> - Ai security
- data
Filterings List<String> - Data filtering
- device String
- The device in which the resource is defined
- dns
Securities List<String> - Dns security
- file
Blockings 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
- saas
Securities List<String> - Saas security
- snippet String
- The snippet in which the resource is defined
- spywares List<String>
- Spyware
- tfid String
- url
Filterings List<String> - Url filtering
- virus
And List<String>Wildfire Analyses - Virus and wildfire analysis
- vulnerabilities List<String>
- Vulnerability
- ai
Securities string[] - Ai security
- data
Filterings string[] - Data filtering
- device string
- The device in which the resource is defined
- dns
Securities string[] - Dns security
- file
Blockings 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
- saas
Securities string[] - Saas security
- snippet string
- The snippet in which the resource is defined
- spywares string[]
- Spyware
- tfid string
- url
Filterings string[] - Url filtering
- virus
And string[]Wildfire Analyses - 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_ Sequence[str]wildfire_ analyses - Virus and wildfire analysis
- vulnerabilities Sequence[str]
- Vulnerability
- ai
Securities List<String> - Ai security
- data
Filterings List<String> - Data filtering
- device String
- The device in which the resource is defined
- dns
Securities List<String> - Dns security
- file
Blockings 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
- saas
Securities List<String> - Saas security
- snippet String
- The snippet in which the resource is defined
- spywares List<String>
- Spyware
- tfid String
- url
Filterings List<String> - Url filtering
- virus
And List<String>Wildfire Analyses - 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
scmTerraform Provider.
Strata Cloud Manager v0.4.3 published on Saturday, Nov 8, 2025 by Pulumi
