Skip to content

Latest commit

 

History

History
31 lines (23 loc) · 1.81 KB

SamlApp.md

File metadata and controls

31 lines (23 loc) · 1.81 KB

SamlApp

Properties

Name Type Description Notes
id Integer Apps unique ID in OneLogin. [optional] [readonly]
name String The name of the app. [optional]
visible Boolean Indicates if the app is visible in the OneLogin portal. [optional]
description String Freeform description of the app. [optional]
notes String Freeform notes about the app. [optional]
iconUrl String A link to the apps icon url [optional]
authMethod AuthMethod [optional]
policyId Integer The security policy assigned to the app. [optional]
allowAssumedSignin Boolean Indicates whether or not administrators can access the app as a user that they have assumed control over. [optional]
tabId Integer ID of the OneLogin portal tab that the app is assigned to. [optional]
connectorId Integer ID of the connector to base the app from. [optional]
createdAt String the date the app was created [optional]
updatedAt String the date the app was last updated [optional]
roleIds 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. [optional]
provisioning GenericAppProvisioning [optional]
parameters SamlAppAllOfParameters [optional]
enforcementPoint EnforcementPoint [optional]
_configuration ConfigurationSaml [optional]
sso SsoSaml [optional]