Show / Hide Table of Contents

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
Inheritance
object
UserExtDevices
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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.
Added In: 2009232244
SCIM++ Properties:

  • idcsSearchable: false
  • multiValued: false
  • mutability: readOnly
  • required: false
  • returned: default
  • type: string
  • uniqueness: none

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.
Added In: 18.3.6
SCIM++ Properties:

  • idcsSearchable: false
  • multiValued: false
  • mutability: readOnly
  • required: false
  • returned: default
  • type: string
  • uniqueness: none

FactorStatus

Declaration
[JsonProperty(PropertyName = "factorStatus")]
public string FactorStatus { get; set; }
Property Value
Type Description
string

The device authentication factor status.
Added In: 18.4.2
SCIM++ Properties:

  • idcsSearchable: false
  • multiValued: false
  • mutability: readOnly
  • required: false
  • returned: default
  • type: string
  • uniqueness: none

FactorType

Declaration
[JsonProperty(PropertyName = "factorType")]
public string FactorType { get; set; }
Property Value
Type Description
string

The device authentication factor type.
Added In: 18.4.2
SCIM++ Properties:

  • idcsSearchable: false
  • multiValued: false
  • mutability: readOnly
  • required: false
  • returned: default
  • type: string
  • uniqueness: none

LastSyncTime

Declaration
[JsonProperty(PropertyName = "lastSyncTime")]
public string LastSyncTime { get; set; }
Property Value
Type Description
string

The last sync time for device.
Added In: 18.4.2
SCIM++ Properties:

  • idcsSearchable: false
  • multiValued: false
  • mutability: readOnly
  • required: false
  • returned: default
  • type: dateTime
  • uniqueness: none

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.
Added In: 18.3.6
SCIM++ Properties:

  • idcsSearchable: false
  • multiValued: false
  • mutability: readOnly
  • required: false
  • returned: default
  • type: reference
  • uniqueness: none

Status

Declaration
[JsonProperty(PropertyName = "status")]
public string Status { get; set; }
Property Value
Type Description
string

The device's status.
Added In: 18.4.2
SCIM++ Properties:

  • idcsSearchable: false
  • multiValued: false
  • mutability: readOnly
  • required: false
  • returned: default
  • type: string
  • uniqueness: none

ThirdPartyVendorName

Declaration
[JsonProperty(PropertyName = "thirdPartyVendorName")]
public string ThirdPartyVendorName { get; set; }
Property Value
Type Description
string

The third-party factor vendor name.
Added In: 2009232244
SCIM++ Properties:

  • idcsSearchable: false
  • multiValued: false
  • mutability: readOnly
  • required: false
  • returned: default
  • type: string
  • uniqueness: none

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.
Added In: 18.3.6
SCIM++ Properties:

  • caseExact: true
  • idcsSearchable: true
  • multiValued: false
  • mutability: readOnly
  • required: true
  • returned: always
  • type: string
  • uniqueness: none
Remarks

Required

In this article
Back to top