1. Packages
  2. Onelogin Provider
  3. API Docs
  4. SmarthookEnvironmentVariables
onelogin 0.5.4 published on Wednesday, Apr 30, 2025 by onelogin

onelogin.SmarthookEnvironmentVariables

Explore with Pulumi AI

onelogin logo
onelogin 0.5.4 published on Wednesday, Apr 30, 2025 by onelogin

    Create SmarthookEnvironmentVariables Resource

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

    Constructor syntax

    new SmarthookEnvironmentVariables(name: string, args: SmarthookEnvironmentVariablesArgs, opts?: CustomResourceOptions);
    @overload
    def SmarthookEnvironmentVariables(resource_name: str,
                                      args: SmarthookEnvironmentVariablesArgs,
                                      opts: Optional[ResourceOptions] = None)
    
    @overload
    def SmarthookEnvironmentVariables(resource_name: str,
                                      opts: Optional[ResourceOptions] = None,
                                      value: Optional[str] = None,
                                      name: Optional[str] = None,
                                      smarthook_environment_variables_id: Optional[str] = None)
    func NewSmarthookEnvironmentVariables(ctx *Context, name string, args SmarthookEnvironmentVariablesArgs, opts ...ResourceOption) (*SmarthookEnvironmentVariables, error)
    public SmarthookEnvironmentVariables(string name, SmarthookEnvironmentVariablesArgs args, CustomResourceOptions? opts = null)
    public SmarthookEnvironmentVariables(String name, SmarthookEnvironmentVariablesArgs args)
    public SmarthookEnvironmentVariables(String name, SmarthookEnvironmentVariablesArgs args, CustomResourceOptions options)
    
    type: onelogin:SmarthookEnvironmentVariables
    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 SmarthookEnvironmentVariablesArgs
    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 SmarthookEnvironmentVariablesArgs
    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 SmarthookEnvironmentVariablesArgs
    The arguments to resource properties.
    opts ResourceOption
    Bag of options to control resource's behavior.
    name string
    The unique name of the resource.
    args SmarthookEnvironmentVariablesArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    name String
    The unique name of the resource.
    args SmarthookEnvironmentVariablesArgs
    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 smarthookEnvironmentVariablesResource = new Onelogin.SmarthookEnvironmentVariables("smarthookEnvironmentVariablesResource", new()
    {
        Value = "string",
        Name = "string",
        SmarthookEnvironmentVariablesId = "string",
    });
    
    example, err := onelogin.NewSmarthookEnvironmentVariables(ctx, "smarthookEnvironmentVariablesResource", &onelogin.SmarthookEnvironmentVariablesArgs{
    	Value:                           pulumi.String("string"),
    	Name:                            pulumi.String("string"),
    	SmarthookEnvironmentVariablesId: pulumi.String("string"),
    })
    
    var smarthookEnvironmentVariablesResource = new SmarthookEnvironmentVariables("smarthookEnvironmentVariablesResource", SmarthookEnvironmentVariablesArgs.builder()
        .value("string")
        .name("string")
        .smarthookEnvironmentVariablesId("string")
        .build());
    
    smarthook_environment_variables_resource = onelogin.SmarthookEnvironmentVariables("smarthookEnvironmentVariablesResource",
        value="string",
        name="string",
        smarthook_environment_variables_id="string")
    
    const smarthookEnvironmentVariablesResource = new onelogin.SmarthookEnvironmentVariables("smarthookEnvironmentVariablesResource", {
        value: "string",
        name: "string",
        smarthookEnvironmentVariablesId: "string",
    });
    
    type: onelogin:SmarthookEnvironmentVariables
    properties:
        name: string
        smarthookEnvironmentVariablesId: string
        value: string
    

    SmarthookEnvironmentVariables 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 SmarthookEnvironmentVariables resource accepts the following input properties:

    Outputs

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

    CreatedAt string
    Id string
    The provider-assigned unique ID for this managed resource.
    UpdatedAt string
    CreatedAt string
    Id string
    The provider-assigned unique ID for this managed resource.
    UpdatedAt string
    createdAt String
    id String
    The provider-assigned unique ID for this managed resource.
    updatedAt String
    createdAt string
    id string
    The provider-assigned unique ID for this managed resource.
    updatedAt string
    created_at str
    id str
    The provider-assigned unique ID for this managed resource.
    updated_at str
    createdAt String
    id String
    The provider-assigned unique ID for this managed resource.
    updatedAt String

    Look up Existing SmarthookEnvironmentVariables Resource

    Get an existing SmarthookEnvironmentVariables 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?: SmarthookEnvironmentVariablesState, opts?: CustomResourceOptions): SmarthookEnvironmentVariables
    @staticmethod
    def get(resource_name: str,
            id: str,
            opts: Optional[ResourceOptions] = None,
            created_at: Optional[str] = None,
            name: Optional[str] = None,
            smarthook_environment_variables_id: Optional[str] = None,
            updated_at: Optional[str] = None,
            value: Optional[str] = None) -> SmarthookEnvironmentVariables
    func GetSmarthookEnvironmentVariables(ctx *Context, name string, id IDInput, state *SmarthookEnvironmentVariablesState, opts ...ResourceOption) (*SmarthookEnvironmentVariables, error)
    public static SmarthookEnvironmentVariables Get(string name, Input<string> id, SmarthookEnvironmentVariablesState? state, CustomResourceOptions? opts = null)
    public static SmarthookEnvironmentVariables get(String name, Output<String> id, SmarthookEnvironmentVariablesState state, CustomResourceOptions options)
    resources:  _:    type: onelogin:SmarthookEnvironmentVariables    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:

    Package Details

    Repository
    onelogin onelogin/terraform-provider-onelogin
    License
    Notes
    This Pulumi package is based on the onelogin Terraform Provider.
    onelogin logo
    onelogin 0.5.4 published on Wednesday, Apr 30, 2025 by onelogin