Package ai.vectros.types
Class DataScope.Builder
java.lang.Object
ai.vectros.types.DataScope.Builder
- Enclosing class:
DataScope
-
Method Summary
Modifier and TypeMethodDescriptionadditionalProperties(Map<String, Object> additionalProperties) additionalProperty(String key, Object value) build()Bound scope values, asnamespace:valueentries — for example["org:6ba7b810-9dad-11d1-80b4-00c04fd430c8"].Bound user id.
-
Method Details
-
from
-
userId
Bound user id. The credential can only access records owned by this user.
-
userId
-
scopes
Bound scope values, as
namespace:valueentries — for example["org:6ba7b810-9dad-11d1-80b4-00c04fd430c8"]. The credential can only access records carrying these values.organdclientare built-in namespaces; others are custom scopes you define. -
scopes
-
build
-
additionalProperty
-
additionalProperties
-