1. Packages
  2. Auth0 Provider
  3. API Docs
  4. RiskAssessments
Auth0 v3.27.0 published on Wednesday, Sep 10, 2025 by Pulumi

auth0.RiskAssessments

Explore with Pulumi AI

auth0 logo
Auth0 v3.27.0 published on Wednesday, Sep 10, 2025 by Pulumi

    Resource for managing general Risk Assessment settings.

    Create RiskAssessments Resource

    Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.

    Constructor syntax

    new RiskAssessments(name: string, args: RiskAssessmentsArgs, opts?: CustomResourceOptions);
    @overload
    def RiskAssessments(resource_name: str,
                        args: RiskAssessmentsArgs,
                        opts: Optional[ResourceOptions] = None)
    
    @overload
    def RiskAssessments(resource_name: str,
                        opts: Optional[ResourceOptions] = None,
                        enabled: Optional[bool] = None)
    func NewRiskAssessments(ctx *Context, name string, args RiskAssessmentsArgs, opts ...ResourceOption) (*RiskAssessments, error)
    public RiskAssessments(string name, RiskAssessmentsArgs args, CustomResourceOptions? opts = null)
    public RiskAssessments(String name, RiskAssessmentsArgs args)
    public RiskAssessments(String name, RiskAssessmentsArgs args, CustomResourceOptions options)
    
    type: auth0:RiskAssessments
    properties: # The arguments to resource properties.
    options: # Bag of options to control resource's behavior.
    
    

    Parameters

    name string
    The unique name of the resource.
    args RiskAssessmentsArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    resource_name str
    The unique name of the resource.
    args RiskAssessmentsArgs
    The arguments to resource properties.
    opts ResourceOptions
    Bag of options to control resource's behavior.
    ctx Context
    Context object for the current deployment.
    name string
    The unique name of the resource.
    args RiskAssessmentsArgs
    The arguments to resource properties.
    opts ResourceOption
    Bag of options to control resource's behavior.
    name string
    The unique name of the resource.
    args RiskAssessmentsArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    name String
    The unique name of the resource.
    args RiskAssessmentsArgs
    The arguments to resource properties.
    options CustomResourceOptions
    Bag of options to control resource's behavior.

    Constructor example

    The following reference example uses placeholder values for all input properties.

    var riskAssessmentsResource = new Auth0.RiskAssessments("riskAssessmentsResource", new()
    {
        Enabled = false,
    });
    
    example, err := auth0.NewRiskAssessments(ctx, "riskAssessmentsResource", &auth0.RiskAssessmentsArgs{
    	Enabled: pulumi.Bool(false),
    })
    
    var riskAssessmentsResource = new RiskAssessments("riskAssessmentsResource", RiskAssessmentsArgs.builder()
        .enabled(false)
        .build());
    
    risk_assessments_resource = auth0.RiskAssessments("riskAssessmentsResource", enabled=False)
    
    const riskAssessmentsResource = new auth0.RiskAssessments("riskAssessmentsResource", {enabled: false});
    
    type: auth0:RiskAssessments
    properties:
        enabled: false
    

    RiskAssessments Resource Properties

    To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.

    Inputs

    In Python, inputs that are objects can be passed either as argument classes or as dictionary literals.

    The RiskAssessments resource accepts the following input properties:

    Enabled bool
    Whether risk assessment is enabled or not.
    Enabled bool
    Whether risk assessment is enabled or not.
    enabled Boolean
    Whether risk assessment is enabled or not.
    enabled boolean
    Whether risk assessment is enabled or not.
    enabled bool
    Whether risk assessment is enabled or not.
    enabled Boolean
    Whether risk assessment is enabled or not.

    Outputs

    All input properties are implicitly available as output properties. Additionally, the RiskAssessments resource produces the following output properties:

    Id string
    The provider-assigned unique ID for this managed resource.
    Id string
    The provider-assigned unique ID for this managed resource.
    id String
    The provider-assigned unique ID for this managed resource.
    id string
    The provider-assigned unique ID for this managed resource.
    id str
    The provider-assigned unique ID for this managed resource.
    id String
    The provider-assigned unique ID for this managed resource.

    Look up Existing RiskAssessments Resource

    Get an existing RiskAssessments resource’s state with the given name, ID, and optional extra properties used to qualify the lookup.

    public static get(name: string, id: Input<ID>, state?: RiskAssessmentsState, opts?: CustomResourceOptions): RiskAssessments
    @staticmethod
    def get(resource_name: str,
            id: str,
            opts: Optional[ResourceOptions] = None,
            enabled: Optional[bool] = None) -> RiskAssessments
    func GetRiskAssessments(ctx *Context, name string, id IDInput, state *RiskAssessmentsState, opts ...ResourceOption) (*RiskAssessments, error)
    public static RiskAssessments Get(string name, Input<string> id, RiskAssessmentsState? state, CustomResourceOptions? opts = null)
    public static RiskAssessments get(String name, Output<String> id, RiskAssessmentsState state, CustomResourceOptions options)
    resources:  _:    type: auth0:RiskAssessments    get:      id: ${id}
    name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    state
    Any extra arguments used during the lookup.
    opts
    A bag of options that control this resource's behavior.
    resource_name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    state
    Any extra arguments used during the lookup.
    opts
    A bag of options that control this resource's behavior.
    name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    state
    Any extra arguments used during the lookup.
    opts
    A bag of options that control this resource's behavior.
    name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    state
    Any extra arguments used during the lookup.
    opts
    A bag of options that control this resource's behavior.
    The following state arguments are supported:
    Enabled bool
    Whether risk assessment is enabled or not.
    Enabled bool
    Whether risk assessment is enabled or not.
    enabled Boolean
    Whether risk assessment is enabled or not.
    enabled boolean
    Whether risk assessment is enabled or not.
    enabled bool
    Whether risk assessment is enabled or not.
    enabled Boolean
    Whether risk assessment is enabled or not.

    Package Details

    Repository
    Auth0 pulumi/pulumi-auth0
    License
    Apache-2.0
    Notes
    This Pulumi package is based on the auth0 Terraform Provider.
    auth0 logo
    Auth0 v3.27.0 published on Wednesday, Sep 10, 2025 by Pulumi