DataSphere API v2, REST: Project.GetRestrictionsMeta
Written by
Updated at October 17, 2024
Get meta information about available restrictions.
HTTP request
GET https://datasphere.api.cloud.yandex.net/datasphere/v2/projects/restrictionsMeta
Response
HTTP Code: 200 - OK
{
"restrictionsMeta": [
{
"name": "string",
"valueType": "string"
}
]
}
Field |
Description |
restrictionsMeta[] |
List of restrictions. |
RestrictionMeta
Field |
Description |
name |
string Name of restriction. |
valueType |
enum (RestrictionValueType) Value type of restriction.
|