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.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.63.0 published on Tuesday, Sep 24, 2024 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)
// Output-based functions aren't available in Java yet
fn::invoke:
function: azure-native:security:getSecurityOperator
arguments:
# arguments dictionary
The following arguments are supported:
- Pricing
Name string - name of the pricing configuration
- Security
Operator stringName - name of the securityOperator
- Pricing
Name string - name of the pricing configuration
- Security
Operator stringName - name of the securityOperator
- pricing
Name String - name of the pricing configuration
- security
Operator StringName - name of the securityOperator
- pricing
Name string - name of the pricing configuration
- security
Operator stringName - name of the securityOperator
- pricing_
name str - name of the pricing configuration
- security_
operator_ strname - name of the securityOperator
- pricing
Name String - name of the pricing configuration
- security
Operator 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
Identity
Response - Identity for the resource.
- id String
- Resource Id
- name String
- Resource name
- type String
- Resource type
- identity
Identity
Response - Identity for the resource.
- id string
- Resource Id
- name string
- Resource name
- type string
- Resource type
- identity
Identity
Response - Identity for the resource.
- id str
- Resource Id
- name str
- Resource name
- type str
- Resource type
- identity
Identity
Response - 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
- Principal
Id string - The principal ID of resource identity.
- Tenant
Id string - The tenant ID of resource.
- Type string
- The identity type.
- Principal
Id string - The principal ID of resource identity.
- Tenant
Id string - The tenant ID of resource.
- Type string
- The identity type.
- principal
Id String - The principal ID of resource identity.
- tenant
Id String - The tenant ID of resource.
- type String
- The identity type.
- principal
Id string - The principal ID of resource identity.
- tenant
Id 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.
- principal
Id String - The principal ID of resource identity.
- tenant
Id 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.63.0 published on Tuesday, Sep 24, 2024 by Pulumi