new ShieldInformationBarrierManager(client)
Parameters:
Name | Type | Description |
---|---|---|
client |
BoxClient | The Box API Client that is responsible for making calls to the API |
Classes
Methods
changeStatusById(body, optionsopt, callbackopt) → {Promise.<schemas.ShieldInformationBarrier>}
Add changed status of shield information barrier with specified ID
Change status of shield information barrier with the specified ID.
Parameters:
Name | Type | Attributes | Description |
---|---|---|---|
body |
object | ||
options |
object |
<optional> |
Options for the request |
callback |
function |
<optional> |
Passed the result if successful, error otherwise |
Returns:
A promise resolving to the result or rejecting with an error
- Type
- Promise.<schemas.ShieldInformationBarrier>
changeStatusById(body, optionsopt, callbackopt) → {Promise.<schemas.ShieldInformationBarrier>}
Add changed status of shield information barrier with specified ID
Change status of shield information barrier with the specified ID.
Parameters:
Name | Type | Attributes | Description |
---|---|---|---|
body |
object | ||
options |
object |
<optional> |
Options for the request |
callback |
function |
<optional> |
Passed the result if successful, error otherwise |
Returns:
A promise resolving to the result or rejecting with an error
- Type
- Promise.<schemas.ShieldInformationBarrier>
create(body, optionsopt, callbackopt) → {Promise.<schemas.ShieldInformationBarrier>}
Create shield information barrier
Creates a shield information barrier to
separate individuals/groups within the same
firm and prevents confidential information passing between them.
Parameters:
Name | Type | Attributes | Description |
---|---|---|---|
body |
object | ||
options |
object |
<optional> |
Options for the request |
callback |
function |
<optional> |
Passed the result if successful, error otherwise |
Returns:
A promise resolving to the result or rejecting with an error
- Type
- Promise.<schemas.ShieldInformationBarrier>
create(body, optionsopt, callbackopt) → {Promise.<schemas.ShieldInformationBarrier>}
Create shield information barrier
Creates a shield information barrier to
separate individuals/groups within the same
firm and prevents confidential information passing between them.
Parameters:
Name | Type | Attributes | Description |
---|---|---|---|
body |
object | ||
options |
object |
<optional> |
Options for the request |
callback |
function |
<optional> |
Passed the result if successful, error otherwise |
Returns:
A promise resolving to the result or rejecting with an error
- Type
- Promise.<schemas.ShieldInformationBarrier>
getAll(optionsopt, callbackopt) → {Promise.<schemas.ShieldInformationBarriers>}
List shield information barriers
Retrieves a list of shield information barrier objects
for the enterprise of JWT.
Parameters:
Name | Type | Attributes | Description | ||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
options |
object |
<optional> |
Options for the request
Properties
|
||||||||||||
callback |
function |
<optional> |
Passed the result if successful, error otherwise |
Returns:
A promise resolving to the result or rejecting with an error
- Type
- Promise.<schemas.ShieldInformationBarriers>
getAll(optionsopt, callbackopt) → {Promise.<schemas.ShieldInformationBarriers>}
List shield information barriers
Retrieves a list of shield information barrier objects
for the enterprise of JWT.
Parameters:
Name | Type | Attributes | Description | ||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
options |
object |
<optional> |
Options for the request
Properties
|
||||||||||||
callback |
function |
<optional> |
Passed the result if successful, error otherwise |
Returns:
A promise resolving to the result or rejecting with an error
- Type
- Promise.<schemas.ShieldInformationBarriers>
getById(options, callbackopt) → {Promise.<schemas.ShieldInformationBarrier>}
Get shield information barrier with specified ID
Get shield information barrier based on provided ID.
Parameters:
Name | Type | Attributes | Description | ||||||
---|---|---|---|---|---|---|---|---|---|
options |
object | Options for the request
Properties
|
|||||||
callback |
function |
<optional> |
Passed the result if successful, error otherwise |
Returns:
A promise resolving to the result or rejecting with an error
- Type
- Promise.<schemas.ShieldInformationBarrier>
getById(options, callbackopt) → {Promise.<schemas.ShieldInformationBarrier>}
Get shield information barrier with specified ID
Get shield information barrier based on provided ID.
Parameters:
Name | Type | Attributes | Description | ||||||
---|---|---|---|---|---|---|---|---|---|
options |
object | Options for the request
Properties
|
|||||||
callback |
function |
<optional> |
Passed the result if successful, error otherwise |
Returns:
A promise resolving to the result or rejecting with an error
- Type
- Promise.<schemas.ShieldInformationBarrier>