1. Packages
  2. Azure Native v2
  3. API Docs
  4. security
  5. getSecurityConnectorApplication
These are the docs for Azure Native v2. We recommenend using the latest version, Azure Native v3.
Azure Native v2 v2.90.0 published on Thursday, Mar 27, 2025 by Pulumi

azure-native-v2.security.getSecurityConnectorApplication

Explore with Pulumi AI

These are the docs for Azure Native v2. We recommenend using the latest version, Azure Native v3.
Azure Native v2 v2.90.0 published on Thursday, Mar 27, 2025 by Pulumi

Get a specific application for the requested scope by applicationId Azure REST API version: 2022-07-01-preview.

Using getSecurityConnectorApplication

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 getSecurityConnectorApplication(args: GetSecurityConnectorApplicationArgs, opts?: InvokeOptions): Promise<GetSecurityConnectorApplicationResult>
function getSecurityConnectorApplicationOutput(args: GetSecurityConnectorApplicationOutputArgs, opts?: InvokeOptions): Output<GetSecurityConnectorApplicationResult>
Copy
def get_security_connector_application(application_id: Optional[str] = None,
                                       resource_group_name: Optional[str] = None,
                                       security_connector_name: Optional[str] = None,
                                       opts: Optional[InvokeOptions] = None) -> GetSecurityConnectorApplicationResult
def get_security_connector_application_output(application_id: Optional[pulumi.Input[str]] = None,
                                       resource_group_name: Optional[pulumi.Input[str]] = None,
                                       security_connector_name: Optional[pulumi.Input[str]] = None,
                                       opts: Optional[InvokeOptions] = None) -> Output[GetSecurityConnectorApplicationResult]
Copy
func LookupSecurityConnectorApplication(ctx *Context, args *LookupSecurityConnectorApplicationArgs, opts ...InvokeOption) (*LookupSecurityConnectorApplicationResult, error)
func LookupSecurityConnectorApplicationOutput(ctx *Context, args *LookupSecurityConnectorApplicationOutputArgs, opts ...InvokeOption) LookupSecurityConnectorApplicationResultOutput
Copy

> Note: This function is named LookupSecurityConnectorApplication in the Go SDK.

public static class GetSecurityConnectorApplication 
{
    public static Task<GetSecurityConnectorApplicationResult> InvokeAsync(GetSecurityConnectorApplicationArgs args, InvokeOptions? opts = null)
    public static Output<GetSecurityConnectorApplicationResult> Invoke(GetSecurityConnectorApplicationInvokeArgs args, InvokeOptions? opts = null)
}
Copy
public static CompletableFuture<GetSecurityConnectorApplicationResult> getSecurityConnectorApplication(GetSecurityConnectorApplicationArgs args, InvokeOptions options)
public static Output<GetSecurityConnectorApplicationResult> getSecurityConnectorApplication(GetSecurityConnectorApplicationArgs args, InvokeOptions options)
Copy
fn::invoke:
  function: azure-native:security:getSecurityConnectorApplication
  arguments:
    # arguments dictionary
Copy

The following arguments are supported:

ApplicationId
This property is required.
Changes to this property will trigger replacement.
string
The security Application key - unique key for the standard application
ResourceGroupName
This property is required.
Changes to this property will trigger replacement.
string
The name of the resource group within the user's subscription. The name is case insensitive.
SecurityConnectorName
This property is required.
Changes to this property will trigger replacement.
string
The security connector name.
ApplicationId
This property is required.
Changes to this property will trigger replacement.
string
The security Application key - unique key for the standard application
ResourceGroupName
This property is required.
Changes to this property will trigger replacement.
string
The name of the resource group within the user's subscription. The name is case insensitive.
SecurityConnectorName
This property is required.
Changes to this property will trigger replacement.
string
The security connector name.
applicationId
This property is required.
Changes to this property will trigger replacement.
String
The security Application key - unique key for the standard application
resourceGroupName
This property is required.
Changes to this property will trigger replacement.
String
The name of the resource group within the user's subscription. The name is case insensitive.
securityConnectorName
This property is required.
Changes to this property will trigger replacement.
String
The security connector name.
applicationId
This property is required.
Changes to this property will trigger replacement.
string
The security Application key - unique key for the standard application
resourceGroupName
This property is required.
Changes to this property will trigger replacement.
string
The name of the resource group within the user's subscription. The name is case insensitive.
securityConnectorName
This property is required.
Changes to this property will trigger replacement.
string
The security connector name.
application_id
This property is required.
Changes to this property will trigger replacement.
str
The security Application key - unique key for the standard application
resource_group_name
This property is required.
Changes to this property will trigger replacement.
str
The name of the resource group within the user's subscription. The name is case insensitive.
security_connector_name
This property is required.
Changes to this property will trigger replacement.
str
The security connector name.
applicationId
This property is required.
Changes to this property will trigger replacement.
String
The security Application key - unique key for the standard application
resourceGroupName
This property is required.
Changes to this property will trigger replacement.
String
The name of the resource group within the user's subscription. The name is case insensitive.
securityConnectorName
This property is required.
Changes to this property will trigger replacement.
String
The security connector name.

getSecurityConnectorApplication Result

The following output properties are available:

Id string
Resource Id
Name string
Resource name
SourceResourceType string
The application source, what it affects, e.g. Assessments
Type string
Resource type
Description string
description of the application
DisplayName string
display name of the application
Id string
Resource Id
Name string
Resource name
SourceResourceType string
The application source, what it affects, e.g. Assessments
Type string
Resource type
Description string
description of the application
DisplayName string
display name of the application
id String
Resource Id
name String
Resource name
sourceResourceType String
The application source, what it affects, e.g. Assessments
type String
Resource type
description String
description of the application
displayName String
display name of the application
id string
Resource Id
name string
Resource name
sourceResourceType string
The application source, what it affects, e.g. Assessments
type string
Resource type
description string
description of the application
displayName string
display name of the application
id str
Resource Id
name str
Resource name
source_resource_type str
The application source, what it affects, e.g. Assessments
type str
Resource type
description str
description of the application
display_name str
display name of the application
id String
Resource Id
name String
Resource name
sourceResourceType String
The application source, what it affects, e.g. Assessments
type String
Resource type
description String
description of the application
displayName String
display name of the application

Package Details

Repository
azure-native-v2 pulumi/pulumi-azure-native
License
Apache-2.0
These are the docs for Azure Native v2. We recommenend using the latest version, Azure Native v3.
Azure Native v2 v2.90.0 published on Thursday, Mar 27, 2025 by Pulumi