authentik.StageAuthenticatorSms
Explore with Pulumi AI
Create StageAuthenticatorSms Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new StageAuthenticatorSms(name: string, args: StageAuthenticatorSmsArgs, opts?: CustomResourceOptions);
@overload
def StageAuthenticatorSms(resource_name: str,
args: StageAuthenticatorSmsArgs,
opts: Optional[ResourceOptions] = None)
@overload
def StageAuthenticatorSms(resource_name: str,
opts: Optional[ResourceOptions] = None,
account_sid: Optional[str] = None,
auth: Optional[str] = None,
from_number: Optional[str] = None,
auth_password: Optional[str] = None,
auth_type: Optional[str] = None,
configure_flow: Optional[str] = None,
friendly_name: Optional[str] = None,
mapping: Optional[str] = None,
name: Optional[str] = None,
sms_provider: Optional[str] = None,
stage_authenticator_sms_id: Optional[str] = None,
verify_only: Optional[bool] = None)
func NewStageAuthenticatorSms(ctx *Context, name string, args StageAuthenticatorSmsArgs, opts ...ResourceOption) (*StageAuthenticatorSms, error)
public StageAuthenticatorSms(string name, StageAuthenticatorSmsArgs args, CustomResourceOptions? opts = null)
public StageAuthenticatorSms(String name, StageAuthenticatorSmsArgs args)
public StageAuthenticatorSms(String name, StageAuthenticatorSmsArgs args, CustomResourceOptions options)
type: authentik:StageAuthenticatorSms
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 StageAuthenticatorSmsArgs
- 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 StageAuthenticatorSmsArgs
- 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 StageAuthenticatorSmsArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args StageAuthenticatorSmsArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args StageAuthenticatorSmsArgs
- 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 stageAuthenticatorSmsResource = new Authentik.StageAuthenticatorSms("stageAuthenticatorSmsResource", new()
{
AccountSid = "string",
Auth = "string",
FromNumber = "string",
AuthPassword = "string",
AuthType = "string",
ConfigureFlow = "string",
FriendlyName = "string",
Mapping = "string",
Name = "string",
SmsProvider = "string",
StageAuthenticatorSmsId = "string",
VerifyOnly = false,
});
example, err := authentik.NewStageAuthenticatorSms(ctx, "stageAuthenticatorSmsResource", &authentik.StageAuthenticatorSmsArgs{
AccountSid: pulumi.String("string"),
Auth: pulumi.String("string"),
FromNumber: pulumi.String("string"),
AuthPassword: pulumi.String("string"),
AuthType: pulumi.String("string"),
ConfigureFlow: pulumi.String("string"),
FriendlyName: pulumi.String("string"),
Mapping: pulumi.String("string"),
Name: pulumi.String("string"),
SmsProvider: pulumi.String("string"),
StageAuthenticatorSmsId: pulumi.String("string"),
VerifyOnly: pulumi.Bool(false),
})
var stageAuthenticatorSmsResource = new StageAuthenticatorSms("stageAuthenticatorSmsResource", StageAuthenticatorSmsArgs.builder()
.accountSid("string")
.auth("string")
.fromNumber("string")
.authPassword("string")
.authType("string")
.configureFlow("string")
.friendlyName("string")
.mapping("string")
.name("string")
.smsProvider("string")
.stageAuthenticatorSmsId("string")
.verifyOnly(false)
.build());
stage_authenticator_sms_resource = authentik.StageAuthenticatorSms("stageAuthenticatorSmsResource",
account_sid="string",
auth="string",
from_number="string",
auth_password="string",
auth_type="string",
configure_flow="string",
friendly_name="string",
mapping="string",
name="string",
sms_provider="string",
stage_authenticator_sms_id="string",
verify_only=False)
const stageAuthenticatorSmsResource = new authentik.StageAuthenticatorSms("stageAuthenticatorSmsResource", {
accountSid: "string",
auth: "string",
fromNumber: "string",
authPassword: "string",
authType: "string",
configureFlow: "string",
friendlyName: "string",
mapping: "string",
name: "string",
smsProvider: "string",
stageAuthenticatorSmsId: "string",
verifyOnly: false,
});
type: authentik:StageAuthenticatorSms
properties:
accountSid: string
auth: string
authPassword: string
authType: string
configureFlow: string
friendlyName: string
fromNumber: string
mapping: string
name: string
smsProvider: string
stageAuthenticatorSmsId: string
verifyOnly: false
StageAuthenticatorSms 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 StageAuthenticatorSms resource accepts the following input properties:
- Account
Sid string - Auth string
- From
Number string - Auth
Password string - Auth
Type string - Allowed values: -
basic
-bearer
Defaults tobasic
. - Configure
Flow string - Friendly
Name string - Mapping string
- Name string
- Sms
Provider string - Allowed values: -
twilio
-generic
Defaults totwilio
. - Stage
Authenticator stringSms Id - Verify
Only bool - Defaults to
false
.
- Account
Sid string - Auth string
- From
Number string - Auth
Password string - Auth
Type string - Allowed values: -
basic
-bearer
Defaults tobasic
. - Configure
Flow string - Friendly
Name string - Mapping string
- Name string
- Sms
Provider string - Allowed values: -
twilio
-generic
Defaults totwilio
. - Stage
Authenticator stringSms Id - Verify
Only bool - Defaults to
false
.
- account
Sid String - auth String
- from
Number String - auth
Password String - auth
Type String - Allowed values: -
basic
-bearer
Defaults tobasic
. - configure
Flow String - friendly
Name String - mapping String
- name String
- sms
Provider String - Allowed values: -
twilio
-generic
Defaults totwilio
. - stage
Authenticator StringSms Id - verify
Only Boolean - Defaults to
false
.
- account
Sid string - auth string
- from
Number string - auth
Password string - auth
Type string - Allowed values: -
basic
-bearer
Defaults tobasic
. - configure
Flow string - friendly
Name string - mapping string
- name string
- sms
Provider string - Allowed values: -
twilio
-generic
Defaults totwilio
. - stage
Authenticator stringSms Id - verify
Only boolean - Defaults to
false
.
- account_
sid str - auth str
- from_
number str - auth_
password str - auth_
type str - Allowed values: -
basic
-bearer
Defaults tobasic
. - configure_
flow str - friendly_
name str - mapping str
- name str
- sms_
provider str - Allowed values: -
twilio
-generic
Defaults totwilio
. - stage_
authenticator_ strsms_ id - verify_
only bool - Defaults to
false
.
- account
Sid String - auth String
- from
Number String - auth
Password String - auth
Type String - Allowed values: -
basic
-bearer
Defaults tobasic
. - configure
Flow String - friendly
Name String - mapping String
- name String
- sms
Provider String - Allowed values: -
twilio
-generic
Defaults totwilio
. - stage
Authenticator StringSms Id - verify
Only Boolean - Defaults to
false
.
Outputs
All input properties are implicitly available as output properties. Additionally, the StageAuthenticatorSms 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 StageAuthenticatorSms Resource
Get an existing StageAuthenticatorSms 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?: StageAuthenticatorSmsState, opts?: CustomResourceOptions): StageAuthenticatorSms
@staticmethod
def get(resource_name: str,
id: str,
opts: Optional[ResourceOptions] = None,
account_sid: Optional[str] = None,
auth: Optional[str] = None,
auth_password: Optional[str] = None,
auth_type: Optional[str] = None,
configure_flow: Optional[str] = None,
friendly_name: Optional[str] = None,
from_number: Optional[str] = None,
mapping: Optional[str] = None,
name: Optional[str] = None,
sms_provider: Optional[str] = None,
stage_authenticator_sms_id: Optional[str] = None,
verify_only: Optional[bool] = None) -> StageAuthenticatorSms
func GetStageAuthenticatorSms(ctx *Context, name string, id IDInput, state *StageAuthenticatorSmsState, opts ...ResourceOption) (*StageAuthenticatorSms, error)
public static StageAuthenticatorSms Get(string name, Input<string> id, StageAuthenticatorSmsState? state, CustomResourceOptions? opts = null)
public static StageAuthenticatorSms get(String name, Output<String> id, StageAuthenticatorSmsState state, CustomResourceOptions options)
resources: _: type: authentik:StageAuthenticatorSms 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.
- Account
Sid string - Auth string
- Auth
Password string - Auth
Type string - Allowed values: -
basic
-bearer
Defaults tobasic
. - Configure
Flow string - Friendly
Name string - From
Number string - Mapping string
- Name string
- Sms
Provider string - Allowed values: -
twilio
-generic
Defaults totwilio
. - Stage
Authenticator stringSms Id - Verify
Only bool - Defaults to
false
.
- Account
Sid string - Auth string
- Auth
Password string - Auth
Type string - Allowed values: -
basic
-bearer
Defaults tobasic
. - Configure
Flow string - Friendly
Name string - From
Number string - Mapping string
- Name string
- Sms
Provider string - Allowed values: -
twilio
-generic
Defaults totwilio
. - Stage
Authenticator stringSms Id - Verify
Only bool - Defaults to
false
.
- account
Sid String - auth String
- auth
Password String - auth
Type String - Allowed values: -
basic
-bearer
Defaults tobasic
. - configure
Flow String - friendly
Name String - from
Number String - mapping String
- name String
- sms
Provider String - Allowed values: -
twilio
-generic
Defaults totwilio
. - stage
Authenticator StringSms Id - verify
Only Boolean - Defaults to
false
.
- account
Sid string - auth string
- auth
Password string - auth
Type string - Allowed values: -
basic
-bearer
Defaults tobasic
. - configure
Flow string - friendly
Name string - from
Number string - mapping string
- name string
- sms
Provider string - Allowed values: -
twilio
-generic
Defaults totwilio
. - stage
Authenticator stringSms Id - verify
Only boolean - Defaults to
false
.
- account_
sid str - auth str
- auth_
password str - auth_
type str - Allowed values: -
basic
-bearer
Defaults tobasic
. - configure_
flow str - friendly_
name str - from_
number str - mapping str
- name str
- sms_
provider str - Allowed values: -
twilio
-generic
Defaults totwilio
. - stage_
authenticator_ strsms_ id - verify_
only bool - Defaults to
false
.
- account
Sid String - auth String
- auth
Password String - auth
Type String - Allowed values: -
basic
-bearer
Defaults tobasic
. - configure
Flow String - friendly
Name String - from
Number String - mapping String
- name String
- sms
Provider String - Allowed values: -
twilio
-generic
Defaults totwilio
. - stage
Authenticator StringSms Id - verify
Only Boolean - Defaults to
false
.
Package Details
- Repository
- authentik goauthentik/terraform-provider-authentik
- License
- Notes
- This Pulumi package is based on the
authentik
Terraform Provider.