public static class MyDeviceThirdPartyFactor.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
MyDeviceThirdPartyFactor |
build() |
MyDeviceThirdPartyFactor.Builder |
copy(MyDeviceThirdPartyFactor model) |
MyDeviceThirdPartyFactor.Builder |
ref(String ref)
The URI that corresponds to the third party device resource
|
MyDeviceThirdPartyFactor.Builder |
thirdPartyFactorType(String thirdPartyFactorType)
Type of the third party authentication factor
|
MyDeviceThirdPartyFactor.Builder |
thirdPartyVendorName(String thirdPartyVendorName)
The vendor name of the third party factor
|
MyDeviceThirdPartyFactor.Builder |
value(String value)
The identifier of third party device
|
public MyDeviceThirdPartyFactor.Builder thirdPartyVendorName(String thirdPartyVendorName)
The vendor name of the third party factor
*Added In:** 19.2.1
*SCIM++ Properties:** - idcsSearchable: true - multiValued: false - mutability: immutable - required: true - returned: default - type: string - uniqueness: none - idcsRequiresWriteForAccessFlows: true - idcsRequiresImmediateReadAfterWriteForAccessFlows: true
thirdPartyVendorName
- the value to setpublic MyDeviceThirdPartyFactor.Builder thirdPartyFactorType(String thirdPartyFactorType)
Type of the third party authentication factor
*Added In:** 19.2.1
*SCIM++ Properties:** - idcsSearchable: false - multiValued: false - mutability: immutable - required: false - returned: default - type: string - uniqueness: none - idcsRequiresWriteForAccessFlows: true - idcsRequiresImmediateReadAfterWriteForAccessFlows: true
thirdPartyFactorType
- the value to setpublic MyDeviceThirdPartyFactor.Builder value(String value)
The identifier of third party device
*Added In:** 19.2.1
*SCIM++ Properties:** - idcsSearchable: false - multiValued: false - mutability: immutable - required: true - returned: default - type: string - uniqueness: none - idcsRequiresWriteForAccessFlows: true - idcsRequiresImmediateReadAfterWriteForAccessFlows: true
value
- the value to setpublic MyDeviceThirdPartyFactor.Builder ref(String ref)
The URI that corresponds to the third party device resource
*Added In:** 19.2.1
*SCIM++ Properties:** - idcsSearchable: false - multiValued: false - mutability: readOnly - required: false - returned: default - type: reference - uniqueness: none - idcsRequiresWriteForAccessFlows: true - idcsRequiresImmediateReadAfterWriteForAccessFlows: true
ref
- the value to setpublic MyDeviceThirdPartyFactor build()
public MyDeviceThirdPartyFactor.Builder copy(MyDeviceThirdPartyFactor model)
Copyright © 2016–2024. All rights reserved.