Show / Hide Table of Contents

Class AppExtensionManagedappApp

Managed App

Inheritance
object
AppExtensionManagedappApp
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.IdentitydomainsService.Models
Assembly: OCI.DotNetSDK.Identitydomains.dll
Syntax
public class AppExtensionManagedappApp

Properties

AccountFormVisible

Declaration
[JsonProperty(PropertyName = "accountFormVisible")]
public bool? AccountFormVisible { get; set; }
Property Value
Type Description
bool?

If true, then the account form will be displayed in the Oracle Identity Cloud Service UI to interactively create or update an account for this App. If a value is not specified for this attribute, a default value of \"false\" will be assumed as the value for this attribute.
Added In: 18.4.2
SCIM++ Properties:

  • caseExact: false
  • idcsSearchable: false
  • multiValued: false
  • mutability: readOnly
  • required: false
  • returned: default
  • type: boolean
  • uniqueness: none

AdminConsentGranted

Declaration
[JsonProperty(PropertyName = "adminConsentGranted")]
public bool? AdminConsentGranted { get; set; }
Property Value
Type Description
bool?

If true, admin has granted consent to perform managed app run-time operations.
SCIM++ Properties:

  • caseExact: false
  • idcsSearchable: false
  • multiValued: false
  • mutability: readWrite
  • required: false
  • returned: default
  • type: boolean
  • uniqueness: none

BundleConfigurationProperties

Declaration
[JsonProperty(PropertyName = "bundleConfigurationProperties")]
public List<AppBundleConfigurationProperties> BundleConfigurationProperties { get; set; }
Property Value
Type Description
List<AppBundleConfigurationProperties>

ConnectorBundle configuration properties
SCIM++ Properties:

  • idcsCompositeKey: [name]
  • idcsSearchable: true
  • multiValued: true
  • mutability: readWrite
  • required: false
  • returned: default
  • type: complex
  • uniqueness: none

BundlePoolConfiguration

Declaration
[JsonProperty(PropertyName = "bundlePoolConfiguration")]
public AppBundlePoolConfiguration BundlePoolConfiguration { get; set; }
Property Value
Type Description
AppBundlePoolConfiguration

CanBeAuthoritative

Declaration
[JsonProperty(PropertyName = "canBeAuthoritative")]
public bool? CanBeAuthoritative { get; set; }
Property Value
Type Description
bool?

If true, the managed app can be authoritative.
Added In: 17.4.6
SCIM++ Properties:

  • caseExact: false
  • idcsSearchable: true
  • multiValued: false
  • mutability: readOnly
  • required: false
  • returned: default
  • type: boolean
  • uniqueness: none

Connected

Declaration
[JsonProperty(PropertyName = "connected")]
public bool? Connected { get; set; }
Property Value
Type Description
bool?

If true, the accounts of the application are managed through an ICF connector bundle
SCIM++ Properties:

  • caseExact: false
  • idcsSearchable: true
  • multiValued: false
  • mutability: readWrite
  • required: false
  • returned: default
  • type: boolean
  • uniqueness: none

ConnectorBundle

Declaration
[JsonProperty(PropertyName = "connectorBundle")]
public AppConnectorBundle ConnectorBundle { get; set; }
Property Value
Type Description
AppConnectorBundle

EnableAuthSyncNewUserNotification

Declaration
[JsonProperty(PropertyName = "enableAuthSyncNewUserNotification")]
public bool? EnableAuthSyncNewUserNotification { get; set; }
Property Value
Type Description
bool?

If true, send activation email to new users created from authoritative sync.
Added In: 19.2.1
SCIM++ Properties:

  • caseExact: false
  • idcsSearchable: false
  • multiValued: false
  • mutability: readWrite
  • required: false
  • returned: default
  • type: boolean
  • uniqueness: none

EnableSync

Declaration
[JsonProperty(PropertyName = "enableSync")]
public bool? EnableSync { get; set; }
Property Value
Type Description
bool?

If true, sync run-time operations are enabled for this App.
SCIM++ Properties:

  • caseExact: false
  • idcsSearchable: true
  • multiValued: false
  • mutability: readWrite
  • required: false
  • returned: default
  • type: boolean
  • uniqueness: none

EnableSyncSummaryReportNotification

Declaration
[JsonProperty(PropertyName = "enableSyncSummaryReportNotification")]
public bool? EnableSyncSummaryReportNotification { get; set; }
Property Value
Type Description
bool?

If true, send sync summary as notification upon job completion.
Added In: 20.1.3
SCIM++ Properties:

  • caseExact: false
  • idcsSearchable: true
  • multiValued: false
  • mutability: readWrite
  • required: false
  • returned: default
  • type: boolean
  • uniqueness: none

FlatFileBundleConfigurationProperties

Declaration
[JsonProperty(PropertyName = "flatFileBundleConfigurationProperties")]
public List<AppFlatFileBundleConfigurationProperties> FlatFileBundleConfigurationProperties { get; set; }
Property Value
Type Description
List<AppFlatFileBundleConfigurationProperties>

Flat file connector bundle configuration properties
SCIM++ Properties:

  • idcsCompositeKey: [name]
  • idcsSearchable: true
  • multiValued: true
  • mutability: readWrite
  • required: false
  • returned: default
  • type: complex
  • uniqueness: none

FlatFileConnectorBundle

Declaration
[JsonProperty(PropertyName = "flatFileConnectorBundle")]
public AppFlatFileConnectorBundle FlatFileConnectorBundle { get; set; }
Property Value
Type Description
AppFlatFileConnectorBundle

IdentityBridges

Declaration
[JsonProperty(PropertyName = "identityBridges")]
public List<AppIdentityBridges> IdentityBridges { get; set; }
Property Value
Type Description
List<AppIdentityBridges>

IdentityBridges associated with this App
Added In: 19.1.4
SCIM++ Properties:

  • idcsSearchable: true
  • multiValued: true
  • mutability: readOnly
  • required: false
  • returned: request
  • type: complex
  • uniqueness: none

IsAuthoritative

Declaration
[JsonProperty(PropertyName = "isAuthoritative")]
public bool? IsAuthoritative { get; set; }
Property Value
Type Description
bool?

If true, sync from the managed app will be performed as authoritative sync.
Added In: 17.4.6
SCIM++ Properties:

  • caseExact: false
  • idcsSearchable: true
  • multiValued: false
  • mutability: readWrite
  • required: false
  • returned: default
  • type: boolean
  • uniqueness: none

IsDirectory

Declaration
[JsonProperty(PropertyName = "isDirectory")]
public bool? IsDirectory { get; set; }
Property Value
Type Description
bool?

If true, the managed app is a directory.
Added In: 19.1.4
SCIM++ Properties:

  • caseExact: false
  • idcsSearchable: false
  • multiValued: false
  • mutability: readOnly
  • required: false
  • returned: default
  • type: boolean
  • uniqueness: none

IsOnPremiseApp

Declaration
[JsonProperty(PropertyName = "isOnPremiseApp")]
public bool? IsOnPremiseApp { get; set; }
Property Value
Type Description
bool?

If true, the managed app is an On-Premise app.
Added In: 19.1.4
SCIM++ Properties:

  • caseExact: false
  • idcsSearchable: true
  • multiValued: false
  • mutability: readOnly
  • required: false
  • returned: default
  • type: boolean
  • uniqueness: none

IsSchemaCustomizationSupported

Declaration
[JsonProperty(PropertyName = "isSchemaCustomizationSupported")]
public bool? IsSchemaCustomizationSupported { get; set; }
Property Value
Type Description
bool?

If true, the managed app supports schema customization.
Added In: 19.1.4
SCIM++ Properties:

  • caseExact: false
  • idcsSearchable: true
  • multiValued: false
  • mutability: readOnly
  • required: false
  • returned: default
  • type: boolean
  • uniqueness: none

IsSchemaDiscoverySupported

Declaration
[JsonProperty(PropertyName = "isSchemaDiscoverySupported")]
public bool? IsSchemaDiscoverySupported { get; set; }
Property Value
Type Description
bool?

If true, the managed app supports schema discovery.
Added In: 19.1.4
SCIM++ Properties:

  • caseExact: false
  • idcsSearchable: true
  • multiValued: false
  • mutability: readOnly
  • required: false
  • returned: default
  • type: boolean
  • uniqueness: none

IsThreeLeggedOAuthEnabled

Declaration
[JsonProperty(PropertyName = "isThreeLeggedOAuthEnabled")]
public bool? IsThreeLeggedOAuthEnabled { get; set; }
Property Value
Type Description
bool?

If true, the managed app requires 3-legged OAuth for authorization.
SCIM++ Properties:

  • caseExact: false
  • idcsSearchable: true
  • multiValued: false
  • mutability: readOnly
  • required: false
  • returned: default
  • type: boolean
  • uniqueness: none

IsTwoLeggedOAuthEnabled

Declaration
[JsonProperty(PropertyName = "isTwoLeggedOAuthEnabled")]
public bool? IsTwoLeggedOAuthEnabled { get; set; }
Property Value
Type Description
bool?

If true, indicates that Oracle Identity Cloud Service can use two-legged OAuth to connect to this ManagedApp.
Added In: 18.2.6
SCIM++ Properties:

  • caseExact: false
  • idcsSearchable: true
  • multiValued: false
  • mutability: readOnly
  • required: false
  • returned: default
  • type: boolean
  • uniqueness: none

ObjectClasses

Declaration
[JsonProperty(PropertyName = "objectClasses")]
public List<AppObjectClasses> ObjectClasses { get; set; }
Property Value
Type Description
List<AppObjectClasses>

Object classes
SCIM++ Properties:

  • idcsCompositeKey: [value]
  • idcsSearchable: true
  • multiValued: true
  • mutability: readOnly
  • required: false
  • returned: default
  • type: complex
  • uniqueness: none

SyncConfigLastModified

Declaration
[JsonProperty(PropertyName = "syncConfigLastModified")]
public string SyncConfigLastModified { get; set; }
Property Value
Type Description
string

The most recent DateTime that the configuration of this App was updated. AppServices updates this timestamp whenever AppServices updates an App's configuration with respect to synchronization.
Added In: 18.2.6
SCIM++ Properties:

  • caseExact: false
  • idcsSearchable: true
  • multiValued: false
  • mutability: readOnly
  • required: false
  • returned: request
  • type: dateTime
  • uniqueness: none

ThreeLeggedOAuthCredential

Declaration
[JsonProperty(PropertyName = "threeLeggedOAuthCredential")]
public AppThreeLeggedOAuthCredential ThreeLeggedOAuthCredential { get; set; }
Property Value
Type Description
AppThreeLeggedOAuthCredential

ThreeLeggedOAuthProviderName

Declaration
[JsonProperty(PropertyName = "threeLeggedOAuthProviderName")]
public string ThreeLeggedOAuthProviderName { get; set; }
Property Value
Type Description
string

Three legged OAuth provider name in Oracle Identity Cloud Service.
SCIM++ Properties:

  • caseExact: true
  • idcsSearchable: true
  • multiValued: false
  • mutability: readOnly
  • required: false
  • returned: default
  • type: string
In this article
Back to top