azure-native.securityinsights.listSystemActions
Explore with Pulumi AI
List of actions for a business application system.
Uses Azure REST API version 2025-01-01-preview.
Other available API versions: 2024-04-01-preview, 2024-10-01-preview. These can be accessed by generating a local SDK package using the CLI command pulumi package add azure-native securityinsights [ApiVersion]. See the version guide for details.
Using listSystemActions
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 listSystemActions(args: ListSystemActionsArgs, opts?: InvokeOptions): Promise<ListSystemActionsResult>
function listSystemActionsOutput(args: ListSystemActionsOutputArgs, opts?: InvokeOptions): Output<ListSystemActionsResult>def list_system_actions(agent_resource_name: Optional[str] = None,
                        resource_group_name: Optional[str] = None,
                        system_resource_name: Optional[str] = None,
                        workspace_name: Optional[str] = None,
                        opts: Optional[InvokeOptions] = None) -> ListSystemActionsResult
def list_system_actions_output(agent_resource_name: Optional[pulumi.Input[str]] = None,
                        resource_group_name: Optional[pulumi.Input[str]] = None,
                        system_resource_name: Optional[pulumi.Input[str]] = None,
                        workspace_name: Optional[pulumi.Input[str]] = None,
                        opts: Optional[InvokeOptions] = None) -> Output[ListSystemActionsResult]func ListSystemActions(ctx *Context, args *ListSystemActionsArgs, opts ...InvokeOption) (*ListSystemActionsResult, error)
func ListSystemActionsOutput(ctx *Context, args *ListSystemActionsOutputArgs, opts ...InvokeOption) ListSystemActionsResultOutput> Note: This function is named ListSystemActions in the Go SDK.
public static class ListSystemActions 
{
    public static Task<ListSystemActionsResult> InvokeAsync(ListSystemActionsArgs args, InvokeOptions? opts = null)
    public static Output<ListSystemActionsResult> Invoke(ListSystemActionsInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<ListSystemActionsResult> listSystemActions(ListSystemActionsArgs args, InvokeOptions options)
public static Output<ListSystemActionsResult> listSystemActions(ListSystemActionsArgs args, InvokeOptions options)
fn::invoke:
  function: azure-native:securityinsights:listSystemActions
  arguments:
    # arguments dictionaryThe following arguments are supported:
- Agent
Resource stringName  - Business Application Agent Name
 - Resource
Group stringName  - The name of the resource group. The name is case insensitive.
 - System
Resource stringName  - The name of the system.
 - Workspace
Name string - The name of the workspace.
 
- Agent
Resource stringName  - Business Application Agent Name
 - Resource
Group stringName  - The name of the resource group. The name is case insensitive.
 - System
Resource stringName  - The name of the system.
 - Workspace
Name string - The name of the workspace.
 
- agent
Resource StringName  - Business Application Agent Name
 - resource
Group StringName  - The name of the resource group. The name is case insensitive.
 - system
Resource StringName  - The name of the system.
 - workspace
Name String - The name of the workspace.
 
- agent
Resource stringName  - Business Application Agent Name
 - resource
Group stringName  - The name of the resource group. The name is case insensitive.
 - system
Resource stringName  - The name of the system.
 - workspace
Name string - The name of the workspace.
 
- agent_
resource_ strname  - Business Application Agent Name
 - resource_
group_ strname  - The name of the resource group. The name is case insensitive.
 - system_
resource_ strname  - The name of the system.
 - workspace_
name str - The name of the workspace.
 
- agent
Resource StringName  - Business Application Agent Name
 - resource
Group StringName  - The name of the resource group. The name is case insensitive.
 - system
Resource StringName  - The name of the system.
 - workspace
Name String - The name of the workspace.
 
listSystemActions Result
The following output properties are available:
Supporting Types
LockUserActionResponse   
- Failure
Reason string - The reason of the failure of the action. Empty if the action is successful.
 - User string
 - The user to lock
 
- Failure
Reason string - The reason of the failure of the action. Empty if the action is successful.
 - User string
 - The user to lock
 
- failure
Reason String - The reason of the failure of the action. Empty if the action is successful.
 - user String
 - The user to lock
 
- failure
Reason string - The reason of the failure of the action. Empty if the action is successful.
 - user string
 - The user to lock
 
- failure_
reason str - The reason of the failure of the action. Empty if the action is successful.
 - user str
 - The user to lock
 
- failure
Reason String - The reason of the failure of the action. Empty if the action is successful.
 - user String
 - The user to lock
 
UnlockUserActionResponse   
- Failure
Reason string - The reason of the failure of the action. Empty if the action is successful.
 - User string
 - The user to unlock
 
- Failure
Reason string - The reason of the failure of the action. Empty if the action is successful.
 - User string
 - The user to unlock
 
- failure
Reason String - The reason of the failure of the action. Empty if the action is successful.
 - user String
 - The user to unlock
 
- failure
Reason string - The reason of the failure of the action. Empty if the action is successful.
 - user string
 - The user to unlock
 
- failure_
reason str - The reason of the failure of the action. Empty if the action is successful.
 - user str
 - The user to unlock
 
- failure
Reason String - The reason of the failure of the action. Empty if the action is successful.
 - user String
 - The user to unlock
 
Package Details
- Repository
 - Azure Native pulumi/pulumi-azure-native
 - License
 - Apache-2.0