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
FileBlockingProfile data source
Using getFileBlockingProfile
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 getFileBlockingProfile(args: GetFileBlockingProfileArgs, opts?: InvokeOptions): Promise<GetFileBlockingProfileResult>
function getFileBlockingProfileOutput(args: GetFileBlockingProfileOutputArgs, opts?: InvokeOptions): Output<GetFileBlockingProfileResult>def get_file_blocking_profile(id: Optional[str] = None,
name: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetFileBlockingProfileResult
def get_file_blocking_profile_output(id: Optional[pulumi.Input[str]] = None,
name: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetFileBlockingProfileResult]func LookupFileBlockingProfile(ctx *Context, args *LookupFileBlockingProfileArgs, opts ...InvokeOption) (*LookupFileBlockingProfileResult, error)
func LookupFileBlockingProfileOutput(ctx *Context, args *LookupFileBlockingProfileOutputArgs, opts ...InvokeOption) LookupFileBlockingProfileResultOutput> Note: This function is named LookupFileBlockingProfile in the Go SDK.
public static class GetFileBlockingProfile
{
public static Task<GetFileBlockingProfileResult> InvokeAsync(GetFileBlockingProfileArgs args, InvokeOptions? opts = null)
public static Output<GetFileBlockingProfileResult> Invoke(GetFileBlockingProfileInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetFileBlockingProfileResult> getFileBlockingProfile(GetFileBlockingProfileArgs args, InvokeOptions options)
public static Output<GetFileBlockingProfileResult> getFileBlockingProfile(GetFileBlockingProfileArgs args, InvokeOptions options)
fn::invoke:
function: scm:index/getFileBlockingProfile:getFileBlockingProfile
arguments:
# arguments dictionaryThe following arguments are supported:
getFileBlockingProfile 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
- The UUID of the file blocking profile
- Name string
- The name of the file blocking profile
- Rules
List<Get
File Blocking Profile Rule> - A list of file blocking rules
- Snippet string
- The snippet in which the resource is defined
- Tfid string
- 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
- The UUID of the file blocking profile
- Name string
- The name of the file blocking profile
- Rules
[]Get
File Blocking Profile Rule - A list of file blocking rules
- Snippet string
- The snippet in which the resource is defined
- Tfid string
- 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
- The UUID of the file blocking profile
- name String
- The name of the file blocking profile
- rules
List<Get
File Blocking Profile Rule> - A list of file blocking rules
- snippet String
- The snippet in which the resource is defined
- tfid String
- 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
- The UUID of the file blocking profile
- name string
- The name of the file blocking profile
- rules
Get
File Blocking Profile Rule[] - A list of file blocking rules
- snippet string
- The snippet in which the resource is defined
- tfid string
- 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
- The UUID of the file blocking profile
- name str
- The name of the file blocking profile
- rules
Sequence[Get
File Blocking Profile Rule] - A list of file blocking rules
- snippet str
- The snippet in which the resource is defined
- tfid str
- 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
- The UUID of the file blocking profile
- name String
- The name of the file blocking profile
- rules List<Property Map>
- A list of file blocking rules
- snippet String
- The snippet in which the resource is defined
- tfid String
Supporting Types
GetFileBlockingProfileRule
- Action string
- The action to take when the rule match criteria is met
- Applications List<string>
- The application transferring the files (App-ID naming)
- Direction string
- The direction of the file transfer
- File
Types List<string> - The file type
- Name string
- The name of the file blocking rule
- Action string
- The action to take when the rule match criteria is met
- Applications []string
- The application transferring the files (App-ID naming)
- Direction string
- The direction of the file transfer
- File
Types []string - The file type
- Name string
- The name of the file blocking rule
- action String
- The action to take when the rule match criteria is met
- applications List<String>
- The application transferring the files (App-ID naming)
- direction String
- The direction of the file transfer
- file
Types List<String> - The file type
- name String
- The name of the file blocking rule
- action string
- The action to take when the rule match criteria is met
- applications string[]
- The application transferring the files (App-ID naming)
- direction string
- The direction of the file transfer
- file
Types string[] - The file type
- name string
- The name of the file blocking rule
- action str
- The action to take when the rule match criteria is met
- applications Sequence[str]
- The application transferring the files (App-ID naming)
- direction str
- The direction of the file transfer
- file_
types Sequence[str] - The file type
- name str
- The name of the file blocking rule
- action String
- The action to take when the rule match criteria is met
- applications List<String>
- The application transferring the files (App-ID naming)
- direction String
- The direction of the file transfer
- file
Types List<String> - The file type
- name String
- The name of the file blocking rule
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
