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.89.1 published on Sunday, Mar 2, 2025 by Pulumi
azure-native.security.getSecurityOperator
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.89.1 published on Sunday, Mar 2, 2025 by Pulumi
Get a specific security operator for the requested scope. Azure REST API version: 2023-01-01-preview.
Using getSecurityOperator
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 getSecurityOperator(args: GetSecurityOperatorArgs, opts?: InvokeOptions): Promise<GetSecurityOperatorResult>
function getSecurityOperatorOutput(args: GetSecurityOperatorOutputArgs, opts?: InvokeOptions): Output<GetSecurityOperatorResult>def get_security_operator(pricing_name: Optional[str] = None,
                          security_operator_name: Optional[str] = None,
                          opts: Optional[InvokeOptions] = None) -> GetSecurityOperatorResult
def get_security_operator_output(pricing_name: Optional[pulumi.Input[str]] = None,
                          security_operator_name: Optional[pulumi.Input[str]] = None,
                          opts: Optional[InvokeOptions] = None) -> Output[GetSecurityOperatorResult]func LookupSecurityOperator(ctx *Context, args *LookupSecurityOperatorArgs, opts ...InvokeOption) (*LookupSecurityOperatorResult, error)
func LookupSecurityOperatorOutput(ctx *Context, args *LookupSecurityOperatorOutputArgs, opts ...InvokeOption) LookupSecurityOperatorResultOutput> Note: This function is named LookupSecurityOperator in the Go SDK.
public static class GetSecurityOperator 
{
    public static Task<GetSecurityOperatorResult> InvokeAsync(GetSecurityOperatorArgs args, InvokeOptions? opts = null)
    public static Output<GetSecurityOperatorResult> Invoke(GetSecurityOperatorInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetSecurityOperatorResult> getSecurityOperator(GetSecurityOperatorArgs args, InvokeOptions options)
public static Output<GetSecurityOperatorResult> getSecurityOperator(GetSecurityOperatorArgs args, InvokeOptions options)
fn::invoke:
  function: azure-native:security:getSecurityOperator
  arguments:
    # arguments dictionaryThe following arguments are supported:
- PricingName string
- name of the pricing configuration
- SecurityOperator stringName 
- name of the securityOperator
- PricingName string
- name of the pricing configuration
- SecurityOperator stringName 
- name of the securityOperator
- pricingName String
- name of the pricing configuration
- securityOperator StringName 
- name of the securityOperator
- pricingName string
- name of the pricing configuration
- securityOperator stringName 
- name of the securityOperator
- pricing_name str
- name of the pricing configuration
- security_operator_ strname 
- name of the securityOperator
- pricingName String
- name of the pricing configuration
- securityOperator StringName 
- name of the securityOperator
getSecurityOperator Result
The following output properties are available:
- Id string
- Resource Id
- Name string
- Resource name
- Type string
- Resource type
- Identity
Pulumi.Azure Native. Security. Outputs. Identity Response 
- Identity for the resource.
- Id string
- Resource Id
- Name string
- Resource name
- Type string
- Resource type
- Identity
IdentityResponse 
- Identity for the resource.
- id String
- Resource Id
- name String
- Resource name
- type String
- Resource type
- identity
IdentityResponse 
- Identity for the resource.
- id string
- Resource Id
- name string
- Resource name
- type string
- Resource type
- identity
IdentityResponse 
- Identity for the resource.
- id str
- Resource Id
- name str
- Resource name
- type str
- Resource type
- identity
IdentityResponse 
- Identity for the resource.
- id String
- Resource Id
- name String
- Resource name
- type String
- Resource type
- identity Property Map
- Identity for the resource.
Supporting Types
IdentityResponse 
- PrincipalId string
- The principal ID of resource identity.
- TenantId string
- The tenant ID of resource.
- Type string
- The identity type.
- PrincipalId string
- The principal ID of resource identity.
- TenantId string
- The tenant ID of resource.
- Type string
- The identity type.
- principalId String
- The principal ID of resource identity.
- tenantId String
- The tenant ID of resource.
- type String
- The identity type.
- principalId string
- The principal ID of resource identity.
- tenantId string
- The tenant ID of resource.
- type string
- The identity type.
- principal_id str
- The principal ID of resource identity.
- tenant_id str
- The tenant ID of resource.
- type str
- The identity type.
- principalId String
- The principal ID of resource identity.
- tenantId String
- The tenant ID of resource.
- type String
- The identity type.
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.89.1 published on Sunday, Mar 2, 2025 by Pulumi