Class AppFlatFileConnectorBundle
Flat file connector bundle to sync from a flat file.
SCIM++ Properties:
- idcsSearchable: true
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: complex
- uniqueness: none
Inherited Members
Namespace: Oci.IdentitydomainsService.Models
Assembly: OCI.DotNetSDK.Identitydomains.dll
Syntax
public class AppFlatFileConnectorBundleProperties
Display
Declaration
[JsonProperty(PropertyName = "display")]
public string Display { get; set; }Property Value
| Type | Description | 
|---|---|
| string | ConnectorBundle display name
 
 | 
Ref
Declaration
[JsonProperty(PropertyName = "$ref")]
public string Ref { get; set; }Property Value
| Type | Description | 
|---|---|
| string | ConnectorBundle URI
 
 | 
Value
Declaration
[Required(ErrorMessage = "Value is required.")]
[JsonProperty(PropertyName = "value")]
public string Value { get; set; }Property Value
| Type | Description | 
|---|---|
| string | ConnectorBundle identifier
 
 | 
Remarks
Required
WellKnownId
Declaration
[JsonProperty(PropertyName = "wellKnownId")]
public string WellKnownId { get; set; }Property Value
| Type | Description | 
|---|---|
| string | Unique well-known identifier used to reference connector bundle.
 
 |