Class MyAuthenticationFactorInitiatorThirdPartyFactor.Builder
- java.lang.Object
-
- com.oracle.bmc.identitydomains.model.MyAuthenticationFactorInitiatorThirdPartyFactor.Builder
-
- Enclosing class:
- MyAuthenticationFactorInitiatorThirdPartyFactor
public static class MyAuthenticationFactorInitiatorThirdPartyFactor.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description MyAuthenticationFactorInitiatorThirdPartyFactor
build()
MyAuthenticationFactorInitiatorThirdPartyFactor.Builder
copy(MyAuthenticationFactorInitiatorThirdPartyFactor model)
MyAuthenticationFactorInitiatorThirdPartyFactor.Builder
thirdPartyFactorId(String thirdPartyFactorId)
Reference to the third party resourceMyAuthenticationFactorInitiatorThirdPartyFactor.Builder
thirdPartyFactorType(String thirdPartyFactorType)
Type of the third party authentication factorMyAuthenticationFactorInitiatorThirdPartyFactor.Builder
thirdPartyVendorName(String thirdPartyVendorName)
The vendor name of the third party factor
-
-
-
Method Detail
-
thirdPartyVendorName
public MyAuthenticationFactorInitiatorThirdPartyFactor.Builder thirdPartyVendorName(String thirdPartyVendorName)
The vendor name of the third party factor*SCIM++ Properties:** - caseExact: true - idcsSearchable: false - multiValued: false - mutability: readWrite - required: true - returned: default - type: string - uniqueness: none
- Parameters:
thirdPartyVendorName
- the value to set- Returns:
- this builder
-
thirdPartyFactorType
public MyAuthenticationFactorInitiatorThirdPartyFactor.Builder thirdPartyFactorType(String thirdPartyFactorType)
Type of the third party authentication factor*SCIM++ Properties:** - caseExact: true - idcsSearchable: false - multiValued: false - mutability: readWrite - required: false - returned: default - type: string - uniqueness: none
- Parameters:
thirdPartyFactorType
- the value to set- Returns:
- this builder
-
thirdPartyFactorId
public MyAuthenticationFactorInitiatorThirdPartyFactor.Builder thirdPartyFactorId(String thirdPartyFactorId)
Reference to the third party resource*SCIM++ Properties:** - caseExact: true - idcsSearchable: false - multiValued: false - mutability: readWrite - required: false - returned: default - type: string - uniqueness: none
- Parameters:
thirdPartyFactorId
- the value to set- Returns:
- this builder
-
build
public MyAuthenticationFactorInitiatorThirdPartyFactor build()
-
copy
public MyAuthenticationFactorInitiatorThirdPartyFactor.Builder copy(MyAuthenticationFactorInitiatorThirdPartyFactor model)
-
-