public static class AppFormFillUrlMatch.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and 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.
|
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
formUrlMatchType
- the value to setpublic 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
formUrl
- the value to setpublic AppFormFillUrlMatch build()
public AppFormFillUrlMatch.Builder copy(AppFormFillUrlMatch model)
Copyright © 2016–2024. All rights reserved.