Class UserExtDevices
A list of devices enrolled by the user.
Added In: 18.3.6
SCIM++ Properties:
- idcsCompositeKey: [value]
- 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 UserExtDevices
Properties
AuthenticationMethod
Declaration
[JsonProperty(PropertyName = "authenticationMethod")]
public string AuthenticationMethod { get; set; }
Property Value
Type | Description |
---|---|
string | The authentication method.
|
Display
Declaration
[JsonProperty(PropertyName = "display")]
public string Display { get; set; }
Property Value
Type | Description |
---|---|
string | A human readable name, primarily used for display purposes. READ-ONLY.
|
FactorStatus
Declaration
[JsonProperty(PropertyName = "factorStatus")]
public string FactorStatus { get; set; }
Property Value
Type | Description |
---|---|
string | The device authentication factor status.
|
FactorType
Declaration
[JsonProperty(PropertyName = "factorType")]
public string FactorType { get; set; }
Property Value
Type | Description |
---|---|
string | The device authentication factor type.
|
LastSyncTime
Declaration
[JsonProperty(PropertyName = "lastSyncTime")]
public string LastSyncTime { get; set; }
Property Value
Type | Description |
---|---|
string | The last sync time for device.
|
Ref
Declaration
[JsonProperty(PropertyName = "$ref")]
public string Ref { get; set; }
Property Value
Type | Description |
---|---|
string | The URI of the corresponding Device resource which belongs to user.
|
Status
Declaration
[JsonProperty(PropertyName = "status")]
public string Status { get; set; }
Property Value
Type | Description |
---|---|
string | The device's status.
|
ThirdPartyVendorName
Declaration
[JsonProperty(PropertyName = "thirdPartyVendorName")]
public string ThirdPartyVendorName { get; set; }
Property Value
Type | Description |
---|---|
string | The third-party factor vendor name.
|
Value
Declaration
[Required(ErrorMessage = "Value is required.")]
[JsonProperty(PropertyName = "value")]
public string Value { get; set; }
Property Value
Type | Description |
---|---|
string | The user's device identifier.
|
Remarks
Required