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.63.0 published on Tuesday, Sep 24, 2024 by Pulumi
azure-native.security.getSecurityConnectorApplication
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.63.0 published on Tuesday, Sep 24, 2024 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>
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]
func LookupSecurityConnectorApplication(ctx *Context, args *LookupSecurityConnectorApplicationArgs, opts ...InvokeOption) (*LookupSecurityConnectorApplicationResult, error)
func LookupSecurityConnectorApplicationOutput(ctx *Context, args *LookupSecurityConnectorApplicationOutputArgs, opts ...InvokeOption) LookupSecurityConnectorApplicationResultOutput
> 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)
}
public static CompletableFuture<GetSecurityConnectorApplicationResult> getSecurityConnectorApplication(GetSecurityConnectorApplicationArgs args, InvokeOptions options)
// Output-based functions aren't available in Java yet
fn::invoke:
function: azure-native:security:getSecurityConnectorApplication
arguments:
# arguments dictionary
The following arguments are supported:
- Application
Id string - The security Application key - unique key for the standard application
- Resource
Group stringName - The name of the resource group within the user's subscription. The name is case insensitive.
- Security
Connector stringName - The security connector name.
- Application
Id string - The security Application key - unique key for the standard application
- Resource
Group stringName - The name of the resource group within the user's subscription. The name is case insensitive.
- Security
Connector stringName - The security connector name.
- application
Id String - The security Application key - unique key for the standard application
- resource
Group StringName - The name of the resource group within the user's subscription. The name is case insensitive.
- security
Connector StringName - The security connector name.
- application
Id string - The security Application key - unique key for the standard application
- resource
Group stringName - The name of the resource group within the user's subscription. The name is case insensitive.
- security
Connector stringName - The security connector name.
- application_
id str - The security Application key - unique key for the standard application
- resource_
group_ strname - The name of the resource group within the user's subscription. The name is case insensitive.
- security_
connector_ strname - The security connector name.
- application
Id String - The security Application key - unique key for the standard application
- resource
Group StringName - The name of the resource group within the user's subscription. The name is case insensitive.
- security
Connector StringName - The security connector name.
getSecurityConnectorApplication Result
The following output properties are available:
- Id string
- Resource Id
- Name string
- Resource name
- Source
Resource stringType - The application source, what it affects, e.g. Assessments
- Type string
- Resource type
- Description string
- description of the application
- Display
Name string - display name of the application
- Id string
- Resource Id
- Name string
- Resource name
- Source
Resource stringType - The application source, what it affects, e.g. Assessments
- Type string
- Resource type
- Description string
- description of the application
- Display
Name string - display name of the application
- id String
- Resource Id
- name String
- Resource name
- source
Resource StringType - The application source, what it affects, e.g. Assessments
- type String
- Resource type
- description String
- description of the application
- display
Name String - display name of the application
- id string
- Resource Id
- name string
- Resource name
- source
Resource stringType - The application source, what it affects, e.g. Assessments
- type string
- Resource type
- description string
- description of the application
- display
Name string - display name of the application
- id str
- Resource Id
- name str
- Resource name
- source_
resource_ strtype - 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
- source
Resource StringType - The application source, what it affects, e.g. Assessments
- type String
- Resource type
- description String
- description of the application
- display
Name String - display name of the application
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.63.0 published on Tuesday, Sep 24, 2024 by Pulumi