management
module lets you perform administration tasks through the Neptune API, including:str
, optional, defaults to None
) - User’s API token. If None
, the value of NEPTUNE_API_TOKEN
environment variable will be taken. NEPTUNE_API_TOKEN
environment variable rather than placing your API token in plain text in your source code.List[str]
: list of project names with the format WORKSPACE_NAME/PROJECT_NAME
.str
) - The name of the project in Neptune in the format WORKSPACE/PROJECT
. If workspace argument was set, it should only contain PROJECT
instead of WORKSPACE/PROJECT
.str
) - Project identifier. Must contain 1-10 uppercase letters or numbers. For example, GOOD5
str
, optional) - Name of your Neptune workspace. If you specify it, change the format of the name argument to PROJECT
instead of WORKSPACE/PROJECT
. If None
it will be parsed from the name
argument.str
, management.ProjectVisibility
, optional, defaults to 'priv') - The level of visibility to set for the project.None
it will be set to 'priv'.str
, optional) - Project description. If None
, it will be left empty.str
, optional, defaults to None
) - User’s API token. If None
, the value of NEPTUNE_API_TOKEN
environment variable will be taken. NEPTUNE_API_TOKEN
environment variable rather than placing your API token in plain text in your source code.str
with the name of the new project you created.str
) - The name of the project in Neptune in the format WORKSPACE/PROJECT
. If workspace argument was set, it should only contain PROJECT
instead of WORKSPACE/PROJECT
.str
, optional) - Name of your Neptune workspace. If you specify it, change the format of the name argument to PROJECT
instead of WORKSPACE/PROJECT
. If None
it will be parsed from the name
argument.str
, optional, defaults to None
) - User’s API token. If None
, the value of NEPTUNE_API_TOKEN
environment variable will be taken. NEPTUNE_API_TOKEN
environment variable rather than placing your API token in plain text in your source code.str
) - The name of the project in Neptune in the format WORKSPACE/PROJECT
. If workspace argument was set, it should only contain PROJECT
instead of WORKSPACE/PROJECT
.str
) - name of the user you want to add to the project.str
, management.MemberRole
) - level of permissions the user should have in a project. str
, optional) - Name of your Neptune workspace. If you specify it, change the format of the name argument to PROJECT
instead of WORKSPACE/PROJECT
. If None
it will be parsed from the name
argument.str
, optional, defaults to None
) - User’s API token. If None
, the value of NEPTUNE_API_TOKEN
environment variable will be taken. NEPTUNE_API_TOKEN
environment variable rather than placing your API token in plain text in your source code.str
) - The name of the project in Neptune in the format WORKSPACE/PROJECT
. If workspace argument was set, it should only contain PROJECT
instead of WORKSPACE/PROJECT
.str
, optional) - Name of your Neptune workspace. If you specify it, change the format of the name argument to PROJECT
instead of WORKSPACE/PROJECT
. If None
it will be parsed from the name
argument.str
, optional) - Name of your Neptune workspace. If you specify it, change the format of the name argument to PROJECT
instead of WORKSPACE/PROJECT
. If None
it will be parsed from the name
argument.Dict[str, str]
with usernames as keys and MemberRoles ('owner', 'member', 'viewer') as values.str
) - The name of the project in Neptune in the format WORKSPACE/PROJECT
. If workspace argument was set, it should only contain PROJECT
instead of WORKSPACE/PROJECT
.str
) - name of the user you want to remove from the project.str
, optional) - Name of your Neptune workspace. If you specify it, change the format of the name argument to PROJECT
instead of WORKSPACE/PROJECT
. If None
it will be parsed from the name
argument.str
, optional) - Name of your Neptune workspace. If you specify it, change the format of the name argument to PROJECT
instead of WORKSPACE/PROJECT
. If None
it will be parsed from the name
argument.str
) - The name of the project in Neptune in the format WORKSPACE/PROJECT
. If workspace argument was set, it should only contain PROJECT
instead of WORKSPACE/PROJECT
.str
, optional) - Name of your Neptune workspace. If you specify it, change the format of the name argument to PROJECT
instead of WORKSPACE/PROJECT
. If None
it will be parsed from the name
argument.Dict[str, str]
with usernames as keys and MemberRoles ('owner', 'member', 'viewer') as values.