1. Packages
  2. Azure Native v2
  3. API Docs
  4. security
  5. getSecurityOperator
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.getSecurityOperator

Explore with Pulumi AI

azure-native-v2 logo
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 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 dictionary

    The following arguments are supported:

    PricingName string
    name of the pricing configuration
    SecurityOperatorName string
    name of the securityOperator
    PricingName string
    name of the pricing configuration
    SecurityOperatorName string
    name of the securityOperator
    pricingName String
    name of the pricing configuration
    securityOperatorName String
    name of the securityOperator
    pricingName string
    name of the pricing configuration
    securityOperatorName string
    name of the securityOperator
    pricing_name str
    name of the pricing configuration
    security_operator_name str
    name of the securityOperator
    pricingName String
    name of the pricing configuration
    securityOperatorName String
    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.AzureNative.Security.Outputs.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 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-v2 pulumi/pulumi-azure-native
    License
    Apache-2.0
    azure-native-v2 logo
    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