  TYPE
    fst$ts_authorize_file_access = record
      enforce_tape_security {input} : boolean,
      header_labels {input} : ^SEQ ( * ),
      proposed_access {input} : fst$file_access_options,
      proposed_access_defaulted {input} : boolean,
      authorized_access {output} : ^fst$file_access_options,
    recend;

*copyc fst$file_access_options
