Array.<String>Array.<String>ParameterPermissionsParameterPermissionsArray.<String>Get the Allowed
Kind: Instance method of ParameterPermissions
Returns: Array.<String> - the KEY_ALLOWED value
Array.<String>Get the UserDisallowed
Kind: Instance method of ParameterPermissions
Returns: Array.<String> - the KEY_USER_DISALLOWED value
ParameterPermissionsSet the Allowed
Kind: Instance method of ParameterPermissions
Returns: ParameterPermissions - The class instance for method chaining.
| Param | Type | Description |
|---|---|---|
| allowed | Array.<String> |
A set of all parameters that are permitted for this given RPC. - The desired Allowed. {'array_min_size': 0, 'array_max_size': 100, 'string_min_length': 1, 'string_max_length': 100} |
ParameterPermissionsSet the UserDisallowed
Kind: Instance method of ParameterPermissions
Returns: ParameterPermissions - The class instance for method chaining.
| Param | Type | Description |
|---|---|---|
| disallowed | Array.<String> |
A set of all parameters that are prohibited for this given RPC. - The desired UserDisallowed. {'array_min_size': 0, 'array_max_size': 100, 'string_min_length': 1, 'string_max_length': 100} |