Class UserExtApplicableAuthenticationTargetApp
The app against which the user will authenticate. The value is not persisted but rather calculated. If the user's delegatedAuthenticationTargetApp is set, that value is returned. Otherwise, the app returned by evaluating the user's applicable Delegated Authentication Policy is returned.
Added In: 18.1.6
SCIM++ Properties:
- idcsCompositeKey: [value]
- multiValued: false
- mutability: readOnly
- required: false
- returned: request
- type: complex
- uniqueness: none
Inherited Members
Namespace: Oci.IdentitydomainsService.Models
Assembly: OCI.DotNetSDK.Identitydomains.dll
Syntax
public class UserExtApplicableAuthenticationTargetApp
Properties
Display
Declaration
[JsonProperty(PropertyName = "display")]
public string Display { get; set; }
Property Value
Type | Description |
---|---|
string | App Display Name
|
Ref
Declaration
[JsonProperty(PropertyName = "$ref")]
public string Ref { get; set; }
Property Value
Type | Description |
---|---|
string | App URI
|
TargetRequestTimeout
Declaration
[JsonProperty(PropertyName = "targetRequestTimeout")]
public int? TargetRequestTimeout { get; set; }
Property Value
Type | Description |
---|---|
int? | Timeout interval for Synchronization TargetAction in milliseconds
|
Type
Declaration
[Required(ErrorMessage = "Type is required.")]
[JsonProperty(PropertyName = "type")]
public string Type { get; set; }
Property Value
Type | Description |
---|---|
string | A label that indicates whether this is an App or IdentitySource.
|
Remarks
Required
Value
Declaration
[JsonProperty(PropertyName = "value")]
public string Value { get; set; }
Property Value
Type | Description |
---|---|
string | App identifier
|