UNPKG

box-node-sdk

Version:

Official SDK for Box Plaform APIs

21 lines (20 loc) 578 B
/** * Shield information barrier segment restriction (Base) * * A base representation of * a segment restriction object for * the shield information barrier */ export interface ShieldInformationBarrierSegmentRestrictionBase { /** * Shield information barrier segment restriction * Example: shield_information_barrier_segment_restriction */ type?: 'shield_information_barrier_segment_restriction'; /** * The unique identifier for the * shield information barrier segment restriction. * Example: 11446498 */ id?: string; }