Strata Cloud Manager v1.0.1 published on Wednesday, Nov 26, 2025 by Pulumi
Strata Cloud Manager v1.0.1 published on Wednesday, Nov 26, 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> - File
Blockings List<string> - Folder string
- Id string
- The UUID of the profile group
- Name string
- The name of the profile group
- Saas
Securities List<string> - Snippet string
- Spywares List<string>
- Tfid string
- Url
Filterings List<string> - Virus
And List<string>Wildfire Analyses - Vulnerabilities List<string>
- Ai
Securities []string - Ai security
- Data
Filterings []string - Data filtering
- Device string
- The device in which the resource is defined
- Dns
Securities []string - File
Blockings []string - Folder string
- Id string
- The UUID of the profile group
- Name string
- The name of the profile group
- Saas
Securities []string - Snippet string
- Spywares []string
- Tfid string
- Url
Filterings []string - Virus
And []stringWildfire Analyses - Vulnerabilities []string
- 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> - file
Blockings List<String> - folder String
- id String
- The UUID of the profile group
- name String
- The name of the profile group
- saas
Securities List<String> - snippet String
- spywares List<String>
- tfid String
- url
Filterings List<String> - virus
And List<String>Wildfire Analyses - vulnerabilities List<String>
- ai
Securities string[] - Ai security
- data
Filterings string[] - Data filtering
- device string
- The device in which the resource is defined
- dns
Securities string[] - file
Blockings string[] - folder string
- id string
- The UUID of the profile group
- name string
- The name of the profile group
- saas
Securities string[] - snippet string
- spywares string[]
- tfid string
- url
Filterings string[] - virus
And string[]Wildfire Analyses - vulnerabilities string[]
- 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] - file_
blockings Sequence[str] - folder str
- id str
- The UUID of the profile group
- name str
- The name of the profile group
- saas_
securities Sequence[str] - snippet str
- spywares Sequence[str]
- tfid str
- url_
filterings Sequence[str] - virus_
and_ Sequence[str]wildfire_ analyses - vulnerabilities Sequence[str]
- 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> - file
Blockings List<String> - folder String
- id String
- The UUID of the profile group
- name String
- The name of the profile group
- saas
Securities List<String> - snippet String
- spywares List<String>
- tfid String
- url
Filterings List<String> - virus
And List<String>Wildfire Analyses - vulnerabilities List<String>
Package Details
- Repository
- scm pulumi/pulumi-scm
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
scmTerraform Provider.
Strata Cloud Manager v1.0.1 published on Wednesday, Nov 26, 2025 by Pulumi
