Show / Hide Table of Contents

Class AppExtensionOpcServiceApp

This extension defines attributes specific to Apps that represent instances of an Oracle Public Cloud (OPC) service.

Inheritance
object
AppExtensionOpcServiceApp
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 AppExtensionOpcServiceApp

Properties

CurrentFederationMode

Declaration
[JsonProperty(PropertyName = "currentFederationMode")]
[JsonConverter(typeof(ResponseEnumConverter))]
public AppExtensionOpcServiceApp.CurrentFederationModeEnum? CurrentFederationMode { get; set; }
Property Value
Type Description
AppExtensionOpcServiceApp.CurrentFederationModeEnum?

Current Federation Mode
Added In: 18.2.6
SCIM++ Properties:

  • caseExact: false
  • idcsSearchable: false
  • multiValued: false
  • mutability: readOnly
  • required: false
  • returned: request
  • type: string

CurrentSynchronizationMode

Declaration
[JsonProperty(PropertyName = "currentSynchronizationMode")]
[JsonConverter(typeof(ResponseEnumConverter))]
public AppExtensionOpcServiceApp.CurrentSynchronizationModeEnum? CurrentSynchronizationMode { get; set; }
Property Value
Type Description
AppExtensionOpcServiceApp.CurrentSynchronizationModeEnum?

Current Synchronization Mode
Added In: 18.2.6
SCIM++ Properties:

  • caseExact: false
  • idcsSearchable: false
  • multiValued: false
  • mutability: readOnly
  • required: false
  • returned: request
  • type: string

EnablingNextFedSyncModes

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

If true, indicates that enablement is in progress started but not completed
Added In: 18.2.6
SCIM++ Properties:

  • idcsSearchable: false
  • multiValued: false
  • mutability: readOnly
  • required: false
  • returned: request
  • type: boolean

NextFederationMode

Declaration
[JsonProperty(PropertyName = "nextFederationMode")]
[JsonConverter(typeof(ResponseEnumConverter))]
public AppExtensionOpcServiceApp.NextFederationModeEnum? NextFederationMode { get; set; }
Property Value
Type Description
AppExtensionOpcServiceApp.NextFederationModeEnum?

Next Federation Mode
Added In: 18.2.6
SCIM++ Properties:

  • caseExact: false
  • idcsSearchable: false
  • multiValued: false
  • mutability: readOnly
  • required: false
  • returned: request
  • type: string

NextSynchronizationMode

Declaration
[JsonProperty(PropertyName = "nextSynchronizationMode")]
[JsonConverter(typeof(ResponseEnumConverter))]
public AppExtensionOpcServiceApp.NextSynchronizationModeEnum? NextSynchronizationMode { get; set; }
Property Value
Type Description
AppExtensionOpcServiceApp.NextSynchronizationModeEnum?

Next Synchronization Mode
Added In: 18.2.6
SCIM++ Properties:

  • caseExact: false
  • idcsSearchable: false
  • multiValued: false
  • mutability: readOnly
  • required: false
  • returned: request
  • type: string

Region

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

This value identifies the OPC region in which the service is running.
Added In: 19.1.4
SCIM++ Properties:

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

ServiceInstanceIdentifier

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

This value specifies the unique identifier assigned to an instance of an Oracle Public Cloud service app.
SCIM++ Properties:

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