public static class UserExtDevices.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
UserExtDevices.Builder |
authenticationMethod(String authenticationMethod)
The authentication method.
|
UserExtDevices |
build() |
UserExtDevices.Builder |
copy(UserExtDevices model) |
UserExtDevices.Builder |
display(String display)
A human readable name, primarily used for display purposes.
|
UserExtDevices.Builder |
factorStatus(String factorStatus)
The device authentication factor status.
|
UserExtDevices.Builder |
factorType(String factorType)
The device authentication factor type.
|
UserExtDevices.Builder |
lastSyncTime(String lastSyncTime)
The last sync time for device.
|
UserExtDevices.Builder |
ref(String ref)
The URI of the corresponding Device resource which belongs to user.
|
UserExtDevices.Builder |
status(String status)
The device’s status.
|
UserExtDevices.Builder |
thirdPartyVendorName(String thirdPartyVendorName)
The third-party factor vendor name.
|
UserExtDevices.Builder |
value(String value)
The user’s device identifier.
|
public UserExtDevices.Builder value(String value)
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
value
- the value to setpublic UserExtDevices.Builder ref(String ref)
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
ref
- the value to setpublic UserExtDevices.Builder display(String display)
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
display
- the value to setpublic UserExtDevices.Builder status(String status)
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
status
- the value to setpublic UserExtDevices.Builder lastSyncTime(String lastSyncTime)
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
lastSyncTime
- the value to setpublic UserExtDevices.Builder factorType(String factorType)
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
factorType
- the value to setpublic UserExtDevices.Builder factorStatus(String factorStatus)
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
factorStatus
- the value to setpublic UserExtDevices.Builder authenticationMethod(String authenticationMethod)
The authentication method.
*Added In:** 2009232244
*SCIM++ Properties:** - idcsSearchable: false - multiValued: false - mutability: readOnly - required: false - returned: default - type: string - uniqueness: none
authenticationMethod
- the value to setpublic UserExtDevices.Builder thirdPartyVendorName(String thirdPartyVendorName)
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
thirdPartyVendorName
- the value to setpublic UserExtDevices build()
public UserExtDevices.Builder copy(UserExtDevices model)
Copyright © 2016–2024. All rights reserved.