1. Packages
  2. onelogin
  3. API Docs
  4. getRiskRules
onelogin v0.6.2 published on Monday, Mar 11, 2024 by Pulumi

onelogin.getRiskRules

Explore with Pulumi AI

onelogin logo
onelogin v0.6.2 published on Monday, Mar 11, 2024 by Pulumi

    Using getRiskRules

    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 getRiskRules(args: GetRiskRulesArgs, opts?: InvokeOptions): Promise<GetRiskRulesResult>
    function getRiskRulesOutput(args: GetRiskRulesOutputArgs, opts?: InvokeOptions): Output<GetRiskRulesResult>
    def get_risk_rules(description: Optional[str] = None,
                       filter: Optional[Sequence[GetRiskRulesFilter]] = None,
                       filters: Optional[Sequence[str]] = None,
                       name: Optional[str] = None,
                       source: Optional[GetRiskRulesSource] = None,
                       target: Optional[str] = None,
                       type: Optional[str] = None,
                       opts: Optional[InvokeOptions] = None) -> GetRiskRulesResult
    def get_risk_rules_output(description: Optional[pulumi.Input[str]] = None,
                       filter: Optional[pulumi.Input[Sequence[pulumi.Input[GetRiskRulesFilterArgs]]]] = None,
                       filters: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
                       name: Optional[pulumi.Input[str]] = None,
                       source: Optional[pulumi.Input[GetRiskRulesSourceArgs]] = None,
                       target: Optional[pulumi.Input[str]] = None,
                       type: Optional[pulumi.Input[str]] = None,
                       opts: Optional[InvokeOptions] = None) -> Output[GetRiskRulesResult]
    func LookupRiskRules(ctx *Context, args *LookupRiskRulesArgs, opts ...InvokeOption) (*LookupRiskRulesResult, error)
    func LookupRiskRulesOutput(ctx *Context, args *LookupRiskRulesOutputArgs, opts ...InvokeOption) LookupRiskRulesResultOutput

    > Note: This function is named LookupRiskRules in the Go SDK.

    public static class GetRiskRules 
    {
        public static Task<GetRiskRulesResult> InvokeAsync(GetRiskRulesArgs args, InvokeOptions? opts = null)
        public static Output<GetRiskRulesResult> Invoke(GetRiskRulesInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetRiskRulesResult> getRiskRules(GetRiskRulesArgs args, InvokeOptions options)
    // Output-based functions aren't available in Java yet
    
    fn::invoke:
      function: onelogin:index/getRiskRules:getRiskRules
      arguments:
        # arguments dictionary

    The following arguments are supported:

    getRiskRules Result

    The following output properties are available:

    Description string
    Filters List<string>
    Id string
    The provider-assigned unique ID for this managed resource.
    Name string
    Source GetRiskRulesSource
    Target string
    Type string
    Filter List<GetRiskRulesFilter>
    Description string
    Filters []string
    Id string
    The provider-assigned unique ID for this managed resource.
    Name string
    Source GetRiskRulesSource
    Target string
    Type string
    Filter []GetRiskRulesFilter
    description String
    filters List<String>
    id String
    The provider-assigned unique ID for this managed resource.
    name String
    source GetRiskRulesSource
    target String
    type String
    filter List<GetRiskRulesFilter>
    description string
    filters string[]
    id string
    The provider-assigned unique ID for this managed resource.
    name string
    source GetRiskRulesSource
    target string
    type string
    filter GetRiskRulesFilter[]
    description str
    filters Sequence[str]
    id str
    The provider-assigned unique ID for this managed resource.
    name str
    source GetRiskRulesSource
    target str
    type str
    filter Sequence[GetRiskRulesFilter]
    description String
    filters List<String>
    id String
    The provider-assigned unique ID for this managed resource.
    name String
    source Property Map
    target String
    type String
    filter List<Property Map>

    Supporting Types

    GetRiskRulesFilter

    Name string
    Values List<string>
    Name string
    Values []string
    name String
    values List<String>
    name string
    values string[]
    name str
    values Sequence[str]
    name String
    values List<String>

    GetRiskRulesSource

    Id string
    A unique id that represents the source of the event.
    Name string
    The name of the source
    Id string
    A unique id that represents the source of the event.
    Name string
    The name of the source
    id String
    A unique id that represents the source of the event.
    name String
    The name of the source
    id string
    A unique id that represents the source of the event.
    name string
    The name of the source
    id str
    A unique id that represents the source of the event.
    name str
    The name of the source
    id String
    A unique id that represents the source of the event.
    name String
    The name of the source

    Package Details

    Repository
    onelogin pulumi/pulumi-onelogin
    License
    Apache-2.0
    Notes
    This Pulumi package is based on the onelogin Terraform Provider.
    onelogin logo
    onelogin v0.6.2 published on Monday, Mar 11, 2024 by Pulumi