Class AppExtensionOpcServiceApp
This extension defines attributes specific to Apps that represent instances of an Oracle Public Cloud (OPC) service.
Inherited Members
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
|
CurrentSynchronizationMode
Declaration
[JsonProperty(PropertyName = "currentSynchronizationMode")]
[JsonConverter(typeof(ResponseEnumConverter))]
public AppExtensionOpcServiceApp.CurrentSynchronizationModeEnum? CurrentSynchronizationMode { get; set; }
Property Value
Type | Description |
---|---|
AppExtensionOpcServiceApp.CurrentSynchronizationModeEnum? | Current Synchronization Mode
|
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
|
NextFederationMode
Declaration
[JsonProperty(PropertyName = "nextFederationMode")]
[JsonConverter(typeof(ResponseEnumConverter))]
public AppExtensionOpcServiceApp.NextFederationModeEnum? NextFederationMode { get; set; }
Property Value
Type | Description |
---|---|
AppExtensionOpcServiceApp.NextFederationModeEnum? | Next Federation Mode
|
NextSynchronizationMode
Declaration
[JsonProperty(PropertyName = "nextSynchronizationMode")]
[JsonConverter(typeof(ResponseEnumConverter))]
public AppExtensionOpcServiceApp.NextSynchronizationModeEnum? NextSynchronizationMode { get; set; }
Property Value
Type | Description |
---|---|
AppExtensionOpcServiceApp.NextSynchronizationModeEnum? | Next Synchronization Mode
|
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.
|
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.
|