mirror of https://github.com/apache/nifi.git
parent
e3c661daac
commit
94d0974003
|
@ -37,7 +37,7 @@ public class AccessPolicySummaryDTO extends ComponentDTO {
|
||||||
*/
|
*/
|
||||||
@ApiModelProperty(
|
@ApiModelProperty(
|
||||||
value = "The action associated with this access policy.",
|
value = "The action associated with this access policy.",
|
||||||
allowableValues = "READ, WRITE"
|
allowableValues = "read, write"
|
||||||
)
|
)
|
||||||
public String getAction() {
|
public String getAction() {
|
||||||
return action;
|
return action;
|
||||||
|
|
Loading…
Reference in New Issue