Class AppFormFillUrlMatch.Builder
- java.lang.Object
-
- com.oracle.bmc.identitydomains.model.AppFormFillUrlMatch.Builder
-
- Enclosing class:
- AppFormFillUrlMatch
public static class AppFormFillUrlMatch.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AppFormFillUrlMatch
build()
AppFormFillUrlMatch.Builder
copy(AppFormFillUrlMatch model)
AppFormFillUrlMatch.Builder
formUrl(String formUrl)
An application formUrl that FormFill will match against any formUrl that a User enters in trying to access the target-service which this App represents.AppFormFillUrlMatch.Builder
formUrlMatchType(String formUrlMatchType)
Indicates how to interpret the value of ‘formUrl’ when matching against a user-specified formUrl.
-
-
-
Method Detail
-
formUrlMatchType
public AppFormFillUrlMatch.Builder formUrlMatchType(String formUrlMatchType)
Indicates how to interpret the value of ‘formUrl’ when matching against a user-specified formUrl.The system currently supports only ‘Exact’, which indicates that the value of ‘formUrl’ should be treated as a literal value.
*SCIM++ Properties:** - caseExact: false - idcsSearchable: false - multiValued: false - mutability: readWrite - required: false - returned: default - type: string - uniqueness: none
- Parameters:
formUrlMatchType
- the value to set- Returns:
- this builder
-
formUrl
public AppFormFillUrlMatch.Builder formUrl(String formUrl)
An application formUrl that FormFill will match against any formUrl that a User enters in trying to access the target-service which this App represents.*SCIM++ Properties:** - caseExact: false - idcsSearchable: false - multiValued: false - mutability: readWrite - required: true - returned: default - type: string - uniqueness: none
- Parameters:
formUrl
- the value to set- Returns:
- this builder
-
build
public AppFormFillUrlMatch build()
-
copy
public AppFormFillUrlMatch.Builder copy(AppFormFillUrlMatch model)
-
-