Array.<String>
Array.<String>
ParameterPermissions
ParameterPermissions
Array.<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
ParameterPermissions
Set 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} |
ParameterPermissions
Set 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} |