This is the latest version of Azure Native. Use the Azure Native v1 docs if using the v1 version of this package.
Azure Native v2.73.0 published on Wednesday, Nov 20, 2024 by Pulumi
azure-native.securityinsights.listSystemActions
Explore with Pulumi AI
This is the latest version of Azure Native. Use the Azure Native v1 docs if using the v1 version of this package.
Azure Native v2.73.0 published on Wednesday, Nov 20, 2024 by Pulumi
List of actions for a business application system. Azure REST API version: 2024-04-01-preview.
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)
// Output-based functions aren't available in Java yet
fn::invoke:
function: azure-native:securityinsights:listSystemActions
arguments:
# arguments dictionary
The 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
This is the latest version of Azure Native. Use the Azure Native v1 docs if using the v1 version of this package.
Azure Native v2.73.0 published on Wednesday, Nov 20, 2024 by Pulumi