onelogin.SmarthookEnvironmentVariables
Explore with Pulumi AI
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:
- Value string
- Name string
- Smarthook
Environment stringVariables Id
- Value string
- Name string
- Smarthook
Environment stringVariables Id
- value String
- name String
- smarthook
Environment StringVariables Id
- value string
- name string
- smarthook
Environment stringVariables Id
- value str
- name str
- smarthook_
environment_ strvariables_ id
- value String
- name String
- smarthook
Environment StringVariables Id
Outputs
All input properties are implicitly available as output properties. Additionally, the SmarthookEnvironmentVariables resource produces the following output properties:
- created_
at str - id str
- The provider-assigned unique ID for this managed resource.
- updated_
at str
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.
- Created
At string - Name string
- Smarthook
Environment stringVariables Id - Updated
At string - Value string
- Created
At string - Name string
- Smarthook
Environment stringVariables Id - Updated
At string - Value string
- created
At String - name String
- smarthook
Environment StringVariables Id - updated
At String - value String
- created
At string - name string
- smarthook
Environment stringVariables Id - updated
At string - value string
- created_
at str - name str
- smarthook_
environment_ strvariables_ id - updated_
at str - value str
- created
At String - name String
- smarthook
Environment StringVariables Id - updated
At String - value String
Package Details
- Repository
- onelogin onelogin/terraform-provider-onelogin
- License
- Notes
- This Pulumi package is based on the
onelogin
Terraform Provider.