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