editable | sourcePath |
---|---|
false |
en/_api-ref-grpc/datasphere/v2/api-ref/grpc/Community/getRestrictionsMeta.md |
Get meta information about available restrictions.
rpc GetRestrictionsMeta (google.protobuf.Empty) returns (GetRestrictionsMetaResponse)
{}
#| ||Field | Description || || Empty | > || |#
{
"restrictions_meta": [
{
"name": "string",
"value_type": "RestrictionValueType"
}
]
}
#| ||Field | Description || || restrictions_meta[] | RestrictionMeta
List of restrictions. || |#
#| ||Field | Description || || name | string
Name of restriction. || || value_type | enum RestrictionValueType
Value type of restriction.
RESTRICTION_VALUE_TYPE_UNSPECIFIED
BOOLEAN
LONG
STRING
|| |#