| Name | Type | Description | Notes |
|---|---|---|---|
| matchType | MatchTypeEnum | Match type of URI | [optional] |
| uri | String | A string used to identify resource | |
| caseSensitive | Boolean | If true, case is significant when comparing URI. | [optional] |
| Name | Value |
|---|---|
| STARTS_WITH | "STARTS_WITH" |
| ENDS_WITH | "ENDS_WITH" |
| EQUALS | "EQUALS" |
| CONTAINS | "CONTAINS" |
| REGEX | "REGEX" |