DataSphere API v2, gRPC: CommunityService.GetRestrictionsMeta
Written by
Updated at November 26, 2024
Get meta information about available restrictions.
gRPC request
rpc GetRestrictionsMeta (google.protobuf.Empty
google.protobuf.Empty
{}
|
Field |
Description |
|
Empty |
|
GetRestrictionsMetaResponse
{
"restrictions_meta": [
{
"name": "string",
"value_type": "RestrictionValueType"
}
]
}
|
Field |
Description |
|
restrictions_meta[] |
List of restrictions. |
RestrictionMeta
|
Field |
Description |
|
name |
string Name of restriction. |
|
value_type |
enum RestrictionValueType Value type of restriction.
|