/authorizations

Collection of authorizations in a system, federation of systems, or in a default vault.

get

Get all authorizations in the system or default vault.

post

Create a new authorization in the default vault.

Entity representing a authorization form metadata.

get

Get form metadata for creating a new authorization.

Entity representing a authorization

get

Get a authorization given its id.

put

Update a given authorization.

delete

Delete a given authorization.

Entity representing a authorization form metadata for update

get

Get form metadata for updating an existing authorization.

/functions

Collection of functions in a system, federation of systems, or in a default vault.

get

Get all functions in the system or default vault.

post

Create a new function in the default vault.

Entity representing a function form metadata.

get

Get form metadata for creating a new function.

Entity representing a function

get

Get a function given its id.

put

Update a given function.

delete

Delete a given function.

Entity representing a function form metadata for update

get

Get form metadata for updating an existing function.

/qualifiers

Collection of qualifiers in a system, federation of systems, or in a default vault.

get

Get all qualifiers in the system or default vault.

post

Create a new qualifier in the default vault.

Entity representing a qualifier form metadata.

get

Get form metadata for creating a new qualifier.

The root qualifiers in the qualifier hierarchy. A node with no parents is an orphan. While all qualifier Ids are known to the hierarchy, an orphan does not appear in the hierarchy unless explicitly added as a root node or child of another node.

get

Get all root root-qualifiers

put

Add the given qualifier as a root in the qualifier hierarchy

delete

Remove the given qualifier as a root in the qualifier hierarchy.

Entity representing a qualifier

get

Get a qualifier given its id.

put

Update a given qualifier.

delete

Delete a given qualifier.

Entity representing a qualifier form metadata for update

get

Get form metadata for updating an existing qualifier.

get

Get child qualifiers for the given qualifier in the hierarchy.

put

Add qualifier as child of the given qualifier in the hierarchy.

delete

Remove the given qualifier as a child of the given qualifier in the hierarchy.

get

Get parent qualifiers for the given qualifier in the hierarchy.

/vaults

Collection of vaults in a system or federation of systems.

get

Get all vaults.

post

Create a new vault.

Entity representing a vault form metadata.

get

Get form metadata for creating a new vault.

The root vaults in the vault hierarchy. A node with no parents is an orphan. While all vault Ids are known to the hierarchy, an orphan does not appear in the hierarchy unless explicitly added as a root node or child of another node.

get

Get all root root-vault

Entity representing a vault

get

Get a vault given its id.

put

Update a given vault.

delete

Delete a given vault.

Entity representing a vault form metadata for update

get

Get form metadata for updating an existing vault.

get

Get child vaults for the given vault in the hierarchy.

put

Add vault as child of the given vault in the hierarchy.

delete

Remove the given vault as a child of the given vault in the hierarchy.

get

Get parent vaults for the given vault in the hierarchy.

get

Get all authorizations in this vault

put

Add the given authorization to this vault

delete

Remove the given authorization from the vault.

get

Get all functions in this vault

put

Add the given function to this vault

delete

Remove the given function from the vault.

get

Get all qualifiers in this vault

put

Add the given qualifier to this vault

delete

Remove the given qualifier from the vault.