1. Packages
  2. Azure Native
  3. API Docs
  4. security
  5. getSecurityOperator
This is the latest version of Azure Native. Use the Azure Native v2 docs if using the v2 version of this package.
Azure Native v3.2.0 published on Monday, Apr 14, 2025 by Pulumi

azure-native.security.getSecurityOperator

Explore with Pulumi AI

This is the latest version of Azure Native. Use the Azure Native v2 docs if using the v2 version of this package.
Azure Native v3.2.0 published on Monday, Apr 14, 2025 by Pulumi

Get a specific security operator for the requested scope.

Uses 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>
Copy
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]
Copy
func LookupSecurityOperator(ctx *Context, args *LookupSecurityOperatorArgs, opts ...InvokeOption) (*LookupSecurityOperatorResult, error)
func LookupSecurityOperatorOutput(ctx *Context, args *LookupSecurityOperatorOutputArgs, opts ...InvokeOption) LookupSecurityOperatorResultOutput
Copy

> 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)
}
Copy
public static CompletableFuture<GetSecurityOperatorResult> getSecurityOperator(GetSecurityOperatorArgs args, InvokeOptions options)
public static Output<GetSecurityOperatorResult> getSecurityOperator(GetSecurityOperatorArgs args, InvokeOptions options)
Copy
fn::invoke:
  function: azure-native:security:getSecurityOperator
  arguments:
    # arguments dictionary
Copy

The following arguments are supported:

PricingName
This property is required.
Changes to this property will trigger replacement.
string
name of the pricing configuration
SecurityOperatorName
This property is required.
Changes to this property will trigger replacement.
string
name of the securityOperator
PricingName
This property is required.
Changes to this property will trigger replacement.
string
name of the pricing configuration
SecurityOperatorName
This property is required.
Changes to this property will trigger replacement.
string
name of the securityOperator
pricingName
This property is required.
Changes to this property will trigger replacement.
String
name of the pricing configuration
securityOperatorName
This property is required.
Changes to this property will trigger replacement.
String
name of the securityOperator
pricingName
This property is required.
Changes to this property will trigger replacement.
string
name of the pricing configuration
securityOperatorName
This property is required.
Changes to this property will trigger replacement.
string
name of the securityOperator
pricing_name
This property is required.
Changes to this property will trigger replacement.
str
name of the pricing configuration
security_operator_name
This property is required.
Changes to this property will trigger replacement.
str
name of the securityOperator
pricingName
This property is required.
Changes to this property will trigger replacement.
String
name of the pricing configuration
securityOperatorName
This property is required.
Changes to this property will trigger replacement.
String
name of the securityOperator

getSecurityOperator Result

The following output properties are available:

AzureApiVersion string
The Azure API version of the resource.
Id string
Resource Id
Name string
Resource name
Type string
Resource type
Identity Pulumi.AzureNative.Security.Outputs.IdentityResponse
Identity for the resource.
AzureApiVersion string
The Azure API version of the resource.
Id string
Resource Id
Name string
Resource name
Type string
Resource type
Identity IdentityResponse
Identity for the resource.
azureApiVersion String
The Azure API version of the resource.
id String
Resource Id
name String
Resource name
type String
Resource type
identity IdentityResponse
Identity for the resource.
azureApiVersion string
The Azure API version of the resource.
id string
Resource Id
name string
Resource name
type string
Resource type
identity IdentityResponse
Identity for the resource.
azure_api_version str
The Azure API version of the resource.
id str
Resource Id
name str
Resource name
type str
Resource type
identity IdentityResponse
Identity for the resource.
azureApiVersion String
The Azure API version of 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 This property is required. string
The principal ID of resource identity.
TenantId This property is required. string
The tenant ID of resource.
Type string
The identity type.
PrincipalId This property is required. string
The principal ID of resource identity.
TenantId This property is required. string
The tenant ID of resource.
Type string
The identity type.
principalId This property is required. String
The principal ID of resource identity.
tenantId This property is required. String
The tenant ID of resource.
type String
The identity type.
principalId This property is required. string
The principal ID of resource identity.
tenantId This property is required. string
The tenant ID of resource.
type string
The identity type.
principal_id This property is required. str
The principal ID of resource identity.
tenant_id This property is required. str
The tenant ID of resource.
type str
The identity type.
principalId This property is required. String
The principal ID of resource identity.
tenantId This property is required. 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 v2 docs if using the v2 version of this package.
Azure Native v3.2.0 published on Monday, Apr 14, 2025 by Pulumi