business-applications/src/PSSailpoint.BusinessApplications/Model/BusinessApplicationOrigin.ps1

#
# Identity Security Cloud API - Business Applications
# Use these APIs to interact with the Identity Security Cloud platform to achieve repeatable, automated processes with greater scalability. We encourage you to join the SailPoint Developer Community forum at https://developer.sailpoint.com/discuss to connect with other developers using our APIs.
# Version: v1
# Generated by OpenAPI Generator: https://openapi-generator.tech
#

<#
.SYNOPSIS

Enum BusinessApplicationOrigin.

.DESCRIPTION

How the Business Application entered the tenant catalog. Read-only; assigned by the service on creation and immutable thereafter.
#>


enum BusinessApplicationOrigin {
    # enum value: "OOTB"
    OOTB
    # enum value: "CUSTOM"
    CUSTOM
}