Class 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
Inherited Members
Namespace: Oci.IdentitydomainsService.Models
Assembly: OCI.DotNetSDK.Identitydomains.dll
Syntax
public class AppIdentityBridgesProperties
Name
Declaration
[JsonProperty(PropertyName = "name")]
public string Name { get; set; }Property Value
| Type | Description | 
|---|---|
| string | Name of the IdentityBridge associated with the App.
 
 | 
Ref
Declaration
[JsonProperty(PropertyName = "$ref")]
public string Ref { get; set; }Property Value
| Type | Description | 
|---|---|
| string | The URI of the IdentityBridge associated with the App.
 
 | 
Value
Declaration
[JsonProperty(PropertyName = "value")]
public string Value { get; set; }Property Value
| Type | Description | 
|---|---|
| string | The Id of the IdentityBridge associated with the App.
 
 |