onelogin v0.6.0, Apr 25 23
onelogin v0.6.0, Apr 25 23
onelogin.App
Explore with Pulumi AI
Create App Resource
new App(name: string, args: AppArgs, opts?: CustomResourceOptions);
@overload
def App(resource_name: str,
opts: Optional[ResourceOptions] = None,
allow_assumed_signin: Optional[bool] = None,
auth_method: Optional[int] = None,
auth_method_description: Optional[str] = None,
brand_id: Optional[int] = None,
configuration: Optional[AppConfigurationArgs] = None,
connector_id: Optional[int] = None,
created_at: Optional[str] = None,
description: Optional[str] = None,
enforcement_point: Optional[AppEnforcementPointArgs] = None,
icon_url: Optional[str] = None,
login_config: Optional[int] = None,
name: Optional[str] = None,
notes: Optional[str] = None,
parameters: Optional[AppParametersArgs] = None,
policy_id: Optional[int] = None,
provisioning: Optional[AppProvisioningArgs] = None,
role_ids: Optional[Sequence[int]] = None,
sso: Optional[AppSsoArgs] = None,
tab_id: Optional[int] = None,
updated_at: Optional[str] = None,
visible: Optional[bool] = None)
@overload
def App(resource_name: str,
args: AppArgs,
opts: Optional[ResourceOptions] = None)
func NewApp(ctx *Context, name string, args AppArgs, opts ...ResourceOption) (*App, error)
public App(string name, AppArgs args, CustomResourceOptions? opts = null)
type: onelogin:App
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args AppArgs
- 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 AppArgs
- 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 AppArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args AppArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args AppArgs
- The arguments to resource properties.
- options CustomResourceOptions
- Bag of options to control resource's behavior.
App Resource Properties
To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.
Inputs
The App resource accepts the following input properties:
- Connector
Id int ID of the connector to base the app from.
- Allow
Assumed boolSignin Indicates whether or not administrators can access the app as a user that they have assumed control over.
- Auth
Method int An ID indicating the type of app: - 0: Password - 1: OpenId - 2: SAML - 3: API - 4: Google - 6: Forms Based App - 7: WSFED - 8: OpenId Connect
- Auth
Method stringDescription - Brand
Id int - Configuration
App
Configuration Args Only apply configurations that are applicable to the type of app
- Created
At string the date the app was created
- Description string
Freeform description of the app.
- Enforcement
Point AppEnforcement Point Args For apps that connect to a OneLogin Access Enforcement Point the following enforcement_point object will be included with the app payload.
- Icon
Url string A link to the apps icon url
- Login
Config int - Name string
The name of the app.
- Notes string
Freeform notes about the app.
- Parameters
App
Parameters Args - Policy
Id int The security policy assigned to the app.
- Provisioning
App
Provisioning Args Indicates if provisioning is enabled for this app.
- Role
Ids List<int> List of Role IDs that are assigned to the app. On App Create or Update the entire array is replaced with the values provided.
- Sso
App
Sso Args The attributes included in the sso section are determined by the type of app. All of the attributes of the
sso
object are read only.- Tab
Id int ID of the OneLogin portal tab that the app is assigned to.
- Updated
At string the date the app was last updated
- Visible bool
Indicates if the app is visible in the OneLogin portal.
- Connector
Id int ID of the connector to base the app from.
- Allow
Assumed boolSignin Indicates whether or not administrators can access the app as a user that they have assumed control over.
- Auth
Method int An ID indicating the type of app: - 0: Password - 1: OpenId - 2: SAML - 3: API - 4: Google - 6: Forms Based App - 7: WSFED - 8: OpenId Connect
- Auth
Method stringDescription - Brand
Id int - Configuration
App
Configuration Args Only apply configurations that are applicable to the type of app
- Created
At string the date the app was created
- Description string
Freeform description of the app.
- Enforcement
Point AppEnforcement Point Args For apps that connect to a OneLogin Access Enforcement Point the following enforcement_point object will be included with the app payload.
- Icon
Url string A link to the apps icon url
- Login
Config int - Name string
The name of the app.
- Notes string
Freeform notes about the app.
- Parameters
App
Parameters Args - Policy
Id int The security policy assigned to the app.
- Provisioning
App
Provisioning Args Indicates if provisioning is enabled for this app.
- Role
Ids []int List of Role IDs that are assigned to the app. On App Create or Update the entire array is replaced with the values provided.
- Sso
App
Sso Args The attributes included in the sso section are determined by the type of app. All of the attributes of the
sso
object are read only.- Tab
Id int ID of the OneLogin portal tab that the app is assigned to.
- Updated
At string the date the app was last updated
- Visible bool
Indicates if the app is visible in the OneLogin portal.
- connector
Id Integer ID of the connector to base the app from.
- allow
Assumed BooleanSignin Indicates whether or not administrators can access the app as a user that they have assumed control over.
- auth
Method Integer An ID indicating the type of app: - 0: Password - 1: OpenId - 2: SAML - 3: API - 4: Google - 6: Forms Based App - 7: WSFED - 8: OpenId Connect
- auth
Method StringDescription - brand
Id Integer - configuration
App
Configuration Args Only apply configurations that are applicable to the type of app
- created
At String the date the app was created
- description String
Freeform description of the app.
- enforcement
Point AppEnforcement Point Args For apps that connect to a OneLogin Access Enforcement Point the following enforcement_point object will be included with the app payload.
- icon
Url String A link to the apps icon url
- login
Config Integer - name String
The name of the app.
- notes String
Freeform notes about the app.
- parameters
App
Parameters Args - policy
Id Integer The security policy assigned to the app.
- provisioning
App
Provisioning Args Indicates if provisioning is enabled for this app.
- role
Ids List<Integer> List of Role IDs that are assigned to the app. On App Create or Update the entire array is replaced with the values provided.
- sso
App
Sso Args The attributes included in the sso section are determined by the type of app. All of the attributes of the
sso
object are read only.- tab
Id Integer ID of the OneLogin portal tab that the app is assigned to.
- updated
At String the date the app was last updated
- visible Boolean
Indicates if the app is visible in the OneLogin portal.
- connector
Id number ID of the connector to base the app from.
- allow
Assumed booleanSignin Indicates whether or not administrators can access the app as a user that they have assumed control over.
- auth
Method number An ID indicating the type of app: - 0: Password - 1: OpenId - 2: SAML - 3: API - 4: Google - 6: Forms Based App - 7: WSFED - 8: OpenId Connect
- auth
Method stringDescription - brand
Id number - configuration
App
Configuration Args Only apply configurations that are applicable to the type of app
- created
At string the date the app was created
- description string
Freeform description of the app.
- enforcement
Point AppEnforcement Point Args For apps that connect to a OneLogin Access Enforcement Point the following enforcement_point object will be included with the app payload.
- icon
Url string A link to the apps icon url
- login
Config number - name string
The name of the app.
- notes string
Freeform notes about the app.
- parameters
App
Parameters Args - policy
Id number The security policy assigned to the app.
- provisioning
App
Provisioning Args Indicates if provisioning is enabled for this app.
- role
Ids number[] List of Role IDs that are assigned to the app. On App Create or Update the entire array is replaced with the values provided.
- sso
App
Sso Args The attributes included in the sso section are determined by the type of app. All of the attributes of the
sso
object are read only.- tab
Id number ID of the OneLogin portal tab that the app is assigned to.
- updated
At string the date the app was last updated
- visible boolean
Indicates if the app is visible in the OneLogin portal.
- connector_
id int ID of the connector to base the app from.
- allow_
assumed_ boolsignin Indicates whether or not administrators can access the app as a user that they have assumed control over.
- auth_
method int An ID indicating the type of app: - 0: Password - 1: OpenId - 2: SAML - 3: API - 4: Google - 6: Forms Based App - 7: WSFED - 8: OpenId Connect
- auth_
method_ strdescription - brand_
id int - configuration
App
Configuration Args Only apply configurations that are applicable to the type of app
- created_
at str the date the app was created
- description str
Freeform description of the app.
- enforcement_
point AppEnforcement Point Args For apps that connect to a OneLogin Access Enforcement Point the following enforcement_point object will be included with the app payload.
- icon_
url str A link to the apps icon url
- login_
config int - name str
The name of the app.
- notes str
Freeform notes about the app.
- parameters
App
Parameters Args - policy_
id int The security policy assigned to the app.
- provisioning
App
Provisioning Args Indicates if provisioning is enabled for this app.
- role_
ids Sequence[int] List of Role IDs that are assigned to the app. On App Create or Update the entire array is replaced with the values provided.
- sso
App
Sso Args The attributes included in the sso section are determined by the type of app. All of the attributes of the
sso
object are read only.- tab_
id int ID of the OneLogin portal tab that the app is assigned to.
- updated_
at str the date the app was last updated
- visible bool
Indicates if the app is visible in the OneLogin portal.
- connector
Id Number ID of the connector to base the app from.
- allow
Assumed BooleanSignin Indicates whether or not administrators can access the app as a user that they have assumed control over.
- auth
Method Number An ID indicating the type of app: - 0: Password - 1: OpenId - 2: SAML - 3: API - 4: Google - 6: Forms Based App - 7: WSFED - 8: OpenId Connect
- auth
Method StringDescription - brand
Id Number - configuration Property Map
Only apply configurations that are applicable to the type of app
- created
At String the date the app was created
- description String
Freeform description of the app.
- enforcement
Point Property Map For apps that connect to a OneLogin Access Enforcement Point the following enforcement_point object will be included with the app payload.
- icon
Url String A link to the apps icon url
- login
Config Number - name String
The name of the app.
- notes String
Freeform notes about the app.
- parameters Property Map
- policy
Id Number The security policy assigned to the app.
- provisioning Property Map
Indicates if provisioning is enabled for this app.
- role
Ids List<Number> List of Role IDs that are assigned to the app. On App Create or Update the entire array is replaced with the values provided.
- sso Property Map
The attributes included in the sso section are determined by the type of app. All of the attributes of the
sso
object are read only.- tab
Id Number ID of the OneLogin portal tab that the app is assigned to.
- updated
At String the date the app was last updated
- visible Boolean
Indicates if the app is visible in the OneLogin portal.
Outputs
All input properties are implicitly available as output properties. Additionally, the App 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 App Resource
Get an existing App 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?: AppState, opts?: CustomResourceOptions): App
@staticmethod
def get(resource_name: str,
id: str,
opts: Optional[ResourceOptions] = None,
allow_assumed_signin: Optional[bool] = None,
auth_method: Optional[int] = None,
auth_method_description: Optional[str] = None,
brand_id: Optional[int] = None,
configuration: Optional[AppConfigurationArgs] = None,
connector_id: Optional[int] = None,
created_at: Optional[str] = None,
description: Optional[str] = None,
enforcement_point: Optional[AppEnforcementPointArgs] = None,
icon_url: Optional[str] = None,
login_config: Optional[int] = None,
name: Optional[str] = None,
notes: Optional[str] = None,
parameters: Optional[AppParametersArgs] = None,
policy_id: Optional[int] = None,
provisioning: Optional[AppProvisioningArgs] = None,
role_ids: Optional[Sequence[int]] = None,
sso: Optional[AppSsoArgs] = None,
tab_id: Optional[int] = None,
updated_at: Optional[str] = None,
visible: Optional[bool] = None) -> App
func GetApp(ctx *Context, name string, id IDInput, state *AppState, opts ...ResourceOption) (*App, error)
public static App Get(string name, Input<string> id, AppState? state, CustomResourceOptions? opts = null)
public static App get(String name, Output<String> id, AppState state, CustomResourceOptions options)
Resource lookup is not supported in YAML
- 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.
- Allow
Assumed boolSignin Indicates whether or not administrators can access the app as a user that they have assumed control over.
- Auth
Method int An ID indicating the type of app: - 0: Password - 1: OpenId - 2: SAML - 3: API - 4: Google - 6: Forms Based App - 7: WSFED - 8: OpenId Connect
- Auth
Method stringDescription - Brand
Id int - Configuration
App
Configuration Args Only apply configurations that are applicable to the type of app
- Connector
Id int ID of the connector to base the app from.
- Created
At string the date the app was created
- Description string
Freeform description of the app.
- Enforcement
Point AppEnforcement Point Args For apps that connect to a OneLogin Access Enforcement Point the following enforcement_point object will be included with the app payload.
- Icon
Url string A link to the apps icon url
- Login
Config int - Name string
The name of the app.
- Notes string
Freeform notes about the app.
- Parameters
App
Parameters Args - Policy
Id int The security policy assigned to the app.
- Provisioning
App
Provisioning Args Indicates if provisioning is enabled for this app.
- Role
Ids List<int> List of Role IDs that are assigned to the app. On App Create or Update the entire array is replaced with the values provided.
- Sso
App
Sso Args The attributes included in the sso section are determined by the type of app. All of the attributes of the
sso
object are read only.- Tab
Id int ID of the OneLogin portal tab that the app is assigned to.
- Updated
At string the date the app was last updated
- Visible bool
Indicates if the app is visible in the OneLogin portal.
- Allow
Assumed boolSignin Indicates whether or not administrators can access the app as a user that they have assumed control over.
- Auth
Method int An ID indicating the type of app: - 0: Password - 1: OpenId - 2: SAML - 3: API - 4: Google - 6: Forms Based App - 7: WSFED - 8: OpenId Connect
- Auth
Method stringDescription - Brand
Id int - Configuration
App
Configuration Args Only apply configurations that are applicable to the type of app
- Connector
Id int ID of the connector to base the app from.
- Created
At string the date the app was created
- Description string
Freeform description of the app.
- Enforcement
Point AppEnforcement Point Args For apps that connect to a OneLogin Access Enforcement Point the following enforcement_point object will be included with the app payload.
- Icon
Url string A link to the apps icon url
- Login
Config int - Name string
The name of the app.
- Notes string
Freeform notes about the app.
- Parameters
App
Parameters Args - Policy
Id int The security policy assigned to the app.
- Provisioning
App
Provisioning Args Indicates if provisioning is enabled for this app.
- Role
Ids []int List of Role IDs that are assigned to the app. On App Create or Update the entire array is replaced with the values provided.
- Sso
App
Sso Args The attributes included in the sso section are determined by the type of app. All of the attributes of the
sso
object are read only.- Tab
Id int ID of the OneLogin portal tab that the app is assigned to.
- Updated
At string the date the app was last updated
- Visible bool
Indicates if the app is visible in the OneLogin portal.
- allow
Assumed BooleanSignin Indicates whether or not administrators can access the app as a user that they have assumed control over.
- auth
Method Integer An ID indicating the type of app: - 0: Password - 1: OpenId - 2: SAML - 3: API - 4: Google - 6: Forms Based App - 7: WSFED - 8: OpenId Connect
- auth
Method StringDescription - brand
Id Integer - configuration
App
Configuration Args Only apply configurations that are applicable to the type of app
- connector
Id Integer ID of the connector to base the app from.
- created
At String the date the app was created
- description String
Freeform description of the app.
- enforcement
Point AppEnforcement Point Args For apps that connect to a OneLogin Access Enforcement Point the following enforcement_point object will be included with the app payload.
- icon
Url String A link to the apps icon url
- login
Config Integer - name String
The name of the app.
- notes String
Freeform notes about the app.
- parameters
App
Parameters Args - policy
Id Integer The security policy assigned to the app.
- provisioning
App
Provisioning Args Indicates if provisioning is enabled for this app.
- role
Ids List<Integer> List of Role IDs that are assigned to the app. On App Create or Update the entire array is replaced with the values provided.
- sso
App
Sso Args The attributes included in the sso section are determined by the type of app. All of the attributes of the
sso
object are read only.- tab
Id Integer ID of the OneLogin portal tab that the app is assigned to.
- updated
At String the date the app was last updated
- visible Boolean
Indicates if the app is visible in the OneLogin portal.
- allow
Assumed booleanSignin Indicates whether or not administrators can access the app as a user that they have assumed control over.
- auth
Method number An ID indicating the type of app: - 0: Password - 1: OpenId - 2: SAML - 3: API - 4: Google - 6: Forms Based App - 7: WSFED - 8: OpenId Connect
- auth
Method stringDescription - brand
Id number - configuration
App
Configuration Args Only apply configurations that are applicable to the type of app
- connector
Id number ID of the connector to base the app from.
- created
At string the date the app was created
- description string
Freeform description of the app.
- enforcement
Point AppEnforcement Point Args For apps that connect to a OneLogin Access Enforcement Point the following enforcement_point object will be included with the app payload.
- icon
Url string A link to the apps icon url
- login
Config number - name string
The name of the app.
- notes string
Freeform notes about the app.
- parameters
App
Parameters Args - policy
Id number The security policy assigned to the app.
- provisioning
App
Provisioning Args Indicates if provisioning is enabled for this app.
- role
Ids number[] List of Role IDs that are assigned to the app. On App Create or Update the entire array is replaced with the values provided.
- sso
App
Sso Args The attributes included in the sso section are determined by the type of app. All of the attributes of the
sso
object are read only.- tab
Id number ID of the OneLogin portal tab that the app is assigned to.
- updated
At string the date the app was last updated
- visible boolean
Indicates if the app is visible in the OneLogin portal.
- allow_
assumed_ boolsignin Indicates whether or not administrators can access the app as a user that they have assumed control over.
- auth_
method int An ID indicating the type of app: - 0: Password - 1: OpenId - 2: SAML - 3: API - 4: Google - 6: Forms Based App - 7: WSFED - 8: OpenId Connect
- auth_
method_ strdescription - brand_
id int - configuration
App
Configuration Args Only apply configurations that are applicable to the type of app
- connector_
id int ID of the connector to base the app from.
- created_
at str the date the app was created
- description str
Freeform description of the app.
- enforcement_
point AppEnforcement Point Args For apps that connect to a OneLogin Access Enforcement Point the following enforcement_point object will be included with the app payload.
- icon_
url str A link to the apps icon url
- login_
config int - name str
The name of the app.
- notes str
Freeform notes about the app.
- parameters
App
Parameters Args - policy_
id int The security policy assigned to the app.
- provisioning
App
Provisioning Args Indicates if provisioning is enabled for this app.
- role_
ids Sequence[int] List of Role IDs that are assigned to the app. On App Create or Update the entire array is replaced with the values provided.
- sso
App
Sso Args The attributes included in the sso section are determined by the type of app. All of the attributes of the
sso
object are read only.- tab_
id int ID of the OneLogin portal tab that the app is assigned to.
- updated_
at str the date the app was last updated
- visible bool
Indicates if the app is visible in the OneLogin portal.
- allow
Assumed BooleanSignin Indicates whether or not administrators can access the app as a user that they have assumed control over.
- auth
Method Number An ID indicating the type of app: - 0: Password - 1: OpenId - 2: SAML - 3: API - 4: Google - 6: Forms Based App - 7: WSFED - 8: OpenId Connect
- auth
Method StringDescription - brand
Id Number - configuration Property Map
Only apply configurations that are applicable to the type of app
- connector
Id Number ID of the connector to base the app from.
- created
At String the date the app was created
- description String
Freeform description of the app.
- enforcement
Point Property Map For apps that connect to a OneLogin Access Enforcement Point the following enforcement_point object will be included with the app payload.
- icon
Url String A link to the apps icon url
- login
Config Number - name String
The name of the app.
- notes String
Freeform notes about the app.
- parameters Property Map
- policy
Id Number The security policy assigned to the app.
- provisioning Property Map
Indicates if provisioning is enabled for this app.
- role
Ids List<Number> List of Role IDs that are assigned to the app. On App Create or Update the entire array is replaced with the values provided.
- sso Property Map
The attributes included in the sso section are determined by the type of app. All of the attributes of the
sso
object are read only.- tab
Id Number ID of the OneLogin portal tab that the app is assigned to.
- updated
At String the date the app was last updated
- visible Boolean
Indicates if the app is visible in the OneLogin portal.
Supporting Types
AppConfiguration
- Access
Token intExpiration Minutes - Login
Url string - Oidc
Api stringVersion - Oidc
Application intType - Oidc
Encryption stringKey - Post
Logout stringRedirect Uri - Redirect
Uri string - Refresh
Token intExpiration Minutes - Token
Endpoint intAuth Method
- Access
Token intExpiration Minutes - Login
Url string - Oidc
Api stringVersion - Oidc
Application intType - Oidc
Encryption stringKey - Post
Logout stringRedirect Uri - Redirect
Uri string - Refresh
Token intExpiration Minutes - Token
Endpoint intAuth Method
- access
Token IntegerExpiration Minutes - login
Url String - oidc
Api StringVersion - oidc
Application IntegerType - oidc
Encryption StringKey - post
Logout StringRedirect Uri - redirect
Uri String - refresh
Token IntegerExpiration Minutes - token
Endpoint IntegerAuth Method
- access
Token numberExpiration Minutes - login
Url string - oidc
Api stringVersion - oidc
Application numberType - oidc
Encryption stringKey - post
Logout stringRedirect Uri - redirect
Uri string - refresh
Token numberExpiration Minutes - token
Endpoint numberAuth Method
- access
Token NumberExpiration Minutes - login
Url String - oidc
Api StringVersion - oidc
Application NumberType - oidc
Encryption StringKey - post
Logout StringRedirect Uri - redirect
Uri String - refresh
Token NumberExpiration Minutes - token
Endpoint NumberAuth Method
AppEnforcementPoint
- Case
Sensitive bool - Conditions string
- Context
Root string - Landing
Page string - Permissions string
- Require
Sitewide boolAuthentication - Resources
List<App
Enforcement Point Resource> - Session
Expiry AppFixed Enforcement Point Session Expiry Fixed - Session
Expiry AppInactivity Enforcement Point Session Expiry Inactivity - Target string
- Token string
- Use
Target boolHost Header - Vhost string
- Case
Sensitive bool - Conditions string
- Context
Root string - Landing
Page string - Permissions string
- Require
Sitewide boolAuthentication - Resources
[]App
Enforcement Point Resource - Session
Expiry AppFixed Enforcement Point Session Expiry Fixed - Session
Expiry AppInactivity Enforcement Point Session Expiry Inactivity - Target string
- Token string
- Use
Target boolHost Header - Vhost string
- case
Sensitive Boolean - conditions String
- context
Root String - landing
Page String - permissions String
- require
Sitewide BooleanAuthentication - resources
List<App
Enforcement Point Resource> - session
Expiry AppFixed Enforcement Point Session Expiry Fixed - session
Expiry AppInactivity Enforcement Point Session Expiry Inactivity - target String
- token String
- use
Target BooleanHost Header - vhost String
- case
Sensitive boolean - conditions string
- context
Root string - landing
Page string - permissions string
- require
Sitewide booleanAuthentication - resources
App
Enforcement Point Resource[] - session
Expiry AppFixed Enforcement Point Session Expiry Fixed - session
Expiry AppInactivity Enforcement Point Session Expiry Inactivity - target string
- token string
- use
Target booleanHost Header - vhost string
- case_
sensitive bool - conditions str
- context_
root str - landing_
page str - permissions str
- require_
sitewide_ boolauthentication - resources
Sequence[App
Enforcement Point Resource] - session_
expiry_ Appfixed Enforcement Point Session Expiry Fixed - session_
expiry_ Appinactivity Enforcement Point Session Expiry Inactivity - target str
- token str
- use_
target_ boolhost_ header - vhost str
- case
Sensitive Boolean - conditions String
- context
Root String - landing
Page String - permissions String
- require
Sitewide BooleanAuthentication - resources List<Property Map>
- session
Expiry Property MapFixed - session
Expiry Property MapInactivity - target String
- token String
- use
Target BooleanHost Header - vhost String
AppEnforcementPointResource
- Conditions string
- Is
Path boolRegex - Path string
- Permission string
- Require
Auth bool
- Conditions string
- Is
Path boolRegex - Path string
- Permission string
- Require
Auth bool
- conditions String
- is
Path BooleanRegex - path String
- permission String
- require
Auth Boolean
- conditions string
- is
Path booleanRegex - path string
- permission string
- require
Auth boolean
- conditions str
- is_
path_ boolregex - path str
- permission str
- require_
auth bool
- conditions String
- is
Path BooleanRegex - path String
- permission String
- require
Auth Boolean
AppEnforcementPointSessionExpiryFixed
AppEnforcementPointSessionExpiryInactivity
AppParameters
AppParametersGroups
- Attributes
Transformations string - Default
Values string - Id int
- Label string
- Provisioned
Entitlements bool - Skip
If boolBlank - User
Attribute stringMacros - User
Attribute stringMappings - Values string
- Attributes
Transformations string - Default
Values string - Id int
- Label string
- Provisioned
Entitlements bool - Skip
If boolBlank - User
Attribute stringMacros - User
Attribute stringMappings - Values string
- attributes
Transformations String - default
Values String - id Integer
- label String
- provisioned
Entitlements Boolean - skip
If BooleanBlank - user
Attribute StringMacros - user
Attribute StringMappings - values String
- attributes
Transformations string - default
Values string - id number
- label string
- provisioned
Entitlements boolean - skip
If booleanBlank - user
Attribute stringMacros - user
Attribute stringMappings - values string
- attributes_
transformations str - default_
values str - id int
- label str
- provisioned_
entitlements bool - skip_
if_ boolblank - user_
attribute_ strmacros - user_
attribute_ strmappings - values str
- attributes
Transformations String - default
Values String - id Number
- label String
- provisioned
Entitlements Boolean - skip
If BooleanBlank - user
Attribute StringMacros - user
Attribute StringMappings - values String
AppProvisioning
AppSso
- Acs
Url string - Certificate
App
Sso Certificate - Client
Id string - Client
Secret string - Issuer string
- Metadata
Url string
- Acs
Url string - Certificate
App
Sso Certificate - Client
Id string - Client
Secret string - Issuer string
- Metadata
Url string
- acs
Url String - certificate
App
Sso Certificate - client
Id String - client
Secret String - issuer String
- metadata
Url String
- acs
Url string - certificate
App
Sso Certificate - client
Id string - client
Secret string - issuer string
- metadata
Url string
- acs_
url str - certificate
App
Sso Certificate - client_
id str - client_
secret str - issuer str
- metadata_
url str
- acs
Url String - certificate Property Map
- client
Id String - client
Secret String - issuer String
- metadata
Url String
AppSsoCertificate
Package Details
- Repository
- onelogin pulumi/pulumi-onelogin
- License
- Apache-2.0
- Notes
This Pulumi package is based on the
onelogin
Terraform Provider.