Class MyAuthenticationFactorValidatorThirdPartyFactor.Builder
- java.lang.Object
-
- com.oracle.bmc.identitydomains.model.MyAuthenticationFactorValidatorThirdPartyFactor.Builder
-
- Enclosing class:
- MyAuthenticationFactorValidatorThirdPartyFactor
public static class MyAuthenticationFactorValidatorThirdPartyFactor.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description MyAuthenticationFactorValidatorThirdPartyFactorbuild()MyAuthenticationFactorValidatorThirdPartyFactor.Buildercopy(MyAuthenticationFactorValidatorThirdPartyFactor model)MyAuthenticationFactorValidatorThirdPartyFactor.BuilderthirdPartyFactorId(String thirdPartyFactorId)Reference to the third party resourceMyAuthenticationFactorValidatorThirdPartyFactor.BuilderthirdPartyFactorType(String thirdPartyFactorType)Type of the third party authentication factorMyAuthenticationFactorValidatorThirdPartyFactor.BuilderthirdPartyVendorName(String thirdPartyVendorName)The vendor name of the third party factor
-
-
-
Method Detail
-
thirdPartyVendorName
public MyAuthenticationFactorValidatorThirdPartyFactor.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 MyAuthenticationFactorValidatorThirdPartyFactor.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 MyAuthenticationFactorValidatorThirdPartyFactor.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 MyAuthenticationFactorValidatorThirdPartyFactor build()
-
copy
public MyAuthenticationFactorValidatorThirdPartyFactor.Builder copy(MyAuthenticationFactorValidatorThirdPartyFactor model)
-
-