SecurityContextCapabilitiesDefinition interface   
The capabilities to add or drop from a container.
Properties
| add | The capabilities to add to the container. | 
| drop | The capabilities to drop from the container. | 
Property Details
add
The capabilities to add to the container.
add?: string[]Property Value
string[]
drop
The capabilities to drop from the container.
drop?: string[]Property Value
string[]