Attribute | Value |
---|---|
Default Value | false |
Type | BOOLEAN |
Nillable | true |
Expressions Allowed | true |
Storage | configuration |
Access Type | read-write |
Restart Required | all-services |
Attribute | Value |
---|---|
Type | STRING |
Nillable | false |
Expressions Allowed | true |
Storage | configuration |
Access Type | read-write |
Restart Required | all-services |
Attribute | Value |
---|---|
Default Value | false |
Type | BOOLEAN |
Nillable | true |
Expressions Allowed | true |
Storage | configuration |
Access Type | read-write |
Restart Required | all-services |
Attribute | Value |
---|---|
Type | STRING |
Nillable | false |
Expressions Allowed | true |
Storage | configuration |
Access Type | read-write |
Restart Required | all-services |
Request Parameter | Type | Required | Expressions Allowed | Default value | Description |
---|---|---|---|---|---|
keep-non-mapped | BOOLEAN | false | true | false | When set to 'true' then the roles that did not match the pattern will be kept and not removed. |
pattern | STRING | true | true | Regex string that will be used for matching. Regex can capture groups. Role matches the pattern if given pattern can be found in any substring of given role. | |
replace-all | BOOLEAN | false | true | false | When set to 'false', only first occurrence of the pattern will be replaced in role. When set to 'true' then all of the occurrences will be replaced by replacement. |
replacement | STRING | true | true | Replacement that will be used when mapping roles that contain the pattern. Can make use of captured groups from pattern. |