BasicAuth
Creates a Bsaic Auth Application.
This resource allows you to create and configure a Basic Auth Application.
Example Usage
using Pulumi;
using Okta = Pulumi.Okta;
class MyStack : Stack
{
public MyStack()
{
var example = new Okta.App.BasicAuth("example", new Okta.App.BasicAuthArgs
{
AuthUrl = "https://example.com/auth.html",
Label = "Example",
Url = "https://example.com/login.html",
});
}
}
Coming soon!
import pulumi
import pulumi_okta as okta
example = okta.app.BasicAuth("example",
auth_url="https://example.com/auth.html",
label="Example",
url="https://example.com/login.html")import * as pulumi from "@pulumi/pulumi";
import * as okta from "@pulumi/okta";
const example = new okta.app.BasicAuth("example", {
authUrl: "https://example.com/auth.html",
label: "Example",
url: "https://example.com/login.html",
});Create a BasicAuth Resource
new BasicAuth(name: string, args: BasicAuthArgs, opts?: CustomResourceOptions);def BasicAuth(resource_name, opts=None, auth_url=None, auto_submit_toolbar=None, groups=None, hide_ios=None, hide_web=None, label=None, status=None, url=None, users=None, __props__=None);func NewBasicAuth(ctx *Context, name string, args BasicAuthArgs, opts ...ResourceOption) (*BasicAuth, error)public BasicAuth(string name, BasicAuthArgs args, CustomResourceOptions? opts = null)- name string
- The unique name of the resource.
- args BasicAuthArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- resource_name str
- The unique name of the resource.
- opts ResourceOptions
- A bag of options that control this resource's behavior.
- ctx Context
- Context object for the current deployment.
- name string
- The unique name of the resource.
- args BasicAuthArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args BasicAuthArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
BasicAuth Resource Properties
To learn more about resource properties and how to use them, see Inputs and Outputs in the Programming Model docs.
Inputs
The BasicAuth resource accepts the following input properties:
- Label string
The Application’s display name.
- Auth
Url string The URL of the authenticating site for this app.
- Auto
Submit boolToolbar Display auto submit toolbar
- Groups List<string>
Groups associated with the application
- Hide
Ios bool Do not display application icon on mobile app
- Hide
Web bool Do not display application icon to users
- Status string
Status of application.
- Url string
The URL of the sign-in page for this app.
- Users
List<Basic
Auth User Args> Users associated with the application
- Label string
The Application’s display name.
- Auth
Url string The URL of the authenticating site for this app.
- Auto
Submit boolToolbar Display auto submit toolbar
- Groups []string
Groups associated with the application
- Hide
Ios bool Do not display application icon on mobile app
- Hide
Web bool Do not display application icon to users
- Status string
Status of application.
- Url string
The URL of the sign-in page for this app.
- Users
[]Basic
Auth User Users associated with the application
- label string
The Application’s display name.
- auth
Url string The URL of the authenticating site for this app.
- auto
Submit booleanToolbar Display auto submit toolbar
- groups string[]
Groups associated with the application
- hide
Ios boolean Do not display application icon on mobile app
- hide
Web boolean Do not display application icon to users
- status string
Status of application.
- url string
The URL of the sign-in page for this app.
- users
Basic
Auth User[] Users associated with the application
- label str
The Application’s display name.
- auth_
url str The URL of the authenticating site for this app.
- auto_
submit_ booltoolbar Display auto submit toolbar
- groups List[str]
Groups associated with the application
- hide_
ios bool Do not display application icon on mobile app
- hide_
web bool Do not display application icon to users
- status str
Status of application.
- url str
The URL of the sign-in page for this app.
- users
List[Basic
Auth User] Users associated with the application
Outputs
All input properties are implicitly available as output properties. Additionally, the BasicAuth resource produces the following output properties:
Look up an Existing BasicAuth Resource
Get an existing BasicAuth 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?: BasicAuthState, opts?: CustomResourceOptions): BasicAuthstatic get(resource_name, id, opts=None, auth_url=None, auto_submit_toolbar=None, groups=None, hide_ios=None, hide_web=None, label=None, name=None, sign_on_mode=None, status=None, url=None, users=None, __props__=None);func GetBasicAuth(ctx *Context, name string, id IDInput, state *BasicAuthState, opts ...ResourceOption) (*BasicAuth, error)public static BasicAuth Get(string name, Input<string> id, BasicAuthState? state, CustomResourceOptions? opts = null)- 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.
The following state arguments are supported:
- Auth
Url string The URL of the authenticating site for this app.
- Auto
Submit boolToolbar Display auto submit toolbar
- Groups List<string>
Groups associated with the application
- Hide
Ios bool Do not display application icon on mobile app
- Hide
Web bool Do not display application icon to users
- Label string
The Application’s display name.
- Name string
name of app.
- Sign
On stringMode Sign on mode of application.
- Status string
Status of application.
- Url string
The URL of the sign-in page for this app.
- Users
List<Basic
Auth User Args> Users associated with the application
- Auth
Url string The URL of the authenticating site for this app.
- Auto
Submit boolToolbar Display auto submit toolbar
- Groups []string
Groups associated with the application
- Hide
Ios bool Do not display application icon on mobile app
- Hide
Web bool Do not display application icon to users
- Label string
The Application’s display name.
- Name string
name of app.
- Sign
On stringMode Sign on mode of application.
- Status string
Status of application.
- Url string
The URL of the sign-in page for this app.
- Users
[]Basic
Auth User Users associated with the application
- auth
Url string The URL of the authenticating site for this app.
- auto
Submit booleanToolbar Display auto submit toolbar
- groups string[]
Groups associated with the application
- hide
Ios boolean Do not display application icon on mobile app
- hide
Web boolean Do not display application icon to users
- label string
The Application’s display name.
- name string
name of app.
- sign
On stringMode Sign on mode of application.
- status string
Status of application.
- url string
The URL of the sign-in page for this app.
- users
Basic
Auth User[] Users associated with the application
- auth_
url str The URL of the authenticating site for this app.
- auto_
submit_ booltoolbar Display auto submit toolbar
- groups List[str]
Groups associated with the application
- hide_
ios bool Do not display application icon on mobile app
- hide_
web bool Do not display application icon to users
- label str
The Application’s display name.
- name str
name of app.
- sign_
on_ strmode Sign on mode of application.
- status str
Status of application.
- url str
The URL of the sign-in page for this app.
- users
List[Basic
Auth User] Users associated with the application
Supporting Types
BasicAuthUser
Package Details
- Repository
- https://github.com/pulumi/pulumi-okta
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
oktaTerraform Provider.